[gentoo-commits] repo/gentoo:master commit in: net-vpn/libreswan/

2020-05-23 Thread Hans de Graaff
commit: 3f313685b781f716b7253442c0ad6217aa737790
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 06:09:25 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 06:33:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f313685

net-vpn/libreswan: cleanup

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

 net-vpn/libreswan/Manifest  |   2 -
 net-vpn/libreswan/libreswan-3.29.ebuild | 115 ---
 net-vpn/libreswan/libreswan-3.31.ebuild | 117 
 3 files changed, 234 deletions(-)

diff --git a/net-vpn/libreswan/Manifest b/net-vpn/libreswan/Manifest
index 97e03dcc478..543207d53ee 100644
--- a/net-vpn/libreswan/Manifest
+++ b/net-vpn/libreswan/Manifest
@@ -1,3 +1 @@
-DIST libreswan-3.29.tar.gz 3848730 BLAKE2B 
32dc839186fb511534a4959014082f8efe27708da7bc09dc5977532ffc7ea0ccdc92407932b3c3166f14b9ff85933e9a3f76325bbe620e09a5fa5a5c496d1f44
 SHA512 
4b4d91204d8b1724e0a9ad3ed55fc232c9a526211c3b47b6cc33fd160feb72538ef1661becca250bde815b9d7b75709bf16c7b372476605557b47c785cdf2535
-DIST libreswan-3.31.tar.gz 4127675 BLAKE2B 
0b773e4cfda761a88e8cb6ed412ecdd50bb52df7a58029141d41c77f959ad06c6cd04625b9094efa8586328381e3c75050ff68c2d8dd6d832ed5dd6e747d9391
 SHA512 
edaddeb209c4fb974b16790ba843a41f4f1d269dd28333aa02b820801a222435c2ca5622e77558d1e95970b4ef24a663d9c44ef4ede7ff4e66e1f0d9b6e880d2
 DIST libreswan-3.32.tar.gz 4141631 BLAKE2B 
37a4cb5c1f52d69b17ba60abd2b7a181d9f5567914a453ab875185110aeda4d33ecdaacfc83e361f153860a1db66faec70e0ad06af65e310af28ae72ce68fc6a
 SHA512 
bb65512351059e2fac6f1c3ed1e291eabd6835faacf6d9c58649dd71dab1bb4fe6d6074178dea6dea01f24d39f3fbefd84c6060e4d8436b5d057fa55ae4467f3

diff --git a/net-vpn/libreswan/libreswan-3.29.ebuild 
b/net-vpn/libreswan/libreswan-3.29.ebuild
deleted file mode 100644
index 060ce6d95ec..000
--- a/net-vpn/libreswan/libreswan-3.29.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd toolchain-funcs
-
-SRC_URI="https://download.libreswan.org/${P}.tar.gz;
-KEYWORDS="amd64 ~arm ~ppc x86"
-
-DESCRIPTION="IPsec implementation for Linux, fork of Openswan"
-HOMEPAGE="https://libreswan.org/;
-
-LICENSE="GPL-2 BSD-4 RSA DES"
-SLOT="0"
-IUSE="caps curl dnssec ldap pam seccomp selinux systemd test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-libs/gmp:0=
-   dev-libs/libevent:0=
-   dev-libs/nspr
-   >=dev-libs/nss-3.42
-   caps? ( sys-libs/libcap-ng )
-   curl? ( net-misc/curl )
-   dnssec? ( >=net-dns/unbound-1.9.1-r1:= net-libs/ldns )
-   ldap? ( net-nds/openldap )
-   pam? ( sys-libs/pam )
-   seccomp? ( sys-libs/libseccomp )
-   selinux? ( sys-libs/libselinux )
-   systemd? ( sys-apps/systemd:0= )
-"
-BDEPEND="
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/xmlto
-   dev-libs/nss
-   sys-devel/bison
-   sys-devel/flex
-   virtual/pkgconfig
-   test? ( dev-python/setproctitle )
-"
-RDEPEND="${DEPEND}
-   dev-libs/nss[utils(+)]
-   sys-apps/iproute2
-   !net-misc/openswan
-   !net-vpn/strongswan
-   selinux? ( sec-policy/selinux-ipsec )
-"
-
-usetf() {
-   usex "$1" true false
-}
-
-src_prepare() {
-   sed -i -e 's:/sbin/runscript:/sbin/openrc-run:' 
initsystems/openrc/ipsec.init.in || die
-   sed -i -e '/^install/ s/postcheck//' -e '/^doinstall/ 
s/oldinitdcheck//' initsystems/systemd/Makefile || die
-   default
-}
-
-src_configure() {
-   tc-export AR CC
-   export INC_USRLOCAL=/usr
-   export INC_MANDIR=share/man
-   export FINALEXAMPLECONFDIR=/usr/share/doc/${PF}
-   export FINALDOCDIR=/usr/share/doc/${PF}/html
-   export INITSYSTEM=openrc
-   export INC_RCDIRS=
-   export INC_RCDEFAULT=/etc/init.d
-   export USERCOMPILE=
-   export USERLINK=
-   export USE_DNSSEC=$(usetf dnssec)
-   export USE_LABELED_IPSEC=$(usetf selinux)
-   export USE_LIBCAP_NG=$(usetf caps)
-   export USE_LIBCURL=$(usetf curl)
-   export USE_LINUX_AUDIT=$(usetf selinux)
-   export USE_LDAP=$(usetf ldap)
-   export USE_SECCOMP=$(usetf seccomp)
-   export USE_SYSTEMD_WATCHDOG=$(usetf systemd)
-   export SD_WATCHDOGSEC=$(usex systemd 200 0)
-   export USE_XAUTHPAM=$(usetf pam)
-   export DEBUG_CFLAGS=
-   export OPTIMIZE_CFLAGS=
-   export WERROR_CFLAGS=
-}
-
-src_compile() {
-   emake all
-   emake -C initsystems INITSYSTEM=systemd 
SYSTEMUNITDIR="$(systemd_get_systemunitdir)" 
SYSTEMTMPFILESDIR="/usr/lib/tmpfiles.d" all
-}
-
-src_test() {
-   : # integration tests only that require set of kvms to be set up
-}
-
-src_install() {
-   default
-   emake -C initsystems INITSYSTEM=systemd 
SYSTEMUNITDIR="$(systemd_get_systemunitdir)" 
SYSTEMTMPFILESDIR="/usr/lib/tmpfiles.d" DESTDIR="${D}" 

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

2020-05-23 Thread Hans de Graaff
commit: f3a26fd5abb287f89b0081d14814e392b883b125
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 06:33:27 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 06:33:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a26fd5

dev-ruby/faraday: add 1.0.1

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

 dev-ruby/faraday/Manifest |  1 +
 dev-ruby/faraday/faraday-1.0.1.ebuild | 78 +++
 2 files changed, 79 insertions(+)

diff --git a/dev-ruby/faraday/Manifest b/dev-ruby/faraday/Manifest
index 00822053529..e2594ef65d2 100644
--- a/dev-ruby/faraday/Manifest
+++ b/dev-ruby/faraday/Manifest
@@ -1 +1,2 @@
 DIST faraday-0.17.3.tar.gz 76786 BLAKE2B 
0706f4386233861564aa1ba5fb8da9ad374a0b553a3f6ccd4ce6509b690f6da3e9f695f90605e0e15b41b6354841943ecc4f5eb826638565687bf62b36f1f456
 SHA512 
346e93b5d980626a0c460d9010ca09091faf84a1a8f2717c16d345ddc51585ce45959d7fcf41fbd0ba248d38460939544945fa0e81bcb80ab73dfe080182e325
+DIST faraday-1.0.1.tar.gz 835557 BLAKE2B 
ea5c32f0a93bcc4c4a0a7c55d61578b4e9f0173caed484c0c6424201884b8e81304c0fe07e1c1d6ffdbff41be85bdb494904c2a3b3e19b6c89b58995d9fdbfe7
 SHA512 
6a2dfd751d013ddc7cb005e262b48120f9a6ae2bb50564082ed5c5e47cfe2b07ee91d7d1b6967813d39b9874c7d5c7daf65ac773dd7afdcae65ed38698b1f496

diff --git a/dev-ruby/faraday/faraday-1.0.1.ebuild 
b/dev-ruby/faraday/faraday-1.0.1.ebuild
new file mode 100644
index 000..3c85417b7a8
--- /dev/null
+++ b/dev-ruby/faraday/faraday-1.0.1.ebuild
@@ -0,0 +1,78 @@
+# 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="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="HTTP/REST API client library with pluggable components"
+HOMEPAGE="https://github.com/lostisland/faraday;
+SRC_URI="https://github.com/lostisland/faraday/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND+=" test? ( sys-process/lsof )"
+
+ruby_add_rdepend ">=dev-ruby/multipart-post-1.2.0 =dev-ruby/test-unit-2.4
+   >=dev-ruby/connection_pool-2.2.2
+   || ( dev-ruby/rack:2.0 dev-ruby/rack:1.6 )
+   )"
+
+all_ruby_prepare() {
+   # Remove bundler support.
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d ; 1irequire "yaml"' Rakefile || die
+   sed -i -e '/bundler/,/^fi/ s:^:#:' script/test || die
+   # Avoid loading all lib files since some of them require unpackaged 
dependencies.
+   sed -e '/[Cc]overall/ s:^:#:' \
+   -e '/lib\/\*\*/ s:^:#:' \
+   -e '3igem "rack", "<2.1"' \
+   -i spec/spec_helper.rb || die
+
+   # The proxy server is already killed, may be OS X vs Linux issue.
+   #sed -i -e '138 s/^/#/' script/test || die
+
+   sed -i -e '/git ls-files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Avoid multipart tests that require an unpackaged dependency
+   # that appears to be no longer maintained.
+   rm -f spec/faraday/request/multipart_spec.rb || die
+   sed -e '/multipart_parser/ s:^:#:' \
+   -i spec/support/helper_methods.rb || die
+
+   # Remove specs for unpackaged adapters
+   rm -f spec/faraday/adapter/{em_http,em_synchrony,excon}_spec.rb || die
+
+   # Make this adapter optional since it comes with a long list of
+   # dependencies.
+   if ! has_version "dev-ruby/typhoeus:1" ; then
+   rm -f  spec/faraday/adapter/typhoeus_spec.rb || die
+   fi
+}
+
+each_ruby_prepare() {
+   # Make sure the test scripts use the right ruby interpreter
+   sed -i -e 's:ruby:'${RUBY}':' script/* || die
+}
+
+each_ruby_test() {
+   MT_NO_PLUGINS=true each_fakegem_test
+
+   # Sleep some time to allow the sinatra test server to die
+   einfo "Waiting for test server to stop"
+   sleep 10
+}



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

2020-05-23 Thread Hans de Graaff
commit: 44eea83f805bb8a2f227cfb106020c1d710a1c04
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 06:01:07 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 06:33:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44eea83f

dev-ruby/eventmachine: update HOMEPAGE

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

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

diff --git a/dev-ruby/eventmachine/eventmachine-1.2.7.ebuild 
b/dev-ruby/eventmachine/eventmachine-1.2.7.ebuild
index eef8004a177..2a49e0f7298 100644
--- a/dev-ruby/eventmachine/eventmachine-1.2.7.ebuild
+++ b/dev-ruby/eventmachine/eventmachine-1.2.7.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=6
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="docs/*.md README.md"
 inherit ruby-fakegem
 
 DESCRIPTION="EventMachine is a fast, simple event-processing library for Ruby 
programs"
-HOMEPAGE="http://rubyeventmachine.com;
+HOMEPAGE="https://github.com/eventmachine/eventmachine;
 SRC_URI="https://github.com/eventmachine/eventmachine/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="|| ( GPL-2 Ruby )"



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

2020-05-23 Thread Sergei Trofimovich
commit: dd35b529194fdcadf324fd4f0a466a61aa1dfadb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 22 22:36:50 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 23 08:17:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd35b529

multilib.eclass: populate AR, NM, RANLIB, OBJDUMP, STRIP, bug #724558

For both multilib and non-multilib profiles binutils provides
tools with native CHOST prefix only. For example on amd64 there
is only 'x86_64-pc-linux-gnu-nm' and 'nm'.

On abi_x86_32 tools are usually configured with --host=i686-pc-linux-gnu.
Configure tries i686-pc-linux-gnu-nm, then falls back to 'nm'.

The change overrides NM and friends to 'x86_64-pc-linux-gnu-nm' for
multilib setup similar to other environment variables.

Reported-by: Kent Fredric
Closes: https://bugs.gentoo.org/724558
Signed-off-by: Sergei Trofimovich  gentoo.org>

 eclass/multilib.eclass | 5 +
 1 file changed, 5 insertions(+)

diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass
index bbaab709b4f..acfb78deab1 100644
--- a/eclass/multilib.eclass
+++ b/eclass/multilib.eclass
@@ -484,11 +484,16 @@ multilib_toolchain_setup() {
# Set the CHOST native first so that we pick up the native
# toolchain and not a cross-compiler by accident #202811.
export CHOST=$(get_abi_CHOST ${DEFAULT_ABI})
+   export AR="$(tc-getAR)" # Avoid 'ar', use '${CHOST}-ar'
export CC="$(tc-getCC) $(get_abi_CFLAGS)"
export CXX="$(tc-getCXX) $(get_abi_CFLAGS)"
export F77="$(tc-getF77) $(get_abi_CFLAGS)"
export FC="$(tc-getFC) $(get_abi_CFLAGS)"
export LD="$(tc-getLD) $(get_abi_LDFLAGS)"
+   export NM="$(tc-getNM)" # Avoid 'nm', use '${CHOST}-nm'
+   export OBJDUMP="$(tc-getOBJDUMP)" # Avoid 'objdump', use 
'${CHOST}-objdump'
+   export RANLIB="$(tc-getRANLIB)" # Avoid 'ranlib', use 
'${CHOST}-ranlib'
+   export STRIP="$(tc-getSTRIP)" # Avoid 'strip', use 
'${CHOST}-strip'
export CHOST=$(get_abi_CHOST $1)
export PKG_CONFIG_LIBDIR=${EPREFIX}/usr/$(get_libdir)/pkgconfig
export PKG_CONFIG_PATH=${EPREFIX}/usr/share/pkgconfig



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

2020-05-23 Thread Michał Górny
commit: ba90d913751bba88b9825842991099956cdf7c72
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:46:21 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:46:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba90d913

dev-python/django-durationfield: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718724
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-durationfield/Manifest   |  1 -
 .../django-durationfield-0.5.4.ebuild  | 26 --
 dev-python/django-durationfield/metadata.xml   |  8 ---
 profiles/package.mask  |  5 -
 4 files changed, 40 deletions(-)

diff --git a/dev-python/django-durationfield/Manifest 
b/dev-python/django-durationfield/Manifest
deleted file mode 100644
index 252bc61fa79..000
--- a/dev-python/django-durationfield/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django-durationfield-0.5.4.tar.gz 4728 BLAKE2B 
446a5b361cc54bcc2ae375caebfe2eda64114e3e326e7d60fc8d4ebe5c6acf59d80e12e246ecf5ca7edf44a1f1068bc3b17d841b4d39c7317211c87fc03aacd5
 SHA512 
84885ab7bb07ed3c5a64094a2beb7d4adcf8b0f9f2933ad2c1d4654789bd71aa7d2efd5c84931f22f81a51e8aaeb3ed9415a12c69dfd7354c2317ea912fdc610

diff --git a/dev-python/django-durationfield/django-durationfield-0.5.4.ebuild 
b/dev-python/django-durationfield/django-durationfield-0.5.4.ebuild
deleted file mode 100644
index 2e15cf09d7f..000
--- a/dev-python/django-durationfield/django-durationfield-0.5.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Reusable app for adding a DurationField to Django"
-HOMEPAGE="https://pypi.org/project/django-durationfield/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/django-1.4[${PYTHON_USEDEP}]
-"
-
-DEPEND="
-   ${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 4c3e3e5f301..d4163881271 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -476,11 +476,6 @@ dev-python/django-spurl
 # Removal in 30 days.  Bug #718734.
 dev-python/django-setuptest
 
-# Michał Górny  (2020-04-21)
-# Django has a native DurationField since 1.8.  No revdeps.
-# Removal in 30 days.  Bug #718724.
-dev-python/django-durationfield
-
 # Michael Orlitzky  (2020-04-19)
 # Stuck on Python 3.6, support for which already required
 # backporting patches to a release from 2014. Upstream's git



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

2020-05-23 Thread Ian Whyman
commit: ddeb26c79cf05eb83f79c29a1743060590bb9b51
Author: Ian Whyman  gentoo  org>
AuthorDate: Sat May 23 09:51:30 2020 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Sat May 23 09:51:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddeb26c7

media-video/handbrake: Version bump

Closes: https://bugs.gentoo.org/713364
Closes: https://bugs.gentoo.org/712612
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ian Whyman  gentoo.org>

 media-video/handbrake/Manifest   |   1 +
 media-video/handbrake/handbrake-1.3.2.ebuild | 163 +++
 2 files changed, 164 insertions(+)

diff --git a/media-video/handbrake/Manifest b/media-video/handbrake/Manifest
index 39ca8d3e610..70dab8d3bfb 100644
--- a/media-video/handbrake/Manifest
+++ b/media-video/handbrake/Manifest
@@ -1,2 +1,3 @@
 DIST handbrake-1.2.2.tar.bz2 18010777 BLAKE2B 
75ace4565bef22a6ee8cd3291a393dd20d9a8fcc57b16bca15393f9a5f18949bf104ad69b536453013598ea3dc0ddbceddf85b96e234f09ef2c119810242f48e
 SHA512 
434e6db1acbe01771aeefd2f257bdc58ad84e63ba441f4977f634b9ccb3c708176b928adf1dfa9e20d4948b65876ae9b4dfdc35f9c56f03f34858380090ab29c
 DIST handbrake-1.3.0.tar.bz2 16801695 BLAKE2B 
2a71674f557562317ed643064f252f3f88815a0b2fbbf9478f79efdd18282304443a29120effdce8ed9b07d00896d0946be0a7f4a94ae65252f9935c97829fb4
 SHA512 
40801a5a3756feb33f374e68e7ed743841d33f7a6b22dd2361034f182b32cdcead3ff02a7a6e16f0ffbc7b693541747b048dc606deadf7a8e490aad193e07c4d
+DIST handbrake-1.3.2.tar.bz2 16813741 BLAKE2B 
b59186f60d12a5478b2a34f736c9450ce6bba98f0606fc42af11c64f55b2324177302d49089003a39d0a8c1d82776211573a7c4ef1b6b6fabdbc35aed2e5cde7
 SHA512 
857f358a8754b08e55acfddb1431d99cc1035cf52174ab1d5243524fffe60e6cbc7d2a5d5912d55e6dc6b8ec621d503ebd21614a9064706a95c920e72a760f6a

diff --git a/media-video/handbrake/handbrake-1.3.2.ebuild 
b/media-video/handbrake/handbrake-1.3.2.ebuild
new file mode 100644
index 000..e5a5b302194
--- /dev/null
+++ b/media-video/handbrake/handbrake-1.3.2.ebuild
@@ -0,0 +1,163 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit autotools eutils gnome2-utils python-any-r1 xdg-utils
+
+if [[ ${PV} = ** ]]; then
+   EGIT_REPO_URI="https://github.com/HandBrake/HandBrake.git;
+   inherit git-r3
+   KEYWORDS=""
+else
+   MY_P="HandBrake-${PV}"
+   
SRC_URI="https://github.com/HandBrake/HandBrake/releases/download/${PV}/${MY_P}-source.tar.bz2
 -> ${P}.tar.bz2"
+   S="${WORKDIR}/${MY_P}"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Open-source, GPL-licensed, multiplatform, multithreaded video 
transcoder"
+HOMEPAGE="http://handbrake.fr/;
+LICENSE="GPL-2"
+
+SLOT="0"
+IUSE="+fdk gstreamer gtk libav-aac numa nvenc x265"
+
+REQUIRED_USE="^^ ( fdk libav-aac )"
+
+RDEPEND="
+   app-arch/xz-utils
+   media-libs/speex
+   dev-libs/jansson
+   dev-libs/libxml2
+   media-libs/a52dec
+   media-libs/libass:=
+   >=media-libs/libbluray-1.0
+   >=media-libs/dav1d-0.5.1
+   media-libs/libdvdnav
+   media-libs/libdvdread:=
+   media-libs/libsamplerate
+   media-libs/libtheora
+   media-libs/libvorbis
+   >=media-libs/libvpx-1.8
+   nvenc? ( media-libs/nv-codec-headers )
+   media-libs/opus
+   media-libs/x264:=
+   media-sound/lame
+   sys-libs/zlib
+   >=media-video/ffmpeg-4.2.1:0=[fdk?]
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gst-plugins-bad:1.0
+   media-libs/gst-plugins-ugly:1.0
+   media-plugins/gst-plugins-a52dec:1.0
+   media-plugins/gst-plugins-libav:1.0
+   media-plugins/gst-plugins-x264:1.0
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   )
+   gtk? (
+   >=x11-libs/gtk+-3.10
+   dev-libs/dbus-glib
+   dev-libs/glib:2
+   dev-libs/libgudev:=
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libnotify
+   x11-libs/pango
+   )
+   fdk? ( media-libs/fdk-aac )
+   x265? ( >=media-libs/x265-3.2:0=[10bit,12bit,numa?] )
+   "
+
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   dev-lang/yasm
+   dev-util/intltool
+   sys-devel/automake"
+
+PATCHES=(
+   # Remove libdvdnav duplication and call it on the original instead.
+   # It may work this way; if not, we should try to mimic the duplication.
+   "${FILESDIR}/${PN}--remove-dvdnav-dup.patch"
+
+   # Remove faac dependency; TODO: figure out if we need to do this at all.
+   "${FILESDIR}/${PN}--remove-faac-dependency.patch"
+
+   # Use whichever python is set by portage
+   "${FILESDIR}/${PN}-1.3.0-dont-search-for-python.patch"
+)
+

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

2020-05-23 Thread Michał Górny
commit: d5f4d13d414572bd5559b1d25582fd4782f27d72
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:46:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:46:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f4d13d

dev-python/django-setuptest: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718734
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-setuptest/Manifest   |  1 -
 .../django-setuptest/django-setuptest-0.2.1.ebuild | 23 --
 dev-python/django-setuptest/metadata.xml   | 11 ---
 profiles/package.mask  |  6 --
 4 files changed, 41 deletions(-)

diff --git a/dev-python/django-setuptest/Manifest 
b/dev-python/django-setuptest/Manifest
deleted file mode 100644
index d4d646d3101..000
--- a/dev-python/django-setuptest/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django-setuptest-0.2.1.tar.gz 7131 BLAKE2B 
5afd3106c9f02da2b8d63a21e90c68db97a38f67ca36feafa6e798f9f3106f81cedc94a3155d777f78f43e549fb5656245518d5a812fb30513c59cb24d8da98b
 SHA512 
de0ba14ca451974ffa10b2fe822e6a7a927f2009dd1cc345abd6d4b192a5d9dbd1c9034463cbfbc8b5b66ab35d694282513a33dc55e8c1b0385fa32619c3f31d

diff --git a/dev-python/django-setuptest/django-setuptest-0.2.1.ebuild 
b/dev-python/django-setuptest/django-setuptest-0.2.1.ebuild
deleted file mode 100644
index 522ae886fd4..000
--- a/dev-python/django-setuptest/django-setuptest-0.2.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple test suite enabling Django app testing via setup.py"
-HOMEPAGE="https://github.com/praekelt/django-setuptest;
-SRC_URI="https://github.com/praekelt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/pep8[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
-   dev-python/django[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/django-setuptest/metadata.xml 
b/dev-python/django-setuptest/metadata.xml
deleted file mode 100644
index d8675acbf52..000
--- a/dev-python/django-setuptest/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-pyt...@gentoo.org
-Python
-  
-  
-praekelt/django-setuptest
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index d4163881271..850c725f0bc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -470,12 +470,6 @@ dev-python/filemagic
 # Removal in 30 days.  Bug #718744.
 dev-python/django-spurl
 
-# Michał Górny  (2020-04-21)
-# Unmaintained.  Last commit in 2016.  Upstream bugtracker indicates it
-# doesn't support current dev-python/django versions.  No revdeps.
-# Removal in 30 days.  Bug #718734.
-dev-python/django-setuptest
-
 # Michael Orlitzky  (2020-04-19)
 # Stuck on Python 3.6, support for which already required
 # backporting patches to a release from 2014. Upstream's git



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

2020-05-23 Thread Pacho Ramos
commit: 1fabf0b4436fbae83534abf7d1ac53b547da2302
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat May 23 10:04:33 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat May 23 10:04:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fabf0b4

x11-misc/lightdm-gtk-greeter: Migrate to 'appindicator' USE

Closes: https://bugs.gentoo.org/720318
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Pacho Ramos  gentoo.org>

 x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.6.ebuild| 8 
 x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.7-r1.ebuild | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.6.ebuild 
b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.6.ebuild
index fd4f5e0bfe1..47ae408d044 100644
--- a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.6.ebuild
+++ b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.6.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=6
@@ -14,9 +14,9 @@ LICENSE="GPL-3 LGPL-3
branding? ( CC-BY-3.0 )"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 x86"
-IUSE="ayatana branding"
+IUSE="appindicator branding"
 
-COMMON_DEPEND="ayatana? ( dev-libs/libindicator:3 )
+COMMON_DEPEND="appindicator? ( dev-libs/libindicator:3 )
x11-libs/gtk+:3
>=x11-misc/lightdm-1.2.2"
 
@@ -56,7 +56,7 @@ src_configure() {
local myeconfargs=(
--enable-kill-on-sigterm

--enable-at-spi-command="${EPREFIX}/usr/libexec/at-spi-bus-launcher 
--launch-immediately"
-   $(use_enable ayatana libindicator)
+   $(use_enable appindicator libindicator)
)
econf "${myeconfargs[@]}"
 }

diff --git a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.7-r1.ebuild 
b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.7-r1.ebuild
index f8a8dd980ea..389baa1ee3b 100644
--- a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.7-r1.ebuild
+++ b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.7-r1.ebuild
@@ -14,9 +14,9 @@ LICENSE="GPL-3 LGPL-3
branding? ( CC-BY-3.0 )"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
-IUSE="ayatana branding"
+IUSE="appindicator branding"
 
-COMMON_DEPEND="ayatana? ( dev-libs/libindicator:3 )
+COMMON_DEPEND="appindicator? ( dev-libs/libindicator:3 )
x11-libs/gtk+:3
>=x11-misc/lightdm-1.2.2"
 
@@ -60,7 +60,7 @@ src_configure() {
local myeconfargs=(
--enable-kill-on-sigterm

--enable-at-spi-command="${EPREFIX}/usr/libexec/at-spi-bus-launcher 
--launch-immediately"
-   $(use_enable ayatana libindicator)
+   $(use_enable appindicator libindicator)
)
econf "${myeconfargs[@]}"
 }



[gentoo-commits] repo/gentoo:master commit in: x11-themes/greybird/

2020-05-23 Thread Pacho Ramos
commit: 46e1576902b4c3ab0fc7bfc3f7f054806ea2e8a3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat May 23 10:07:47 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat May 23 10:07:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e15769

x11-themes/greybird: Migrate to 'appindicator' USE

Closes: https://bugs.gentoo.org/720320
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Pacho Ramos  gentoo.org>

 x11-themes/greybird/greybird-3.20.1-r2.ebuild | 6 +++---
 x11-themes/greybird/greybird-3.22.10.ebuild   | 6 +++---
 x11-themes/greybird/greybird-3.22.11.ebuild   | 6 +++---
 x11-themes/greybird/greybird-3.22.9.ebuild| 6 +++---
 x11-themes/greybird/greybird-.ebuild  | 6 +++---
 5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/x11-themes/greybird/greybird-3.20.1-r2.ebuild 
b/x11-themes/greybird/greybird-3.20.1-r2.ebuild
index acfe638f60d..2f0155ff830 100644
--- a/x11-themes/greybird/greybird-3.20.1-r2.ebuild
+++ b/x11-themes/greybird/greybird-3.20.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="ayatana gnome"
+IUSE="appindicator gnome"
 
 RDEPEND="
>=x11-themes/gtk-engines-murrine-0.90
@@ -37,7 +37,7 @@ src_install() {
emake DESTDIR="${D}" install
 
pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
-   use ayatana || rm -rf unity
+   use appindicator || rm -rf unity
use gnome || rm -rf metacity-1
popd > /dev/null || die
 }

diff --git a/x11-themes/greybird/greybird-3.22.10.ebuild 
b/x11-themes/greybird/greybird-3.22.10.ebuild
index 7d775459b57..93f614fd5e1 100644
--- a/x11-themes/greybird/greybird-3.22.10.ebuild
+++ b/x11-themes/greybird/greybird-3.22.10.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=7
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="ayatana gnome xfce"
+IUSE="appindicator gnome xfce"
 
 RDEPEND="
>=x11-libs/gtk+-3.22:3
@@ -37,7 +37,7 @@ src_install() {
default
 
pushd "${ED}"/usr/share/themes/${MY_PN} > /dev/null || die
-   use ayatana || rm -rf unity
+   use appindicator || rm -rf unity
use gnome || rm -rf metacity-1
use xfce || rm -rf xfce* xfwm4*
popd > /dev/null || die

diff --git a/x11-themes/greybird/greybird-3.22.11.ebuild 
b/x11-themes/greybird/greybird-3.22.11.ebuild
index e1e28aa5a99..a3e918760a9 100644
--- a/x11-themes/greybird/greybird-3.22.11.ebuild
+++ b/x11-themes/greybird/greybird-3.22.11.ebuild
@@ -12,9 +12,9 @@ 
SRC_URI="https://github.com/shimmerproject/${PN^}/archive/v${PV}.tar.gz -> ${P}.
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="ayatana gnome gtk2 gtk3 xfce"
+IUSE="appindicator gnome gtk2 gtk3 xfce"
 REQUIRED_USE="
-   || ( ayatana gnome gtk2 gtk3 xfce )
+   || ( appindicator gnome gtk2 gtk3 xfce )
 "
 
 RDEPEND="
@@ -33,7 +33,7 @@ src_install() {
meson_src_install
 
pushd "${ED}"/usr/share/themes > /dev/null || die
-   use ayatana || { rm -r ${PN^}*/unity || die; }
+   use appindicator || { rm -r ${PN^}*/unity || die; }
use gnome || { rm -r ${PN^}*/metacity-1 || die; }
use gtk2 || { rm -r ${PN^}*/gtk-2.0 || die; }
use gtk3 || { rm -r ${PN^}*/gtk-3.0 || die; }

diff --git a/x11-themes/greybird/greybird-3.22.9.ebuild 
b/x11-themes/greybird/greybird-3.22.9.ebuild
index 7d775459b57..93f614fd5e1 100644
--- a/x11-themes/greybird/greybird-3.22.9.ebuild
+++ b/x11-themes/greybird/greybird-3.22.9.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=7
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> ${P
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="ayatana gnome xfce"
+IUSE="appindicator gnome xfce"
 
 RDEPEND="
>=x11-libs/gtk+-3.22:3
@@ -37,7 +37,7 @@ src_install() {
default
 
pushd "${ED}"/usr/share/themes/${MY_PN} > /dev/null || die
-   use ayatana || rm -rf unity
+   use appindicator || rm -rf unity
use gnome || rm -rf metacity-1
use xfce || rm -rf xfce* xfwm4*
popd > /dev/null || die

diff --git a/x11-themes/greybird/greybird-.ebuild 
b/x11-themes/greybird/greybird-.ebuild
index 683dbdd3528..c9739918742 100644
--- 

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

2020-05-23 Thread Thomas Deutschmann
commit: 970c6395ab793d14caea6e65e0c5b41cfcd0c889
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat May 23 12:09:09 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 12:25:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970c6395

dev-db/mariadb: bump to v10.1.45

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

 dev-db/mariadb/Manifest   |   2 +
 dev-db/mariadb/mariadb-10.1.45.ebuild | 924 ++
 2 files changed, 926 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index e667f75ae7d..8fa12eae91a 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -1,6 +1,8 @@
 DIST mariadb-10.1.38.tar.gz 63535685 BLAKE2B 
c179ea2f60287c2bc1c0d1c47ae989ac2653a24063e8344cef2f3062fc6798e18b969e8f9aa8287104ce2518e6c644cb8d3a4650b5a0bc5dfde973e76e618955
 SHA512 
184582f3a902a989ba3d9c4d21288c014c8b469adbbb4cbabc621c5006022cef29baed8c1140ed4476b124da83b76dfa414295ed0c3374be826e75aca953a77b
 DIST mariadb-10.1.43.tar.gz 63635313 BLAKE2B 
60617d3021bb478633a995b93a3659a287ecab49bb1997efc430e2f453a8145307f0db02799b43560a51c92ef528060f93fb82fd0362ea34052f68590144bff0
 SHA512 
47e9693c6c1d25d2c3541efe001569c17e70721edcbfc3d0ccc96f3638820123436c18d2cbc3c2ad252adf1eda446feff0370eb97f9e57b6711757ac899b47e8
 DIST mariadb-10.1.44.tar.gz 63660764 BLAKE2B 
fb88660687c57217c82a05442b1f6e1d85a10fbcdb54b5c455409fd6e280aede27aafe61020eae278a0424b7b21f4afc4e581dd68ce9690948970ef22127ecd0
 SHA512 
4216524dae5eaf882d3667345fdccc58fa29cb02fb04367900d25c1d120b609d9c7af460dea37ba15ba3fb89f4390f9b15072f5c1ecc434c64b840fa14bab8a9
+DIST mariadb-10.1.45-patches-01.tar.xz 8104 BLAKE2B 
f1fb2ea82624904f4a8d0e0788cccf8f103aa720965ec925158bfc6d189e4a4d55ecd99e07e437f7286d03163588a26ad5afc8f930b66286e0597ef1870320a7
 SHA512 
57ccffb5787821398714cbe54da91e95bf3bf47cdf084a60abf6a642437a6b21f7328a05829a9e92ec9af0dacc5c77258daddd6213ed6d3862c9e1dadcf07068
+DIST mariadb-10.1.45.tar.gz 63673824 BLAKE2B 
002aedf61282244905256757fe18eebe67f8a05d45496eee4804e5fba9edf58ece15188d6537ed45245b9342bc514376727c91261ec3f3a3d809c569c84a63de
 SHA512 
708daf6cf98a914ca378e3461f3431f13d6274e20ef37de239e5d90db58215c50bfbc450e6b3b00d847cc819ab9de2bc780831009581e43db38d63397a417ace
 DIST mariadb-10.2.22.tar.gz 71907765 BLAKE2B 
e7781a9e1bb0becca543ebb0b9e03912fbafa9de45bbd5c7232f92d29b934148dd124ad462bf8aa5aec2e4ee0bf75a03fae5e5fe97a77e1d93095052a577c14b
 SHA512 
cd61d0c2d528b23b975e6ea142560d9b9ebff7ecda6fa9b3659b25b3406e8cc925918f4c3bb0e200ddb8d0520bcaa4d4f70d245b4731896f9ba2f1bdf0a817b2
 DIST mariadb-10.2.29.tar.gz 73087972 BLAKE2B 
aa3fe880f00b02846b26f16fcd37d18ebe217a2c9680c8c535042d2759852c929cd649d662c6a2bc603d934a6ba770ef945752c99d150f539e1fdd0d9be0ad51
 SHA512 
cee4e0d1a2b203cadaaa5678c5ce17302f18ffa55d07c8329392b1ea84740340c006eb9ab5920beef80835c2a399d5fffca409b8288e10ae62d290af62ec4ab8
 DIST mariadb-10.2.31.tar.gz 73134720 BLAKE2B 
a410f71cffd7ff904cb16d9d00bbb4b1d6d17a4931de1635a14dce7c7c66d8dfd097b0c261959809cf2f327d196b11f3196129c2894efb5bab0141aca10ea3c7
 SHA512 
2cf28e4e049618f633470e7a4cd4f3bc8c2a74bf9796bfd026da7c75812e6d4962323785fdbca7a5b505c2e4fe95e3b47cd2e24e4dec2dcd230ac8a25f49b9b9

diff --git a/dev-db/mariadb/mariadb-10.1.45.ebuild 
b/dev-db/mariadb/mariadb-10.1.45.ebuild
new file mode 100644
index 000..6a9d03e4add
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.1.45.ebuild
@@ -0,0 +1,924 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+SUBSLOT="18"
+
+JAVA_PKG_OPT_USE="jdbc"
+
+# Keeping eutils in EAPI=6 for emktemp in pkg_config
+
+inherit eutils systemd flag-o-matic prefix toolchain-funcs \
+   multiprocessing java-pkg-opt-2 cmake-utils multilib-build
+
+# Patch version
+PATCH_SET="https://dev.gentoo.org/~whissi/dist/${PN}/${PN}-10.1.45-patches-01.tar.xz;
+
+SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz
+   ${PATCH_SET}"
+
+HOMEPAGE="https://mariadb.org/;
+DESCRIPTION="An enhanced, drop-in replacement for MySQL"
+LICENSE="GPL-2"
+SLOT="0/${SUBSLOT:-0}"
+IUSE="+backup bindist client-libs cracklib debug extraengine galera jdbc 
jemalloc kerberos
+   innodb-lz4 innodb-lzo innodb-snappy latin1 libressl mroonga numa odbc 
oqgraph pam
+   +perl profiling selinux +server sphinx sst-rsync sst-mariabackup 
sst-xtrabackup
+   systemd systemtap static static-libs tcmalloc test tokudb xml yassl"
+
+# Tests always fail when libressl is enabled due to hard-coded ciphers in the 
tests
+RESTRICT="!bindist? ( bindist ) libressl? ( test ) !test? ( test )"
+
+REQUIRED_USE="jdbc? ( extraengine server !static )
+   server? ( tokudb? ( jemalloc !tcmalloc ) )
+   ?? ( tcmalloc jemalloc )
+   static? ( yassl !pam )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux 

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

2020-05-23 Thread Thomas Deutschmann
commit: 0459ed84f28d789ea2cad82d7fab3ebda63765ef
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat May 23 12:07:52 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 12:25:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0459ed84

dev-db/mariadb: bump to v10.2.32

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

 dev-db/mariadb/Manifest   |2 +
 dev-db/mariadb/mariadb-10.2.32.ebuild | 1005 +
 2 files changed, 1007 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index aea160bf74e..e667f75ae7d 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -4,6 +4,8 @@ DIST mariadb-10.1.44.tar.gz 63660764 BLAKE2B 
fb88660687c57217c82a05442b1f6e1d85a
 DIST mariadb-10.2.22.tar.gz 71907765 BLAKE2B 
e7781a9e1bb0becca543ebb0b9e03912fbafa9de45bbd5c7232f92d29b934148dd124ad462bf8aa5aec2e4ee0bf75a03fae5e5fe97a77e1d93095052a577c14b
 SHA512 
cd61d0c2d528b23b975e6ea142560d9b9ebff7ecda6fa9b3659b25b3406e8cc925918f4c3bb0e200ddb8d0520bcaa4d4f70d245b4731896f9ba2f1bdf0a817b2
 DIST mariadb-10.2.29.tar.gz 73087972 BLAKE2B 
aa3fe880f00b02846b26f16fcd37d18ebe217a2c9680c8c535042d2759852c929cd649d662c6a2bc603d934a6ba770ef945752c99d150f539e1fdd0d9be0ad51
 SHA512 
cee4e0d1a2b203cadaaa5678c5ce17302f18ffa55d07c8329392b1ea84740340c006eb9ab5920beef80835c2a399d5fffca409b8288e10ae62d290af62ec4ab8
 DIST mariadb-10.2.31.tar.gz 73134720 BLAKE2B 
a410f71cffd7ff904cb16d9d00bbb4b1d6d17a4931de1635a14dce7c7c66d8dfd097b0c261959809cf2f327d196b11f3196129c2894efb5bab0141aca10ea3c7
 SHA512 
2cf28e4e049618f633470e7a4cd4f3bc8c2a74bf9796bfd026da7c75812e6d4962323785fdbca7a5b505c2e4fe95e3b47cd2e24e4dec2dcd230ac8a25f49b9b9
+DIST mariadb-10.2.32-patches-01.tar.xz 5744 BLAKE2B 
04e6feba66a2152c85ff251af96bfc611eaa4f2194c3d34d3dadf2f0d389d5fc0cd425fb1d369e972fd8fc13d13b2ec4b5db1ff28459e33ad5ec770a85995b04
 SHA512 
bc0c7988a724dbaa0d36a9472a0315e04a5291bb0f88eafe1231f3c94c97ad5da2e36a06d968892b1026e4e2347c7e906a2881c66d89f4be95c6b6a3b1dd1475
+DIST mariadb-10.2.32.tar.gz 73646729 BLAKE2B 
581906d67f0aada9e85aec7bfee03ed8927a4e836f0639fa5f31576f5df70ce2b6ed3da0b96ad616f5ed71d7717531a073cb911c6d92274f6724911e086104af
 SHA512 
824aa94724b639337a5b4c2e86a1f5ceaeaa940eb234f852df1ba0aafd64e269335e2aca0b05d52164e090cfd6f7d14477df9e096473aa5d9286d47944a765b4
 DIST mariadb-10.3.20.tar.gz 71990355 BLAKE2B 
f950f0eb836751d0eebb9ae561fe3b5aefade04a0d389465918aa2a887e4f717ab4e6bd835dea8f9a88aacfe10c0b091fc2a59882a1781a3f2903ef07a759f5d
 SHA512 
8080cb6db85c587f39f128e98b00c3e6428bf3e828271a227bb2c61c97683c965802baa6e5f825317f7e2963683c0f81699642853deeca6977faa2b6932044a3
 DIST mariadb-10.3.22.tar.gz 72050820 BLAKE2B 
9e08f1360f8db2c5f466d4f6f967145286412a5598c7de8828eb8f8f3dd113b38f039c38335f9251f3bba19c67c5f62d57808eabc57480338b64dae0c5588774
 SHA512 
57a6551b8939f54742963202d50a537e69e8ab9b2dca42ce3d2a09c0f7af368fded71f36af26f6cbd956d54fe43853981ba8fe28b7a3ba97c7d52ea4a0d233f6
 DIST mariadb-10.3.23-patches-01.tar.xz 5148 BLAKE2B 
162c62a4c5a25e4c6fa059352d11ec1bebf5c2166373a455f54bce2e4e157578c29fd7e149a6e78c2884ac5ac25148c9108dd6f77f92730efa88cd823b49c7aa
 SHA512 
bfdf042ba066afb7ddaa612864dcbc1921c72c26e1df718477c899dd9430ee7a26e19987248c74979a1d19f07fe863bd4671f655767cee62a725464e972a111a

diff --git a/dev-db/mariadb/mariadb-10.2.32.ebuild 
b/dev-db/mariadb/mariadb-10.2.32.ebuild
new file mode 100644
index 000..f30106882cc
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.2.32.ebuild
@@ -0,0 +1,1005 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+SUBSLOT="18"
+
+JAVA_PKG_OPT_USE="jdbc"
+
+# Keeping eutils in EAPI=6 for emktemp in pkg_config
+
+inherit eutils systemd flag-o-matic prefix toolchain-funcs \
+   multiprocessing java-pkg-opt-2 cmake-utils
+
+# Patch version
+PATCH_SET="https://dev.gentoo.org/~whissi/dist/${PN}/${PN}-10.2.32-patches-01.tar.xz;
+
+SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz
+   ${PATCH_SET}"
+
+HOMEPAGE="https://mariadb.org/;
+DESCRIPTION="An enhanced, drop-in replacement for MySQL"
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0/${SUBSLOT:-0}"
+IUSE="+backup bindist client-libs cracklib debug extraengine galera innodb-lz4
+   innodb-lzo innodb-snappy jdbc jemalloc kerberos latin1 libressl mroonga
+   numa odbc oqgraph pam +perl profiling rocksdb selinux +server sphinx
+   sst-rsync sst-mariabackup sst-xtrabackup static systemd systemtap 
tcmalloc
+   test tokudb xml yassl"
+
+# Tests always fail when libressl is enabled due to hard-coded ciphers in the 
tests
+RESTRICT="!bindist? ( bindist ) libressl? ( test ) !test? ( test )"
+
+REQUIRED_USE="jdbc? ( extraengine server !static )
+   server? ( tokudb? ( jemalloc !tcmalloc ) )
+   ?? ( tcmalloc jemalloc )
+   static? ( yassl !pam )"
+
+KEYWORDS="~alpha ~amd64 ~arm 

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

2020-05-23 Thread Thomas Deutschmann
commit: a95315e672bea822be863083102947a4ae4ca9e1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat May 23 12:11:09 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 12:25:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95315e6

dev-db/mariadb: bump to v5.5.68

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

 dev-db/mariadb/Manifest  |   2 +
 dev-db/mariadb/mariadb-5.5.68.ebuild | 835 +++
 2 files changed, 837 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index 8fa12eae91a..7e3ba5ea687 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -18,7 +18,9 @@ DIST mariadb-10.4.13-patches-01.tar.xz 5140 BLAKE2B 
76bec85715d03cf17d54994205f0
 DIST mariadb-10.4.13.tar.gz 80608459 BLAKE2B 
e9ada14da6ec7492311068549a5b6e5a66e1177312013b25472c084a21fbace543ec43b47f2e12190d45432648d508f311198521f42359561f8d75ea60f98205
 SHA512 
68919ceffb3d4afdd0d94daa77439a954c82ce4e08fbe06044fc397940eeb88a39ec75932cbd08ff26ef3cf7636fdb779947cda5b2764aa1fd888be19c44b566
 DIST mariadb-5.5.66.tar.gz 45962591 BLAKE2B 
41befba24abec2af876168a11fc205d328c137baa49e5e521787898e4b973d1dc548ef459228811caa99fa3c2b7a9fe96f3eb7a04bf62f0bb20966e4ffd2ea9b
 SHA512 
403f3bc67018e01eb2277a88d3a7ac673d50df8f7a67607f9d14e3167d1bdd4ca202983df69c97688ff51edbd6d6b43af3541c75e968d1d01713a7b6495e4c8c
 DIST mariadb-5.5.67.tar.gz 45971908 BLAKE2B 
494fdc5d13c3560b074514f30a828e6689b820a1eefc0d0ec67f00a9dced6f4d3c305ed81ad39dddbb07659ccfbab418900f822baf502067d706ba84d2e7fd78
 SHA512 
494b2b0d863e2fed6f02f8d61134a645aa113bb0e17ba08b304350dfa974f6fce2a2fcc231fb413872156f70f08fbd2604f58d642fffe085f3b093176a3e68c9
+DIST mariadb-5.5.68.tar.gz 45969389 BLAKE2B 
5b3a647649c614825adccbc83faa40ba330dae0a1f8005b2297cc6a44fbc00bf817f2d854af315f995e1065bd4d14a2f21a9cec44b5c78402524467d876d8157
 SHA512 
3419790aa88a7e2a5d80e56ca94683d22ca2d5d817dfe19904d11454f34cfc3b9d55e603295ea58580a3c9fe96a6c6f9b650e1058c4e8f2f2e82f09165436865
 DIST mysql-extras-20180809-1700Z.tar.bz2 322999 BLAKE2B 
8b5feb32085dc35b2f68dae985b2d266c4eaa0e956b490050a2df04bbff99bf8623b67e75af9326d84e3ad625c4d86b0d21d23c9a96df5a0c9cd5ed730958970
 SHA512 
fbd7af9284bbf09d55f128361e7cc52d94f24ac491aac800cd6d61f2e444aeca66a4d5e6ae94c2fb4044e00cec9b232bae9a76a229f87f19d90b7aecf70792ec
 DIST mysql-extras-20190305-2052Z.tar.bz2 331304 BLAKE2B 
1d2c35a961159fa5ce9ee6699fce943f5a5b5cf60b11c9bb4bcccee4943f4508a9eb6d01050c642353ac592ce1a6b421abf2a1bebc706c44c4c8a36aa698ec43
 SHA512 
ae63403320e010acbb92f8aec6da8ed4f267cef0bad37147d594076fd94571de7f98bfc2afbe94af5d716f58d57696fd958b1e13e20e87052f252ed4a188cd3c
 DIST mysql-extras-20190731-2258Z.tar.bz2 332111 BLAKE2B 
cc144c9af852bfdd4149b96bdc22f8afb2d0aa92f95ebd272a244f0fb7743dc03f9244871d5c195260bac5d9ed20583093257ee2c95a5a4d0a4dae488d781adf
 SHA512 
d4428a1128cd5aef62c463b659992b110090b1602cdcb6b8d922d570c6b946fde325bfcf5a9a955a8dcc61f3ccd3d612d8517ebf63e316f98ca9ff2cd8a807aa
 DIST mysql-extras-20200203-1749Z.tar.bz2 344999 BLAKE2B 
46441f3c210c87b8ce1df89e9480d0bd5be216b0a1380c3ca330294e787bf2fb2b7078438f032dd0381363e756312d7634350a0b02c00b3145d4787a9ad65cad
 SHA512 
210d240efef4d7bb64d356cae240039d9bd65e2bd4af47e01131ab5bf48779f4c0519e50d212d50db998e6b9bf9d73f1a03b0bbf4f7d6dc6f978660c8ac8a21f
+DIST mysql-extras-20200523-1221Z.tar.bz2 345015 BLAKE2B 
3ad0da663c31831d3b511b88df34b6a28bb781cfd88fd4479b43273aa15946e63c7ae43d5497207edc6cc53a72bd42b8ce2e2058dfb236afd940bd0282190e98
 SHA512 
8f7b39017efb08e1ae98c4c68728bc86f8427b88b2a22688abf6975c6706122086dc93289beb511bbaf17cd5a790c76406e81315a11830829efe9170ce4f6a42

diff --git a/dev-db/mariadb/mariadb-5.5.68.ebuild 
b/dev-db/mariadb/mariadb-5.5.68.ebuild
new file mode 100644
index 000..87e9a50bd38
--- /dev/null
+++ b/dev-db/mariadb/mariadb-5.5.68.ebuild
@@ -0,0 +1,835 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+MY_EXTRAS_VER="20200523-1221Z"
+SUBSLOT="18"
+
+# Keeping eutils in EAPI=6 for emktemp in pkg_config
+
+inherit eutils flag-o-matic prefix toolchain-funcs user cmake-utils 
multilib-build
+
+SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz "
+
+# Gentoo patches to MySQL
+if [[ "${MY_EXTRAS_VER}" != "live" && "${MY_EXTRAS_VER}" != "none" ]]; then
+   SRC_URI="${SRC_URI}
+   mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+   
https://gitweb.gentoo.org/proj/mysql-extras.git/snapshot/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+   
https://dev.gentoo.org/~grknight/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+   
https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+   
https://dev.gentoo.

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

2020-05-23 Thread Thomas Deutschmann
commit: 6404593eeed8f9d42ab557edcbf2a391fabac056
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat May 23 10:09:14 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 12:25:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6404593e

dev-db/mariadb: bump to v10.4.13

Closes: https://bugs.gentoo.org/722766
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/mariadb/Manifest   |2 +
 dev-db/mariadb/mariadb-10.4.13.ebuild | 1035 +
 2 files changed, 1037 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index 8f98e9801a8..ab8322b064d 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -8,6 +8,8 @@ DIST mariadb-10.3.20.tar.gz 71990355 BLAKE2B 
f950f0eb836751d0eebb9ae561fe3b5aefa
 DIST mariadb-10.3.22.tar.gz 72050820 BLAKE2B 
9e08f1360f8db2c5f466d4f6f967145286412a5598c7de8828eb8f8f3dd113b38f039c38335f9251f3bba19c67c5f62d57808eabc57480338b64dae0c5588774
 SHA512 
57a6551b8939f54742963202d50a537e69e8ab9b2dca42ce3d2a09c0f7af368fded71f36af26f6cbd956d54fe43853981ba8fe28b7a3ba97c7d52ea4a0d233f6
 DIST mariadb-10.4.10.tar.gz 78352896 BLAKE2B 
c0e448fba455feb9385b7d57e1a727e84eaf4cfa52ce0dbd6ff062aa0b5abc42005680fb185416d04fbd7bb62d9bbd6c93e4cb77b145418cf6be92747f8b1c2a
 SHA512 
4a9b9a37bc3a273de4bd781dac3636256364dae6efbba45765d6b28995da3d64e180422cd10418d1c7acd7fd8843fe2a2638c07e0f56b0c09170c58812cc6b71
 DIST mariadb-10.4.12.tar.gz 79120835 BLAKE2B 
1c511e788f8ddc9b9d2e580b29c380ada85d7cc46febe6a6bec626fd6239e4f50480b7a31dcd7e1a9474c6ed9626a910e996257ac8366646a22decc0226c45f0
 SHA512 
518dae18c04a1f7fcc6fd4d2dfbfbfbdf5e83e72ca41e66e1074328df8d92ab41b458e6a9973771419ac09a7348f264f158916cd198c335085d6e823e707bbc6
+DIST mariadb-10.4.13-patches-01.tar.xz 5140 BLAKE2B 
76bec85715d03cf17d54994205f0a5e452c5bad0353c2a14d6bdad92f0771b54b54753856709b8379fe91efbff48a610414b54b891dd17eabda043a5059e60e7
 SHA512 
923c54850b1e55ed60988133d615b80aecce3e73c7914b8b02aeea1c61c154ba5ff2ae3575f24d7341b6bf6de9aae2f5751fb951a5a88eafbea7db254da2d4fe
+DIST mariadb-10.4.13.tar.gz 80608459 BLAKE2B 
e9ada14da6ec7492311068549a5b6e5a66e1177312013b25472c084a21fbace543ec43b47f2e12190d45432648d508f311198521f42359561f8d75ea60f98205
 SHA512 
68919ceffb3d4afdd0d94daa77439a954c82ce4e08fbe06044fc397940eeb88a39ec75932cbd08ff26ef3cf7636fdb779947cda5b2764aa1fd888be19c44b566
 DIST mariadb-5.5.66.tar.gz 45962591 BLAKE2B 
41befba24abec2af876168a11fc205d328c137baa49e5e521787898e4b973d1dc548ef459228811caa99fa3c2b7a9fe96f3eb7a04bf62f0bb20966e4ffd2ea9b
 SHA512 
403f3bc67018e01eb2277a88d3a7ac673d50df8f7a67607f9d14e3167d1bdd4ca202983df69c97688ff51edbd6d6b43af3541c75e968d1d01713a7b6495e4c8c
 DIST mariadb-5.5.67.tar.gz 45971908 BLAKE2B 
494fdc5d13c3560b074514f30a828e6689b820a1eefc0d0ec67f00a9dced6f4d3c305ed81ad39dddbb07659ccfbab418900f822baf502067d706ba84d2e7fd78
 SHA512 
494b2b0d863e2fed6f02f8d61134a645aa113bb0e17ba08b304350dfa974f6fce2a2fcc231fb413872156f70f08fbd2604f58d642fffe085f3b093176a3e68c9
 DIST mysql-extras-20180809-1700Z.tar.bz2 322999 BLAKE2B 
8b5feb32085dc35b2f68dae985b2d266c4eaa0e956b490050a2df04bbff99bf8623b67e75af9326d84e3ad625c4d86b0d21d23c9a96df5a0c9cd5ed730958970
 SHA512 
fbd7af9284bbf09d55f128361e7cc52d94f24ac491aac800cd6d61f2e444aeca66a4d5e6ae94c2fb4044e00cec9b232bae9a76a229f87f19d90b7aecf70792ec

diff --git a/dev-db/mariadb/mariadb-10.4.13.ebuild 
b/dev-db/mariadb/mariadb-10.4.13.ebuild
new file mode 100644
index 000..ac886d21e77
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.4.13.ebuild
@@ -0,0 +1,1035 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+SUBSLOT="18"
+
+JAVA_PKG_OPT_USE="jdbc"
+
+inherit eutils systemd flag-o-matic prefix toolchain-funcs \
+   multiprocessing java-pkg-opt-2 cmake
+
+# Patch version
+PATCH_SET="https://dev.gentoo.org/~whissi/dist/${PN}/${PN}-10.4.13-patches-01.tar.xz;
+
+SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz
+   ${PATCH_SET}"
+
+HOMEPAGE="https://mariadb.org/;
+DESCRIPTION="An enhanced, drop-in replacement for MySQL"
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0/${SUBSLOT:-0}"
+IUSE="+backup bindist cracklib debug extraengine galera innodb-lz4
+   innodb-lzo innodb-snappy jdbc jemalloc kerberos latin1 libressl mroonga
+   numa odbc oqgraph pam +perl profiling rocksdb selinux +server sphinx
+   sst-rsync sst-mariabackup static systemd systemtap tcmalloc
+   test tokudb xml yassl"
+
+# Tests always fail when libressl is enabled due to hard-coded ciphers in the 
tests
+RESTRICT="!bindist? ( bindist ) libressl? ( test ) !test? ( test )"
+
+REQUIRED_USE="jdbc? ( extraengine server !static )
+   server? ( tokudb? ( jemalloc !tcmalloc ) )
+   ?? ( tcmalloc jemalloc )
+   static? ( yassl !pam )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 

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

2020-05-23 Thread Thomas Deutschmann
commit: 7dbb0f8932ff4e964a72344eacb78733dfb02009
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat May 23 10:31:25 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 12:25:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dbb0f89

dev-db/mariadb: bump to v10.3.23

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

 dev-db/mariadb/Manifest   |2 +
 dev-db/mariadb/mariadb-10.3.23.ebuild | 1008 +
 2 files changed, 1010 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index ab8322b064d..aea160bf74e 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -6,6 +6,8 @@ DIST mariadb-10.2.29.tar.gz 73087972 BLAKE2B 
aa3fe880f00b02846b26f16fcd37d18ebe2
 DIST mariadb-10.2.31.tar.gz 73134720 BLAKE2B 
a410f71cffd7ff904cb16d9d00bbb4b1d6d17a4931de1635a14dce7c7c66d8dfd097b0c261959809cf2f327d196b11f3196129c2894efb5bab0141aca10ea3c7
 SHA512 
2cf28e4e049618f633470e7a4cd4f3bc8c2a74bf9796bfd026da7c75812e6d4962323785fdbca7a5b505c2e4fe95e3b47cd2e24e4dec2dcd230ac8a25f49b9b9
 DIST mariadb-10.3.20.tar.gz 71990355 BLAKE2B 
f950f0eb836751d0eebb9ae561fe3b5aefade04a0d389465918aa2a887e4f717ab4e6bd835dea8f9a88aacfe10c0b091fc2a59882a1781a3f2903ef07a759f5d
 SHA512 
8080cb6db85c587f39f128e98b00c3e6428bf3e828271a227bb2c61c97683c965802baa6e5f825317f7e2963683c0f81699642853deeca6977faa2b6932044a3
 DIST mariadb-10.3.22.tar.gz 72050820 BLAKE2B 
9e08f1360f8db2c5f466d4f6f967145286412a5598c7de8828eb8f8f3dd113b38f039c38335f9251f3bba19c67c5f62d57808eabc57480338b64dae0c5588774
 SHA512 
57a6551b8939f54742963202d50a537e69e8ab9b2dca42ce3d2a09c0f7af368fded71f36af26f6cbd956d54fe43853981ba8fe28b7a3ba97c7d52ea4a0d233f6
+DIST mariadb-10.3.23-patches-01.tar.xz 5148 BLAKE2B 
162c62a4c5a25e4c6fa059352d11ec1bebf5c2166373a455f54bce2e4e157578c29fd7e149a6e78c2884ac5ac25148c9108dd6f77f92730efa88cd823b49c7aa
 SHA512 
bfdf042ba066afb7ddaa612864dcbc1921c72c26e1df718477c899dd9430ee7a26e19987248c74979a1d19f07fe863bd4671f655767cee62a725464e972a111a
+DIST mariadb-10.3.23.tar.gz 72582611 BLAKE2B 
493605519f714cbe87b938f6ca3243d29189adbfcbb33c4e10a4a3f01b08d875f18b96b647dc92566b785c2cef9862ebacfd55954d13ab0a7a745606e40fb6e9
 SHA512 
535cd2ce80a95b6c0a1aa559cc3275dfcd559c3a4f958fab3382923190a16e6bc5b4ad79acaa518244512ff618568c239c0edef8a701d958362ede19a29c2986
 DIST mariadb-10.4.10.tar.gz 78352896 BLAKE2B 
c0e448fba455feb9385b7d57e1a727e84eaf4cfa52ce0dbd6ff062aa0b5abc42005680fb185416d04fbd7bb62d9bbd6c93e4cb77b145418cf6be92747f8b1c2a
 SHA512 
4a9b9a37bc3a273de4bd781dac3636256364dae6efbba45765d6b28995da3d64e180422cd10418d1c7acd7fd8843fe2a2638c07e0f56b0c09170c58812cc6b71
 DIST mariadb-10.4.12.tar.gz 79120835 BLAKE2B 
1c511e788f8ddc9b9d2e580b29c380ada85d7cc46febe6a6bec626fd6239e4f50480b7a31dcd7e1a9474c6ed9626a910e996257ac8366646a22decc0226c45f0
 SHA512 
518dae18c04a1f7fcc6fd4d2dfbfbfbdf5e83e72ca41e66e1074328df8d92ab41b458e6a9973771419ac09a7348f264f158916cd198c335085d6e823e707bbc6
 DIST mariadb-10.4.13-patches-01.tar.xz 5140 BLAKE2B 
76bec85715d03cf17d54994205f0a5e452c5bad0353c2a14d6bdad92f0771b54b54753856709b8379fe91efbff48a610414b54b891dd17eabda043a5059e60e7
 SHA512 
923c54850b1e55ed60988133d615b80aecce3e73c7914b8b02aeea1c61c154ba5ff2ae3575f24d7341b6bf6de9aae2f5751fb951a5a88eafbea7db254da2d4fe

diff --git a/dev-db/mariadb/mariadb-10.3.23.ebuild 
b/dev-db/mariadb/mariadb-10.3.23.ebuild
new file mode 100644
index 000..df2fca71d2c
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.3.23.ebuild
@@ -0,0 +1,1008 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+SUBSLOT="18"
+
+JAVA_PKG_OPT_USE="jdbc"
+
+# Keeping eutils in EAPI=6 for emktemp in pkg_config
+
+inherit eutils systemd flag-o-matic prefix toolchain-funcs \
+   multiprocessing java-pkg-opt-2 cmake-utils
+
+# Patch version
+PATCH_SET="https://dev.gentoo.org/~whissi/dist/${PN}/${PN}-10.3.23-patches-01.tar.xz;
+
+SRC_URI="https://downloads.mariadb.org/interstitial/${P}/source/${P}.tar.gz
+   ${PATCH_SET}"
+
+HOMEPAGE="https://mariadb.org/;
+DESCRIPTION="An enhanced, drop-in replacement for MySQL"
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0/${SUBSLOT:-0}"
+IUSE="+backup bindist client-libs cracklib debug extraengine galera innodb-lz4
+   innodb-lzo innodb-snappy jdbc jemalloc kerberos latin1 libressl mroonga
+   numa odbc oqgraph pam +perl profiling rocksdb selinux +server sphinx
+   sst-rsync sst-mariabackup static systemd systemtap tcmalloc
+   test tokudb xml yassl"
+
+# Tests always fail when libressl is enabled due to hard-coded ciphers in the 
tests
+RESTRICT="!bindist? ( bindist ) libressl? ( test ) !test? ( test )"
+
+REQUIRED_USE="jdbc? ( extraengine server !static )
+   server? ( tokudb? ( jemalloc !tcmalloc ) )
+   ?? ( tcmalloc jemalloc )
+   static? ( yassl !pam )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa 

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

2020-05-23 Thread Jeroen Roovers
commit: 25eaeff140fa40598a85f2a77a33a16ade8ec936
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat May 23 07:04:31 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat May 23 07:05:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25eaeff1

net-analyzer/cacti-spine: Old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti-spine/Manifest  |  1 -
 net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest 
b/net-analyzer/cacti-spine/Manifest
index 69b761171ea..da2307744b9 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,2 +1 @@
-DIST cacti-spine-1.2.11.tar.gz 107495 BLAKE2B 
faa2356e374f392565d3a1fed446527bd5be9cf63ec1b286e0e6069503b80fea9042d367f087f05ff5660a0fb647a2d2478c6f25a557b8aec821a151af2a7f02
 SHA512 
6c7dd2c4b35040cce58714e1b238b473d42465327cde469cb09c304d51fe74b0731ec4ed4d70321c092d6efd4eac6ab375140beb5d552fcf7ad4286713a4f22b
 DIST cacti-spine-1.2.12.tar.gz 107512 BLAKE2B 
1ced87c30d26d524ce9c98508cfee42dfccceac9e68662fbf31e257ebb8990bfd4935a735554ba3153f8382ada1fea86fb4712811857a09a49bec609a41aae5b
 SHA512 
382a456bc64f4bfd56db8e6fcc2e626d66d529bbb6bfa34210053e64f9b61ae1376c9a4870402e7ccb069c20f91a85dbf5b4ec72826a1f3d70f2e6900accc0c3

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild 
b/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
deleted file mode 100644
index ac2422dded6..000
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.11.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 autotools
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php;
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc x86"
-IUSE="libressl"
-
-CDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   net-analyzer/net-snmp:=
-   dev-db/mysql-connector-c:0=
-"
-DEPEND="
-   ${CDEPEND}
-   sys-apps/help2man
-"
-RDEPEND="
-   ${CDEPEND}
-   >net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_install() {
-   dosbin spine
-
-   insinto /etc/
-   insopts -m0640 -o root
-   newins spine.conf{.dist,}
-
-   doman spine.1
-   dodoc CHANGELOG
-}



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

2020-05-23 Thread Jeroen Roovers
commit: 31de7c16505466c1826f8976da692dddbbbf3eaa
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat May 23 07:05:06 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat May 23 07:05:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31de7c16

net-analyzer/cacti: Old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cacti/Manifest|  1 -
 net-analyzer/cacti/cacti-1.2.11.ebuild | 48 --
 2 files changed, 49 deletions(-)

diff --git a/net-analyzer/cacti/Manifest b/net-analyzer/cacti/Manifest
index 382c8aa97d7..effe34b8df7 100644
--- a/net-analyzer/cacti/Manifest
+++ b/net-analyzer/cacti/Manifest
@@ -1,2 +1 @@
-DIST cacti-1.2.11.tar.gz 25099698 BLAKE2B 
25d974eb21bafeb9d5c84d1a857b1d95803945c73b21fc4e7219c5349c15aebb4d0130dc9701b3a3615c3514bfa3f3a29286153ba8f7cb515a255e06f20a56a9
 SHA512 
ab8a856fde55f405314fe0ec1efb78105181fc081dcc04091963b08777550182867b45daea4f630f19dbb538ad7ca5c62f2dac9cd867524dfef113e2a220
 DIST cacti-1.2.12.tar.gz 25126474 BLAKE2B 
12f552480bfd72ed8b73400c1d53c08eb38171c83baf63b3bdbac8bec5e9bf798824fb2c19954fda240c64f35adca601a2dbe9af6229b1f6791dc7b5f8477968
 SHA512 
df6a512a2e8faa70b8ee0b2ab72ea9e21db465f3978a3ecedf17cd34cb16793d3b0107f01f8cd8400fb15b162c27214680f22657f6f0d59853de88c49966087c

diff --git a/net-analyzer/cacti/cacti-1.2.11.ebuild 
b/net-analyzer/cacti/cacti-1.2.11.ebuild
deleted file mode 100644
index 096bfc1182c..000
--- a/net-analyzer/cacti/cacti-1.2.11.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit eutils webapp
-
-# Support for _p* in version.
-MY_P=${P/_p*/}
-
-DESCRIPTION="Cacti is a complete frontend to rrdtool"
-HOMEPAGE="https://www.cacti.net/;
-SRC_URI="https://www.cacti.net/downloads/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 sparc x86"
-IUSE="snmp doc"
-
-need_httpd
-
-RDEPEND="
-   dev-lang/php[cli,mysql,pdo,session,sockets,xml]
-   dev-php/adodb
-   net-analyzer/rrdtool[graph]
-   virtual/cron
-   snmp? ( >=net-analyzer/net-snmp-5.2.0 )
-"
-
-src_compile() { :; }
-
-src_install() {
-   dodoc CHANGELOG
-   dodoc -r docs
-   mv docs .. || die
-
-   webapp_src_preinst
-
-   edos2unix `find -type f -name '*.php'`
-
-   dodir ${MY_HTDOCSDIR}
-   cp -r . "${D}"${MY_HTDOCSDIR}
-
-   webapp_serverowned ${MY_HTDOCSDIR}/rra
-   webapp_serverowned ${MY_HTDOCSDIR}/log
-   webapp_configfile ${MY_HTDOCSDIR}/include/config.php
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}



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

2020-05-23 Thread Sergei Trofimovich
commit: 3ce7de175c6bbbd38176de883f821f6d2660
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May 23 07:53:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 23 07:55:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce7de17

profiles/package.mask: unmask fresh binutils-config and gcc-config

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index bc81e9531e2..e8b21676b12 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,11 +32,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Sergei Trofimovich  (2020-05-21)
-# Mask for initial testing. Symlink removal might be too aggressive: 
#724454#c20
->=sys-devel/binutils-config-5.3
->=sys-devel/gcc-config-2.3
-
 # Christoph Junghans  (2020-05-19)
 # multiple vulnerabilities (CVE-2019-{3463,3464,118})
 # bug #699842. Masked for removal in 30 days.



[gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-config/

2020-05-23 Thread Sergei Trofimovich
commit: c59883acaf26d9b1412921cb61907b30e6d90902
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May 23 07:51:53 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 23 07:55:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59883ac

sys-devel/binutils-config: bump up to 5.3.1, bug #724454

Single new change:
- #724454: fix native link removal by cross-compilers

Reported-by: Ionen Wolkens
Closes: https://bugs.gentoo.org/724454
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-devel/binutils-config/Manifest |  1 +
 .../binutils-config/binutils-config-5.3.1.ebuild   | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/sys-devel/binutils-config/Manifest 
b/sys-devel/binutils-config/Manifest
index f40e04ac403..3743ada8f06 100644
--- a/sys-devel/binutils-config/Manifest
+++ b/sys-devel/binutils-config/Manifest
@@ -1,2 +1,3 @@
 DIST binutils-config-5.2.1.tar.xz 6200 BLAKE2B 
e9b5c61e17aeae8b537c485dd555424136d1638182bb92f22f66eac27e18997d45b1a34b1362622bdc21d060ffac8627e9072107561b81c12ee579a55ef40313
 SHA512 
9ae130da747eaca8ca9717a69be053eba33946fc4101b77fd795d18202e9d6c27f169c29568b5c97b8f581a37f317b72d13b6d61267a61b117e970f3cfbe048b
+DIST binutils-config-5.3.1.tar.xz 6688 BLAKE2B 
3bc1b96a96b0c30e425f4ffd42f86a09e2a80cc3ad1dcf77d4b5d2d9eb3d6bc607f78dfff1ae888fe8abfe44405a1e4d1ab325aa92fc5889c18aa3187a506647
 SHA512 
c6d188b70935604a8a519c036dda210c20e5b6e916fab33e5026bd5c78adfff0a1aa85003759b751275576ff33471b25c920beb6b1c088115f28918389e09ce2
 DIST binutils-config-5.3.tar.xz 6572 BLAKE2B 
ae3593e8576419f00ea8f471c6c93dccb90e4e87e682a028d2f9c42608f4269533f7322be5153ee178f3af89ae2270ffc4334903613e803735c748f88699c66f
 SHA512 
31253f6ba4b1fdbf71c251066fed3ab9bd351b67bd4b12c134a8ba1c258ef0b4a8c571c981e23ab4b5f5aa9175ce151024a19729b6edb7ec61ad08ec7c262b24

diff --git a/sys-devel/binutils-config/binutils-config-5.3.1.ebuild 
b/sys-devel/binutils-config/binutils-config-5.3.1.ebuild
new file mode 100644
index 000..5f9cd23da4a
--- /dev/null
+++ b/sys-devel/binutils-config/binutils-config-5.3.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit prefix
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/binutils-config.git;
+   inherit git-r3
+else
+   SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+fi
+
+DESCRIPTION="Utility to change the binutils version being used"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Toolchain;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+native-symlinks"
+
+# We also RDEPEND on sys-apps/findutils which is in base @system
+RDEPEND="sys-apps/gentoo-functions"
+
+src_compile() {
+   emake DESTDIR="${D}" PV="${PV}" USE_NATIVE_LINKS="$(usex 
native-symlinks)"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PV="${PV}" install
+
+   use prefix && eprefixify "${ED}"/usr/bin/${PN}
+}
+
+pkg_postinst() {
+   # Re-register all targets. USE flags or new versions can change
+   # installed symlinks.
+   local x
+   for x in $(binutils-config -C -l 2>/dev/null | awk '$NF == "*" { print 
$2 }') ; do
+   binutils-config ${x}
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc-config/

2020-05-23 Thread Sergei Trofimovich
commit: 21cff3bb042d2b9dc8493cc9ec67bd11dbdcd638
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May 23 07:55:01 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 23 07:55:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21cff3bb

sys-devel/gcc-config: remove no-op slash strip

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

 sys-devel/gcc-config/gcc-config-2.3.ebuild  | 2 +-
 sys-devel/gcc-config/gcc-config-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/gcc-config/gcc-config-2.3.ebuild 
b/sys-devel/gcc-config/gcc-config-2.3.ebuild
index 65dd7a38e1f..e2c270403dd 100644
--- a/sys-devel/gcc-config/gcc-config-2.3.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.3.ebuild
@@ -53,7 +53,7 @@ pkg_postinst() {
done
 
# USE flag change can add or delete files in /usr/bin worth recaching
-   if [[ ! ${ROOT%/} && -f 
${EPREFIX}/usr/share/eselect/modules/compiler-shadow.eselect ]] ; then
+   if [[ ! ${ROOT} && -f 
${EPREFIX}/usr/share/eselect/modules/compiler-shadow.eselect ]] ; then
eselect compiler-shadow update all
fi
 }

diff --git a/sys-devel/gcc-config/gcc-config-.ebuild 
b/sys-devel/gcc-config/gcc-config-.ebuild
index 65dd7a38e1f..e2c270403dd 100644
--- a/sys-devel/gcc-config/gcc-config-.ebuild
+++ b/sys-devel/gcc-config/gcc-config-.ebuild
@@ -53,7 +53,7 @@ pkg_postinst() {
done
 
# USE flag change can add or delete files in /usr/bin worth recaching
-   if [[ ! ${ROOT%/} && -f 
${EPREFIX}/usr/share/eselect/modules/compiler-shadow.eselect ]] ; then
+   if [[ ! ${ROOT} && -f 
${EPREFIX}/usr/share/eselect/modules/compiler-shadow.eselect ]] ; then
eselect compiler-shadow update all
fi
 }



[gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-config/

2020-05-23 Thread Sergei Trofimovich
commit: deac1b3f0ed81ee8aa173d00645949dc9337cf34
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May 23 07:52:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 23 07:55:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deac1b3f

sys-devel/binutils-config: drop problematic 5.3 release

Bug: https://bugs.gentoo.org/724454
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-devel/binutils-config/Manifest |  1 -
 .../binutils-config/binutils-config-5.3.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/sys-devel/binutils-config/Manifest 
b/sys-devel/binutils-config/Manifest
index 3743ada8f06..e3238ce1683 100644
--- a/sys-devel/binutils-config/Manifest
+++ b/sys-devel/binutils-config/Manifest
@@ -1,3 +1,2 @@
 DIST binutils-config-5.2.1.tar.xz 6200 BLAKE2B 
e9b5c61e17aeae8b537c485dd555424136d1638182bb92f22f66eac27e18997d45b1a34b1362622bdc21d060ffac8627e9072107561b81c12ee579a55ef40313
 SHA512 
9ae130da747eaca8ca9717a69be053eba33946fc4101b77fd795d18202e9d6c27f169c29568b5c97b8f581a37f317b72d13b6d61267a61b117e970f3cfbe048b
 DIST binutils-config-5.3.1.tar.xz 6688 BLAKE2B 
3bc1b96a96b0c30e425f4ffd42f86a09e2a80cc3ad1dcf77d4b5d2d9eb3d6bc607f78dfff1ae888fe8abfe44405a1e4d1ab325aa92fc5889c18aa3187a506647
 SHA512 
c6d188b70935604a8a519c036dda210c20e5b6e916fab33e5026bd5c78adfff0a1aa85003759b751275576ff33471b25c920beb6b1c088115f28918389e09ce2
-DIST binutils-config-5.3.tar.xz 6572 BLAKE2B 
ae3593e8576419f00ea8f471c6c93dccb90e4e87e682a028d2f9c42608f4269533f7322be5153ee178f3af89ae2270ffc4334903613e803735c748f88699c66f
 SHA512 
31253f6ba4b1fdbf71c251066fed3ab9bd351b67bd4b12c134a8ba1c258ef0b4a8c571c981e23ab4b5f5aa9175ce151024a19729b6edb7ec61ad08ec7c262b24

diff --git a/sys-devel/binutils-config/binutils-config-5.3.ebuild 
b/sys-devel/binutils-config/binutils-config-5.3.ebuild
deleted file mode 100644
index 5f9cd23da4a..000
--- a/sys-devel/binutils-config/binutils-config-5.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit prefix
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/binutils-config.git;
-   inherit git-r3
-else
-   SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-fi
-
-DESCRIPTION="Utility to change the binutils version being used"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Toolchain;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+native-symlinks"
-
-# We also RDEPEND on sys-apps/findutils which is in base @system
-RDEPEND="sys-apps/gentoo-functions"
-
-src_compile() {
-   emake DESTDIR="${D}" PV="${PV}" USE_NATIVE_LINKS="$(usex 
native-symlinks)"
-}
-
-src_install() {
-   emake DESTDIR="${D}" PV="${PV}" install
-
-   use prefix && eprefixify "${ED}"/usr/bin/${PN}
-}
-
-pkg_postinst() {
-   # Re-register all targets. USE flags or new versions can change
-   # installed symlinks.
-   local x
-   for x in $(binutils-config -C -l 2>/dev/null | awk '$NF == "*" { print 
$2 }') ; do
-   binutils-config ${x}
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64ul/, profiles/arch/amd64/, ...

2020-05-23 Thread Michał Górny
commit: 875a7e75319ec3b35ea1cb9d0928c0ca70758562
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 08:50:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 08:56:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=875a7e75

profiles: Remove stale package references

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

 profiles/arch/amd64/package.use.mask   |  8 ---
 profiles/arch/amd64/x32/package.mask   |  3 ---
 profiles/arch/arm/package.use.mask |  4 
 profiles/arch/base/package.use.mask|  4 
 profiles/arch/powerpc/ppc64/64ul/package.mask  |  1 -
 profiles/base/package.use.force| 10 -
 profiles/base/package.use.mask | 24 -
 profiles/base/package.use.stable.mask  |  4 
 profiles/default/linux/musl/package.mask   |  2 +-
 profiles/default/linux/uclibc/package.mask |  2 +-
 profiles/features/prefix/package.mask  |  2 --
 profiles/features/prefix/rpath/package.mask|  4 
 profiles/features/selinux/package.mask |  7 --
 profiles/features/selinux/package.use.mask |  1 -
 profiles/package.mask  | 25 --
 profiles/prefix/darwin/macos/arch/ppc/package.mask |  4 
 profiles/prefix/darwin/macos/package.mask  | 10 -
 profiles/prefix/sunos/solaris/package.mask |  5 -
 18 files changed, 2 insertions(+), 118 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 0555bad5aaa..0c7e8848203 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -123,10 +123,6 @@ dev-util/catalyst -system-bootloader
 # Mask everywhere, unmask where appropriate.
 media-video/mpv -vulkan
 
-# Mikle Kolyada  (2018-06-02)
-# Too many untested ruby dependencies
- (2018-04-29)
 # media-libs/vulkan-loader and app-emulation/vkd3d are keyworded on amd64
 app-emulation/wine-staging -vkd3d -vulkan
@@ -145,10 +141,6 @@ media-libs/opencv -contribxfeatures2d
 # cpyrit-cuda does not support GCC 4.9 or later
 net-wireless/pyrit cuda
 
-# Rick Farina  (2017-05-11)
-# nexpose work on amd64
-net-analyzer/metasploit -nexpose
-
 # Thomas Deutschmann  (2017-03-01)
 # dev-libs/libmaxminddb is keyworded on amd64
 app-admin/rsyslog -mdblookup

diff --git a/profiles/arch/amd64/x32/package.mask 
b/profiles/arch/amd64/x32/package.mask
index be7d5265624..6a58f6aa527 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -36,17 +36,14 @@ net-im/slack
 # Masked packages containing V8.
 # Michał Górny  (2018-01-12)
 # ...and their reverse dependencies.
-app-editors/atom
 dev-lang/coffee-script
 dev-python/bokeh
-dev-python/blaze
 dev-ruby/autoprefixer-rails
 dev-ruby/coffee-rails
 dev-ruby/coffee-script
 dev-ruby/execjs
 dev-ruby/turbolinks
 dev-ruby/uglifier
-dev-util/electron
 net-libs/nodejs
 sys-apps/yarn
 www-apps/jekyll-coffeescript

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index eec97d3a2fe..296af178d13 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -409,10 +409,6 @@ dev-libs/efl physics
 # luajit isn't keyworded for arm yet, which is a bummer
 net-im/prosody jit
 
-# Rick Farina  (2014-01-09)
-# rjb doesn't work on arm, so no java hacks for metasploit
-net-analyzer/metasploit java
-
 # Markus Meier  (2013-12-26)
 # Unkeyworded deps, bug #488724
 app-office/gnumeric libgda

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 4e77a1108a5..67ebc83ad97 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -111,10 +111,6 @@ app-laptop/pbbuttonsd macbook
 # Requires [cuda] which is masked in most of the profiles.
 media-libs/opencv contribxfeatures2d
 
-# Rick Farina  (2017-05-11)
-# the needed deps are amd64/x86 only
-net-analyzer/metasploit nexpose
-
 # Thomas Deutschmann  (2017-03-01)
 # dev-libs/libmaxminddb is only keyworded on amd64 and x86 at the moment
 app-admin/rsyslog mdblookup

diff --git a/profiles/arch/powerpc/ppc64/64ul/package.mask 
b/profiles/arch/powerpc/ppc64/64ul/package.mask
index c4378385bb3..a4cdefb5603 100644
--- a/profiles/arch/powerpc/ppc64/64ul/package.mask
+++ b/profiles/arch/powerpc/ppc64/64ul/package.mask
@@ -13,4 +13,3 @@ dev-java/openjdk-bin
 
 # =gcc-4 on ppc64
 sys-libs/libstdc++-v3
- (2020-04-06)
-# USE=ada is mandatory to build a gnat compiler
-sys-devel/gnat-gpl ada
-
 # Matt Turner  (2020-03-28)
 # wget is the default FETCHCOMMAND, and most distfiles are distributed via
 # HTTPS. Bug #611072
@@ -20,12 +16,6 @@ net-misc/wget ssl
 # is maintained for experts only.
 sys-libs/libcxx libcxxabi
 
-# Lars Wendler  (2019-12-23)
-# This release does no longer build with x11-libs/gtk+:2
-# 

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

2020-05-23 Thread Michał Górny
commit: 75ef5702ff1f8ff55ae3b4e17ff6ff041cb076bf
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 08:55:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 08:56:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ef5702

twisted-r1.eclass: Remove

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

 eclass/twisted-r1.eclass | 238 ---
 1 file changed, 238 deletions(-)

diff --git a/eclass/twisted-r1.eclass b/eclass/twisted-r1.eclass
deleted file mode 100644
index 16faf25866c..000
--- a/eclass/twisted-r1.eclass
+++ /dev/null
@@ -1,238 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# @DEAD
-# @ECLASS: twisted-r1.eclass
-# @MAINTAINER:
-# Gentoo Python Project 
-# @AUTHOR:
-# Author: Michał Górny 
-# Author: Jan Matejka 
-# @SUPPORTED_EAPIS: 4 5
-# @BLURB: Eclass for Twisted packages
-# @DESCRIPTION:
-# The twisted eclass defines phase functions for Twisted packages.
-
-case "${EAPI:-0}" in
-   0|1|2|3)
-   die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
-   ;;
-   4|5)
-   ;;
-   *)
-   die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
-   ;;
-esac
-
-if [[ ! ${_TWISTED_R1} ]]; then
-
-inherit distutils-r1 versionator
-
-fi # ! ${_TWISTED_R1}
-
-EXPORT_FUNCTIONS src_install pkg_postinst pkg_postrm
-
-if [[ ! ${_TWISTED_R1} ]]; then
-
-# @FUNCTION: _twisted-r1_camelcase
-# @USAGE: 
-# @DESCRIPTION:
-# Convert dash-separated  to CamelCase name suitable for Twisted.
-# In pure bash, therefore safe for global scope execution.
-_twisted-r1_camelcase() {
-   local IFS=-
-
-   # IFS=- splits words by -.
-   local words=( ${1} )
-
-   # we can't keep '-' as it collides with [a-z] check
-   # and '' is used by bash-4 words[*], so let's just set globally
-   IFS=
-
-   if [[ ${BASH_VERSINFO[0]} -ge 4 ]]; then
-   echo "${words[*]^}"
-   return
-   fi
-
-   local w LC_COLLATE=C uc='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-
-   local out
-   for w in "${words[@]}"; do
-   local fl=${w:0:1}
-
-   # Danger: magic starts here. Please close your eyes.
-   # In base 36, a..z represents digits 10..35. We substract 10
-   # and get array subscripts for uc.
-
-   [[ ${fl} == [a-z] ]] && fl=${uc:36#${fl} - 10:1}
-
-   out+=${fl}${w:1}
-   done
-
-   echo "${out}"
-}
-
-# @ECLASS-VARIABLE: TWISTED_PN
-# @DESCRIPTION:
-# The real package name. Default to camel-case conversion of ${PN}.
-#
-# Example: TwistedCore
-: ${TWISTED_PN:=$(_twisted-r1_camelcase ${PN})}
-
-# @ECLASS-VARIABLE: TWISTED_P
-# @DESCRIPTION:
-# The real package name with version appended.
-#
-# It is used to build the default SRC_URI and S values.
-#
-# Example: TwistedCore-1.2.3
-: ${TWISTED_P:=${TWISTED_PN}-${PV}}
-
-# @ECLASS-VARIABLE: TWISTED_RELEASE
-# @DESCRIPTION:
-# The 'release' of Twisted. Defaults to the major & minor version
-# number from ${PV}.
-#
-# It is used to build the default SRC_URI. It may be also used
-# in dependencies against other Twisted packages.
-#
-# Example: 1.2
-: ${TWISTED_RELEASE:=$(get_version_component_range 1-2 ${PV})}
-
-HOMEPAGE="https://www.twistedmatrix.com/trac/;
-SRC_URI="https://twistedmatrix.com/Releases/${TWISTED_PN#Twisted};
-SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-S=${WORKDIR}/${TWISTED_P}
-
-# @ECLASS-VARIABLE: TWISTED_PLUGINS
-# @DESCRIPTION:
-# An array of Twisted plugins, whose cache is regenerated
-# in pkg_postinst() and pkg_postrm() phases.
-#
-# If no plugins are installed, set to empty array.
-declare -p TWISTED_PLUGINS &>/dev/null || TWISTED_PLUGINS=( twisted.plugins )
-
-# @FUNCTION: twisted-r1_python_test
-# @DESCRIPTION:
-# The common python_test() implementation that suffices for Twisted
-# packages.
-twisted-r1_python_test() {
-   local sitedir=$(python_get_sitedir)
-
-   # Copy modules of other Twisted packages from site-packages
-   # directory to the temporary directory.
-   local libdir=${BUILD_DIR}/test/lib
-   mkdir -p "${libdir}" || die
-   cp -r "${ROOT}${sitedir}"/twisted "${libdir}" || die
-   # Drop the installed module in case previous version conflicts with
-   # the new one somehow.
-   rm -fr "${libdir}/${PN/-//}" || die
-
-   distutils_install_for_testing || die
-
-   if [[ ${TEST_DIR} != ${BUILD_DIR}/test ]]; then
-   eerror "twisted-r1 integrity check failed."
-   eerror "TEST_DIR: ${TEST_DIR}"
-   eerror "expected: ${BUILD_DIR}/test"
-   die "TEST_DIR integrity check failed"
-   fi
-
-   cd "${TEST_DIR}"/lib || die
-   trial ${PN/-/.} || die "Tests fail with ${EPYTHON}"
-}
-
-# @FUNCTION: python_test
-# @DESCRIPTION:
-# 

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/, profiles/arch/base/, profiles/arch/powerpc/ppc64/, ...

2020-05-23 Thread Michał Górny
commit: dac983f35ef7c96f57f0c57f831e891bd97a40e3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 08:39:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 08:56:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac983f3

profiles: Remove stale flag refs

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

 profiles/arch/alpha/package.use.mask   |  2 --
 profiles/arch/amd64/package.use|  4 ---
 profiles/arch/arm/package.use.mask |  5 ---
 profiles/arch/arm/package.use.stable.mask  |  1 -
 profiles/arch/arm64/package.use.mask   |  5 ---
 profiles/arch/arm64/package.use.stable.mask|  1 -
 profiles/arch/base/package.use.mask|  4 ---
 profiles/arch/hppa/package.use.stable.mask |  1 -
 profiles/arch/mips/package.use.mask|  6 
 profiles/arch/powerpc/package.use.stable.mask  |  1 -
 .../arch/powerpc/ppc32/package.use.stable.mask |  1 -
 .../arch/powerpc/ppc64/package.use.stable.mask |  1 -
 profiles/arch/riscv/package.use.mask   |  2 +-
 profiles/arch/s390/package.use.mask|  6 ++--
 profiles/arch/x86/package.use.mask |  4 ---
 profiles/base/package.use  |  8 -
 profiles/base/package.use.mask | 37 --
 profiles/base/package.use.stable.mask  |  2 +-
 profiles/desc/collectd_plugins.desc|  1 -
 19 files changed, 4 insertions(+), 88 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 7b59925e451..1b5f70abb64 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -105,7 +105,6 @@ app-metrics/collectd collectd_plugins_onewire
 app-metrics/collectd collectd_plugins_oracle
 app-metrics/collectd collectd_plugins_routeros
 app-metrics/collectd collectd_plugins_sigrok
-app-metrics/collectd collectd_plugins_tokyotyrant
 app-metrics/collectd collectd_plugins_varnish
 app-metrics/collectd collectd_plugins_virt
 app-metrics/collectd collectd_plugins_write_kafka
@@ -264,7 +263,6 @@ dev-haskell/vector test
 
 # Tobias Klausmann  (2014-11-20)
 # OpenCV likely will never work on Alpha
-media-video/vlc opencv
 media-gfx/shotwell opencv
 
 # Tobias Klausmann  (2014-10-11)

diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use
index 5e029f90697..d54c8e8baca 100644
--- a/profiles/arch/amd64/package.use
+++ b/profiles/arch/amd64/package.use
@@ -12,10 +12,6 @@ dev-ml/llvm-ocaml llvm_targets_AMDGPU llvm_targets_NVPTX
 sys-devel/clang llvm_targets_AMDGPU llvm_targets_NVPTX
 sys-devel/llvm llvm_targets_AMDGPU llvm_targets_NVPTX
 
-# James Le Cuirot  (2016-08-01)
-# Most users don't need a multilib JVM.
-dev-java/icedtea-bin -multilib
-
 # Michał Górny  (2014-06-28)
 # Packages that should be multilib by default.
 x11-drivers/nvidia-drivers abi_x86_32

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index c91c0b17be6..eec97d3a2fe 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -101,10 +101,6 @@ sys-apps/fwupd dell thunderbolt
 # Requires dev-php/pecl-imagick which is not keyworded on arm
 www-apps/nextcloud imagemagick
 
-# Corentin Pazdera  (2018-12-28)
-# Requires dev-python/pypy which isn't keyworded for ARM.
-www-servers/uwsgi pypy
-
 # Davide Pesavento  (2018-12-27)
 # The corresponding Qt5 modules are not keyworded on arm, and we don't want to
 # keyword them solely because of PyQt5 while there are no other in-tree users.
@@ -275,7 +271,6 @@ app-metrics/collectd collectd_plugins_modbus
 app-metrics/collectd collectd_plugins_oracle
 app-metrics/collectd collectd_plugins_routeros
 app-metrics/collectd collectd_plugins_sigrok
-app-metrics/collectd collectd_plugins_tokyotyrant
 app-metrics/collectd collectd_plugins_varnish
 app-metrics/collectd collectd_plugins_virt
 app-metrics/collectd collectd_plugins_write_mongodb

diff --git a/profiles/arch/arm/package.use.stable.mask 
b/profiles/arch/arm/package.use.stable.mask
index 79669edb61d..89059484015 100644
--- a/profiles/arch/arm/package.use.stable.mask
+++ b/profiles/arch/arm/package.use.stable.mask
@@ -142,7 +142,6 @@ net-misc/connman l2tp pptp
 
 # Pacho Ramos  (2014-07-02)
 # Mask due Gnome3 not going to be stabilized on this arch
->=gnome-base/gnome-desktop-2.32.1-r2 license-docs
 gnome-base/gvfs google
 net-libs/libproxy webkit
 >=x11-libs/gtk+-3.12.2 cloudprint

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index a55c14e19b9..182f6726eae 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -224,7 +224,6 @@ dev-python/ipython notebook
 dev-python/networkx scipy
 dev-ruby/haml test
 media-libs/opencv contribdnn
-net-analyzer/icinga2 classicui
 
 # Matthew Thode  (2018-02-16)

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Accessor-Lite/, dev-perl/Class-Accessor-Lite/files/

2020-05-23 Thread Kent Fredric
commit: 3541de3fb503f9396eba5a073043cc1283ac4584
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat May 23 09:24:36 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat May 23 09:24:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3541de3f

dev-perl/Class-Accessor-Lite: -r bump for EAPI7 and minor fixes

- EAPI7
- Add license note
- Migrate "sed" to "patch"
- Remove empty/unused variable assignments

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-Accessor-Lite-0.80.0-r1.ebuild   | 18 ++
 .../Class-Accessor-Lite-0.08-no-dot-inc.patch  | 22 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-perl/Class-Accessor-Lite/Class-Accessor-Lite-0.80.0-r1.ebuild 
b/dev-perl/Class-Accessor-Lite/Class-Accessor-Lite-0.80.0-r1.ebuild
new file mode 100644
index 000..88d790529c8
--- /dev/null
+++ b/dev-perl/Class-Accessor-Lite/Class-Accessor-Lite-0.80.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=KAZUHO
+DIST_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION="A minimalistic variant of Class::Accessor"
+# License note: perl X.y or later perl X
+# https://bugs.gentoo.org/718946#c5
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+BDEPEND=">=virtual/perl-ExtUtils-MakeMaker-6.360.0"
+PATCHES=(
+   "${FILESDIR}/${PN}-0.08-no-dot-inc.patch"
+)

diff --git 
a/dev-perl/Class-Accessor-Lite/files/Class-Accessor-Lite-0.08-no-dot-inc.patch 
b/dev-perl/Class-Accessor-Lite/files/Class-Accessor-Lite-0.08-no-dot-inc.patch
new file mode 100644
index 000..d724a7872b0
--- /dev/null
+++ 
b/dev-perl/Class-Accessor-Lite/files/Class-Accessor-Lite-0.08-no-dot-inc.patch
@@ -0,0 +1,22 @@
+From 8623694ee180732cbcc1e8dcc9225da850d91b24 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Sat, 23 May 2020 21:19:49 +1200
+Subject: Include '.' in @INC on perl 5.26+
+
+---
+ Makefile.PL | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index cdc11bb..08b392f 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -1,4 +1,5 @@
+ use strict;
++use lib '.';
+ use inc::Module::Install;
+ 
+ name('Class-Accessor-Lite');
+-- 
+2.26.2
+



[gentoo-commits] repo/gentoo:master commit in: profiles/, app-misc/openastro-data/

2020-05-23 Thread Michał Górny
commit: 21fc9ff13062b4b343d838667f4062718584b69c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:33:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:33:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21fc9ff1

app-misc/openastro-data: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718238
Signed-off-by: Michał Górny  gentoo.org>

 app-misc/openastro-data/Manifest  |  1 -
 app-misc/openastro-data/metadata.xml  | 12 
 app-misc/openastro-data/openastro-data-1.8.ebuild | 21 -
 profiles/package.mask |  5 -
 4 files changed, 39 deletions(-)

diff --git a/app-misc/openastro-data/Manifest b/app-misc/openastro-data/Manifest
deleted file mode 100644
index f465955a265..000
--- a/app-misc/openastro-data/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST openastro.org-data_1.8.orig.tar.gz 16045562 BLAKE2B 
a2528faef9827249e01c92e7cfb96565676ed68945bed24a2927c9844fdedda980c9afdc06c4a88765d3aa31a2559fa5cec06381f90c27a244ed16b3f05e8f3a
 SHA512 
79e2fa921b883400e29bcd7be3cf3f791d60ea164e3062b61e95608ec815aa3e8df093712658f71c45b60259ffe41531d32f4b65db5e7f642b63f267e9cce7af

diff --git a/app-misc/openastro-data/metadata.xml 
b/app-misc/openastro-data/metadata.xml
deleted file mode 100644
index 225f6c806bf..000
--- a/app-misc/openastro-data/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-  
-
-  de...@openastro.org
-  Pelle van der Scheer
-
-https://bugs.launchpad.net/openastro.org
-  
-

diff --git a/app-misc/openastro-data/openastro-data-1.8.ebuild 
b/app-misc/openastro-data/openastro-data-1.8.ebuild
deleted file mode 100644
index 376f9c88878..000
--- a/app-misc/openastro-data/openastro-data-1.8.ebuild
+++ /dev/null
@@ -1,21 +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 distutils-r1
-
-MY_PN=${PN/-data}
-MY_PN=${MY_PN}.org-data
-
-DESCRIPTION="OpenAstro data files, ephemeris, famous people database, geo 
database"
-HOMEPAGE="https://www.openastro.org;
-SRC_URI="http://ppa.launchpad.net/pellesimon/ubuntu/pool/main/o/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz;
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-S=${WORKDIR}/${MY_PN}-${PV}

diff --git a/profiles/package.mask b/profiles/package.mask
index 4d672f9563b..0911f0852c6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -602,11 +602,6 @@ dev-util/bumpversion
 # Removal in 30 days.  Bug #718268.
 app-text/doconce
 
-# Michał Górny  (2020-04-19)
-# Unmaintained.  Stuck on Python 3.6.
-# Removal in 30 days.  Bug #718238.
-app-misc/openastro-data
-
 # Georgy Yakovlev  (2020-04-18)
 # Unmaintained, vulnerable oracle java ebuilds, even fetching distfiles
 # requires agreement to restrictive license



[gentoo-commits] repo/gentoo:master commit in: profiles/, media-gfx/qrencode-python/

2020-05-23 Thread Michał Górny
commit: 9d872e948bbe7fe319d446957d8f222c4bd2944d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:36:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:36:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d872e94

media-gfx/qrencode-python: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718340
Signed-off-by: Michał Górny  gentoo.org>

 media-gfx/qrencode-python/Manifest |  1 -
 media-gfx/qrencode-python/metadata.xml |  9 -
 .../qrencode-python-1.02_pre140921.ebuild  | 23 --
 profiles/package.mask  |  6 --
 4 files changed, 39 deletions(-)

diff --git a/media-gfx/qrencode-python/Manifest 
b/media-gfx/qrencode-python/Manifest
deleted file mode 100644
index 02a7f12a7c9..000
--- a/media-gfx/qrencode-python/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qrencode-python-1.02_pre140921.tar.gz 2084 BLAKE2B 
19cecad794718a56bb0ac756b322fbeb9a748792bc9683a3c0784c5d2e2638b100fe523b4ab34be5563bd10e5773cc6925dbfbabba48d9487ed2d8e4e86dae57
 SHA512 
231c61f98f064d282611d14194de7b3c0a18faff0ed856722e39a6cc25f72d77bd43418aec117c6e39ddd78a6ea770edee8992aa4e3cfce50254ac6526aa

diff --git a/media-gfx/qrencode-python/metadata.xml 
b/media-gfx/qrencode-python/metadata.xml
deleted file mode 100644
index 8236bfa16a5..000
--- a/media-gfx/qrencode-python/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-  
-qrencode
-Arachnid/pyqrencode
-  
-

diff --git a/media-gfx/qrencode-python/qrencode-python-1.02_pre140921.ebuild 
b/media-gfx/qrencode-python/qrencode-python-1.02_pre140921.ebuild
deleted file mode 100644
index 84b7e240314..000
--- a/media-gfx/qrencode-python/qrencode-python-1.02_pre140921.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="A simple wrapper for the C qrencode library"
-HOMEPAGE="https://pypi.org/project/qrencode/ 
https://github.com/Arachnid/pyqrencode/;
-#SRC_URI="mirror://pypi/q/qrencode/qrencode-${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI="https://github.com/Arachnid/pyqrencode/tarball/486bb7b64e3ce5483f65e375a67da0fa6d02ca92
 -> ${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="Apache-2.0"
-IUSE=""
-
-RDEPEND="
-   dev-python/pillow[${PYTHON_USEDEP}]
-   media-gfx/qrencode"
-DEPEND="${RDEPEND}"

diff --git a/profiles/package.mask b/profiles/package.mask
index 2dbcc279557..2251d2c5c62 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -571,12 +571,6 @@ media-sound/lyvi
 # Removal in 30 days.  Bug #718398.
 media-sound/beets
 
-# Michał Górny  (2020-04-19)
-# Unmaintained.  Stuck on Python 3.6.  No revdeps.  Last release
-# in 2016.
-# Removal in 30 days.  Bug #718340.
-media-gfx/qrencode-python
-
 # Georgy Yakovlev  (2020-04-18)
 # Unmaintained, vulnerable oracle java ebuilds, even fetching distfiles
 # requires agreement to restrictive license



[gentoo-commits] repo/gentoo:master commit in: app-misc/openastro/, profiles/

2020-05-23 Thread Michał Górny
commit: 6c0e233c1638646c8abc1f2e69bac42875b00132
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:33:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:33:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0e233c

app-misc/openastro: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718238
Signed-off-by: Michał Górny  gentoo.org>

 app-misc/openastro/Manifest|  1 -
 app-misc/openastro/metadata.xml| 16 --
 app-misc/openastro/openastro-1.1.56.ebuild | 34 --
 profiles/package.mask  |  1 -
 4 files changed, 52 deletions(-)

diff --git a/app-misc/openastro/Manifest b/app-misc/openastro/Manifest
deleted file mode 100644
index adb605d4d8f..000
--- a/app-misc/openastro/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST openastro.org_1.1.56.orig.tar.gz 212271 BLAKE2B 
d0252ae7f3c4c4f255ab1e402f3491b2b61e295f2d2064bd6a25ba07424526cbba01f2fe9f255eced0037b4d05edd1b0cde2e0fdae5c0fd7849652d5f8bfb1c7
 SHA512 
0446575bde71ca5bc88177bf1d5b8088cd1bb8e29ecfbd83ff15ebc4da4f07534c987f8a00b555a0af85c613e5d6bd2cec60898b586110c2230570446e4b7f2d

diff --git a/app-misc/openastro/metadata.xml b/app-misc/openastro/metadata.xml
deleted file mode 100644
index 8ee7525f685..000
--- a/app-misc/openastro/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-  
-
-  de...@openastro.org
-  Pelle van der Scheer
-
-https://bugs.launchpad.net/openastro.org
-  
-  
-Enable exporting Astrological Charts to jpeg
-Enable exporting Astrological Charts to png
-  
-

diff --git a/app-misc/openastro/openastro-1.1.56.ebuild 
b/app-misc/openastro/openastro-1.1.56.ebuild
deleted file mode 100644
index ed85dc27bf7..000
--- a/app-misc/openastro/openastro-1.1.56.ebuild
+++ /dev/null
@@ -1,34 +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 distutils-r1
-
-MY_PN=${PN}.org
-
-DESCRIPTION="A fully-featured Open Source Astrology Program"
-HOMEPAGE="https://www.openastro.org;
-SRC_URI="http://ppa.launchpad.net/pellesimon/ubuntu/pool/main/o/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="jpeg png"
-
-DEPEND="
-   app-misc/openastro-data[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/pycairo[svg(+),${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/pyswisseph[${PYTHON_USEDEP}]
-   gnome-base/librsvg:2[introspection]
-   x11-libs/gtk+:3[introspection]"
-RDEPEND="${DEPEND}
-   jpeg? ( media-gfx/imagemagick[jpeg,svg] )
-   png? ( media-gfx/imagemagick[png,svg] )"
-
-S=${WORKDIR}/${MY_PN}-${PV}

diff --git a/profiles/package.mask b/profiles/package.mask
index 9b696a9bf33..4d672f9563b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -605,7 +605,6 @@ app-text/doconce
 # Michał Górny  (2020-04-19)
 # Unmaintained.  Stuck on Python 3.6.
 # Removal in 30 days.  Bug #718238.
-app-misc/openastro
 app-misc/openastro-data
 
 # Georgy Yakovlev  (2020-04-18)



[gentoo-commits] repo/gentoo:master commit in: dev-util/spec-cleaner/files/, profiles/, dev-util/spec-cleaner/

2020-05-23 Thread Michał Górny
commit: b98f5ed0bea9d4ae9596f8d9cb381b5d585134bc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:34:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:34:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98f5ed0

dev-util/spec-cleaner: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718296
Signed-off-by: Michał Górny  gentoo.org>

 dev-util/spec-cleaner/Manifest |  1 -
 .../files/spec-cleaner-1.0.6-pytest-runner.patch   | 11 -
 dev-util/spec-cleaner/metadata.xml |  8 
 dev-util/spec-cleaner/spec-cleaner-1.0.7.ebuild| 49 --
 dev-util/spec-cleaner/spec-cleaner-.ebuild | 49 --
 profiles/package.mask  |  5 ---
 6 files changed, 123 deletions(-)

diff --git a/dev-util/spec-cleaner/Manifest b/dev-util/spec-cleaner/Manifest
deleted file mode 100644
index bc30ac4e2f2..000
--- a/dev-util/spec-cleaner/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST spec-cleaner-1.0.7.tar.gz 450429 BLAKE2B 
7ec57076f13c526ca10524a3852a26ddee4581137357dd593312cc1b55d908311c9146ac2b9c0a5f0ea491a2e1cec8b8a3e5dba25467881f656d43872bd69f5f
 SHA512 
705fc3b9d5b927a64bd19bbf6c826464e40ec6b3cc97cd032417f8e4debac721c7e5f0c99e02fafbb5ce3454424a8b398a7827779b0a308549955ecac33d39c7

diff --git a/dev-util/spec-cleaner/files/spec-cleaner-1.0.6-pytest-runner.patch 
b/dev-util/spec-cleaner/files/spec-cleaner-1.0.6-pytest-runner.patch
deleted file mode 100644
index b280cce28bf..000
--- a/dev-util/spec-cleaner/files/spec-cleaner-1.0.6-pytest-runner.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/setup.py 2018-03-19 15:23:46.12800 +
-+++ b/setup.py 2018-03-19 15:24:26.92000 +
-@@ -43,7 +43,6 @@
- platforms=['Linux'],
- keywords=['SUSE', 'RPM', '.spec', 'cleaner'],
- 
--setup_requires=['pytest-runner'],
--tests_require=['pytest', 'pytest-cov'],
-+tests_require=['pytest'],
- 
- packages=['spec_cleaner'],

diff --git a/dev-util/spec-cleaner/metadata.xml 
b/dev-util/spec-cleaner/metadata.xml
deleted file mode 100644
index 03f0990dcee..000
--- a/dev-util/spec-cleaner/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   openSUSE/spec-cleaner
-   
-

diff --git a/dev-util/spec-cleaner/spec-cleaner-1.0.7.ebuild 
b/dev-util/spec-cleaner/spec-cleaner-1.0.7.ebuild
deleted file mode 100644
index 1a01126a84c..000
--- a/dev-util/spec-cleaner/spec-cleaner-1.0.7.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-EGIT_REPO_URI="https://github.com/openSUSE/spec-cleaner.git;
-inherit distutils-r1
-[[ ${PV} ==  ]] && inherit git-r3
-
-DESCRIPTION="SUSE spec file cleaner and formatter"
-HOMEPAGE="https://github.com/openSUSE/spec-cleaner;
-[[ ${PV} !=  ]] && 
SRC_URI="https://github.com/openSUSE/${PN}/archive/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-[[ ${PV} !=  ]] &&
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   ${PYTHON_DEPS}
-   >=app-arch/rpm-4.11.0.1
-"
-
-PATCHES=(
-   # pytest-runner is only needed in test scenario
-   "${FILESDIR}/${PN}-1.0.6-pytest-runner.patch"
-)
-
-[[ ${PV} !=  ]] && S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
-   # we have libexec
-   sed -i \
-   -e 's:lib/obs:libexec/obs:g' \
-   setup.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-util/spec-cleaner/spec-cleaner-.ebuild 
b/dev-util/spec-cleaner/spec-cleaner-.ebuild
deleted file mode 100644
index 1a01126a84c..000
--- a/dev-util/spec-cleaner/spec-cleaner-.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-EGIT_REPO_URI="https://github.com/openSUSE/spec-cleaner.git;
-inherit distutils-r1
-[[ ${PV} ==  ]] && inherit git-r3
-
-DESCRIPTION="SUSE spec file cleaner and formatter"
-HOMEPAGE="https://github.com/openSUSE/spec-cleaner;
-[[ ${PV} !=  ]] && 
SRC_URI="https://github.com/openSUSE/${PN}/archive/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-[[ ${PV} !=  ]] &&
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   ${PYTHON_DEPS}
-   >=app-arch/rpm-4.11.0.1
-"
-
-PATCHES=(
-   # pytest-runner is only needed in test scenario
-   "${FILESDIR}/${PN}-1.0.6-pytest-runner.patch"
-)
-
-[[ ${PV} !=  ]] && S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
-   # we have libexec
-   sed 

[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-vcs/git-imerge/, dev-vcs/git-imerge/files/

2020-05-23 Thread Michał Górny
commit: 0a9700d7d7032e7bed4752932d432cd0096ae6b9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:35:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:35:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9700d7

dev-vcs/git-imerge: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718308
Signed-off-by: Michał Górny  gentoo.org>

 dev-vcs/git-imerge/Manifest  |   1 -
 dev-vcs/git-imerge/files/git-imerge.bashcomplete | 267 ---
 dev-vcs/git-imerge/git-imerge-1.0.0.ebuild   |  45 
 dev-vcs/git-imerge/metadata.xml  |   8 -
 profiles/package.mask|   5 -
 5 files changed, 326 deletions(-)

diff --git a/dev-vcs/git-imerge/Manifest b/dev-vcs/git-imerge/Manifest
deleted file mode 100644
index edbfa281961..000
--- a/dev-vcs/git-imerge/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST git-imerge-1.0.0.tar.gz 58736 BLAKE2B 
16665436d10d07058eeadab5d53a2325d68174f6fcf1748948d0fc4fbe11ab4fca87853bb557e167b0f485351aedd72889fcedaa70f09439d7e66b75a61d318b
 SHA512 
919b80f157d635e3a3eb2b05cfaf8f6a7034fe6f43529c829fef0152007bce3bf5b296cc00f6db0c0a711bfb9e118c4adb0f5a2641ff841c973ff12610473e9b

diff --git a/dev-vcs/git-imerge/files/git-imerge.bashcomplete 
b/dev-vcs/git-imerge/files/git-imerge.bashcomplete
deleted file mode 100644
index 0fe8e04f64d..000
--- a/dev-vcs/git-imerge/files/git-imerge.bashcomplete
+++ /dev/null
@@ -1,267 +0,0 @@
-__git_imerge_branches () {
-   git for-each-ref --format='%(refname)' refs/heads/ refs/remotes/ 
2>/dev/null |
-   sed -e 's!^refs/heads/!!' -e 's!^refs/remotes/!!'
-}
-
-__git_imerge_names () {
-   git for-each-ref --format='%(refname)' refs/imerge/ 2>/dev/null |
-   sed -e 's/^refs\/imerge\/\(.*\)\/.*/\1/' -e '/manual/d' -e '/auto/d'
-}
-
-__git_imerge_goals="\
-merge
-rebase
-rebase-with-history
-full
-"
-
-__git_imerge_commands="\
-start
-merge
-rebase
-continue
-finish
-diagram
-list
-init
-record
-autofill
-simplify
-remove
-reparent
-"
-
-__git_imerge_start_options="\
---help
---manual
---name
---branch
---goal
---first-parent
-"
-
-__git_imerge_init_options=$__git_imerge_start_options
-
-__git_imerge_continue_options="\
---help
---name
---edit
---no-edit
-"
-
-__git_imerge_finish_options="\
---help
---name
---goal
---branch
---force
-"
-
-__git_imerge_simplify_options=$__git_imerge_finish_options
-
-__git_imerge_merge_options="\
---help
---name
---goal
---branch
---manual
-"
-
-__git_imerge_list_options="\
---help
-"
-
-__git_imerge_reparent_options=$__git_imerge_list_options
-
-__git_imerge_record_options="\
---help
---name
---edit
---no-edit
-"
-
-__git_imerge_autofill_options="\
---help
---name
-"
-
-__git_imerge_diagram_options="\
---help
---name
---commits
---frontier
---html
---color
---no-color
-"
-
-__git_imerge_remove_options=$__git_imerge_autofill_options
-
-__git_imerge_rebase_options=$__git_imerge_merge_options
-
-__git-imerge_start_completion() {
-   case "$1_$cur" in
-   --help_|--branch_|_--branch=|--name_|_--name=)
-   return
-   ;;
-   --goal_*|*_--goal=*)
-   __gitcomp "$__git_imerge_goals"  "" "${cur##--goal=}"
-   return
-   ;;
-   *-|*_-*?)
-   __gitcomp "$__git_imerge_start_options"
-   return
-   ;;
-   esac
-   __gitcomp "$(__git_imerge_branches)"
-}
-
-__git-imerge_init_completion() {
-   __git-imerge_start_completion $1
-}
-
-__git-imerge_continue_completion() {
-   case "$1_$cur" in
-   --help_)
-   return
-   ;;
-   --name_*|*_--name=*)
-__gitcomp "$(__git_imerge_names)" "" "${cur##--name=}"
-return
-;;
-   esac
-   __gitcomp "$__git_imerge_continue_options"
-}
-
-__git-imerge_finish_completion() {
-   case "$1_$cur" in
-   --help_)
-   return
-   ;;
-   --goal_*|*_--goal=*)
-   __gitcomp "$__git_imerge_goals" "" "${cur##--goal=}"
-   return
-   ;;
-   --branch_*|*_--branch=*)
-   __gitcomp "$(__git_imerge_branches)" "" "${cur##--branch=}"
-   return
-   ;;
-   --name_*|*_--name=*)
-__gitcomp "$(__git_imerge_names)" "" "${cur##--name=}"
-return
-;;
-   esac
-   __gitcomp "$__git_imerge_finish_options"
-}
-
-__git-imerge_simplify_completion() {
-   __git-imerge_finish_completion $1
-}
-
-__git-imerge_merge_completion() {
-   case "$1_$cur" in
-   --help_|--branch_|_--branch=|--name_|_--name=)
-   return
-   ;;
-   --goal_*|*_--goal=*)
-   __gitcomp "$__git_imerge_goals" "" "${cur##--goal=}"
-   return
-   ;;
-   *-|*_-*?)
-   __gitcomp "$__git_imerge_merge_options"
-   return

[gentoo-commits] repo/gentoo:master commit in: app-text/doconce/, profiles/

2020-05-23 Thread Michał Górny
commit: 452767d5ce1697138cdbdc50f5833a5d0d64ad74
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:33:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:33:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452767d5

app-text/doconce: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718268
Signed-off-by: Michał Górny  gentoo.org>

 app-text/doconce/Manifest |  1 -
 app-text/doconce/doconce-1.4.4.ebuild | 26 --
 app-text/doconce/metadata.xml | 17 -
 profiles/package.mask |  5 -
 4 files changed, 49 deletions(-)

diff --git a/app-text/doconce/Manifest b/app-text/doconce/Manifest
deleted file mode 100644
index fb6d6960dd5..000
--- a/app-text/doconce/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST doconce-1.4.4.tar.bz2 112713371 BLAKE2B 
65acba4d02095d616c5ca6a070bb4a80ae57b4f201d9810f7b88e212e1ea86bd211440213194c4d61a2eefd19dfa9de9f81376d3e535f032747a8102bfdc2160
 SHA512 
9b5caae789a395bcdbb4daeea57182f2ea21a2c3c4da0abae2c097351fece601da6901de8d89ab60a187c1bc0ba5f913bbee14a847c1f85020dc16e0cdffdf31

diff --git a/app-text/doconce/doconce-1.4.4.ebuild 
b/app-text/doconce/doconce-1.4.4.ebuild
deleted file mode 100644
index 44c6bb34b50..000
--- a/app-text/doconce/doconce-1.4.4.ebuild
+++ /dev/null
@@ -1,26 +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 distutils-r1
-
-DESCRIPTION="A markdown-like langauge to generate docs in html, LaTeX, and 
many other formats"
-HOMEPAGE="https://github.com/hplgit/doconce/ https://pypi.org/project/Doconce/;
-SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.bz2;
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc"
-KEYWORDS="~amd64 ~x86"
-RDEPEND="dev-python/future[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_install() {
-   default
-   if use doc; then
-   sed -e 
"s|http://hplgit.github.io/doconce/doc|file:///usr/share/doc/${PF}|g" -i 
doc/web/index.html
-   docompress -x /usr/share/doc
-   dodoc -r doc/web doc/pub
-   fi
-}

diff --git a/app-text/doconce/metadata.xml b/app-text/doconce/metadata.xml
deleted file mode 100644
index 2e6a499d533..000
--- a/app-text/doconce/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-  
-DocOnce is a modestly tagged (Markdown-like) markup language targeting 
scientific reports,
-software documentation, books, blog posts, and slides involving much math 
and code in the text.
-From DocOnce source you can generate LaTeX, Sphinx, HTML, IPython 
notebooks, Markdown,
-MediaWiki, and other formats.
-This means that you from a single source can get the most up-to-date 
publishing technologies
-for paper, tablets, and phones.
-  
-  
-Doconce
-hplgit/doconce
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 0911f0852c6..eb30a2d91e5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -597,11 +597,6 @@ dev-util/spec-cleaner
 # Removal in 30 days.  Bug #718288.
 dev-util/bumpversion
 
-# Michał Górny  (2020-04-19)
-# Unmaintained.  Stuck on Python 3.6.  A few releases behind upstream.
-# Removal in 30 days.  Bug #718268.
-app-text/doconce
-
 # Georgy Yakovlev  (2020-04-18)
 # Unmaintained, vulnerable oracle java ebuilds, even fetching distfiles
 # requires agreement to restrictive license



[gentoo-commits] repo/gentoo:master commit in: profiles/updates/, profiles/, dev-vcs/ghp-import/

2020-05-23 Thread Michał Górny
commit: f81936cb8d5e6badb06333a704bcd7d409237f42
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:34:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:35:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81936cb

dev-vcs/ghp-import: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718300
Signed-off-by: Michał Górny  gentoo.org>

 dev-vcs/ghp-import/Manifest   |  1 -
 dev-vcs/ghp-import/ghp-import-0.4.1-r1.ebuild | 32 ---
 dev-vcs/ghp-import/metadata.xml   |  9 
 profiles/package.mask |  5 -
 profiles/updates/1Q-2020  |  2 --
 5 files changed, 49 deletions(-)

diff --git a/dev-vcs/ghp-import/Manifest b/dev-vcs/ghp-import/Manifest
deleted file mode 100644
index 5d0b11ce15a..000
--- a/dev-vcs/ghp-import/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ghp-import-0.4.1.tar.gz 5002 BLAKE2B 
667a40c0d852799e97d295df76d17d50017880afc9b2daa27d49444da84c791af619dea06b282e15c4d627a9584a23c2aa9fafcf45d9e0e924f9a6a966d071b6
 SHA512 
8b0e6578f05dc74449082a840ccd609a43fba3ca1c4dffacaddc4b27d2e9e3eac565a5c9672734e6ec5f2e8872b13ae0bb8a5d6bae4ee6c4cf41ef7d2c0b2eda

diff --git a/dev-vcs/ghp-import/ghp-import-0.4.1-r1.ebuild 
b/dev-vcs/ghp-import/ghp-import-0.4.1-r1.ebuild
deleted file mode 100644
index c6fb4d58de5..000
--- a/dev-vcs/ghp-import/ghp-import-0.4.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Copy your docs directly to the gh-pages branch"
-HOMEPAGE="https://github.com/davisp/ghp-import;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="tumbolia"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-python_prepare_all() {
-   ebegin 'patching setup.py'
-   sed \
-   -e '4ifrom codecs import open\n' \
-   -e '/LONG_DESC/s/))/), encoding = "utf-8")/' \
-   -i setup.py
-   STATUS=${?}
-   eend ${STATUS}
-   [[ ${STATUS} -gt 0 ]] && die
-
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-vcs/ghp-import/metadata.xml b/dev-vcs/ghp-import/metadata.xml
deleted file mode 100644
index 9bba96f1e08..000
--- a/dev-vcs/ghp-import/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   ghp-import
-   davisp/ghp-import
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 3380bc78d02..af3180f6cdb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -582,11 +582,6 @@ media-gfx/qrencode-python
 # Removal in 30 days.  Bug #718308.
 dev-vcs/git-imerge
 
-# Michał Górny  (2020-04-19)
-# Unmaintained.  Stuck at Python 3.6.  Many versions behind upstream.
-# Removal in 30 days.  Bug #718300.
-dev-vcs/ghp-import
-
 # Georgy Yakovlev  (2020-04-18)
 # Unmaintained, vulnerable oracle java ebuilds, even fetching distfiles
 # requires agreement to restrictive license

diff --git a/profiles/updates/1Q-2020 b/profiles/updates/1Q-2020
index f08a8319dd1..7d48f8803ca 100644
--- a/profiles/updates/1Q-2020
+++ b/profiles/updates/1Q-2020
@@ -5,8 +5,6 @@ move dev-python/matplotlib2tikz dev-python/tikzplotlib
 move dev-python/pep257 dev-python/pydocstyle
 move dev-python/pyzor mail-filter/pyzor
 move dev-python/python-sqlparse dev-python/sqlparse
-move dev-python/ghp-import dev-vcs/ghp-import
-move app-doc/ghp-import dev-vcs/ghp-import
 move dev-python/git-python dev-python/GitPython
 move www-servers/automx2 net-mail/automx2
 move dev-python/pysnmp-apps net-analyzer/snmpclitools



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-util/bumpversion/

2020-05-23 Thread Michał Górny
commit: aa8d18f29fe209a3760c82a713893bafe81ecfdf
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:34:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:34:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8d18f2

dev-util/bumpversion: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718288
Signed-off-by: Michał Górny  gentoo.org>

 dev-util/bumpversion/Manifest |  1 -
 dev-util/bumpversion/bumpversion-0.5.3.ebuild | 34 ---
 dev-util/bumpversion/metadata.xml |  9 ---
 profiles/package.mask |  5 
 4 files changed, 49 deletions(-)

diff --git a/dev-util/bumpversion/Manifest b/dev-util/bumpversion/Manifest
deleted file mode 100644
index 67804235aa6..000
--- a/dev-util/bumpversion/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bumpversion-0.5.3.tar.gz 16596 BLAKE2B 
ecd9e999241d0d77161529344d9f83859ab1083c323524f91f84802ff74aa8e9d4d95126b65c685e04183cf7907732f2ad734938db7aa03dfb9e334a1d24222c
 SHA512 
2dc507be98838e4a389502cbdae08d23bad465b171923e15c40ae16da2cc9529c71dfc40213c47d23da363257b363fd5786a5661a4a6d6b568b5f8b2cf8af959

diff --git a/dev-util/bumpversion/bumpversion-0.5.3.ebuild 
b/dev-util/bumpversion/bumpversion-0.5.3.ebuild
deleted file mode 100644
index 268568a0626..000
--- a/dev-util/bumpversion/bumpversion-0.5.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Version-bump your software with a single command"
-HOMEPAGE="https://pypi.org/project/bumpversion/ 
https://github.com/peritus/bumpversion;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-
-# Not included
-# https://github.com/peritus/bumpversion/issues/108
-RESTRICT=test
-
-python_test() {
-   py.test || die
-}

diff --git a/dev-util/bumpversion/metadata.xml 
b/dev-util/bumpversion/metadata.xml
deleted file mode 100644
index 71a774b004d..000
--- a/dev-util/bumpversion/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   bumpversion
-   peritus/bumpversion
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index eb30a2d91e5..6a5a3f52d4d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -592,11 +592,6 @@ dev-vcs/ghp-import
 # Removal in 30 days.  Bug #718296.
 dev-util/spec-cleaner
 
-# Michał Górny  (2020-04-19)
-# Unmaintained.  Stuck on Python 3.6.  Missing tests.  No revdeps.
-# Removal in 30 days.  Bug #718288.
-dev-util/bumpversion
-
 # Georgy Yakovlev  (2020-04-18)
 # Unmaintained, vulnerable oracle java ebuilds, even fetching distfiles
 # requires agreement to restrictive license



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

2020-05-23 Thread Sergei Trofimovich
commit: 4268e63a833c6a64434602710ee8a91aa0036d3e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May 23 10:12:57 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 23 10:13:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4268e63a

dev-util/shards: bump up to 0.10.0

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

 dev-util/shards/Manifest |  2 ++
 dev-util/shards/shards-0.10.0.ebuild | 42 
 2 files changed, 44 insertions(+)

diff --git a/dev-util/shards/Manifest b/dev-util/shards/Manifest
index 91732a057bf..8ea095c9a1c 100644
--- a/dev-util/shards/Manifest
+++ b/dev-util/shards/Manifest
@@ -1 +1,3 @@
+DIST crystal-molinillo-0.1.0.tar.gz 23932 BLAKE2B 
c9bcd707a3208f5d80e6e3030523d50f86cb5977799de8ea6035d014094e3c2fff9bb189fa98f566e72e1e7ad161e47e44c89d9b264d47f109b2e891ecb469e5
 SHA512 
8d74d95896cd7ff510c87e2ffba6ae5f04ceeddde574930ee609851312b65d713a315cc24f9aa3fab02f9447ccb25ef2dd2e8179640b8c5cfb3d7d6b52d1ded5
+DIST shards-0.10.0.tar.gz 39507 BLAKE2B 
f6b6034a626500d0459e01be73de28506dc2efe116a5f662b27edb6cbe363cf4bb3184fcce83838e02dec4db18355a85737b4783560b7d94b643145d08581174
 SHA512 
8d41a2553fd99bd44a3e8a9aacbd17f2a1e9f8730f90c4682091e8d2a4f2388818bdfc4e4bf654c3cbebd617a74474fb63f1fb86a62998cf79409d4778649757
 DIST shards-0.9.0.tar.gz 41280 BLAKE2B 
a74ab96489c804da3017dc683295d1fc16ba30248015af9deccdcf52a09301f665d4848822419d263d2301969c484fae288eff63e281bd4841b1fd101c5d5383
 SHA512 
a06579f1a96cea1fb1ba97c17ae4529439fb7c54572e74b4969921b1a987a1e1be9c9eb8569db94fd4cb4adc098b3085abfd2a6f7015da7f39611a1774d30022

diff --git a/dev-util/shards/shards-0.10.0.ebuild 
b/dev-util/shards/shards-0.10.0.ebuild
new file mode 100644
index 000..c36571a58c8
--- /dev/null
+++ b/dev-util/shards/shards-0.10.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+CRYSTAL_MOLINILLO_PV=0.1.0
+CRYSTAL_MOLINILLO_P=crystal-molinillo-${CRYSTAL_MOLINILLO_PV}
+
+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
+   
https://github.com/crystal-lang/crystal-molinillo/archive/v${CRYSTAL_MOLINILLO_PV}.tar.gz
 -> ${CRYSTAL_MOLINILLO_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_prepare() {
+   default
+
+   # bundle crystal-molinillo to bootstrap 'shards'
+   mkdir -p lib || die
+   ln -s ../../${CRYSTAL_MOLINILLO_P} lib/molinillo || die
+
+   tc-export CC
+}
+
+src_install() {
+   dobin bin/${PN}
+   dodoc README.md
+}



[gentoo-commits] proj/mysql-extras: New tag: mysql-extras-20200523-1221Z

2020-05-23 Thread Thomas Deutschmann
commit: 
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 12:21:26 2020 +

New tag: mysql-extras-20200523-1221Z




[gentoo-commits] repo/gentoo:master commit in: app-i18n/uim/, app-i18n/uim/files/

2020-05-23 Thread Andreas Sturmlechner
commit: 5a0fe893c03264f1b77b02bd6c5113d1dba9e525
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 22 21:20:23 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 08:26:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0fe893

app-i18n/uim: Drop 1.8.6-r1 and 1.8.6-r2

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

 app-i18n/uim/Manifest   |   1 -
 app-i18n/uim/files/uim-1.8.6-gentoo.patch   |  28 
 app-i18n/uim/files/uim-1.8.6-libressl.patch |  79 ---
 app-i18n/uim/files/uim-1.8.6-qt.patch   |  16 ---
 app-i18n/uim/files/uim-1.8.6-tinfo.patch|  65 -
 app-i18n/uim/uim-1.8.6-r1.ebuild| 209 ---
 app-i18n/uim/uim-1.8.6-r2.ebuild| 213 
 7 files changed, 611 deletions(-)

diff --git a/app-i18n/uim/Manifest b/app-i18n/uim/Manifest
index 0e626d08dac..593def9c836 100644
--- a/app-i18n/uim/Manifest
+++ b/app-i18n/uim/Manifest
@@ -1,2 +1 @@
-DIST uim-1.8.6.tar.bz2 6500739 BLAKE2B 
78623c015cafafa1fbaf32542535de1f0207f8452a422d929a15f4421e4c9926192d0d3b761a7865a38affdf616dc5477e083c0fd8655261ff80ca817fd37029
 SHA512 
26a95d3b51ef7a99108234b9af30ee7b74141cb3af13d092d4cdbf0749f630934cfd67f74b09dacc3adcdce4a390104489d68a4e2419ec07418645a9b4e5715b
 DIST uim-1.8.8.tar.bz2 6228743 BLAKE2B 
8fc44b61239f766ba3d9ebf3201c11471b3a844e082237f5ec97dd0fa6fbb04a0a588df5c0479a0aa4bcb4d9c4edcc93c36ec68618701c8aa88fa30732fdce28
 SHA512 
2257ae48f4f2b79039a5f6be0fc740e218d5609e004dad9a5a1aa5d4066587ee59d0be06bc23c7d567a48901466227fedc4778b480f7184d84b0b3b4dddac9a3

diff --git a/app-i18n/uim/files/uim-1.8.6-gentoo.patch 
b/app-i18n/uim/files/uim-1.8.6-gentoo.patch
deleted file mode 100644
index 0feee5a7099..000
--- a/app-i18n/uim/files/uim-1.8.6-gentoo.patch
+++ /dev/null
@@ -1,28 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -36,6 +36,7 @@
- AC_PATH_PROGS(SHA1, sha1 sha1sum)
- AC_PATH_PROGS(SED, sed gsed)
- AX_PATH_QMAKE4
-+PKG_PROG_PKG_CONFIG
- 
- AM_MAINTAINER_MODE
- 
-@@ -1792,7 +1793,7 @@
-   fi
-   AX_LANG_WNOERROR  # end AC_LANG_WERROR
- 
--  QT_CONFIG_OPTS="debug"
-+  QT_CONFIG_OPTS="debug nostrip"
- else
-   CFLAGS="$CFLAGS -DNDEBUG"
-   CXXFLAGS="$CXXFLAGS -DNDEBUG"
-@@ -1810,7 +1811,7 @@
-   AX_CFLAGS_GCC_OPTION([-Wno-unused-variable],  [SCIM_CFLAGS])
-   AX_LANG_WNOERROR  # end AC_LANG_WERROR
- 
--  QT_CONFIG_OPTS="release"
-+  QT_CONFIG_OPTS="release nostrip"
- fi
- 
- AC_ARG_ENABLE(warnings-into-error,

diff --git a/app-i18n/uim/files/uim-1.8.6-libressl.patch 
b/app-i18n/uim/files/uim-1.8.6-libressl.patch
deleted file mode 100644
index b14de58433a..000
--- a/app-i18n/uim/files/uim-1.8.6-libressl.patch
+++ /dev/null
@@ -1,79 +0,0 @@
-From 7a281b1131399f04627986e6f9a54499b08e239d Mon Sep 17 00:00:00 2001
-From: Felix Janda 
-Date: Thu, 21 Apr 2016 23:12:10 +0200
-Subject: [PATCH] Make openssl SSLv2 and SSLv3 support optional
-
-Fixes compilation with libressl

- uim/openssl.c | 30 ++
- 1 file changed, 30 insertions(+)
-
-diff --git a/uim/openssl.c b/uim/openssl.c
-index ba1b238..35ca1ca 100644
 a/uim/openssl.c
-+++ b/uim/openssl.c
-@@ -208,34 +208,64 @@ c_SSL_write(uim_lisp s_, uim_lisp buf_)
- static uim_lisp
- c_SSLv2_method(void)
- {
-+#ifndef OPENSSL_NO_SSL2
-   return MAKE_PTR(SSLv2_method());
-+#else
-+  uim_notify_fatal(N_("uim-openssl: SSLv2_method() is not supported on this 
system"));
-+  return uim_scm_f();
-+#endif
- }
- static uim_lisp
- c_SSLv2_server_method(void)
- {
-+#ifndef OPENSSL_NO_SSL2
-   return MAKE_PTR(SSLv2_server_method());
-+#else
-+  uim_notify_fatal(N_("uim-openssl: SSLv2_server_method() is not supported on 
this system"));
-+  return uim_scm_f();
-+#endif
- }
- static uim_lisp
- c_SSLv2_client_method(void)
- {
-+#ifndef OPENSSL_NO_SSL2
-   return MAKE_PTR(SSLv2_client_method());
-+#else
-+  uim_notify_fatal(N_("uim-openssl: SSLv2_client_method() is not supported on 
this system"));
-+  return uim_scm_f();
-+#endif
- }
- 
- /* SSLv3 */
- static uim_lisp
- c_SSLv3_method(void)
- {
-+#ifndef OPENSSL_NO_SSL3
-   return MAKE_PTR(SSLv3_method());
-+#else
-+  uim_notify_fatal(N_("uim-openssl: SSLv3_method() is not supported on this 
system"));
-+  return uim_scm_f();
-+#endif
- }
- static uim_lisp
- c_SSLv3_server_method(void)
- {
-+#ifndef OPENSSL_NO_SSL3
-   return MAKE_PTR(SSLv3_server_method());
-+#else
-+  uim_notify_fatal(N_("uim-openssl: SSLv3_server_method() is not supported on 
this system"));
-+  return uim_scm_f();
-+#endif
- }
- static uim_lisp
- c_SSLv3_client_method(void)
- {
-+#ifndef OPENSSL_NO_SSL3
-   return MAKE_PTR(SSLv3_client_method());
-+#else
-+  uim_notify_fatal(N_("uim-openssl: SSLv3_client_method() is not supported on 
this system"));
-+  return uim_scm_f();
-+#endif
- }
- 
- /* SSLv3 but can rollback to v2 */

diff --git a/app-i18n/uim/files/uim-1.8.6-qt.patch 

[gentoo-commits] repo/gentoo:master commit in: app-i18n/scim/

2020-05-23 Thread Andreas Sturmlechner
commit: ecdcbb72c9e24e4bff894ab920ab2fadf5caed96
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 22 21:21:23 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 08:26:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdcbb72

app-i18n/scim: Drop 1.4.17

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

 app-i18n/scim/Manifest   |   1 -
 app-i18n/scim/scim-1.4.17.ebuild | 100 ---
 2 files changed, 101 deletions(-)

diff --git a/app-i18n/scim/Manifest b/app-i18n/scim/Manifest
index 13684813add..3d55a28c395 100644
--- a/app-i18n/scim/Manifest
+++ b/app-i18n/scim/Manifest
@@ -1,2 +1 @@
-DIST scim-1.4.17.tar.gz 1285383 BLAKE2B 
95b9ecb0bb25a15876df8175ee0b9392c301e3b0c554ac6ccba6b863420828ce185d3454f2fef48c03e7451f01815020290be7611b8536d8a028153af3a3fe2b
 SHA512 
a7e0696330bca6fdf929ec0565ab4af1b4d0e5f73592cf5cccf1af6412eb351cd5a5ec9a3e5b83b24d6abad89bbb38a375cbbb0fd978f2fa17f6d64b69da0e3a
 DIST scim-1.4.18.tar.gz 1288060 BLAKE2B 
c2f1ce5608423734899aa6698060245c4ee253048d04d32bf5e853b8c68255340a8d35c0ebaaa50871b07c23ee9018b6bac03b18fbd4fa4dbea0e67c32c9ae30
 SHA512 
9a6090fc1ab950905a9c54d6678ce3d2a44297d1a992a3e933b0466688638e6cf470c1682daa58a6fbb6de3216b649273faf7edff1ac0ecca1c2c77fc19108fb

diff --git a/app-i18n/scim/scim-1.4.17.ebuild b/app-i18n/scim/scim-1.4.17.ebuild
deleted file mode 100644
index 1365db6b815..000
--- a/app-i18n/scim/scim-1.4.17.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils flag-o-matic multilib gnome2-utils autotools qmake-utils
-
-DESCRIPTION="Smart Common Input Method (SCIM) is an Input Method (IM) 
development platform"
-HOMEPAGE="https://sourceforge.net/projects/scim;
-SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 sparc x86"
-IUSE="doc gtk3"
-
-RDEPEND="x11-libs/libX11
-   dev-libs/glib:2
-   gtk3? ( x11-libs/gtk+:3 )
-   !gtk3? ( x11-libs/gtk+:2 )
-   >=dev-libs/atk-1
-   >=x11-libs/pango-1"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen
-   >=app-text/docbook-xsl-stylesheets-1.73.1 )
-   dev-lang/perl
-   virtual/pkgconfig
-   >=dev-util/intltool-0.33
-   sys-devel/libtool"
-DOCS=(
-   README
-   AUTHORS
-   ChangeLog
-   docs/developers
-   docs/scim.cfg
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # bug #83625
-   filter-flags -fvisibility-inlines-hidden -fvisibility=hidden
-   econf $(use_with doc doxygen) \
-   --enable-ld-version-script \
-   $(usex gtk3 --with-gtk-version={3,2}) \
-   --disable-qt3-immodule \
-   --disable-qt4-immodule
-}
-
-src_compile() {
-   default
-   use doc && emake docs
-}
-
-src_install() {
-   use doc && HTML_DOCS=( "${S}/docs/html/" )
-   default
-
-   sed -e "s:@EPREFIX@:${EPREFIX}:" "${FILESDIR}/xinput-${PN}" > 
"${T}/${PN}.conf" || die
-   insinto /etc/X11/xinit/xinput.d
-   doins "${T}/${PN}.conf"
-}
-
-pkg_postinst() {
-   elog
-   elog "To use SCIM with both GTK and XIM, you should use the following"
-   elog "in your user startup scripts such as .gnomerc or .xinitrc:"
-   elog
-   elog "LANG='your_language' scim -d"
-   elog "export XMODIFIERS=@im=SCIM"
-   elog "export GTK_IM_MODULE=\"scim\""
-   elog "export QT_IM_MODULE=\"scim\""
-   elog
-   elog "where 'your_language' can be zh_CN, zh_TW, ja_JP.eucJP or any 
other"
-   elog "UTF-8 locale such as en_US.UTF-8 or ja_JP.UTF-8"
-   elog
-   elog "To use Chinese input methods:"
-   elog "  # emerge app-i18n/scim-tables app-i18n/scim-pinyin"
-   elog "To use Korean input methods:"
-   elog "  # emerge app-i18n/scim-hangul"
-   elog "To use Japanese input methods:"
-   elog "  # emerge app-i18n/scim-anthy"
-   elog "To use various input methods (more than 30 languages):"
-   elog "  # emerge app-i18n/scim-m17n"
-   elog
-   elog "Please modify ${EPREFIX}/etc/scim/global and add your UTF-8 
locale to"
-   elog "/SupportedUnicodeLocales entry."
-   elog
-   ewarn
-   ewarn "If you upgraded from scim-1.2.x or scim-1.0.x, you should 
remerge all SCIM modules."
-   ewarn
-
-   gnome2_query_immodules_gtk2
-}
-
-pkg_postrm() {
-   gnome2_query_immodules_gtk2
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/PyDbLite/

2020-05-23 Thread Michał Górny
commit: a99a6ac19729aa366858a28502c75da37e42309a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:54:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:54:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99a6ac1

dev-python/PyDbLite: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718848
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/PyDbLite/Manifest  |  1 -
 dev-python/PyDbLite/PyDbLite-3.0.4.ebuild | 18 --
 dev-python/PyDbLite/metadata.xml  | 11 ---
 profiles/package.mask |  5 -
 4 files changed, 35 deletions(-)

diff --git a/dev-python/PyDbLite/Manifest b/dev-python/PyDbLite/Manifest
deleted file mode 100644
index e0f21c538f4..000
--- a/dev-python/PyDbLite/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST PyDbLite-3.0.4.tar.gz 510241 BLAKE2B 
948858df8653a74872a7a017ecdfee2d078edd441671e4b0fd2a6e4ea73d9b885899fd8d35209c96e72bcbae48cc7c9db940e4add8ba9afeb55a6da1b49664a7
 SHA512 
7708d6cf391f18dbc644cfe6af34868d2eb59aae47ffb67cdb77d468d605b14c0dccfb159229035984d0dd9dbaa5ce706068ed23a09a5ece2f58565afdfad69f

diff --git a/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild 
b/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild
deleted file mode 100644
index 2fcacb0e538..000
--- a/dev-python/PyDbLite/PyDbLite-3.0.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 pypy3)
-
-inherit distutils-r1
-
-DESCRIPTION="A fast, pure-Python in-memory database"
-HOMEPAGE="https://pypi.org/project/PyDbLite/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/PyDbLite/metadata.xml b/dev-python/PyDbLite/metadata.xml
deleted file mode 100644
index cec6d63f588..000
--- a/dev-python/PyDbLite/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-klaus...@gentoo.org
-Tobias Klausmann
-  
-  
-PyDbLite
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index e883fe09484..2853707aac8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -412,11 +412,6 @@ games-action/rune
 # Removal in 30 days.  Bug #719040.
 dev-python/kivy-garden
 
-# Michał Górny  (2020-04-23)
-# Unmaintained.  Stuck on Python 3.6.  No revdeps.
-# Removal in 30 days.  Bug #718848.
-dev-python/PyDbLite
-
 # Michał Górny  (2020-04-22)
 # Effectively unmaintained and stuck on Python 3.6.
 #



[gentoo-commits] repo/gentoo:master commit in: dev-python/kivy-garden/files/, profiles/, dev-python/kivy-garden/

2020-05-23 Thread Michał Górny
commit: be715c677057474c3ca65c0d02bb87521b3fe2ba
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:54:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:54:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be715c67

dev-python/kivy-garden: Remove last-rited pkg

Closes: https://bugs.gentoo.org/719040
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/kivy-garden/Manifest|  1 -
 .../kivy-garden/files/remove_bat-0.1.4.patch   | 10 --
 dev-python/kivy-garden/kivy-garden-0.1.4.ebuild| 36 --
 dev-python/kivy-garden/metadata.xml| 12 
 profiles/package.mask  |  5 ---
 5 files changed, 64 deletions(-)

diff --git a/dev-python/kivy-garden/Manifest b/dev-python/kivy-garden/Manifest
deleted file mode 100644
index 6311028f288..000
--- a/dev-python/kivy-garden/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kivy-garden-0.1.4.tar.gz 6849 BLAKE2B 
944d84ce9057db64c1435d9e4f5e4b8d7e812cac39a7ef536974f5b4a4e525d2ed7dc8c214db75d20cf87bdd1effa9e1312d979e264bb93a5edaf4cf43c7441d
 SHA512 
69b8fa2e2e80cc215eaad0eca78e1e207726ef2f611ba328863191580c19e77de970347b206c82927d92fbc821811956f8c45ac3613dafb2db706a491c50585f

diff --git a/dev-python/kivy-garden/files/remove_bat-0.1.4.patch 
b/dev-python/kivy-garden/files/remove_bat-0.1.4.patch
deleted file mode 100644
index 5c116608aa7..000
--- a/dev-python/kivy-garden/files/remove_bat-0.1.4.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/setup.py.orig2014-04-02 08:48:05.906881843 +0200
-+++ b/setup.py 2014-04-02 08:48:16.650214908 +0200
-@@ -8,6 +8,6 @@
- version='0.1.1',
- license='MIT',
- packages=['garden'],
--scripts=['bin/garden', 'bin/garden.bat'],
-+scripts=['bin/kivy-garden'],
- install_requires=['requests'],
- )

diff --git a/dev-python/kivy-garden/kivy-garden-0.1.4.ebuild 
b/dev-python/kivy-garden/kivy-garden-0.1.4.ebuild
deleted file mode 100644
index 6a757ae9499..000
--- a/dev-python/kivy-garden/kivy-garden-0.1.4.ebuild
+++ /dev/null
@@ -1,36 +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 distutils-r1
-
-DESCRIPTION="Kivys Garden tool to manage flowers"
-HOMEPAGE="http://kivy-garden.github.io/;
-SRC_URI="https://pypi.io/packages/source/${PN:0:1}/${PN}/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   "
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/garden-${PV}"
-
-PATCHES=( "${FILESDIR}/remove_bat-${PV}.patch" )
-
-src_prepare() {
-   distutils-r1_src_prepare
-   mv "${S}/bin/garden" "${S}/bin/kivy-garden" || die
-}
-
-pkg_postinst() {
-   einfo "Kivy's garden tool is installed as kivy-garden"
-}

diff --git a/dev-python/kivy-garden/metadata.xml 
b/dev-python/kivy-garden/metadata.xml
deleted file mode 100644
index d34379f1b68..000
--- a/dev-python/kivy-garden/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-  
-Tool to manage the installation, removal of flowers at 
https://github.com/kivy-garden/ 
-They are a set of user maintained widgets, extensions, tools for 
kivy(http://kivy.org) framework.
-  
-  
-kivy-garden
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 2853707aac8..87e08322ee7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -407,11 +407,6 @@ x11-misc/obtheme
 # Remove after 2020-05-24
 games-action/rune
 
-# Michał Górny  (2020-04-23)
-# Unmaintained.  Stuck on Python 3.6.  No revdeps.
-# Removal in 30 days.  Bug #719040.
-dev-python/kivy-garden
-
 # Michał Górny  (2020-04-22)
 # Effectively unmaintained and stuck on Python 3.6.
 #



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

2020-05-23 Thread Ian Whyman
commit: 8628d24d6e1cf9078c5c89698b8ec926995bad8d
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Thu May 14 12:52:33 2020 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Sat May 23 09:56:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8628d24d

dev-python/rarfile: Bump to EAPI=7

* EAPI 7
* Adds Python 3.7, 3.8, PyPy 3
* Enables tests

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15794
Closes: https://bugs.gentoo.org/719520
Signed-off-by: Ian Whyman  gentoo.org>

 dev-python/rarfile/rarfile-3.0-r1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-python/rarfile/rarfile-3.0-r1.ebuild 
b/dev-python/rarfile/rarfile-3.0-r1.ebuild
new file mode 100644
index 000..3b2be61a9fb
--- /dev/null
+++ b/dev-python/rarfile/rarfile-3.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Module for RAR archive reading"
+HOMEPAGE="https://github.com/markokr/rarfile;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+compressed"
+
+RDEPEND="compressed? ( || ( app-arch/unrar app-arch/rar ) )"
+
+distutils_enable_tests nose



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

2020-05-23 Thread Mike Frysinger
commit: a434c06e0cc970f1a507bb9f8f1a147accf79040
Author: Mike Frysinger  chromium  org>
AuthorDate: Sat May 23 01:58:41 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat May 23 06:17:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a434c06e

dev-lang/ghc: fix hardcoded pkg-config

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

 dev-lang/ghc/ghc-7.10.3.ebuild | 2 +-
 dev-lang/ghc/ghc-7.8.4.ebuild  | 2 +-
 dev-lang/ghc/ghc-8.0.2.ebuild  | 2 +-
 dev-lang/ghc/ghc-8.10.1.ebuild | 2 +-
 dev-lang/ghc/ghc-8.2.1.ebuild  | 2 +-
 dev-lang/ghc/ghc-8.2.2.ebuild  | 2 +-
 dev-lang/ghc/ghc-8.4.1.ebuild  | 2 +-
 dev-lang/ghc/ghc-8.4.2.ebuild  | 2 +-
 dev-lang/ghc/ghc-8.4.3.ebuild  | 2 +-
 dev-lang/ghc/ghc-8.6.4.ebuild  | 2 +-
 dev-lang/ghc/ghc-8.6.5.ebuild  | 2 +-
 dev-lang/ghc/ghc-8.8.1.ebuild  | 2 +-
 dev-lang/ghc/ghc-8.8.2.ebuild  | 2 +-
 dev-lang/ghc/ghc-8.8.3.ebuild  | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/dev-lang/ghc/ghc-7.10.3.ebuild b/dev-lang/ghc/ghc-7.10.3.ebuild
index 1b8e5de541d..1112d5068ae 100644
--- a/dev-lang/ghc/ghc-7.10.3.ebuild
+++ b/dev-lang/ghc/ghc-7.10.3.ebuild
@@ -555,7 +555,7 @@ src_configure() {
echo "utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING" >> 
mk/build.mk
else
econf_args+=(--with-system-libffi)
-   econf_args+=(--with-ffi-includes=$(pkg-config libffi 
--cflags-only-I | sed -e 's@^-I@@'))
+   econf_args+=(--with-ffi-includes=$($(tc-getPKG_CONFIG) 
libffi --cflags-only-I | sed -e 's@^-I@@'))
fi
 
elog "Final mk/build.mk:"

diff --git a/dev-lang/ghc/ghc-7.8.4.ebuild b/dev-lang/ghc/ghc-7.8.4.ebuild
index 09a0b30498d..a8b740d67a7 100644
--- a/dev-lang/ghc/ghc-7.8.4.ebuild
+++ b/dev-lang/ghc/ghc-7.8.4.ebuild
@@ -466,7 +466,7 @@ src_configure() {
 
if ! use ghcmakebinary; then
econf_args+=(--with-system-libffi)
-   econf_args+=(--with-ffi-includes=$(pkg-config libffi 
--cflags-only-I | sed -e 's@^-I@@'))
+   econf_args+=(--with-ffi-includes=$($(tc-getPKG_CONFIG) 
libffi --cflags-only-I | sed -e 's@^-I@@'))
fi
 
econf ${econf_args[@]} --enable-bootstrap-with-devel-snapshot

diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild
index aceb46dd71e..8003bfbdd7a 100644
--- a/dev-lang/ghc/ghc-8.0.2.ebuild
+++ b/dev-lang/ghc/ghc-8.0.2.ebuild
@@ -551,7 +551,7 @@ src_configure() {
echo "utils/ghc-pkg_HC_OPTS += -DBOOTSTRAPPING" >> 
mk/build.mk
else
econf_args+=(--with-system-libffi)
-   econf_args+=(--with-ffi-includes=$(pkg-config libffi 
--cflags-only-I | sed -e 's@^-I@@'))
+   econf_args+=(--with-ffi-includes=$($(tc-getPKG_CONFIG) 
libffi --cflags-only-I | sed -e 's@^-I@@'))
fi
 
elog "Final mk/build.mk:"

diff --git a/dev-lang/ghc/ghc-8.10.1.ebuild b/dev-lang/ghc/ghc-8.10.1.ebuild
index b9624ca1fcc..7845cce005c 100644
--- a/dev-lang/ghc/ghc-8.10.1.ebuild
+++ b/dev-lang/ghc/ghc-8.10.1.ebuild
@@ -624,7 +624,7 @@ src_configure() {
# using ${GTARGET}'s libffi is not supported yet:
# GHC embeds full path for ffi includes without 
/usr/${CTARGET} account.
econf_args+=(--with-system-libffi)
-   econf_args+=(--with-ffi-includes=$(pkg-config libffi 
--cflags-only-I | sed -e 's@^-I@@'))
+   econf_args+=(--with-ffi-includes=$($(tc-getPKG_CONFIG) 
libffi --cflags-only-I | sed -e 's@^-I@@'))
fi
 
einfo "Final mk/build.mk:"

diff --git a/dev-lang/ghc/ghc-8.2.1.ebuild b/dev-lang/ghc/ghc-8.2.1.ebuild
index c701609e940..90df1309d8c 100644
--- a/dev-lang/ghc/ghc-8.2.1.ebuild
+++ b/dev-lang/ghc/ghc-8.2.1.ebuild
@@ -615,7 +615,7 @@ src_configure() {
# using ${GTARGET}'s libffi is not supported yet:
# GHC embeds full path for ffi includes without 
/usr/${CTARGET} account.
econf_args+=(--with-system-libffi)
-   econf_args+=(--with-ffi-includes=$(pkg-config libffi 
--cflags-only-I | sed -e 's@^-I@@'))
+   econf_args+=(--with-ffi-includes=$($(tc-getPKG_CONFIG) 
libffi --cflags-only-I | sed -e 's@^-I@@'))
fi
 
einfo "Final mk/build.mk:"

diff --git a/dev-lang/ghc/ghc-8.2.2.ebuild b/dev-lang/ghc/ghc-8.2.2.ebuild
index 7304fe4bcc2..83918fa3f68 100644
--- a/dev-lang/ghc/ghc-8.2.2.ebuild
+++ b/dev-lang/ghc/ghc-8.2.2.ebuild
@@ -616,7 +616,7 @@ src_configure() {
# using ${GTARGET}'s libffi is not supported yet:
# GHC embeds full path for ffi includes without 
/usr/${CTARGET} account.

[gentoo-commits] proj/binutils-config:master commit in: src/

2020-05-23 Thread Sergei Trofimovich
commit: a9d04f80c3d5ec32168b1389a5db79cc780b05ef
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May 23 07:37:53 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 23 07:37:53 2020 +
URL:
https://gitweb.gentoo.org/proj/binutils-config.git/commit/?id=a9d04f80

binutils-config: fix native link removal by cross-compilers, bug #724454

commit 36eba05752348258a7 ("binutils-config: add build-time
and runtime switches to disable native symlinks").

Added symlink deletion for USE_NATIVE_LINKS=no mode.
It had a bug: it unconditionally deleted native symlinks
if binutils-config is called on a cross-binutils installation.

I missed the case because I assumed that tool names
in binutils' private directory match gcc' private directory.

The change is not to perform symlink cleanup for unprefixed
binaries for cross-binutils.

Reported-by: Ionen Wolkens
Bug: https://bugs.gentoo.org/724454
Signed-off-by: Sergei Trofimovich  gentoo.org>

 src/binutils-config | 24 +---
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/src/binutils-config b/src/binutils-config
index cb7b905..da99021 100755
--- a/src/binutils-config
+++ b/src/binutils-config
@@ -143,17 +143,19 @@ switch_profile() {
for x in * ; do
atomic_ln "${BINPATH}/${x}" "${ROOT}/${BINPATH_LINKS}" "${x}"
atomic_ln "${BINPATH_LINKS}/${x}" "${EROOT}/usr/bin" 
"${TARGET}-${x}"
-   if [[ ${TARGET} == ${HOST} && ${USE_NATIVE_LINKS} == yes ]] ; 
then
-   atomic_ln "${TARGET}-${x}" "${EROOT}/usr/bin" "${x}"
-   else
-   # Remove native links if exist from previous
-   # installations or set by user manually. binutils-config
-   # owns these symlinks.
-   #
-   # TODO: cleanup symlinks not just known to this
-   # release/configuration of binutils, but also list
-   # all possible ones.
-   rm -f "${EROOT}/usr/bin/${x}"
+   if [[ ${TARGET} == ${HOST} ]] ; then
+   if [[ ${USE_NATIVE_LINKS} == yes ]]; then
+   atomic_ln "${TARGET}-${x}" "${EROOT}/usr/bin" 
"${x}"
+   else
+   # Remove native links if exist from previous
+   # installations or set by user manually. 
binutils-config
+   # owns these symlinks.
+   #
+   # TODO: cleanup symlinks not just known to this
+   # release/configuration of binutils, but also 
list
+   # all possible ones.
+   rm -f "${EROOT}/usr/bin/${x}"
+   fi
fi
done
 



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

2020-05-23 Thread Hans de Graaff
commit: 831d772121d62f7a7ac7d6e1f01342aabd2df018
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 06:56:18 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 08:02:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831d7721

dev-ruby/rantly: initial import of 2.0.0

Dependency for forthcoming dev-ruby/brotli

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

 dev-ruby/rantly/Manifest|  1 +
 dev-ruby/rantly/metadata.xml| 11 +++
 dev-ruby/rantly/rantly-2.0.0.ebuild | 21 +
 3 files changed, 33 insertions(+)

diff --git a/dev-ruby/rantly/Manifest b/dev-ruby/rantly/Manifest
new file mode 100644
index 000..9d56297e35c
--- /dev/null
+++ b/dev-ruby/rantly/Manifest
@@ -0,0 +1 @@
+DIST rantly-2.0.0.gem 18944 BLAKE2B 
a124204157953780dfcc97c4777dc3fb7e152eb3f0e208dd18aff80f8252b4f41285ce7870d927433e034678e679e0a735b8796601dd061ce43693f2c3760d50
 SHA512 
f3eb10eb3fea3135797c57d40bfe6a2ac9d64d4f449850b89072c527913f13eca34507f62ce611831497954b1c28bf5592dc46b73b510503223d029b4b442b74

diff --git a/dev-ruby/rantly/metadata.xml b/dev-ruby/rantly/metadata.xml
new file mode 100644
index 000..a17d9e1e71c
--- /dev/null
+++ b/dev-ruby/rantly/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+rantly-rb/rantly
+  
+

diff --git a/dev-ruby/rantly/rantly-2.0.0.ebuild 
b/dev-ruby/rantly/rantly-2.0.0.ebuild
new file mode 100644
index 000..4c2e275a6cc
--- /dev/null
+++ b/dev-ruby/rantly/rantly-2.0.0.ebuild
@@ -0,0 +1,21 @@
+# 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"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby Imperative Random Data Generator and Quickcheck"
+HOMEPAGE="https://github.com/rantly-rb/rantly;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'Dir["test/**/*_test.rb"].each{|f| require f}' 
|| die
+}



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

2020-05-23 Thread Hans de Graaff
commit: aba59edc078932379473d5694d825abcb885b686
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 07:43:15 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 08:02:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba59edc

dev-ruby/brotli: add 0.2.3

New dependency for dev-ruby/faraday_middleware

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

 dev-ruby/brotli/Manifest|  1 +
 dev-ruby/brotli/brotli-0.2.3.ebuild | 39 +
 dev-ruby/brotli/metadata.xml| 11 +++
 3 files changed, 51 insertions(+)

diff --git a/dev-ruby/brotli/Manifest b/dev-ruby/brotli/Manifest
new file mode 100644
index 000..98e45ea64d1
--- /dev/null
+++ b/dev-ruby/brotli/Manifest
@@ -0,0 +1 @@
+DIST brotli-0.2.3.tar.gz 63304 BLAKE2B 
96321a480e855ae7e77b93c06fd09153611a8a273ba66a8952093f844f6ccfa908d4bcabfd4dde084813f7f3961e8843208ed71f78e91f924bfe7e2ddece3628
 SHA512 
7d057d0055836c79744b802bb2401630375cc924035e9a45069c54e5df32711b9aa25234f4743aea729526028b804c518f36112ab721a6761b55311d07a8b79e

diff --git a/dev-ruby/brotli/brotli-0.2.3.ebuild 
b/dev-ruby/brotli/brotli-0.2.3.ebuild
new file mode 100644
index 000..fab2f12fe16
--- /dev/null
+++ b/dev-ruby/brotli/brotli-0.2.3.ebuild
@@ -0,0 +1,39 @@
+# 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_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="brotli.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Brotli compressor/decompressor"
+HOMEPAGE="https://github.com/miyucy/brotli;
+SRC_URI="https://github.com/miyucy/brotli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND+=" >=app-arch/brotli-1.0.7"
+DEPEND+=" >=app-arch/brotli-1.0.7"
+
+# Depends on the test data in app-arch/brotli
+RESTRICT="test"
+
+each_ruby_configure() {
+   ${RUBY} -Cext/brotli extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/brotli
+   mv ext/brotli/brotli.so lib/brotli/ || die
+}

diff --git a/dev-ruby/brotli/metadata.xml b/dev-ruby/brotli/metadata.xml
new file mode 100644
index 000..eb5be24aa56
--- /dev/null
+++ b/dev-ruby/brotli/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+miyucy/brotli
+  
+



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

2020-05-23 Thread Hans de Graaff
commit: 04dfc88c9a33082a9cf13f60a232c1ba36ee11e9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 08:02:40 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 08:02:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04dfc88c

dev-ruby/faraday_middleware: remove duplicate description

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

 dev-ruby/faraday_middleware/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-ruby/faraday_middleware/metadata.xml 
b/dev-ruby/faraday_middleware/metadata.xml
index 308ea2abc41..38d121a1191 100644
--- a/dev-ruby/faraday_middleware/metadata.xml
+++ b/dev-ruby/faraday_middleware/metadata.xml
@@ -9,9 +9,6 @@
r...@gentoo.org
Gentoo Ruby Project

-   
-   A collection of useful Faraday middleware.
-   

Include FaradayMiddleware::ParseXml
Include FaradayMiddleware::OAuth



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

2020-05-23 Thread Hans de Graaff
commit: 5d7b6c177ddb2fa4066eb93861426cd36de3af5f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 08:00:51 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 08:02:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7b6c17

dev-ruby/faraday_middleware: add 1.0.0

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

 dev-ruby/faraday_middleware/Manifest   |  1 +
 .../faraday_middleware-1.0.0.ebuild| 60 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-ruby/faraday_middleware/Manifest 
b/dev-ruby/faraday_middleware/Manifest
index 90c83bd07f0..717177ced9d 100644
--- a/dev-ruby/faraday_middleware/Manifest
+++ b/dev-ruby/faraday_middleware/Manifest
@@ -1,2 +1,3 @@
 DIST faraday_middleware-0.13.1.tar.gz 25728 BLAKE2B 
7899d9115ad4e93ab1dedecfe5147fc425c5f884f66e473870542662b93e616e48392d7c564079fc55dfc7ffc09f5983d8a481894f295b88178d15ac05e2b312
 SHA512 
ea58c14e4e45cf1118281f42861df2e54c97ed92ab25d1de68a9d9da73b1ace378d464140ac8c0e42c5b36d5b0cd5f760092727c49da26c10b4e2566af9ab768
 DIST faraday_middleware-0.14.0.tar.gz 26313 BLAKE2B 
2d925f0bd9e4a10505bcdd3b483ac7b8ed2c42dc1187e04069505216dc739af3f10f5c7f2252e3f474e5ddaf972a7b8fe009be9957e66ab625fe49c364a0d217
 SHA512 
d8e86da166022c04c12acc37981de446ba30050330dc0320eec0414157bdd6c8e92ff49ce92b390a2f5d457c396144dbde698d61993302c0ac416559e7078a8d
+DIST faraday_middleware-1.0.0.tar.gz 28279 BLAKE2B 
d881f59e106a695e2d41936d552fe6cb16465964fcb2107806123ea1b34ee6db8e82bb1e6fe3a0135af04da70b56a3e8c933e44591b3f75901642a1fe7a3ea1a
 SHA512 
478dd04840c27120c162e5d9c764a210d4cc55ac54f2d44935942ab5195ee5a0f198a4cc0c98805029f3eab4596cc3963a763cda1fcc1ce6daf1811186e0b5a7

diff --git a/dev-ruby/faraday_middleware/faraday_middleware-1.0.0.ebuild 
b/dev-ruby/faraday_middleware/faraday_middleware-1.0.0.ebuild
new file mode 100644
index 000..21c8c5a7e5b
--- /dev/null
+++ b/dev-ruby/faraday_middleware/faraday_middleware-1.0.0.ebuild
@@ -0,0 +1,60 @@
+# 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_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem eutils
+
+DESCRIPTION="Various middleware for Faraday"
+HOMEPAGE="https://github.com/lostisland/faraday_middleware;
+SRC_URI="https://github.com/lostisland/faraday_middleware/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE="+parsexml +oauth +mashify +rashify"
+
+ruby_add_rdepend "
+   dev-ruby/faraday:1
+   parsexml? ( >=dev-ruby/multi_xml-0.5.3 )
+   oauth? ( >=dev-ruby/simple_oauth-0.1 )
+   mashify? ( >=dev-ruby/hashie-1.2:* )
+   rashify? ( >=dev-ruby/rash_alt-0.4.3 )"
+
+# Bundler must be used because the optional dependencies have different
+# version requirements that must be resolved.
+ruby_add_bdepend "test? (
+   dev-ruby/bundler
+   dev-ruby/addressable
+   >=dev-ruby/rake-12.3.3
+   dev-ruby/webmock:3
+   dev-ruby/json
+   >=dev-ruby/multi_xml-0.5.3
+   >=dev-ruby/rack-cache-1.1
+   >=dev-ruby/simple_oauth-0.1
+   >=dev-ruby/hashie-1.2
+   >=dev-ruby/rash_alt-0.4.3 )"
+
+all_ruby_prepare() {
+   sed -i -e '/\(cane\|parallel\|simplecov\)/ s:^:#:' \
+   -e '/rspec/ s/>=/~>/' \
+   -e "/addressable/ s/, '< 2.4'//" \
+   -e "/rack-cache/ s/, '< 1.3'//" \
+   -e "/simple_oauth/ s/, '< 0.3'//" \
+   -e "/webmock/ s/< 2/~> 3.0/" Gemfile || die
+
+   # Avoid unneeded dependency on git
+   sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rspec-3 spec || die
+}



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

2020-05-23 Thread Hans de Graaff
commit: 607c5e594df0b413036dcd4650771932b6b85860
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 08:01:26 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 08:02:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=607c5e59

dev-ruby/faraday_middleware: cleanup

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

 dev-ruby/faraday_middleware/Manifest   |  1 -
 .../faraday_middleware-0.13.1.ebuild   | 66 --
 2 files changed, 67 deletions(-)

diff --git a/dev-ruby/faraday_middleware/Manifest 
b/dev-ruby/faraday_middleware/Manifest
index 717177ced9d..32a37065592 100644
--- a/dev-ruby/faraday_middleware/Manifest
+++ b/dev-ruby/faraday_middleware/Manifest
@@ -1,3 +1,2 @@
-DIST faraday_middleware-0.13.1.tar.gz 25728 BLAKE2B 
7899d9115ad4e93ab1dedecfe5147fc425c5f884f66e473870542662b93e616e48392d7c564079fc55dfc7ffc09f5983d8a481894f295b88178d15ac05e2b312
 SHA512 
ea58c14e4e45cf1118281f42861df2e54c97ed92ab25d1de68a9d9da73b1ace378d464140ac8c0e42c5b36d5b0cd5f760092727c49da26c10b4e2566af9ab768
 DIST faraday_middleware-0.14.0.tar.gz 26313 BLAKE2B 
2d925f0bd9e4a10505bcdd3b483ac7b8ed2c42dc1187e04069505216dc739af3f10f5c7f2252e3f474e5ddaf972a7b8fe009be9957e66ab625fe49c364a0d217
 SHA512 
d8e86da166022c04c12acc37981de446ba30050330dc0320eec0414157bdd6c8e92ff49ce92b390a2f5d457c396144dbde698d61993302c0ac416559e7078a8d
 DIST faraday_middleware-1.0.0.tar.gz 28279 BLAKE2B 
d881f59e106a695e2d41936d552fe6cb16465964fcb2107806123ea1b34ee6db8e82bb1e6fe3a0135af04da70b56a3e8c933e44591b3f75901642a1fe7a3ea1a
 SHA512 
478dd04840c27120c162e5d9c764a210d4cc55ac54f2d44935942ab5195ee5a0f198a4cc0c98805029f3eab4596cc3963a763cda1fcc1ce6daf1811186e0b5a7

diff --git a/dev-ruby/faraday_middleware/faraday_middleware-0.13.1.ebuild 
b/dev-ruby/faraday_middleware/faraday_middleware-0.13.1.ebuild
deleted file mode 100644
index d82d4eed3f2..000
--- a/dev-ruby/faraday_middleware/faraday_middleware-0.13.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Various middleware for Faraday"
-HOMEPAGE="https://github.com/lostisland/faraday_middleware;
-SRC_URI="https://github.com/lostisland/faraday_middleware/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+parsexml +oauth +mashify +rashify"
-
-ruby_add_rdepend "
-   >=dev-ruby/faraday-0.7.4 =dev-ruby/multi_xml-0.5.3 )
-   oauth? ( >=dev-ruby/simple_oauth-0.1 )
-   mashify? ( >=dev-ruby/hashie-1.2:* )
-   rashify? ( >=dev-ruby/rash_alt-0.4.3 )"
-
-# Bundler must be used because the optional dependencies have different
-# version requirements that must be resolved.
-ruby_add_bdepend "test? (
-   dev-ruby/bundler
-   dev-ruby/addressable
-   dev-ruby/rake
-   dev-ruby/webmock:3
-   dev-ruby/json
-   >=dev-ruby/multi_xml-0.5.3
-   >=dev-ruby/rack-cache-1.1
-   >=dev-ruby/simple_oauth-0.1
-   >=dev-ruby/hashie-1.2
-   >=dev-ruby/rash_alt-0.4.3 )"
-
-all_ruby_prepare() {
-   sed -i -e '/\(cane\|parallel\|simplecov\|brotli\)/ s:^:#:' \
-   -e '/rspec/ s/>=/~>/' \
-   -e "/addressable/ s/, '< 2.4'//" \
-   -e "/rake/ s/, '< 11'//" \
-   -e "/rack-cache/ s/, '< 1.3'//" \
-   -e "/simple_oauth/ s/, '< 0.3'//" \
-   -e "/webmock/ s/< 2/~> 3.0/" Gemfile || die
-
-   # Avoid unneeded dependency on git
-   sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   # Avoid unpackaged brotli dependency
-   sed -i -e 's/jruby?/true/' \
-   -e 's/gzip,deflate,br/gzip,deflate/' spec/unit/gzip_spec.rb || 
die
-}
-
-each_ruby_test() {
-   ${RUBY} -S bundle exec rspec-3 spec || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Accessor/

2020-05-23 Thread Kent Fredric
commit: aa3be802291d1f6393d113e19da1657b301c573f
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat May 23 08:28:03 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat May 23 08:30:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3be802

dev-perl/Class-Accessor: Bump to version 0.500.0

- EAPI7
- Add USE="examples"
- Enable parallel testing
- Pad out dependencies a little

Upstream:
- Faster accessors with eval-compiled constant subs instead of lexical
  closures
- Faster constructors through fewer temporary variables
- Misc documentation typos

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-Accessor/Class-Accessor-0.500.0.ebuild   | 23 ++
 dev-perl/Class-Accessor/Manifest   |  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/Class-Accessor/Class-Accessor-0.500.0.ebuild 
b/dev-perl/Class-Accessor/Class-Accessor-0.500.0.ebuild
new file mode 100644
index 000..79031890270
--- /dev/null
+++ b/dev-perl/Class-Accessor/Class-Accessor-0.500.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=KASEI
+DIST_VERSION=0.50
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Automated accessor generation"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="dev-perl/Sub-Name"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"

diff --git a/dev-perl/Class-Accessor/Manifest b/dev-perl/Class-Accessor/Manifest
index 97332b5c3cb..f9c918cd80a 100644
--- a/dev-perl/Class-Accessor/Manifest
+++ b/dev-perl/Class-Accessor/Manifest
@@ -1 +1,2 @@
 DIST Class-Accessor-0.34.tar.gz 12315 BLAKE2B 
8dfc65c7b9f7d63112b6991b0ac3c8c93146fac2f800425ba88281f70ab9c5f27a00f7c2f0eca9cc92dd5391dabc24f7fd3d987075d421e26f1fe5dee77218f8
 SHA512 
a2978e5b8a7b080ef85e2b2499ee7263c9b5b8a70effc00a04e18fe92694fd59331b50b8162d3b8a6cb48ebedccca3b4780ec0984e6b8728b130a49781e35ee4
+DIST Class-Accessor-0.50.tar.gz 12998 BLAKE2B 
067920502bbad3e941d4b70ed325b46821cd2817bc5b2f222693375c07f3c4deb2a69ff3ced59a5ed18abd7aa1f0dad5fb28d0c225a88db5a83abcf887db668a
 SHA512 
e36520805fc5cf404c48bf252dd0cc3cb3298d472b31a8d4b6dde08316e93b9a45527df47ba8d848c29fe5dcfbbfb021eb8ed2565a56aec2896c1362b9ae05b8



[gentoo-commits] repo/gentoo:master commit in: media-fonts/symbola/, profiles/

2020-05-23 Thread Michał Górny
commit: 62cf7d5a108b17a1fb7c95c57aaa36ab25903c8f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 08:27:34 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 08:29:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62cf7d5a

media-fonts/symbola: Remove last-rited pkg

Closes: https://bugs.gentoo.org/715226
Signed-off-by: Michał Górny  gentoo.org>

 media-fonts/symbola/Manifest|  2 --
 media-fonts/symbola/metadata.xml| 12 
 media-fonts/symbola/symbola-8.00.ebuild | 31 ---
 media-fonts/symbola/symbola-9.17.ebuild | 31 ---
 profiles/package.mask   |  7 ---
 5 files changed, 83 deletions(-)

diff --git a/media-fonts/symbola/Manifest b/media-fonts/symbola/Manifest
deleted file mode 100644
index 4b23aae1c81..000
--- a/media-fonts/symbola/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST symbola-8.00.zip 4668110 BLAKE2B 
2807945aaab54509921756792da89d31721b575f6a1a4f65426b69ec348d1a6bf21d457d1c7a78205042c9df67187bce7c56f9bb4ba42b9f6f5f5af6ef9608cf
 SHA512 
f496be58660c5d07fd0a9422eef1dad3d0aa06e350e37f84a547496a6a9c6abf6fa4609e9051e40772e952cd4f71a7dd02ad0ba16cf3aa2b51f31fee09ef9b84
-DIST symbola-9.17.zip 4122777 BLAKE2B 
60e7188366ff9204c41e42b99ee31242c0d2eefceb2bf663e6b68bb5a924a269d608d8ba2085e956dcb5d4c2c85d7a2993f199bdf8e0597d27e3d4bc34c50be6
 SHA512 
29c2141ba7d5be96b4d2faa52e4d2efbd1ff6a8368fdeae8986a4a3de50522a813c46efd462556b5b6c10bb9ca068564b9dcdfd7961c485ece5fda18e04c

diff --git a/media-fonts/symbola/metadata.xml b/media-fonts/symbola/metadata.xml
deleted file mode 100644
index 7c26ab55771..000
--- a/media-fonts/symbola/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   chith...@gentoo.org
-   Chí-Thanh Christopher Nguyễn
-   
-
-   fo...@gentoo.org
-   Fonts
-   
-

diff --git a/media-fonts/symbola/symbola-8.00.ebuild 
b/media-fonts/symbola/symbola-8.00.ebuild
deleted file mode 100644
index 2ceca26441b..000
--- a/media-fonts/symbola/symbola-8.00.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN="${PN/s/S}"
-
-inherit font
-
-DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many 
Symbol Blocks"
-HOMEPAGE="http://users.teilar.gr/~g1951d/;
-SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="amd64 arm ppc x86"
-IUSE="doc"
-RESTRICT="mirror bindist"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"
-FONT_S="${S}"
-FONT_SUFFIX="ttf"
-
-src_prepare() {
-   if use doc; then
-   DOCS="${MY_PN}.docx ${MY_PN}.pdf"
-   fi
-}

diff --git a/media-fonts/symbola/symbola-9.17.ebuild 
b/media-fonts/symbola/symbola-9.17.ebuild
deleted file mode 100644
index 88a01a52e29..000
--- a/media-fonts/symbola/symbola-9.17.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN="${PN/s/S}"
-
-inherit font
-
-DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many 
Symbol Blocks"
-HOMEPAGE="http://users.teilar.gr/~g1951d/;
-SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="amd64 arm ppc x86"
-IUSE="doc"
-RESTRICT="mirror bindist"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"
-FONT_S="${S}"
-FONT_SUFFIX="ttf"
-
-src_prepare() {
-   if use doc; then
-   DOCS="${MY_PN}.pdf"
-   fi
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 0b263e81529..1a0e4238773 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -691,13 +691,6 @@ dev-tcltk/tcl-mccp
 # Introduced new privsep (chroot) feature. Masked for testing.
 >=net-misc/dhcpcd-9.0.0
 
-# Chí-Thanh Christopher Nguyễn  (2020-03-29)
-# Old releases gone from upstream, new releases use overly restrictive
-# license. For ancient scripts and symbols, use media-fonts/quivira instead.
-# For emojis and pictographs, use media-fonts/noto-emoji instead.
-# Masked for removal in 30 days, bug #715226
-media-fonts/symbola
-
 # Michał Górny  (2020-03-29)
 # Unmaintained, seriously outdated, vulnerable.  Multiple bugs reported.
 # Stuck on Python 3.6.



[gentoo-commits] repo/gentoo:master commit in: profiles/, games-misc/OilWar/

2020-05-23 Thread Michał Górny
commit: a4560afd4060649b637673c460271cd01d385a1c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 08:24:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 08:29:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4560afd

games-misc/OilWar: Remove last-rited pkg

Closes: https://bugs.gentoo.org/458662
Signed-off-by: Michał Górny  gentoo.org>

 games-misc/OilWar/Manifest   |  2 --
 games-misc/OilWar/OilWar-1.2.1-r2.ebuild | 57 
 games-misc/OilWar/metadata.xml   |  8 -
 profiles/package.mask|  7 
 4 files changed, 74 deletions(-)

diff --git a/games-misc/OilWar/Manifest b/games-misc/OilWar/Manifest
deleted file mode 100644
index 5c24b68bb2f..000
--- a/games-misc/OilWar/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST OilWar-1.2.1.tar.gz 515013 BLAKE2B 
44c7950168e9ba9d7cc0c068ca0abeba4249bbab43d89663bcf2e752e10e680a7ea8a09eb2c983ce5948e65e0609cd9de920997eddf45702e54109819c019137
 SHA512 
303581caf1cb59a4623b136595e0c1af6f682ae4c059a8848b481b42dee622083d436edb86ca9073edcf4c573f8a73b284dddea89cb8013943ef4ec81b3e17a1
-DIST OilWar.png 2961 BLAKE2B 
c7270884148e8712b93c44de532a902e807a58507ba5fd509ad020556d90d9a54d24a3243ced7c1de3d41635654397747cbd79d93e82ad6fa231c7eb9c0fb14e
 SHA512 
75bd4c18791593f0bb81b51d87f6f033e2ebebe6de3653276b14e852d3625f01a61fb34257eb3d15ebf265908563f2820793b84196138b39c9329839e8fefe2d

diff --git a/games-misc/OilWar/OilWar-1.2.1-r2.ebuild 
b/games-misc/OilWar/OilWar-1.2.1-r2.ebuild
deleted file mode 100644
index 4e28b012ebf..000
--- a/games-misc/OilWar/OilWar-1.2.1-r2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils gnome2-utils
-
-DESCRIPTION="Evil army is attacking your country and tries to steal your oil"
-HOMEPAGE="http://linux.softpedia.com/get/GAMES-ENTERTAINMENT/RTS/OilWar-15354.shtml;
-SRC_URI="mirror://gentoo/${P}.tar.gz
-   mirror://gentoo/${PN}.png"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="acct-group/gamestat
-   media-libs/libsdl[video]
-   media-libs/sdl-image[png]
-   media-libs/sdl-mixer"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e '/^CXXCOMPILE/s:$(CPPFLAGS):$(SDL_CFLAGS):' \
-   -e '/install-data-am:/s:\\::' \
-   -e '/install-data-local$/d' \
-   Makefile.in || die
-}
-
-src_configure() {
-   econf --enable-sound
-}
-
-src_install() {
-   default
-   doicon "${DISTDIR}"/${PN}.png
-   make_desktop_entry oilwar ${PN}
-
-   fowners root:gamestat /usr/bin/oilwar /var/games/oilwar.scores
-   fperms 664 /var/games/oilwar.scores
-   fperms 2755 /usr/bin/oilwar
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git a/games-misc/OilWar/metadata.xml b/games-misc/OilWar/metadata.xml
deleted file mode 100644
index 78274e0fa55..000
--- a/games-misc/OilWar/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   ga...@gentoo.org
-   Gentoo Games Project
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index e8b21676b12..0b263e81529 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -744,13 +744,6 @@ net-misc/gns3-converter
 net-misc/gns3-gui
 net-misc/gns3-server
 
-# Jonas Stein  (2020-03-21)
-# Package masked for removal. Broken SRC_URI,
-# upstream is dead.
-# Bug #458662
-# Removal after 2020-05-01
-games-misc/OilWar
-
 # Andreas Sturmlechner  (2020-03-14)
 # Breaks at least dev-games/simgear right now, bug #709878.
 ~dev-games/openscenegraph-3.6.5



[gentoo-commits] repo/gentoo:master commit in: profiles/, sys-apps/fwupdate/

2020-05-23 Thread Michał Górny
commit: 874ae4c366440b770a49006d15071a4d521a5181
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 08:28:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 08:29:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874ae4c3

sys-apps/fwupdate: Remove last-rited pkg

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

 profiles/package.mask|  5 
 sys-apps/fwupdate/Manifest   |  2 --
 sys-apps/fwupdate/fwupdate-10.ebuild | 48 ---
 sys-apps/fwupdate/fwupdate-12.ebuild | 49 
 sys-apps/fwupdate/metadata.xml   | 11 
 5 files changed, 115 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 1a0e4238773..6d37c5bc829 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -671,11 +671,6 @@ dev-python/invoke
 # Removal in 30 days.  Bug #701820.
 net-misc/ssvnc
 
-# Lars Wendler  (2020-04-13)
-# Discontinued by upstream. Superseded by sys-apps/fwupd.
-# Masked for removal in 30 days.
-sys-apps/fwupdate
-
 # Matt Turner  (2020-04-12)
 # In conjunction with Firefox's sandbox, breaks loading of i965 driver.
 # Bug #716574

diff --git a/sys-apps/fwupdate/Manifest b/sys-apps/fwupdate/Manifest
deleted file mode 100644
index 1d97b111b85..000
--- a/sys-apps/fwupdate/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST fwupdate-10.tar.gz 55899 BLAKE2B 
34e74386de5151a977d0e136ac4d022a42d339775c77525fa26a2669ad7b10da2c0882435ac6093cd69d56473b83234c9d808f12565ab029a4f14c006ce6a1d8
 SHA512 
7c01a41a8c2876a954a1047790b45999c07416eeafffdf5a0802c53a877ca300811bc2282cb9398e46df53f761404a8fe4ef8caa1995f326122dbae2af1018da
-DIST fwupdate-12.tar.gz 61523 BLAKE2B 
4adb26e50b69f4c0aeef9e0287dd520f396b3e433e4018651ad125406a1bd160e673da55923c2764c126c1d53d1f12a65c2dd7d9b9e688411ca31426e7b7103f
 SHA512 
1681e97982b22084cb3ca38e2965ce25c4cf72dd0afd2268f0a2612c6aa90b3030e4b6bfa64f42e504a680d60c5e623462238fa148a60359725db0a835dac193

diff --git a/sys-apps/fwupdate/fwupdate-10.ebuild 
b/sys-apps/fwupdate/fwupdate-10.ebuild
deleted file mode 100644
index e568ed34d90..000
--- a/sys-apps/fwupdate/fwupdate-10.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mount-boot toolchain-funcs
-
-DESCRIPTION="Tools for using the ESRT and UpdateCapsule() to apply firmware 
updates"
-HOMEPAGE="https://github.com/rhinstaller/fwupdate;
-SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/popt
-   >=sys-libs/efivar-32-r1
-   >=sys-libs/libsmbios-2.3.3
-"
-DEPEND="
-   ${RDEPEND}
-   sys-boot/gnu-efi
-"
-
-do_make() {
-   emake \
-   CC="$(tc-getCC)" \
-   EFIDIR="gentoo" \
-   GNUEFIDIR="/usr/$(get_libdir)" \
-   "${@}"
-}
-
-src_prepare() {
-   default
-
-   # Remove -Werror
-   sed 's@ -Werror\([[:space:]]\|\n\)@\1@' -i linux/Makefile || die
-}
-
-src_compile() {
-   do_make
-}
-
-src_install() {
-   do_make DESTDIR="${D}" install
-}

diff --git a/sys-apps/fwupdate/fwupdate-12.ebuild 
b/sys-apps/fwupdate/fwupdate-12.ebuild
deleted file mode 100644
index 77dcb16f8ac..000
--- a/sys-apps/fwupdate/fwupdate-12.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit mount-boot toolchain-funcs
-
-DESCRIPTION="Tools for using the ESRT and UpdateCapsule() to apply firmware 
updates"
-HOMEPAGE="https://github.com/rhinstaller/fwupdate;
-SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/popt
-   >=sys-libs/efivar-32-r1
-   >=sys-libs/libsmbios-2.3.3
-"
-DEPEND="
-   ${RDEPEND}
-   sys-boot/gnu-efi
-"
-
-do_make() {
-   emake \
-   CC="$(tc-getCC)" \
-   EFIDIR="gentoo" \
-   GNUEFIDIR="/usr/$(get_libdir)" \
-   "${@}"
-}
-
-src_prepare() {
-   default
-
-   # Remove -Werror
-   sed 's@ -Werror\([[:space:]]\|\n\)@\1@' -i linux/Makefile || die
-}
-
-src_compile() {
-   do_make
-}
-
-src_install() {
-   do_make DESTDIR="${D}" install
-   keepdir /var/lib/${PN}
-}

diff --git a/sys-apps/fwupdate/metadata.xml b/sys-apps/fwupdate/metadata.xml
deleted file mode 100644
index ce6167e4230..000
--- a/sys-apps/fwupdate/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-polynomia...@gentoo.org
-Lars Wendler
-  
-  
-rhinstaller/fwupdate
-  
-



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/, profiles/arch/x86/, profiles/arch/amd64/, ...

2020-05-23 Thread Michał Górny
commit: f1273fdab428de135a8a56fe9b4eccc73b5baa4d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 08:54:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 08:56:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1273fda

profiles: Remove unused flag forces/mask

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

 profiles/arch/alpha/use.mask   | 5 -
 profiles/arch/amd64/use.mask   | 4 
 profiles/arch/arm/armv5te/use.mask | 2 --
 profiles/arch/arm/armv6j/use.mask  | 4 
 profiles/arch/arm/armv7a/use.force | 4 
 profiles/arch/arm/armv7a/use.mask  | 4 
 profiles/arch/base/use.mask| 5 -
 profiles/arch/sparc/use.mask   | 1 -
 profiles/arch/x86/use.mask | 1 -
 9 files changed, 30 deletions(-)

diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask
index cf0f19696d3..86cce9fb8ad 100644
--- a/profiles/arch/alpha/use.mask
+++ b/profiles/arch/alpha/use.mask
@@ -48,7 +48,6 @@ qt5
 apcupsd
 bluetooth
 bluray
-chipcard
 dvb
 gps
 hbci
@@ -153,10 +152,6 @@ llvm
 # net-misc/connman is not keyworded
 connman
 
-# Matt Turner  (2012-04-15)
 # Pulls in net-libs/axtls which is not keyworded for arch
 curl_ssl_axtls

diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
index b10d4bbd932..bc0d1c792b4 100644
--- a/profiles/arch/amd64/use.mask
+++ b/profiles/arch/amd64/use.mask
@@ -100,10 +100,6 @@
 # Lilo works on amd64, so ...
 -lilo
 
-# Mike Frysinger  (2007-03-10)
-# NVRAM works on x86/amd64 hosts
--nvram
-
 # Diego Pettenò  (2005-09-14)
 # nVidia XvMC support works on amd64
 -nvidia

diff --git a/profiles/arch/arm/armv5te/use.mask 
b/profiles/arch/arm/armv5te/use.mask
index ac64860e2fa..c10a8b70d18 100644
--- a/profiles/arch/arm/armv5te/use.mask
+++ b/profiles/arch/arm/armv5te/use.mask
@@ -1,6 +1,4 @@
 # Unmask armv5 specific USE flags
--armv5te
-
 -cpu_flags_arm_v4
 -cpu_flags_arm_v5
 

diff --git a/profiles/arch/arm/armv6j/use.mask 
b/profiles/arch/arm/armv6j/use.mask
index 14b9b73775a..5a841abd6e1 100644
--- a/profiles/arch/arm/armv6j/use.mask
+++ b/profiles/arch/arm/armv6j/use.mask
@@ -1,8 +1,4 @@
 # Unmask armv6 specific USE flags
--armvfp
--armv6
--armv6t2
-
 -cpu_flags_arm_v4
 -cpu_flags_arm_v5
 -cpu_flags_arm_v6

diff --git a/profiles/arch/arm/armv7a/use.force 
b/profiles/arch/arm/armv7a/use.force
index a2d86cc89d0..6ced0f7ac91 100644
--- a/profiles/arch/arm/armv7a/use.force
+++ b/profiles/arch/arm/armv7a/use.force
@@ -1,8 +1,4 @@
 # armv7 has these instruction sets
-armv5te
-armv6
-armv6t2
-
 cpu_flags_arm_v4
 cpu_flags_arm_v5
 cpu_flags_arm_v6

diff --git a/profiles/arch/arm/armv7a/use.mask 
b/profiles/arch/arm/armv7a/use.mask
index 943381017df..25991f5fd76 100644
--- a/profiles/arch/arm/armv7a/use.mask
+++ b/profiles/arch/arm/armv7a/use.mask
@@ -1,9 +1,5 @@
 # Unmask armv7 specific USE flags
 -neon
--armvfp
--armv5te
--armv6
--armv6t2
 
 -cpu_flags_arm_v4
 -cpu_flags_arm_v5

diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask
index 5736223a365..d3554cf8a7e 100644
--- a/profiles/arch/base/use.mask
+++ b/profiles/arch/base/use.mask
@@ -47,7 +47,6 @@ sane_backends_qcam
 lilo
 mpx
 svga
-nvram
 cpu_flags_x86_3dnow
 cpu_flags_x86_3dnowext
 cpu_flags_x86_aes
@@ -109,10 +108,6 @@ cpu_flags_arm_vfpv4
 cpu_flags_arm_vfp-d32
 
 # [old] arm arch specific USE flags
-armvfp
-armv5te
-armv6
-armv6t2
 neon
 
 # nVidia XvMC requires nvidia-drivers/nvidia-legacy-drivers

diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask
index ee854c2de66..b6c50e3dcc5 100644
--- a/profiles/arch/sparc/use.mask
+++ b/profiles/arch/sparc/use.mask
@@ -161,7 +161,6 @@ zmq
 
 # No hardware to test
 ifp
-chipcard
 hbci
 lm-sensors
 openct

diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
index ef001914145..6d42c661301 100644
--- a/profiles/arch/x86/use.mask
+++ b/profiles/arch/x86/use.mask
@@ -95,7 +95,6 @@
 -lilo
 -mpx
 -svga
--nvram
 -cpu_flags_x86_3dnow
 -cpu_flags_x86_3dnowext
 -cpu_flags_x86_aes



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

2020-05-23 Thread Michał Górny
commit: 5cd76b11c1e0cc667ade9d5ca3c18b1786e0d8e0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 08:55:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 08:56:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd76b11

licenses: Remove unused

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

 licenses/BlueOak-1.0.0 | 55 --
 licenses/Mail-Sendmail |  4 
 licenses/xvt   | 23 -
 3 files changed, 82 deletions(-)

diff --git a/licenses/BlueOak-1.0.0 b/licenses/BlueOak-1.0.0
deleted file mode 100644
index c5402b9577a..000
--- a/licenses/BlueOak-1.0.0
+++ /dev/null
@@ -1,55 +0,0 @@
-# Blue Oak Model License
-
-Version 1.0.0
-
-## Purpose
-
-This license gives everyone as much permission to work with
-this software as possible, while protecting contributors
-from liability.
-
-## Acceptance
-
-In order to receive this license, you must agree to its
-rules.  The rules of this license are both obligations
-under that agreement and conditions to your license.
-You must not do anything with this software that triggers
-a rule that you cannot or will not follow.
-
-## Copyright
-
-Each contributor licenses you to do everything with this
-software that would otherwise infringe that contributor's
-copyright in it.
-
-## Notices
-
-You must ensure that everyone who gets a copy of
-any part of this software from you, with or without
-changes, also gets the text of this license or a link to
-.
-
-## Excuse
-
-If anyone notifies you in writing that you have not
-complied with [Notices](#notices), you can keep your
-license by taking all practical steps to comply within 30
-days after the notice.  If you do not do so, your license
-ends immediately.
-
-## Patent
-
-Each contributor licenses you to do everything with this
-software that would otherwise infringe any patent claims
-they can license or become able to license.
-
-## Reliability
-
-No contributor can revoke this license.
-
-## No Liability
-
-***As far as the law allows, this software comes as is,
-without any warranty or condition, and no contributor
-will be liable to anyone for any damages related to this
-software or this license, under any kind of legal claim.***

diff --git a/licenses/Mail-Sendmail b/licenses/Mail-Sendmail
deleted file mode 100644
index 797c3dbc0c4..000
--- a/licenses/Mail-Sendmail
+++ /dev/null
@@ -1,4 +0,0 @@
-You can use this module freely. (Someone complained this is too vague.
-So, more precisely: do whatever you want with it, but be warned that
-terrible things will happen to you if you use it badly, like for sending
-spam, or ...?)

diff --git a/licenses/xvt b/licenses/xvt
deleted file mode 100644
index 1a758e89cb8..000
--- a/licenses/xvt
+++ /dev/null
@@ -1,23 +0,0 @@
-Copyright 1992-94, 1997 John Bovey, University of Kent at Canterbury.
-
-Redistribution and use in source code and/or executable forms, with
-or without modification, are permitted provided that the following
-condition is met:
-
-Any redistribution must retain the above copyright notice, this
-condition and the following disclaimer, either as part of the
-program source code included in the redistribution or in human-
-readable materials provided with the redistribution.
-
-THIS SOFTWARE IS PROVIDED "AS IS".  Any express or implied
-warranties concerning this software are disclaimed by the copyright
-holder to the fullest extent permitted by applicable law.  In no
-event shall the copyright-holder be liable for any damages of any
-kind, however caused and on any theory of liability, arising in any
-way out of the use of, or inability to use, this software.
-

-
-In other words, do not misrepresent my work as your own work, and
-do not sue me if it causes problems.  Feel free to do anything else
-you wish with it.



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Accessor-Chained/

2020-05-23 Thread Kent Fredric
commit: d750fd522041824aa7133c6800f4aa1300b8f8c5
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat May 23 08:54:44 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat May 23 08:55:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d750fd52

dev-perl/Class-Accessor-Chained: -r bump for EAPI7

- EAPI7
- Pad out dependencies more
- Enable parallel tests

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-Accessor-Chained-0.10.0-r2.ebuild| 24 ++
 1 file changed, 24 insertions(+)

diff --git 
a/dev-perl/Class-Accessor-Chained/Class-Accessor-Chained-0.10.0-r2.ebuild 
b/dev-perl/Class-Accessor-Chained/Class-Accessor-Chained-0.10.0-r2.ebuild
new file mode 100644
index 000..142aeaab255
--- /dev/null
+++ b/dev-perl/Class-Accessor-Chained/Class-Accessor-Chained-0.10.0-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RCLAMP
+DIST_VERSION=0.01
+inherit perl-module
+
+DESCRIPTION="Perl module to make chained class accessors"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-perl/Class-Accessor"
+DEPEND="dev-perl/Module-Build"
+BDEPEND="${RDEPEND}
+   dev-perl/Module-Build
+   test? (
+   virtual/perl-Test-Simple
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/demjson/

2020-05-23 Thread Michał Górny
commit: 9f02499ad6109efa70a88f214dd32091a8672c37
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:44:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:44:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f02499a

dev-python/demjson: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718638
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/demjson/Manifest |  1 -
 dev-python/demjson/demjson-2.2.4.ebuild | 35 -
 dev-python/demjson/metadata.xml |  8 
 profiles/package.mask   |  6 --
 4 files changed, 50 deletions(-)

diff --git a/dev-python/demjson/Manifest b/dev-python/demjson/Manifest
deleted file mode 100644
index ec159a2a520..000
--- a/dev-python/demjson/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST demjson-2.2.4.tar.gz 131457 BLAKE2B 
2bd38a922d68c1a415e7258d7e1cc8b852c703df5cfcd2dbffb3936fb5b93950f2af56c0a8eb961868c1e478520bf8fc33855ecc704cd5f95e6e5b310ddb3b3d
 SHA512 
d8a1cde062d0b062bdae29b6d79ad69fb9cc185428718a0009ccbed544ed37bd354fbb86edadb56bd98183ac8636b2edae322ed19aa5f07a7b6df668c7aa0029

diff --git a/dev-python/demjson/demjson-2.2.4.ebuild 
b/dev-python/demjson/demjson-2.2.4.ebuild
deleted file mode 100644
index 55bc5cc5739..000
--- a/dev-python/demjson/demjson-2.2.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Encoder, decoder, and lint/validator for JSON compliant with RFC 
4627"
-HOMEPAGE="http://deron.meranda.us/python/demjson/ 
https://pypi.org/project/demjson/;
-SRC_URI="http://deron.meranda.us/python/${PN}/dist/${P}.tar.gz;
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="doc"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-python_test() {
-   cd test
-   if python_is_python3; then
-   2to3 -w --no-diffs test_demjson.py
-   fi
-   "${PYTHON}" test_demjson.py
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   # Docs are .txt files
-   if use doc; then
-   dodoc docs/*.txt
-   fi
-}

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 8a8e403cfe5..d6e64de27b7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -487,12 +487,6 @@ dev-python/django-durationfield
 # Removal in 30 days.  Bug #718646.
 dev-python/dexml
 
-# Michał Górny  (2020-04-20)
-# Stuck on Python 3.6.  Relies on 2to3.  Last release in 2015.
-# No revdeps.  'json' is built-in in all modern Python versions.
-# Removal in 30 days.  Bug #718638.
-dev-python/demjson
-
 # Michael Orlitzky  (2020-04-19)
 # Stuck on Python 3.6, support for which already required
 # backporting patches to a release from 2014. Upstream's git



[gentoo-commits] repo/gentoo:master commit in: dev-python/dexml/, profiles/

2020-05-23 Thread Michał Górny
commit: 2102361b72a22133f5e3f4e0873f041c98ad4288
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:44:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:44:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2102361b

dev-python/dexml: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718646
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/dexml/Manifest   |  1 -
 dev-python/dexml/dexml-0.5.1.ebuild | 27 ---
 dev-python/dexml/metadata.xml   | 16 
 profiles/package.mask   |  6 --
 4 files changed, 50 deletions(-)

diff --git a/dev-python/dexml/Manifest b/dev-python/dexml/Manifest
deleted file mode 100644
index d1182d6e7ac..000
--- a/dev-python/dexml/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dexml-0.5.1.tar.gz 24359 BLAKE2B 
98f315a331fc1d2b69250a088bc491d6e425106dea0025a26c044951b164f61880cd772a88eaee688ccb550050981c5fe489dd9e8d74bda2c351e183b15bb5e9
 SHA512 
b8ac2b9f875ac7cf699eb9ee17adb8678ed8d4a796130bbb60f05431207adb68f490b7a7a41600acbc16a3cc08d55f22d91a13e53fe3d835a322709ee3446c9f

diff --git a/dev-python/dexml/dexml-0.5.1.ebuild 
b/dev-python/dexml/dexml-0.5.1.ebuild
deleted file mode 100644
index 52ba616d513..000
--- a/dev-python/dexml/dexml-0.5.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Dead-simple Object-XML mapper for Python"
-HOMEPAGE="https://pypi.org/project/dexml/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/dexml/metadata.xml b/dev-python/dexml/metadata.xml
deleted file mode 100644
index 513b30532c2..000
--- a/dev-python/dexml/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-pyt...@gentoo.org
-Python
-  
-  
-dexml
-http://pythonhosted.org/dexml/
-
-  r...@rfk.id.au
-  Ryan Kelly
-
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index d6e64de27b7..4c3e3e5f301 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -481,12 +481,6 @@ dev-python/django-setuptest
 # Removal in 30 days.  Bug #718724.
 dev-python/django-durationfield
 
-# Michał Górny  (2020-04-20)
-# Stuck on Python 3.6.  Last release in 2012.  No revdeps.
-# dev-python/lxml is the recommended XML handling package.
-# Removal in 30 days.  Bug #718646.
-dev-python/dexml
-
 # Michael Orlitzky  (2020-04-19)
 # Stuck on Python 3.6, support for which already required
 # backporting patches to a release from 2014. Upstream's git



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

2020-05-23 Thread Matthias Maier
commit: fcb2ebb167a148788105c74491aaa33cb510a5b4
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat May 23 07:00:33 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat May 23 07:00:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb2ebb1

dev-cpp/cpp-taskflow: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthias Maier  gentoo.org>

 dev-cpp/cpp-taskflow/Manifest  |  1 +
 dev-cpp/cpp-taskflow/cpp-taskflow-2.4.0.ebuild | 27 ++
 dev-cpp/cpp-taskflow/metadata.xml  | 20 +++
 3 files changed, 48 insertions(+)

diff --git a/dev-cpp/cpp-taskflow/Manifest b/dev-cpp/cpp-taskflow/Manifest
new file mode 100644
index 000..4c62f183ab2
--- /dev/null
+++ b/dev-cpp/cpp-taskflow/Manifest
@@ -0,0 +1 @@
+DIST cpp-taskflow-2.4.0.tar.gz 76993334 BLAKE2B 
8f257165ab72dbe6c1cf6a86886669008e9f16f1dfd4871defc452bdb9dfa3e45ab9bfbbdc874b4ba566a2a7d8984a666ce2933b2c6d2215467f7fbfa03ac520
 SHA512 
dd6c7500e39d7058871280d12e120bd28d9609e5289f1d7851b3b59e2c1bfe74d3040d902bd5b26895e558b563c8abad878e7bc343e199e7356940c02a64217f

diff --git a/dev-cpp/cpp-taskflow/cpp-taskflow-2.4.0.ebuild 
b/dev-cpp/cpp-taskflow/cpp-taskflow-2.4.0.ebuild
new file mode 100644
index 000..a41d2610143
--- /dev/null
+++ b/dev-cpp/cpp-taskflow/cpp-taskflow-2.4.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Modern C++ Parallel Task Programming"
+HOMEPAGE="https://cpp-taskflow.github.io;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND=""
+DEPEND=""
+
+HTML_DOCS=( docs/. )
+
+src_install() {
+   insinto /usr/include
+   doins -r taskflow
+
+   if $(use doc); then
+   einstalldocs
+   fi
+}

diff --git a/dev-cpp/cpp-taskflow/metadata.xml 
b/dev-cpp/cpp-taskflow/metadata.xml
new file mode 100644
index 000..8406ef2081f
--- /dev/null
+++ b/dev-cpp/cpp-taskflow/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tam...@gentoo.org
+   Matthias Maier
+   
+   
+   s...@gentoo.org
+   Gentoo Science Project
+   
+   
+   Cpp-Taskflow is faster, more expressive, and easier for drop-in
+   integration than many of existing task programming frameworks in
+   handling complex parallel workloads.
+   
+   
+   cpp-taskflow/cpp-taskflow
+   
+



[gentoo-commits] repo/gentoo:master commit in: profiles/, net-misc/trackma/

2020-05-23 Thread Michał Górny
commit: d0a9de6ebb6b8f88d56cddebbff7dd6958010cac
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:37:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:37:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a9de6e

net-misc/trackma: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718452
Signed-off-by: Michał Górny  gentoo.org>

 net-misc/trackma/Manifest|  2 --
 net-misc/trackma/metadata.xml| 15 
 net-misc/trackma/trackma-0.7.4-r1.ebuild | 61 
 net-misc/trackma/trackma-0.8.2.ebuild| 61 
 net-misc/trackma/trackma-.ebuild | 60 ---
 profiles/package.mask|  5 ---
 6 files changed, 204 deletions(-)

diff --git a/net-misc/trackma/Manifest b/net-misc/trackma/Manifest
deleted file mode 100644
index b4953e07ac7..000
--- a/net-misc/trackma/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST trackma-0.7.4.tar.gz 143814 BLAKE2B 
8fafa53b4af94a1078e2343b1b309efe8caa058809309ddbdae618b2b3d85fbf001cb73c2556fd50b8946c9d61ddb32d74c3bb5be9bb2c2501b29265a587e2d4
 SHA512 
88b7eacc6a60fec5b022787337274b95d0fb972dbdd8ffa1a000806612403d8f84a2317e5903ec1ffcdbac91132a960670855991c0885f526fdbc4a1033c3364
-DIST trackma-0.8.2.tar.gz 171917 BLAKE2B 
9fedd04036d55ef8fa748e64a18a2d471cab61b71030840baf18252cb81d2ad3df72eba6d417484c2772cb81d3e0e6e2311440c77040a899152681e427408a7a
 SHA512 
6063f65fa70ee65f3b30cd2750bc1f501a6a94dc796195f11d89f4430cdae830fc5987bf6d261c77603c9cc5d32f80286aeecc05d44f766ca705e932997d46f1

diff --git a/net-misc/trackma/metadata.xml b/net-misc/trackma/metadata.xml
deleted file mode 100644
index 4412ee5ffa5..000
--- a/net-misc/trackma/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   Trackma aims to be a lightweight and simple but feature-rich program 
for Unix based systems for fetching, updating and using data from personal 
lists hosted in several media tracking websites.
-
-
-   Enable cli version
-   Enable curses version
-
-
-
-   z411/trackma
-
-

diff --git a/net-misc/trackma/trackma-0.7.4-r1.ebuild 
b/net-misc/trackma/trackma-0.7.4-r1.ebuild
deleted file mode 100644
index 3cf1a43582f..000
--- a/net-misc/trackma/trackma-0.7.4-r1.ebuild
+++ /dev/null
@@ -1,61 +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 distutils-r1 eutils
-
-DESCRIPTION="Open multi-site list manager for media tracking sites"
-HOMEPAGE="https://github.com/z411/trackma;
-SRC_URI="https://github.com/z411/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+ncurses cli gtk inotify qt5"
-REQUIRED_USE="|| ( cli gtk ncurses qt5 )"
-
-DEPEND="ncurses? ( dev-python/urwid[${PYTHON_USEDEP}] )
-   gtk? (
-   dev-python/pygobject:3[${PYTHON_USEDEP},cairo]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   )
-   qt5? (
-   dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   )"
-RDEPEND="sys-process/lsof
-   inotify? ( dev-python/pyinotify )
-   ${DEPEND}"
-
-python_configure_all() {
-   sed -i -e '/trackma-qt4/d' "${S}/setup.py" || die
-   rm "${S}/trackma/ui/qt4ui.py" || die
-   if ! use qt5; then
-   sed -i -e '/trackma-qt/d' "${S}/setup.py" || die
-   rm "${S}/trackma/ui/qtui.py" || die
-   fi
-   if ! use gtk; then
-   sed -i -e '/trackma-gtk/d' "${S}/setup.py" || die
-   rm "${S}/trackma/ui/gtkui.py" || die
-   fi
-   if ! use ncurses; then
-   sed -i -e '/trackma-curses/d' "${S}/setup.py" || die
-   rm "${S}/trackma/ui/curses.py" || die
-   fi
-   if ! use cli; then
-   sed -i -e '/trackma.ui.cli:main/d' "${S}/setup.py" || die
-   rm "${S}/trackma/ui/cli.py" || die
-   fi
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   newicon "${S}/trackma/data/icon.png" trackma.png
-   use cli && make_desktop_entry "${PN}" "${PN^} (cli)" "${PN}" "Network" 
"Terminal=true"
-   use ncurses && make_desktop_entry "${PN}-curses" "${PN^} (ncurses)" 
"${PN}" "Network" "Terminal=true"
-   use gtk && make_desktop_entry "${PN}-gtk" "${PN^} (gtk3)" "${PN}" 
"Network" "StartupWMClass=trackma-gtk3"
-   use qt5 && make_desktop_entry "${PN}-qt" "${PN^} (qt5)" "${PN}" 
"Network" "StartupWMClass=trackma-qt5"
-}

diff --git a/net-misc/trackma/trackma-0.8.2.ebuild 
b/net-misc/trackma/trackma-0.8.2.ebuild
deleted file mode 100644
index e632d410391..000
--- a/net-misc/trackma/trackma-0.8.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo 

[gentoo-commits] repo/gentoo:master commit in: profiles/, media-sound/lyvi/

2020-05-23 Thread Michał Górny
commit: 888bfbefa0fdeab35df962077c0ac1a76c55d067
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:37:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:37:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888bfbef

media-sound/lyvi: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718402
Signed-off-by: Michał Górny  gentoo.org>

 media-sound/lyvi/Manifest  |  1 -
 media-sound/lyvi/lyvi-2.0.0.ebuild | 34 --
 media-sound/lyvi/metadata.xml  | 15 ---
 profiles/package.mask  |  5 -
 4 files changed, 55 deletions(-)

diff --git a/media-sound/lyvi/Manifest b/media-sound/lyvi/Manifest
deleted file mode 100644
index 5777a58027b..000
--- a/media-sound/lyvi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lyvi-2.0.0.tar.gz 19307 BLAKE2B 
009af146f917ed7867c737a78c50261b688b4b78e104518338462b3f1372656298bcda5ef0b70f8a84db800488a57ba4c665884ff5fa2f992d53d3940e204f47
 SHA512 
0248ceb16436be427ab38769824ce4be48998997b1997f90ddef751105e7449cff7d865e9a5895fb67c79da0eaf394baefe1a77bdc9e6c5e2b6498d64128b045

diff --git a/media-sound/lyvi/lyvi-2.0.0.ebuild 
b/media-sound/lyvi/lyvi-2.0.0.ebuild
deleted file mode 100644
index 8ce633a5a34..000
--- a/media-sound/lyvi/lyvi-2.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple command-line lyrics viewer"
-HOMEPAGE="http://ok100.github.io/lyvi/;
-SRC_URI="https://github.com/ok100/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="WTFPL-2"
-KEYWORDS="amd64"
-SLOT="0"
-IUSE="mpris"
-
-RDEPEND="
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/plyr[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/urwid[${PYTHON_USEDEP}]
-   mpris? (
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   # Remove pip dependency
-   sed -e '/require/d' --in-place setup.py || die
-   distutils-r1_python_prepare_all
-}

diff --git a/media-sound/lyvi/metadata.xml b/media-sound/lyvi/metadata.xml
deleted file mode 100644
index f3d45549a2d..000
--- a/media-sound/lyvi/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
- 
-   Lyvi is a lyrics, artist info and guitar tabs
-   viewer. On supported terminals, Lyvi can also show artist photos and
-   cover images.
-   
-   
-   Enable MPRIS support
-   
-   
-   ok100/lyvi
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 2251d2c5c62..776eee69868 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -560,11 +560,6 @@ www-client/ripe-atlas-cousteau
 # Removal in 30 days.  Bug #718410.
 media-video/subliminal
 
-# Michał Górny  (2020-04-19)
-# Unmaintained.  Stuck on Python 3.6.  Last release in 2014.
-# Removal in 30 days.  Bug #718402.
-media-sound/lyvi
-
 # Michał Górny  (2020-04-19)
 # Unmaintained.  Stuck on Python 3.6.  Has a few bugs reported,
 # including indication of poor ebuild state.



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpxpy/, profiles/

2020-05-23 Thread Michał Górny
commit: 995a71855046a7991628e9aa4dddf28d916e7bdd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:39:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:39:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995a7185

sci-geosciences/gpxpy: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718486
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask|  5 -
 sci-geosciences/gpxpy/Manifest   |  1 -
 sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild | 26 --
 sci-geosciences/gpxpy/metadata.xml   |  8 
 4 files changed, 40 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index c4d3493e9c2..9be031302e7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -533,11 +533,6 @@ sci-libs/Fiona
 # Removal in 30 days.  Bug #718488.
 sci-geosciences/seawater
 
-# Michał Górny  (2020-04-19)
-# Unmaintained.  Stuck on Python 3.6.  Numerous releases behind.
-# Removal in 30 days.  Bug #718486.
-sci-geosciences/gpxpy
-
 # Michał Górny  (2020-04-19)
 # Unmaintained.  Stuck on Python 3.6.  Needs version bump.
 # Removal in 30 days.  Bug #718458.

diff --git a/sci-geosciences/gpxpy/Manifest b/sci-geosciences/gpxpy/Manifest
deleted file mode 100644
index a2d85130b00..000
--- a/sci-geosciences/gpxpy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gpxpy-0.8.6.tar.gz 65569 BLAKE2B 
d0a2673fc4a9adc7b15f45239091f823d6aa5191f7a07bf70d78cc38ca2cbef603e599b08fdcf221805bb81e61ac27d8e41402df77c998d826cdd4d74e376b4b
 SHA512 
3c180436210689724f88fdac43576a9a11b3f8717fb6f8acd7c8ce0afc1219714b4c83f1ba4f64487d35d0189d65a311d77f7778e7d84f315b251d1098f8989c

diff --git a/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild 
b/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild
deleted file mode 100644
index 88de25432a1..000
--- a/sci-geosciences/gpxpy/gpxpy-0.8.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="python GPX parser"
-HOMEPAGE="https://github.com/tkrajina/gpxpy;
-SRC_URI="https://github.com/tkrajina/${PN}/tarball/85c3477b -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-DOCS=( NOTICE.txt README.md )
-
-python_test() {
-   ${PYTHON} -m unittest test
-}

diff --git a/sci-geosciences/gpxpy/metadata.xml 
b/sci-geosciences/gpxpy/metadata.xml
deleted file mode 100644
index de597e19e44..000
--- a/sci-geosciences/gpxpy/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   tkrajina/gpxpy
-   
-



[gentoo-commits] repo/gentoo:master commit in: profiles/, sys-boot/raspberrypi-mkimage/, sys-boot/raspberrypi-mkimage/files/

2020-05-23 Thread Michał Górny
commit: e20a0fe53f1bc45de5e6211b4ea43b4484f340d7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:40:27 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:40:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e20a0fe5

sys-boot/raspberrypi-mkimage: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718530
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  5 --
 ...rrypi-mkimage-0_p20120201-args-uncompressed.txt | 12 -
 ...rrypi-mkimage-0_p20120201-boot-uncompressed.txt | 17 ---
 ..._p20120201-imagetool-uncompressed-python3.patch | 11 -
 ...kimage-0_p20120201-imagetool-uncompressed.patch | 48 ---
 ...i-mkimage-0_p20120201-imagetool-uncompressed.py | 45 -
 sys-boot/raspberrypi-mkimage/metadata.xml  |  8 
 .../raspberrypi-mkimage-0_p20120201.ebuild | 56 --
 8 files changed, 202 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index ba48a72cb6e..8c77d691d24 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -518,11 +518,6 @@ media-gfx/svg2rlg
 # release. Bug 718326. Removal whenever it becomes an issue.
 mail-filter/pyzor
 
-# Michał Górny  (2020-04-19)
-# Unmaintained.  Stuck on Python 3.6.
-# Removal in 30 days.  Bug #718530.
-sys-boot/raspberrypi-mkimage
-
 # Michał Górny  (2020-04-19)
 # Unmaintained.  Stuck on Python 3.6.  Needs version bump.
 # Removal in 30 days.  Bug #718458.

diff --git 
a/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-args-uncompressed.txt
 
b/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-args-uncompressed.txt
deleted file mode 100644
index 09398b47eee..000
--- 
a/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-args-uncompressed.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-; kernel args (place at 0x0100)
-0x0005
-0x54410001
-0x0001
-0x1000
-0x
-0x0004
-0x54410002
-0x0800
-0x
-0x
-0x

diff --git 
a/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-boot-uncompressed.txt
 
b/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-boot-uncompressed.txt
deleted file mode 100644
index 1cf5888278a..000
--- 
a/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-boot-uncompressed.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-; bootloader (place at 0x)
-0xea06
-0xe1a0
-0xe1a0
-0xe1a0
-0xe1a0
-0xe1a0
-0xe1a0
-0xe1a0
-
-0xe3a0
-0xe3a01042
-0xe3811c0c
-0xe59f2000
-0xe59ff000
-0x0100
-0x8000

diff --git 
a/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch
 
b/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch
deleted file mode 100644
index 28b8a6f3170..000
--- 
a/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed-python3.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/imagetool-uncompressed.py
-+++ b/imagetool-uncompressed.py
-@@ -46,7 +47,7 @@
- f = open(args.bootimage, "wb")
- 
- for m in mem:
--   f.write(chr(m))
-+   f.write(chr(m).encode('latin1'))
- 
- f.write(kernel_image)
- f.close()

diff --git 
a/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed.patch
 
b/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed.patch
deleted file mode 100644
index adba8bbcdbb..000
--- 
a/sys-boot/raspberrypi-mkimage/files/raspberrypi-mkimage-0_p20120201-imagetool-uncompressed.patch
+++ /dev/null
@@ -1,48 +0,0 @@
 a/imagetool-uncompressed.py
-+++ b/imagetool-uncompressed.py
-@@ -3,15 +3,23 @@
- import os
- import re
- import sys
-+import argparse
- 
--try:
--   kernel_image = sys.argv[1]
--except:
--   kernel_image = ""
--
--if kernel_image == "":
--  print("usage : imagetool-uncompressed.py ");
--  sys.exit(0)
-+parser = argparse.ArgumentParser(description='Prepare kernel files for 
Raspberry Pi bootloader')
-+parser.add_argument('--force', '-f', action='store_true', default=False,
-+  help='overwrite target file')
-+parser.add_argument('kernel',
-+  help='kernel file from /usr/src/linux*/arch/arm/boot/Image')
-+parser.add_argument('bootimage',
-+  help='file to be placed in /boot/kernel.img')
-+args = parser.parse_args()
-+if os.path.exists(args.bootimage) and not args.force:
-+  print('Target file exists, use --force to override')
-+  sys.exit(1)
-+
-+f = open(args.kernel, 'rb')
-+kernel_image = f.read()
-+f.close()
-
- re_line = re.compile(r"0x(?P[0-9a-f]{8})")
- 
-@@ -35,11 +43,10 @@
- load_to_mem("boot-uncompressed.txt", 0x)
- load_to_mem("args-uncompressed.txt", 0x0100)
- 
--f = open("first32k.bin", "wb")
-+f = open(args.bootimage, "wb")
- 
- for m in mem:
-f.write(chr(m))
- 
-+f.write(kernel_image)
- 

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/seawater/, profiles/

2020-05-23 Thread Michał Górny
commit: b9ce9d9f91ab97a3d0c41d97cb4186310b719733
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:39:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:39:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ce9d9f

sci-geosciences/seawater: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718488
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  5 -
 sci-geosciences/seawater/Manifest  |  1 -
 sci-geosciences/seawater/metadata.xml  |  8 ---
 sci-geosciences/seawater/seawater-3.3.4.ebuild | 29 --
 4 files changed, 43 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 9be031302e7..7264ea472c2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -528,11 +528,6 @@ sys-boot/raspberrypi-mkimage
 # Removal in 30 days.  Bug #718498.
 sci-libs/Fiona
 
-# Michał Górny  (2020-04-19)
-# Unmaintained.  Stuck on Python 3.6.
-# Removal in 30 days.  Bug #718488.
-sci-geosciences/seawater
-
 # Michał Górny  (2020-04-19)
 # Unmaintained.  Stuck on Python 3.6.  Needs version bump.
 # Removal in 30 days.  Bug #718458.

diff --git a/sci-geosciences/seawater/Manifest 
b/sci-geosciences/seawater/Manifest
deleted file mode 100644
index 640b6becb65..000
--- a/sci-geosciences/seawater/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST seawater-3.3.4.tar.gz 22899 BLAKE2B 
1f3af9e1d592b2c7075711f0431dc9198c41047e46cefcbc2466eaad92bad1e9894e63e6d3846d08df00ad21df8dc773cd1822915896658fe06e298ed36b83ef
 SHA512 
1e448c0473809ae5022eda6b695d67db85a22767d068d7a025bdb1ad49a09f0f336e5f43b6a2fd869d39082895e45e7fa4ae2af98c1f2d613d28393f88ef27af

diff --git a/sci-geosciences/seawater/metadata.xml 
b/sci-geosciences/seawater/metadata.xml
deleted file mode 100644
index d505d3a8646..000
--- a/sci-geosciences/seawater/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-  
-seawater
-  
-

diff --git a/sci-geosciences/seawater/seawater-3.3.4.ebuild 
b/sci-geosciences/seawater/seawater-3.3.4.ebuild
deleted file mode 100644
index 4854b288d0c..000
--- a/sci-geosciences/seawater/seawater-3.3.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="Calculate properties of sea water. Similar to SEAWATER 3.2 for 
MATLAB"
-HOMEPAGE="https://pypi.org/project/seawater/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="test" # seems there are files missing
-
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/oct2py[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   sci-libs/scipy[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/Fiona/, profiles/updates/, sci-libs/Fiona/files/, profiles/

2020-05-23 Thread Michał Górny
commit: bf069f689f7eefa42fccada7c1f2c7811c654231
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:40:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:40:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf069f68

sci-libs/Fiona: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718498
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask   |  5 
 profiles/updates/1Q-2015|  2 --
 sci-libs/Fiona/Fiona-1.7.6.ebuild   | 38 -
 sci-libs/Fiona/Fiona-.ebuild| 36 ---
 sci-libs/Fiona/Manifest |  1 -
 sci-libs/Fiona/files/scriptname-1.7.6.patch | 11 -
 sci-libs/Fiona/files/scriptname.patch   | 11 -
 sci-libs/Fiona/metadata.xml |  8 --
 8 files changed, 112 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 7264ea472c2..ba48a72cb6e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -523,11 +523,6 @@ mail-filter/pyzor
 # Removal in 30 days.  Bug #718530.
 sys-boot/raspberrypi-mkimage
 
-# Michał Górny  (2020-04-19)
-# Unmaintained.  Stuck on Python 3.6.  Some releases behind.
-# Removal in 30 days.  Bug #718498.
-sci-libs/Fiona
-
 # Michał Górny  (2020-04-19)
 # Unmaintained.  Stuck on Python 3.6.  Needs version bump.
 # Removal in 30 days.  Bug #718458.

diff --git a/profiles/updates/1Q-2015 b/profiles/updates/1Q-2015
index 9a0514d7681..25811ee168d 100644
--- a/profiles/updates/1Q-2015
+++ b/profiles/updates/1Q-2015
@@ -1,5 +1,3 @@
-slotmove sci-libs/Fiona 1.1 0
-slotmove sci-libs/Fiona 1.4 0
 slotmove sys-firmware/iwl3160-ucode 0 7
 slotmove sys-firmware/iwl3160-ucode 1 8
 slotmove sys-firmware/iwl3160-ucode 2 9

diff --git a/sci-libs/Fiona/Fiona-1.7.6.ebuild 
b/sci-libs/Fiona/Fiona-1.7.6.ebuild
deleted file mode 100644
index 738754fc605..000
--- a/sci-libs/Fiona/Fiona-1.7.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="OGR's neat, nimble, no-nonsense API"
-HOMEPAGE="https://pypi.org/project/Fiona/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=sci-libs/gdal-1.8
-   dev-python/click[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/cligj[${PYTHON_USEDEP}]
-   dev-python/munch[${PYTHON_USEDEP}]
-   dev-python/click-plugins[${PYTHON_USEDEP}]
-   )"
-
-PATCHES=( "${FILESDIR}"/scriptname-${PV}.patch )
-
-python_test() {
-   esetup.py test
-}

diff --git a/sci-libs/Fiona/Fiona-.ebuild b/sci-libs/Fiona/Fiona-.ebuild
deleted file mode 100644
index b8c6c34d180..000
--- a/sci-libs/Fiona/Fiona-.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="OGR's neat, nimble, no-nonsense API"
-HOMEPAGE="https://pypi.org/project/Fiona/;
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/Toblerity/${PN}.git;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=sci-libs/gdal-1.8
-   dev-python/click[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-PATCHES=( "${FILESDIR}"/scriptname.patch )
-
-python_test() {
-   esetup.py test
-}

diff --git a/sci-libs/Fiona/Manifest b/sci-libs/Fiona/Manifest
deleted file mode 100644
index 3a12db34e6c..000
--- a/sci-libs/Fiona/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Fiona-1.7.6.tar.gz 641013 BLAKE2B 
f8cadfaad300306f2d6c5f306d842366807c23db59e96309911f05608a956bb088700da88b9a22e27af0af3decc396b1fe66815007945a39aa193c31c4769155
 SHA512 
a988772cd8d9cf7ee6862b87c91d18d5caf78f81c35c018e815dfb502a0768d9ce6c580a8ef9a9a652c64c4b6027685d597766f851563a70db07db0de4f3

diff --git a/sci-libs/Fiona/files/scriptname-1.7.6.patch 
b/sci-libs/Fiona/files/scriptname-1.7.6.patch
deleted file mode 100644
index 410caf39da5..000
--- a/sci-libs/Fiona/files/scriptname-1.7.6.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 setup.py.orig  2017-05-30 10:51:33.369935784 +0200
-+++ setup.py   2017-05-30 10:51:45.793269042 +0200
-@@ -251,7 +251,7 @@
- packages=['fiona', 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/nm-applet/

2020-05-23 Thread Pacho Ramos
commit: b6c2432017b8dfe598490e10f2efc3d55e2fd696
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat May 23 09:59:09 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat May 23 10:02:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c24320

gnome-extra/nm-applet: Migrate to 'appindicator' USE

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

 gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild | 6 +++---
 gnome-extra/nm-applet/nm-applet-1.8.25.ebuild| 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild 
b/gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild
index d1811905673..b606dc26460 100644
--- a/gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild
+++ b/gnome-extra/nm-applet/nm-applet-1.8.24-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager;
 
 LICENSE="GPL-2+"
 SLOT="0"
-IUSE="ayatana +introspection +gcr +modemmanager selinux teamd"
+IUSE="appindicator +introspection +gcr +modemmanager selinux teamd"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
 
 RDEPEND="
@@ -30,7 +30,7 @@ RDEPEND="
>=net-misc/networkmanager-1.7:=[introspection?,modemmanager?,teamd?]
net-misc/mobile-broadband-provider-info
 
-   ayatana? (
+   appindicator? (
dev-libs/libappindicator:3
>=dev-libs/libdbusmenu-16.04.0 )
introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
@@ -54,7 +54,7 @@ PATCHES=(
 
 src_configure() {
local myconf=(
-   --with-appindicator=$(usex ayatana ubuntu no)
+   --with-appindicator=$(usex appindicator ubuntu no)
--without-libnm-gtk
--without-libnma-gtk4
--disable-lto

diff --git a/gnome-extra/nm-applet/nm-applet-1.8.25.ebuild 
b/gnome-extra/nm-applet/nm-applet-1.8.25.ebuild
index 94ff1ec2fb9..c43ccd0ecac 100644
--- a/gnome-extra/nm-applet/nm-applet-1.8.25.ebuild
+++ b/gnome-extra/nm-applet/nm-applet-1.8.25.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gitlab.gnome.org/GNOME/network-manager-applet/-/archive/${PV}-d
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="ayatana doc introspection lto modemmanager selinux teamd test wwan"
+IUSE="appindicator doc introspection lto modemmanager selinux teamd test wwan"
 
 DEPEND="
app-crypt/libsecret
@@ -22,7 +22,7 @@ DEPEND="
net-misc/networkmanager
x11-libs/gtk+:3[introspection?]
x11-libs/libnotify
-   ayatana? (
+   appindicator? (
dev-libs/libappindicator:3
dev-libs/libdbusmenu
)
@@ -44,7 +44,7 @@ src_configure() {
local emesonargs=(
-Dlibnm_gtk=false
-Dlibnma_gtk4=false
-   -Dappindicator=$(usex ayatana yes no)
+   $(meson_use appindicator)
$(meson_use wwan)
$(meson_use selinux)
$(meson_use teamd team)



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

2020-05-23 Thread Sergei Trofimovich
commit: 12e796831bdef05d6f3e87088a379c1f612a5725
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May 23 11:39:14 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 23 11:39:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e79683

dev-util/radare2: pass CC,AR,LD,OBJCOPY,RANLIB, bug #720700

Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/720700
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/radare2/files/radare2-4.4.0-AR.patch | 25 +
 dev-util/radare2/files/radare2-4.4.0-RANLIB.patch | 24 +
 dev-util/radare2/radare2-4.4.0-r1.ebuild  | 65 +++
 3 files changed, 114 insertions(+)

diff --git a/dev-util/radare2/files/radare2-4.4.0-AR.patch 
b/dev-util/radare2/files/radare2-4.4.0-AR.patch
new file mode 100644
index 000..406bd7ab004
--- /dev/null
+++ b/dev-util/radare2/files/radare2-4.4.0-AR.patch
@@ -0,0 +1,25 @@
+
+--- a/mk/clang.mk
 b/mk/clang.mk
+@@ -3,7 +3,8 @@ _INCLUDE_MK_CLANG_=1
+ CC?=clang
+ RANLIB=ranlib
+ ONELIB=0
+-CC_AR=ar q ${LIBAR}
++AR?=ar
++CC_AR=$(AR) q ${LIBAR}
+ CFLAGS+=-MD
+ CFLAGS_INCLUDE=-I
+ LDFLAGS_LINK=-l
+--- a/mk/gcc.mk
 b/mk/gcc.mk
+@@ -4,7 +4,8 @@ CC?=gcc
+ OBJCOPY=objcopy
+ RANLIB=ranlib
+ ONELIB=0
+-CC_AR=ar q ${LIBAR}
++AR?=ar
++CC_AR=$(AR) q ${LIBAR}
+ CFLAGS+=-MD
+ CFLAGS_INCLUDE=-I
+ LDFLAGS_LINK=-l

diff --git a/dev-util/radare2/files/radare2-4.4.0-RANLIB.patch 
b/dev-util/radare2/files/radare2-4.4.0-RANLIB.patch
new file mode 100644
index 000..6ce007a5278
--- /dev/null
+++ b/dev-util/radare2/files/radare2-4.4.0-RANLIB.patch
@@ -0,0 +1,24 @@
+--- a/mk/clang.mk
 b/mk/clang.mk
+@@ -1,7 +1,7 @@
+ ifeq (${_INCLUDE_MK_CLANG_},)
+ _INCLUDE_MK_CLANG_=1
+ CC?=clang
+-RANLIB=ranlib
++RANLIB?=ranlib
+ ONELIB=0
+ AR?=ar
+ CC_AR=$(AR) q ${LIBAR}
+--- a/mk/gcc.mk
 b/mk/gcc.mk
+@@ -1,8 +1,8 @@
+ ifeq (${_INCLUDE_MK_GCC_},)
+ _INCLUDE_MK_GCC_=1
+ CC?=gcc
+-OBJCOPY=objcopy
+-RANLIB=ranlib
++OBJCOPY?=objcopy
++RANLIB?=ranlib
+ ONELIB=0
+ AR?=ar
+ CC_AR=$(AR) q ${LIBAR}

diff --git a/dev-util/radare2/radare2-4.4.0-r1.ebuild 
b/dev-util/radare2/radare2-4.4.0-r1.ebuild
new file mode 100644
index 000..376d0a9f521
--- /dev/null
+++ b/dev-util/radare2/radare2-4.4.0-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 eutils toolchain-funcs
+
+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"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.4.0-AR.patch
+   "${FILESDIR}"/${PN}-4.4.0-RANLIB.patch
+)
+
+src_configure() {
+   # Ideally these should be set by ./configure
+   tc-export CC AR LD OBJCOPY RANLIB
+   export HOST_CC=${CC}
+
+   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
+}



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

2020-05-23 Thread Sergei Trofimovich
commit: 4b695f08bfa9270a5e6096d2e1fe415a4a205833
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May 23 07:27:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 23 07:27:46 2020 +
URL:https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=4b695f08

gcc-config: finish comment lines

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

 gcc-config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc-config b/gcc-config
index 09d38f5..ad69b9b 100755
--- a/gcc-config
+++ b/gcc-config
@@ -242,7 +242,7 @@ update_wrappers() {
#   Contents looks like:
#   - 'foo' ('gcc', 'c++', 'gcc-ar', 'lto-dump')
#   - 'foo-${v}' (go-11, gofmt-11)
-   #   - ${CTARGET}-foo (${CTARGET}-gcc
+   #   - ${CTARGET}-foo ('${CTARGET}-gcc', ...)
#
#   Not each 'foo' has it's ${CTARGET}-foo match.
#   Examples are:
@@ -254,7 +254,7 @@ update_wrappers() {
# Cross directory looks like:
# /usr/x86_64-pc-linux-gnu/ia64-unknown-linux-gnu/gcc-bin/10.1.0
#   Contents look like:
-   #   - ${CTARGET}-foo (${CTARGET}-gcc
+   #   - ${CTARGET}-foo ('${CTARGET}-gcc', ...)
#
#   Every tool is prefixed.
 



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

2020-05-23 Thread Hans de Graaff
commit: c9e74052e1dd96d3c73c952c0fa89f771445430d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 09:13:31 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 09:13:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e74052

dev-ruby/file-tail: avoid test with race condition

Closes: https://bugs.gentoo.org/723822
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/file-tail/file-tail-1.2.0.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-ruby/file-tail/file-tail-1.2.0.ebuild 
b/dev-ruby/file-tail/file-tail-1.2.0.ebuild
index 2a1cd8f2923..4d1d4ec10c7 100644
--- a/dev-ruby/file-tail/file-tail-1.2.0.ebuild
+++ b/dev-ruby/file-tail/file-tail-1.2.0.ebuild
@@ -27,6 +27,10 @@ IUSE=""
 ruby_add_rdepend "=dev-ruby/tins-1*"
 ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
 
+all_ruby_prepare() {
+   sed -i -e '/test_tail_change2/aomit "has race condition"' 
tests/file_tail_test.rb || die
+}
+
 each_ruby_test() {
ruby-ng_testrb-2 -Ilib tests/*_test.rb
 



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

2020-05-23 Thread Hans de Graaff
commit: ebe68c8fbd2b1f986263434fcab6d9d23fe41900
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 09:00:52 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 09:13:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe68c8f

dev-ruby/file-tail: add ruby27

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

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

diff --git a/dev-ruby/file-tail/file-tail-1.2.0.ebuild 
b/dev-ruby/file-tail/file-tail-1.2.0.ebuild
index b04bfd77744..2a1cd8f2923 100644
--- a/dev-ruby/file-tail/file-tail-1.2.0.ebuild
+++ b/dev-ruby/file-tail/file-tail-1.2.0.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
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="none"
 



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

2020-05-23 Thread Hans de Graaff
commit: 49a8a9c90e4a80e4805286a89bd4eb37df22819a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 08:56:58 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 09:13:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a8a9c9

dev-ruby/http-form_data: amd64 stable

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

 dev-ruby/http-form_data/http-form_data-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/http-form_data/http-form_data-2.2.0.ebuild 
b/dev-ruby/http-form_data/http-form_data-2.2.0.ebuild
index 19cc657ae53..2d3968c6b5b 100644
--- a/dev-ruby/http-form_data/http-form_data-2.2.0.ebuild
+++ b/dev-ruby/http-form_data/http-form_data-2.2.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/httprb/form_data.rb;
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2020-05-23 Thread Hans de Graaff
commit: 3e24e1e3098783f57a5e68d72a6b032af3c47960
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 08:54:59 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 09:13:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e24e1e3

dev-ruby/http-form_data: add ruby25

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

 dev-ruby/http-form_data/http-form_data-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/http-form_data/http-form_data-1.0.3.ebuild 
b/dev-ruby/http-form_data/http-form_data-1.0.3.ebuild
index 03de1ac551a..5e6c7f35800 100644
--- a/dev-ruby/http-form_data/http-form_data-1.0.3.ebuild
+++ b/dev-ruby/http-form_data/http-form_data-1.0.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-bootstrap/, profiles/

2020-05-23 Thread Michał Górny
commit: 0bf915ce1aa9aa5222e9c6fd9654f3b2885eafff
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:44:16 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:44:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf915ce

dev-python/flask-bootstrap: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718832
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-bootstrap/Manifest|  1 -
 .../flask-bootstrap/flask-bootstrap-3.3.7.1.ebuild | 59 --
 dev-python/flask-bootstrap/metadata.xml| 13 -
 profiles/package.mask  |  5 --
 4 files changed, 78 deletions(-)

diff --git a/dev-python/flask-bootstrap/Manifest 
b/dev-python/flask-bootstrap/Manifest
deleted file mode 100644
index a12ffb71dee..000
--- a/dev-python/flask-bootstrap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST flask-bootstrap-3.3.7.1.tar.gz 490821 BLAKE2B 
48773fa1632a9b34284af90924d0d7c6bbe06e43c30b09e72747072d4cdead88a08a1d95a661548709cc46cb9d9c9c017835cd6537ec1a23993fe79cfef31662
 SHA512 
010c71f69a95cb51afb449d1b43cb345ad23815ea89b368281f721a2af13cf2c143d67b586114898450d8e7fec413f45ff042cfca3dc1183cb0f50566e39fdc3

diff --git a/dev-python/flask-bootstrap/flask-bootstrap-3.3.7.1.ebuild 
b/dev-python/flask-bootstrap/flask-bootstrap-3.3.7.1.ebuild
deleted file mode 100644
index 253b8637e98..000
--- a/dev-python/flask-bootstrap/flask-bootstrap-3.3.7.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="An extension that includes Bootstrap in your project, without 
boilerplate code"
-HOMEPAGE="https://pythonhosted.org/Flask-Bootstrap/;
-# PyPI tarballs don't include tests
-# https://github.com/mbr/flask-bootstrap/pull/134
-SRC_URI="https://github.com/mbr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/dominate[${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/markupsafe[${PYTHON_USEDEP}]
-   dev-python/visitor[${PYTHON_USEDEP}]
-   dev-python/wtforms[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/flask-appconfig[${PYTHON_USEDEP}]
-   dev-python/flask-debug[${PYTHON_USEDEP}]
-   dev-python/flask-nav[${PYTHON_USEDEP}]
-   dev-python/flask-wtf[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   ${RDEPEND}
-   )
-   doc? (
-   dev-python/alabaster[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   )
-"
-
-python_prepare_all() {
-   sed -i "s/, 'sphinx.ext.intersphinx'//" docs/conf.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   sphinx-build docs docs/_build/html || die
-   HTML_DOCS=( docs/_build/html/. )
-   fi
-}
-
-python_test() {
-   # Skip one test which requires network access
-   py.test -k "not test_versions_match" || die "Tests failed with 
${EPYTHON}"
-}

diff --git a/dev-python/flask-bootstrap/metadata.xml 
b/dev-python/flask-bootstrap/metadata.xml
deleted file mode 100644
index b3dc8b3897d..000
--- a/dev-python/flask-bootstrap/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   sb...@gentoo.org
-   Louis Sautier
-   
-   
-   flask-bootstrap
-   mbr/flask-bootstrap
-   https://github.com/mbr/flask-bootstrap/issues
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 15d335bfc49..8a8e403cfe5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -493,11 +493,6 @@ dev-python/dexml
 # Removal in 30 days.  Bug #718638.
 dev-python/demjson
 
-# Louis Sautier  (2020-04-20)
-# No revdeps, no release in 3 years, doesn't support Bootstrap 4.
-# Removal in 30 days. Bug #718832
-dev-python/flask-bootstrap
-
 # Michael Orlitzky  (2020-04-19)
 # Stuck on Python 3.6, support for which already required
 # backporting patches to a release from 2014. Upstream's git



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

2020-05-23 Thread Michał Górny
commit: 8a9bc6d7776ebeb5f8fbd14ccfce63bb8e75dcf6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:43:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:43:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9bc6d7

dev-python/rst2pdf: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718572
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/rst2pdf/Manifest|  1 -
 .../rst2pdf/files/rst2pdf-0.93-fix-logging.patch   | 26 
 dev-python/rst2pdf/metadata.xml|  9 -
 dev-python/rst2pdf/rst2pdf-0.93-r3.ebuild  | 47 --
 profiles/package.mask  |  6 ---
 5 files changed, 89 deletions(-)

diff --git a/dev-python/rst2pdf/Manifest b/dev-python/rst2pdf/Manifest
deleted file mode 100644
index f3a1da36d68..000
--- a/dev-python/rst2pdf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rst2pdf-0.93.tar.gz 1216483 BLAKE2B 
478b5e704a2c8a85474e728472807909f70e24ade78f2aba986308919e6716c4b0d576556b3509a358f36be03508f837e3b680a16b8c01e2ee51e522931d9237
 SHA512 
dfdc6adeb06f4ef3d5fc52b91be1939e9cab25a1979685512f9a05e3da1ee65b84e47478613148401175a06fbfdccf5494918de6281419a0981987d398e836ee

diff --git a/dev-python/rst2pdf/files/rst2pdf-0.93-fix-logging.patch 
b/dev-python/rst2pdf/files/rst2pdf-0.93-fix-logging.patch
deleted file mode 100644
index 52acf04171d..000
--- a/dev-python/rst2pdf/files/rst2pdf-0.93-fix-logging.patch
+++ /dev/null
@@ -1,26 +0,0 @@
 rst2pdf/log.py
-+++ rst2pdf/log.py
-@@ -4,11 +4,12 @@
- import logging
- import sys
- 
--logging.basicConfig(
--format='[%(levelname)s] %(filename)s:%(lineno)d %(message)s',
--level=logging.WARNING)
--
- log = logging.getLogger('rst2pdf')
-+_fmt = logging.Formatter('[%(levelname)s] %(filename)s:%(lineno)d 
%(message)s')
-+_hdlr = logging.StreamHandler()
-+_hdlr.setFormatter(_fmt)
-+log.addHandler(_hdlr)
-+log.setLevel(logging.WARNING)
- 
- def nodeid(node):
- """Given a node, tries to return a way to see where it was in the 
-@@ -23,4 +24,4 @@
- if node.source: fname=str(node.source)
- except:
- pass
--return 'near line %s in file %s'%(line,fname)
-\ No newline at end of file
-+return 'near line %s in file %s'%(line,fname)

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

diff --git a/dev-python/rst2pdf/rst2pdf-0.93-r3.ebuild 
b/dev-python/rst2pdf/rst2pdf-0.93-r3.ebuild
deleted file mode 100644
index 4316b719167..000
--- a/dev-python/rst2pdf/rst2pdf-0.93-r3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Tool for transforming reStructuredText to PDF using ReportLab"
-HOMEPAGE="http://rst2pdf.ralsina.me/ https://pypi.org/project/rst2pdf/;
-SRC_URI="https://github.com/rst2pdf/rst2pdf/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86"
-IUSE="svg"
-
-DEPEND="dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pdfrw[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   >=dev-python/reportlab-2.6[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   svg? ( media-gfx/svg2rlg )"
-RDEPEND="${DEPEND}"
-# >=reportlab-2.6: https://code.google.com/p/rst2pdf/issues/detail?id=474
-
-PATCHES=( "${FILESDIR}/${P}-fix-logging.patch" )
-
-python_install_all() {
-   dodoc doc/*.pdf
-   doman doc/rst2pdf.1
-   distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "rst2pdf can work with the following packages for 
additional functionality:"
-   elog "   dev-python/sphinx   - versatile documentation 
creation"
-   elog "   dev-python/pythonmagick - image processing with 
ImageMagick"
-   elog "   dev-python/matplotlib   - mathematical formulae"
-   elog "It can also use wordaxe for hyphenation, but this package 
is not"
-   elog "available in the portage tree yet. Please refer to the 
manual"
-   elog "installed in /usr/share/doc/${PF}/ for more information."
-   fi
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index f1accbeae63..1aa54474550 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -504,12 +504,6 @@ dev-python/flask-bootstrap
 # Removal in 30 days.  Bug #708168.
 media-video/griffith
 
-# Michał Górny  (2020-04-20)
-# Unmaintained.  Stuck on Python 2.  rst2pdf depends 

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

2020-05-23 Thread Michał Górny
commit: 176d35ce731dc72f53063f38fe736f1a22765aa9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:44:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:44:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=176d35ce

media-video/griffith: Remove last-rited pkg

Closes: https://bugs.gentoo.org/708168
Signed-off-by: Michał Górny  gentoo.org>

 media-video/griffith/Manifest  |  2 -
 media-video/griffith/files/0.10-fix_lib_path.patch | 13 
 .../griffith/files/griffith-0.13-validators.patch  | 17 -
 media-video/griffith/griffith-0.13-r3.ebuild   | 86 --
 media-video/griffith/metadata.xml  | 11 ---
 profiles/package.mask  |  6 --
 6 files changed, 135 deletions(-)

diff --git a/media-video/griffith/Manifest b/media-video/griffith/Manifest
deleted file mode 100644
index 181187ce862..000
--- a/media-video/griffith/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST griffith-0.13.tar.gz 1565903 BLAKE2B 
d3d806ef2a7cef76ce548e3ad785e96938447cb6425ac95fdbb4b5ae233adb2aeb4a274aa24c9e502607bc1287ea30ce8806cb1608fc194531757943e499b0e7
 SHA512 
dc8117b1a89253a87eb303c5229e6cdffde26b52de9ac4a3409dcc3f6dca64105f13a98cace225a932aefb2d620e828eea66bae57f40328b7ee3c06a944f0bed
-DIST griffith-extra-artwork-0.9.4.tar.gz 124008 BLAKE2B 
992f8e4995d0465e891eacfe601eead2323754c60ad0c0a96ea9568dbecf5790039f58212e8a115f382532e1787e4db267b1259ac91de40728f7911f6b2178ae
 SHA512 
09e912b4511c5c4a7b501d9a8f98223d20e58574e667cdb759e66f743cce14b45cce8bf0f9502ff2aacfc09e7a7b37966a887205a74a6e028b832703a65a2734

diff --git a/media-video/griffith/files/0.10-fix_lib_path.patch 
b/media-video/griffith/files/0.10-fix_lib_path.patch
deleted file mode 100644
index 9c918b25f48..000
--- a/media-video/griffith/files/0.10-fix_lib_path.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: lib/initialize.py
-===
 a/lib/initialize.py
-+++ b/lib/initialize.py
-@@ -73,7 +73,7 @@ def locations(self, home_dir):
- os.environ['LANG'] = lang
- 
- elif os.name == 'posix':
--locations['share'] = os.path.abspath(os.path.join(locations['lib'], 
'..'))
-+locations['share'] = os.path.abspath(os.path.join(locations['lib'], 
'../../share/griffith/'))
- locations['glade'] = os.path.join(locations['share'], 'glade')
- locations['i18n']  = os.path.abspath(os.path.join(locations['share'], 
'..', 'locale'))
- if not os.path.isdir(locations['i18n']):

diff --git a/media-video/griffith/files/griffith-0.13-validators.patch 
b/media-video/griffith/files/griffith-0.13-validators.patch
deleted file mode 100644
index 9c39feec009..000
--- a/media-video/griffith/files/griffith-0.13-validators.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 griffith-0.13/lib/db/validators.py
-+++ griffith-0.13/lib/db/validators.py
-@@ -23,7 +23,13 @@
- 
- import logging
- 
--from sqlalchemy.orm.interfaces import AttributeExtension, 
InstrumentationManager
-+from sqlalchemy.orm.interfaces import AttributeExtension
-+try:
-+# sql alchemy 0.8 (and above)
-+from sqlalchemy.ext.instrumentation import InstrumentationManager
-+except:
-+# sql alchemy 0.7
-+from sqlalchemy.orm.interfaces import InstrumentationManager
- from sqlalchemy.orm import ColumnProperty
- from sqlalchemy.types import String
- 

diff --git a/media-video/griffith/griffith-0.13-r3.ebuild 
b/media-video/griffith/griffith-0.13-r3.ebuild
deleted file mode 100644
index d606fd887aa..000
--- a/media-video/griffith/griffith-0.13-r3.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
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='sqlite'
-
-inherit python-single-r1
-
-ARTWORK_PV="0.9.4"
-
-DESCRIPTION="Movie collection manager"
-HOMEPAGE="http://www.griffith.cc/;
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz
-   
https://dev.gentoo.org/~hwoarang/distfiles/${PN}-extra-artwork-${ARTWORK_PV}.tar.gz;
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   gnome-base/libglade[${PYTHON_SINGLE_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/pillow[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/pygtk-2.6.1:2[${PYTHON_MULTI_USEDEP}]
-   dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/sqlalchemy-0.5.2[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/reportlab-1.19[${PYTHON_MULTI_USEDEP}]
-   ')"
-DEPEND="${RDEPEND}
-   doc? ( app-text/docbook2X )"
-
-PATCHES=(
-   "${FILESDIR}/0.10-fix_lib_path.patch"
-   "${FILESDIR}/griffith-0.13-validators.patch"
-)
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   use 

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

2020-05-23 Thread Michał Górny
commit: 870019d3f18f1b0157e506c65c478f8b808be0dc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:43:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:43:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870019d3

media-gfx/svg2rlg: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718572
Signed-off-by: Michał Górny  gentoo.org>

 media-gfx/svg2rlg/Manifest|  1 -
 media-gfx/svg2rlg/files/svg2rlg-issue-3.patch | 19 ---
 media-gfx/svg2rlg/files/svg2rlg-issue-6.patch | 47 ---
 media-gfx/svg2rlg/files/svg2rlg-issue-7.patch | 16 -
 media-gfx/svg2rlg/metadata.xml| 11 ---
 media-gfx/svg2rlg/svg2rlg-0.3.ebuild  | 37 -
 profiles/package.mask |  1 -
 7 files changed, 132 deletions(-)

diff --git a/media-gfx/svg2rlg/Manifest b/media-gfx/svg2rlg/Manifest
deleted file mode 100644
index 6bdc5c97fd5..000
--- a/media-gfx/svg2rlg/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST svg2rlg-0.3.tar.gz 490908 BLAKE2B 
a3383326d1d503965f93ff3b7b9f144835d5c7ba1613b0bf215ce31cc968eee76c826a170f62a5c4f173c8326dbe4a9f47a9f6f1a1345d2ed9ffd5350077e2e9
 SHA512 
44efebe7d978a46ab26b4bc332ad08db9236a86b160d73fc1fdc2b54c44bb2604147ae458eea1fe81c579c7f94e39869459567a6b6b3a551d6db6132816c4723

diff --git a/media-gfx/svg2rlg/files/svg2rlg-issue-3.patch 
b/media-gfx/svg2rlg/files/svg2rlg-issue-3.patch
deleted file mode 100644
index df70bf345aa..000
--- a/media-gfx/svg2rlg/files/svg2rlg-issue-3.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-commit e5aa6784a10717641bc5b6d9d77a5029f815654a
-Author: yac 
-Date:   Wed May 8 04:59:17 2013 +0200
-
-fix #3
-
-remove windows only function which is useless anyway
-
-diff --git a/svg2rlg.py b/svg2rlg.py
-index 1c5f80c..2b35c62 100644
 a/svg2rlg.py
-+++ b/svg2rlg.py
-@@ -1574,5 +1574,3 @@ if __name__ == "__main__":
- 
- drawing = svg2rlg(source)
- drawing.save(formats=['pdf'],outDir='.',fnRoot=name)
--
--os.startfile(name + '.pdf')
-\ No newline at end of file

diff --git a/media-gfx/svg2rlg/files/svg2rlg-issue-6.patch 
b/media-gfx/svg2rlg/files/svg2rlg-issue-6.patch
deleted file mode 100644
index 6ca750e7919..000
--- a/media-gfx/svg2rlg/files/svg2rlg-issue-6.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-commit e42661b9cd6d7b71ce5e7674ac8eff25c74db07a
-Author: yac 
-Date:   Wed May 8 05:00:32 2013 +0200
-
-use entry_point fixes #6
-
-diff --git a/setup.py b/setup.py
-index 9e00fba..512fa79 100644
 a/setup.py
-+++ b/setup.py
-@@ -1,6 +1,6 @@
- #!/usr/bin/python
- # -*- coding: utf-8 -*-
--from distutils.core import setup
-+from setuptools import setup
- 
- setup(
- name = 'svg2rlg',
-@@ -12,6 +12,8 @@ setup(
- url = 'http://code.google.com/p/svg2rlg/',
- download_url = 'http://pypi.python.org/pypi/svg2rlg/',
- requires = ['reportlab'],
-+entry_points = {
-+'console_scripts': ['svg2rlg = svg2rlg:main']},
- 
- classifiers=[
-   'Environment :: Console',
-@@ -30,4 +32,4 @@ The authors motivation was to have a more robust handling of
- SVG files in the **rst2pdf** tool. Specific to be able to handle
- the quirks needed to include SVG export from matplotlib.
- '''
--)
-\ No newline at end of file
-+)
-diff --git a/svg2rlg.py b/svg2rlg.py
-index 2b35c62..cc812b2 100644
 a/svg2rlg.py
-+++ b/svg2rlg.py
-@@ -1562,7 +1562,7 @@ def svg2rlg(filename):
- 
- return renderer.render(xml)
- 
--if __name__ == "__main__":
-+def main():
- import sys
- import os
- 

diff --git a/media-gfx/svg2rlg/files/svg2rlg-issue-7.patch 
b/media-gfx/svg2rlg/files/svg2rlg-issue-7.patch
deleted file mode 100644
index 8145f416f80..000
--- a/media-gfx/svg2rlg/files/svg2rlg-issue-7.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-commit c30b4f90cac69934761e44bf59a8ba8a3827d647
-Author: yac 
-Date:   Wed May 8 05:44:00 2013 +0200
-
-fix #7
-
-diff --git a/svg2rlg.py b/svg2rlg.py
-index cc812b2..80d72de 100644
 a/svg2rlg.py
-+++ b/svg2rlg.py
-@@ -1573,4 +1573,4 @@ def main():
- name, ext = os.path.splitext(filename)
- 
- drawing = svg2rlg(source)
--drawing.save(formats=['pdf'],outDir='.',fnRoot=name)
-+drawing.save(formats=['pdf'],outDir=os.getcwd(),fnRoot=name)

diff --git a/media-gfx/svg2rlg/metadata.xml b/media-gfx/svg2rlg/metadata.xml
deleted file mode 100644
index bba039ed4ae..000
--- a/media-gfx/svg2rlg/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   The tool can be used as a console application to convert SVG to 
PDF files.
-   
-   
-   svg2rlg
-   
-

diff --git a/media-gfx/svg2rlg/svg2rlg-0.3.ebuild 
b/media-gfx/svg2rlg/svg2rlg-0.3.ebuild
deleted file mode 100644
index 45e19a44391..000
--- a/media-gfx/svg2rlg/svg2rlg-0.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 

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

2020-05-23 Thread James Le Cuirot
commit: 88469679c770b8742a3649e971fc5522442216c1
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat May 23 10:16:40 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat May 23 10:16:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88469679

media-libs/faad2: Drop old and vulnerable 2.8.8

Bug: https://bugs.gentoo.org/695540
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/faad2/Manifest  |  1 -
 media-libs/faad2/faad2-2.8.8.ebuild| 53 --
 .../files/faad2-2.8.5-libmp4ff-shared-lib.patch| 15 --
 3 files changed, 69 deletions(-)

diff --git a/media-libs/faad2/Manifest b/media-libs/faad2/Manifest
index 5c9c31d072c..610d57b524c 100644
--- a/media-libs/faad2/Manifest
+++ b/media-libs/faad2/Manifest
@@ -1,2 +1 @@
-DIST faad2-2.8.8.tar.gz 1069044 BLAKE2B 
3e22e695d89cce0ecb673caec73dd3115b2249d18daf6d0c8cf2b5cc90086889c9da733e037bc8b58c0bdc145c66bd4218b9b5e237adb7ad1c6f0caf0d97d304
 SHA512 
3275d292b2a9fe984842962f4d81202894bddd17033f7cd6df95466554cc968dfcbf2890ae8b1df37da0cd25d645cca0a687f07e39b9fc37dd004fd5956a82af
 DIST faad2-2.9.0.tar.gz 802390 BLAKE2B 
8cd68f96a48fefcc4d75901ae67607ec4cc4c4a76efae490dcfb3330b384ff91049894af9fccae0b41ca9fd4ef22cdff35c36f11cea1baab4cc96fe1e54749ae
 SHA512 
1756b2672f9e438a56b11160ddc77fc721d85860eaa325a3ff01b51a2524baf4c1c61068a97cbc4e99d47e7643f10e1d6afb997eede3295b44551fe4661fb5dc

diff --git a/media-libs/faad2/faad2-2.8.8.ebuild 
b/media-libs/faad2/faad2-2.8.8.ebuild
deleted file mode 100644
index 986d9c87382..000
--- a/media-libs/faad2/faad2-2.8.8.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="AAC audio decoding library"
-HOMEPAGE="https://www.audiocoding.com/faad2.html;
-SRC_URI="mirror://sourceforge/faac/${P}.tar.gz"
-
-LICENSE="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 ~sparc-solaris 
~x86-solaris"
-IUSE="digitalradio static-libs"
-
-RDEPEND=""
-DEPEND=""
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-PATCHES=( "${FILESDIR}"/${PN}-2.8.5-libmp4ff-shared-lib.patch )
-
-src_prepare() {
-   default
-
-   sed -i -e 's:iquote :I:' libfaad/Makefile.am || die
-
-   # bug 466986
-   sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
-
-   eautoreconf
-}
-
-multilib_src_configure() {
-   local myconf=(
-   --without-xmms
-   $(use_with digitalradio drm)
-   $(use_enable static-libs static)
-   )
-
-   ECONF_SOURCE="${S}" econf "${myconf[@]}"
-
-   # do not build the frontend for non default abis
-   if [ "${ABI}" != "${DEFAULT_ABI}" ] ; then
-   sed -i -e 's/frontend//' Makefile || die
-   fi
-}
-
-multilib_src_install_all() {
-   find "${D}" -name '*.la' -delete || die
-   einstalldocs
-}

diff --git a/media-libs/faad2/files/faad2-2.8.5-libmp4ff-shared-lib.patch 
b/media-libs/faad2/files/faad2-2.8.5-libmp4ff-shared-lib.patch
deleted file mode 100644
index 68b21a966be..000
--- a/media-libs/faad2/files/faad2-2.8.5-libmp4ff-shared-lib.patch
+++ /dev/null
@@ -1,15 +0,0 @@
 faad2-2.8.5/common/mp4ff/Makefile.am
-+++ faad2-2.8.5/common/mp4ff/Makefile.am
-@@ -1,7 +1,8 @@
--noinst_LIBRARIES = libmp4ff.a
--noinst_HEADERS = mp4ff.h mp4ffint.h
-+lib_LTLIBRARIES = libmp4ff.la
-+include_HEADERS = mp4ff.h mp4ffint.h
- 
--libmp4ff_a_CFLAGS = -DUSE_TAGGING=1
-+AM_CFLAGS = -DUSE_TAGGING=1
- 
--libmp4ff_a_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
-+libmp4ff_la_LDFLAGS = -version-info 0:0:0
-+libmp4ff_la_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
-mp4tagupdate.c mp4ff.h mp4ffint.h



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

2020-05-23 Thread Agostino Sarubbo
commit: 81d3ee99c592e0ae871fe8c8fbd60a17ca08c96f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat May 23 11:50:37 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat May 23 11:50:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d3ee99

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

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

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

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 0676eb47ec0..f9380840782 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -5,7 +5,7 @@ DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST linux-5.6.tar.xz 111785252 BLAKE2B 
8dbe02a8ca7fd3dcf512a15c5d8098c1e7f94257e65173fed43fcc45480e4ab790df8cd394e2a21dc9a00385bc9bbe98215a31e7f7e1d9c8f21cd8ace69e
 SHA512 
80846fe2b4e4a7ff471d2dde28a8216ae807a3209f959e93d39ea4fc9a189ea28ec3db9d303b3fe15a28c2cb90e7446876678e93e23353c2d6f262e364a06bc9
-DIST patch-3.16.83.xz 2681736 BLAKE2B 
dda3a24456fa0fa8a1797e5fdc552efd47b40df823167845587d07cebb6d38028c7ae59ac52b77a631895a8c454897a239253fe22cc30d4f1ec0335ac9f1b60f
 SHA512 
d98b055c5d17e61a21469c77a974a8fa0c091268dea4f332a029eab0f0298047bb686c7022ae43c13b3f3e7d1cc09e1f5faaf5aeb2cbb2ac6434031de6bb7ab5
+DIST patch-3.16.84.xz 2698736 BLAKE2B 
036578909feb041d075b2f3952b58c7b7ac6e9cea04a965452ab792f5abe397e450360a29a720f43ff9b634427e512699385d4eac36ba15d2bbe0aaf17aa8de9
 SHA512 
10a9570408901b66ea2f914dab0f2e05dff772d19cab07c476118a3393f95a67331765f461331bb77ed2083d8ee7f185f6ae012b693e4772d8803bde1cea8a61
 DIST patch-4.14.181.xz 3647440 BLAKE2B 
c8ab8c0e5c58f734f17223768dbd7cc79fa25fe92575ddced0c35f82c2ecdac8572117a0c6b2943b65895866f62371e30bac9e4682a41b459732b8a5625ee80d
 SHA512 
6269f5d03e7c33af4d6bac95077fcaca042c96a99ea0b6526061d20359e8b0eec724e15674ea5e90896ea49358192f3b937394ff734efcea29c453e45e526ae6
 DIST patch-4.19.124.xz 3067304 BLAKE2B 
55767a7c8c2e98e24245c28f759f2cf91e40a845826599f185c83c7cbfa3b58f62deaa7b34b3fdc2ddaadf6314db4c36e7e4af4ee39e720aa1b00cc974016254
 SHA512 
b28b5bdad2073cf2923d6b54dc2acbae8fe4740677fd758963c8005068711edd0dce37d3e88eb6402111949d97cc0d778c4f5389ae5a9c21462a48c2626039ba
 DIST patch-4.4.224.xz 3164740 BLAKE2B 
0b5edc439f708d68a2430dcd2bb269a33bb0d3f6932fda2d31a752f9761fb842e224e29e0a77e090204ddfe41c8d7233656d8c4ae5a0658473134317b2147c6a
 SHA512 
50e62b9a23b97757fd49c26e43b2686bcc19bd4a8709d1a4f638a05f8cad978e72af9c82ca15937e75a3c5c785a5ed1b18e4840fa14aa629f5e3bdf5b8b8f613

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



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pylatex/

2020-05-23 Thread David Denoncin
commit: 0025dd997c1ec4e09b32bb9152663f28903922e1
Author: David Denoncin  gmail  com>
AuthorDate: Sat May 23 12:27:39 2020 +
Commit: David Denoncin  gmail  com>
CommitDate: Sat May 23 12:27:39 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0025dd99

dev-python/pylatex: cleanup, fix test dependency

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Denoncin  gmail.com>

 dev-python/pylatex/pylatex-1.3.1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/pylatex/pylatex-1.3.1.ebuild 
b/dev-python/pylatex/pylatex-1.3.1.ebuild
index c1f01ab..afab1b0 100644
--- a/dev-python/pylatex/pylatex-1.3.1.ebuild
+++ b/dev-python/pylatex/pylatex-1.3.1.ebuild
@@ -32,6 +32,8 @@ test? (
dev-python/quantities
dev-python/matplotlib
dev-python/numpy
+   app-text/texlive
+   dev-texlive/texlive-latexextra
 )
 "
 
@@ -45,8 +47,7 @@ distutils-r1_src_prepare
 
 python_install_all() {
 if use examples ; then
-   docinto examples
-   dodoc -r examples/.
+   dodoc -r examples
 fi
 
 distutils-r1_python_install_all
@@ -54,6 +55,7 @@ distutils-r1_python_install_all
 
 pkg_postinst() {
elog "Optional dependencies:"
+   optfeature "compiling generated files" app-text/texlive 
dev-texlive/texlive-latexextra
optfeature "matplotlib support" dev-python/matplotlib
optfeature "numpy support" dev-python/numpy
optfeature "quantities support" dev-python/quantities



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rstudio/, sci-mathematics/rstudio/files/

2020-05-23 Thread Mark Wright
commit: 03406d4343f6bf8e63fcc86bfc6264cdb429fefb
Author: Mark Wright  gentoo  org>
AuthorDate: Sat May 23 12:34:01 2020 +
Commit: Mark Wright  gentoo  org>
CommitDate: Sat May 23 12:42:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03406d43

sci-mathematics/rstudio: Remove old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mark Wright  gentoo.org>

 sci-mathematics/rstudio/Manifest   |  13 -
 .../files/rstudio-0.98.490-linker_flags.patch  |  18 -
 .../rstudio-0.99.473-qtsingleapplication.patch |  60 ---
 .../rstudio/files/rstudio-0.99.879-prefs.patch |  45 --
 .../rstudio/files/rstudio-1.0.44-paths.patch   | 130 --
 .../files/rstudio-1.1.357-clang-pandoc.patch   |  76 
 .../files/rstudio-1.1.453-boost-1.67.0.patch   |  38 --
 .../rstudio/files/rstudio-1.1.453-core.patch   | 143 ---
 .../files/rstudio-1.1.463-boost-1.69.0_p1.patch| 460 -
 .../files/rstudio-1.1.463-boost-1.69.0_p2.patch| 220 --
 .../files/rstudio-1.1.463-boost-1.69.0_p3.patch| 167 
 .../files/rstudio-1.1.463-boost-1.70.0.patch   |  46 ---
 .../rstudio-1.1.463-fix-ptr-int-compare.patch  |  13 -
 .../rstudio-1.2.1335-boost-1.72-filesystem.patch   |  31 --
 .../rstudio-1.2.1335-fix-ptr-int-compare.patch |  13 -
 .../rstudio/files/rstudio-1.2.1335-pandoc.patch|  32 --
 .../rstudio/files/rstudio-1.2.1335-paths.patch | 118 --
 .../rstudio/files/rstudio-1.2.1335-prefs.patch |  53 ---
 sci-mathematics/rstudio/rstudio-1.1.463-r1.ebuild  | 255 
 sci-mathematics/rstudio/rstudio-1.2.1335.ebuild| 254 
 20 files changed, 2185 deletions(-)

diff --git a/sci-mathematics/rstudio/Manifest b/sci-mathematics/rstudio/Manifest
index 314a334a3e7..6821cacc59b 100644
--- a/sci-mathematics/rstudio/Manifest
+++ b/sci-mathematics/rstudio/Manifest
@@ -1,16 +1,3 @@
-DIST chromedriver-linux 19303552 BLAKE2B 
610396fd74f2adc4c249ca971a53a6dd4ab06145d0b37d59adf66180dfada52192b20203bf3d992c270bd4f787df5c85511ca325aed06cbd9318add3eccfde30
 SHA512 
18774ede961dec222058dd0e3f128d63732cd444ee310136b44d5bf508a4f2f2c164a2c8d195d80bce8b5fb6303559e167f82f384e4a58e30f48b151a4206ee8
 DIST core-dictionaries.zip 876339 BLAKE2B 
f29afcbf5a7f8ec635e5a5b248d978af286d18488f54c9a09a2b95fde19b796e4473e5846402a46dd24b71c6e4167512539aaa32ab6d99713d500a80aaf46796
 SHA512 
9c5830cc9fed575e223f1c61f02e48c5aea6801bb0cd2586f02437c17fdffdb1d36c396d5a8ecbe02ba01196e73458304345b1f6b92c052bc7a7d05961fac2c9
-DIST gin-1.5.zip 1055663 BLAKE2B 
11b86245d54967f0c76f22f7460fb752c410db3c59a019bb538a48fd0de7e87552f2f5bb9ce604e6ed508136a6a2b0814f061161579429daae8ca55b1a448114
 SHA512 
3f6649565f9600daaca6ddf3fb431925b5a1ce1ada38e6389de64cef617abba9d3f49c555d0a20053fb06f17ccbe4e1141b39966fbe4b2975d7b120377504897
-DIST gin-2.1.2.zip 1341053 BLAKE2B 
515338ba50ba2183c101b42183e42ebf15613aae8751a0dcedb4b047de4ca8fab85eb240f5f0c92955441dbb87e80b3edbdae8d83f1e74f74c7de067d18cf108
 SHA512 
03407b6318ffb0dd504ce520649ed90e845f13fbdbd0bfb4d7e3b127842f1735093e39674077c3a04a11d434aefdc3a734652c3f85e8ab00ff37ae760ccb8dbb
-DIST gwt-2.7.0.zip 108818328 BLAKE2B 
9af969f3f2577be041fcfb58f228fab4b5479fa0da5ff054ab0a59cad751590a1b4ae8d7fabc8a50e3b0e5d7eb9b2896c485d929421f75e6a2f6513480438a31
 SHA512 
a1eed5cc25c888cf81d4f22b1f9494d5d8567b911f7aeb1d164a6359120543668280afe1a3ffc9ed87b139c7db67fbcaaabde2066e3279909d7cd6fc22eaf499
-DIST gwt-2.8.1.zip 95650299 BLAKE2B 
3853d50d1346e313903b6f0c4b8405ce9e896e51652483e5c7e9d711daa213e1341c71765b4a3fb061b58f90d49420245963a0480db8b71fe7aed6cd43782c14
 SHA512 
feeb00cb0413c2703dfd6931f57ba669813bd65f814715f2c04dd6dc69e885a8048337272333d7504c48e9fa52cdab699f854ee13211228ab142a1f458ee33ae
-DIST packrat-0.98.1000.tar.gz 97677 BLAKE2B 
282fe33dc5ba366ceea05a222ae2d018bc3ad8f35fad73c585a3d4901c3287e6902277a9c7ca087854f3944bd85ff1b1d1f02869ece686b10f946e2f1cb1296c
 SHA512 
2290c768ecf27a037e73c3f8336b9fd71c68ff19d071b4a8fbc469550d29007cacacdb75f854f73b5db2139a5104f129b85a3612e2ee47bd6118ee13f7d103a6
-DIST rmarkdown-0.98.1000.tar.gz 1423820 BLAKE2B 
eac8c9cf438c9b44ddfe954602dd67a83764b0c988b3ba571877c986b0d5d237059ed6643a86bb404428857ec8c346bfecd12f7cd15cde301cb0ce331f842b7f
 SHA512 
df3540c24c87930fe55bff2ffe67c86c219800cb00ed72ba9451ecd0d0cad411548a78c1a04b9a2e301e853616dcb77e09129c4e48ade6f16d3f14b7ea7e4852
-DIST rsconnect_0.4.1.4_fcac892a69817febd7b655b189bf57193260cda0.tar.gz 197051 
BLAKE2B 
1f3f9fe71d7b50ab5108dfdbd3cc0b882bcc935ee58e8a9145b07a18bb86c39bc45e321a13add24df99492bc30548df716775c339bcbf4efc2bfe158299ae55a
 SHA512 
208dc349f4aa7613ecf94939aba60d22d3a06972344b526c9b6c951015571f5922927bca08db571a7b8a268e42609a4f558f01278c9685f6da2ffc66a1f95ade
-DIST rstudio-1.1.463.tar.gz 20203779 BLAKE2B 
97f879539cbb7051af362a8469795a47feb42d18ff46dbbdffe36e0685d1cd5704848b3bf5a5611d482a09567722e35288527302cd521b18e2a48b347c919e17
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rstudio/

2020-05-23 Thread Mark Wright
commit: 5cd7d05c21a5c868639e4a46165b738c20358208
Author: Mark Wright  gentoo  org>
AuthorDate: Sat May 23 12:38:30 2020 +
Commit: Mark Wright  gentoo  org>
CommitDate: Sat May 23 12:42:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd7d05c

sci-mathematics/rstudio: Patch 1.2.5033 for boost 1.73.0

Remove redundant dodir.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mark Wright  gentoo.org>

 sci-mathematics/rstudio/rstudio-1.2.5033.ebuild | 2 +-
 sci-mathematics/rstudio/rstudio-1.2.5042.ebuild | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/sci-mathematics/rstudio/rstudio-1.2.5033.ebuild 
b/sci-mathematics/rstudio/rstudio-1.2.5033.ebuild
index 88b8f9d905b..77f9349a116 100644
--- a/sci-mathematics/rstudio/rstudio-1.2.5033.ebuild
+++ b/sci-mathematics/rstudio/rstudio-1.2.5033.ebuild
@@ -99,6 +99,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.2.1335-core.patch
"${FILESDIR}"/${PN}-1.2.1335-boost-1.70.0_p1.patch
"${FILESDIR}"/${PN}-1.2.1335-boost-1.70.0_p2.patch
+   "${FILESDIR}"/${PN}-1.2.5042-boost-1.73.0.patch
 )
 
 src_unpack() {
@@ -208,7 +209,6 @@ src_install() {
cmake-utils_src_install
use dedicated || pax-mark m "${ED}/usr/bin/rstudio"
doconfd "${FILESDIR}"/rstudio-server.conf
-   dodir /etc/rstudio
insinto /etc/rstudio
doins "${FILESDIR}"/rsession.conf
dosym ../conf.d/rstudio-server.conf /etc/rstudio/rserver.conf

diff --git a/sci-mathematics/rstudio/rstudio-1.2.5042.ebuild 
b/sci-mathematics/rstudio/rstudio-1.2.5042.ebuild
index 2de83f6f633..4fadf59d2d1 100644
--- a/sci-mathematics/rstudio/rstudio-1.2.5042.ebuild
+++ b/sci-mathematics/rstudio/rstudio-1.2.5042.ebuild
@@ -209,7 +209,6 @@ src_install() {
cmake-utils_src_install
use dedicated || pax-mark m "${ED}/usr/bin/rstudio"
doconfd "${FILESDIR}"/rstudio-server.conf
-   dodir /etc/rstudio
insinto /etc/rstudio
doins "${FILESDIR}"/rsession.conf
dosym ../conf.d/rstudio-server.conf /etc/rstudio/rserver.conf



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

2020-05-23 Thread Michał Górny
commit: 2f8f5591c3f4e7ffbca73c5366a218f4e5cff74e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 06:02:57 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 06:11:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8f5591

dev-python/elementpath: Bump to 1.4.5

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

 dev-python/elementpath/Manifest |  1 +
 dev-python/elementpath/elementpath-1.4.5.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest
index aa672678232..cdbebaf677c 100644
--- a/dev-python/elementpath/Manifest
+++ b/dev-python/elementpath/Manifest
@@ -1 +1,2 @@
 DIST elementpath-1.4.4.tar.gz 119577 BLAKE2B 
65724afc715dcdb4903779933559e85c833cc262cecf2f53a86fd58e542717dc26137270bde13b5bdfcd81bb768a2dd74d7ed7213ad4292c0a1a2a4771855370
 SHA512 
39ce9f8e8f0a75690d5ccf5faa7e28113f971015c2baeec8b8f443b568c71154589d36dc2c5a3965eeb1d3d4257f65090cf44078747c7711bc7fc8c9ad051d43
+DIST elementpath-1.4.5.tar.gz 120091 BLAKE2B 
c9ac74c4b76b3a3204364532831563c5600bdc159cfe5e853852c08de0c7abbaec952304120da4f13b14d2239880c9c1612ae8db3535cf4ad1d8ea8498cc3f1a
 SHA512 
be3908056af67f892696edd31d1c836bbd7083a96eca1217d2dc972c5fc3bc583d89b825bed3fedeebd775d5fca53dd9b9a918ff9a3238bba54efe8ac0a51e21

diff --git a/dev-python/elementpath/elementpath-1.4.5.ebuild 
b/dev-python/elementpath/elementpath-1.4.5.ebuild
new file mode 100644
index 000..fa02bf8a9d4
--- /dev/null
+++ b/dev-python/elementpath/elementpath-1.4.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
+HOMEPAGE="https://github.com/sissaschool/elementpath
+   https://pypi.org/project/elementpath/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/xmlschema[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest



[gentoo-commits] proj/binutils-config: New tag: v5.3.1

2020-05-23 Thread Sergei Trofimovich
commit: 
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 23 07:49:53 2020 +

New tag: v5.3.1




[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Accessor-Grouped/

2020-05-23 Thread Kent Fredric
commit: 0496c30a548121b6e9814eadd320d9043813b14c
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat May 23 09:11:59 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat May 23 09:12:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0496c30a

dev-perl/Class-Accessor-Grouped: Bump to version 0.100.140

- EAPI7
- Parallel tests

Upstream:
- Rework to using pure MakeMaker, fixing the '.' in @INC issue
- Omit author tests for install time

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-Accessor-Grouped-0.100.140.ebuild| 30 ++
 dev-perl/Class-Accessor-Grouped/Manifest   |  1 +
 2 files changed, 31 insertions(+)

diff --git 
a/dev-perl/Class-Accessor-Grouped/Class-Accessor-Grouped-0.100.140.ebuild 
b/dev-perl/Class-Accessor-Grouped/Class-Accessor-Grouped-0.100.140.ebuild
new file mode 100644
index 000..20116d37860
--- /dev/null
+++ b/dev-perl/Class-Accessor-Grouped/Class-Accessor-Grouped-0.100.140.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=0.10014
+inherit perl-module
+
+DESCRIPTION="Lets you build groups of accessors"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   virtual/perl-Carp
+   >=dev-perl/Module-Runtime-0.12.0
+   >=dev-perl/Class-XSAccessor-1.190.0
+   >=dev-perl/Sub-Name-0.50.0
+   virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+   test? (
+   >=dev-perl/Test-Exception-0.310.0
+   >=virtual/perl-Test-Simple-0.880.0
+   )
+"

diff --git a/dev-perl/Class-Accessor-Grouped/Manifest 
b/dev-perl/Class-Accessor-Grouped/Manifest
index 910f7687455..fef45a3c921 100644
--- a/dev-perl/Class-Accessor-Grouped/Manifest
+++ b/dev-perl/Class-Accessor-Grouped/Manifest
@@ -1 +1,2 @@
 DIST Class-Accessor-Grouped-0.10012.tar.gz 47830 BLAKE2B 
2097b85d818d7e55a105193a76a7415b9b0b193bf7bd8a7bd70c47c7992197d832c41a4238c91b338e2af5f2707f9574136fe868f2233ed275b0a2ee821724b4
 SHA512 
195c4b1f9897b50753231ab6c893987a3e49e6283713175d612843651428c8cb2eb791a5385e25607a1db189861811efade33f94ef33c36cd41624e793ca20d1
+DIST Class-Accessor-Grouped-0.10014.tar.gz 28703 BLAKE2B 
499b6b4a08a4fa1fc322f57a2d87d8f9572a87031b4d4a2b555a17d05a3523d3a2fa86c4fade5083c684f223e044eed7747e71b5074f88bfd820f19006f28f71
 SHA512 
d69fe27c3a12845bb4d0abe6c73d1a82eaf550821184f0945c3802e3932c7742e04c6f655e550386923c2a005e7f893f44ed950c56e6e80785b5a23e7b3c80b3



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, dev-python/pycrypto/files/, dev-python/pycrypto/, profiles/

2020-05-23 Thread Michał Górny
commit: 09301ae9f547c534d3120f2b24f376f7931b6ec6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:28:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:29:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09301ae9

dev-python/pycrypto: Remove last-rited pkg

Closes: https://bugs.gentoo.org/703682
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pycrypto/Manifest   |  1 -
 .../files/pycrypto-2.6.1-CVE-2013-7459.patch   | 88 --
 .../files/pycrypto-2.6.1-cross-compile.patch   | 13 
 dev-python/pycrypto/metadata.xml   | 34 -
 dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild   | 76 ---
 profiles/base/package.use.mask |  1 -
 profiles/package.mask  |  6 --
 7 files changed, 219 deletions(-)

diff --git a/dev-python/pycrypto/Manifest b/dev-python/pycrypto/Manifest
deleted file mode 100644
index 785c20a83c4..000
--- a/dev-python/pycrypto/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pycrypto-2.6.1.tar.gz 446240 BLAKE2B 
89c9cc5b8cbd446364bd56c170c2733b960ec269a6691085392b3cc0ebc2eb244721f6763ed72a1254f90bfaadee2cc1a8446865a95fca19ffb36700d89711a9
 SHA512 
20a4aed4dac4e9e61d773ebc1d48ea577e9870c33f396be53d075a9bf8487d93e75e200179882d81e452efd0f6751789bac434f6f431b3e7c1c8ef9dba392847

diff --git a/dev-python/pycrypto/files/pycrypto-2.6.1-CVE-2013-7459.patch 
b/dev-python/pycrypto/files/pycrypto-2.6.1-CVE-2013-7459.patch
deleted file mode 100644
index 9850f034051..000
--- a/dev-python/pycrypto/files/pycrypto-2.6.1-CVE-2013-7459.patch
+++ /dev/null
@@ -1,88 +0,0 @@
-From 8dbe0dc3eea5c689d4f76b37b93fe216cf1f00d4 Mon Sep 17 00:00:00 2001
-From: Legrandin 
-Date: Sun, 22 Dec 2013 22:24:46 +0100
-Subject: [PATCH] Throw exception when IV is used with ECB or CTR
-
-The IV parameter is currently ignored when initializing
-a cipher in ECB or CTR mode.
-
-For CTR mode, it is confusing: it takes some time to see
-that a different parameter is needed (the counter).
-
-For ECB mode, it is outright dangerous.
-
-This patch forces an exception to be raised.

- lib/Crypto/SelfTest/Cipher/common.py | 31 +++
- src/block_template.c | 11 +++
- 2 files changed, 34 insertions(+), 8 deletions(-)
-
-diff --git a/lib/Crypto/SelfTest/Cipher/common.py 
b/lib/Crypto/SelfTest/Cipher/common.py
-index 420b6ff..a5f8a88 100644
 a/lib/Crypto/SelfTest/Cipher/common.py
-+++ b/lib/Crypto/SelfTest/Cipher/common.py
-@@ -239,19 +239,34 @@ def shortDescription(self):
- return """%s .decrypt() output of .encrypt() should not be garbled""" 
% (self.module_name,)
- 
- def runTest(self):
--for mode in (self.module.MODE_ECB, self.module.MODE_CBC, 
self.module.MODE_CFB, self.module.MODE_OFB, self.module.MODE_OPENPGP):
-+
-+## ECB mode
-+mode = self.module.MODE_ECB
-+encryption_cipher = self.module.new(a2b_hex(self.key), mode)
-+ciphertext = encryption_cipher.encrypt(self.plaintext)
-+decryption_cipher = self.module.new(a2b_hex(self.key), mode)
-+decrypted_plaintext = decryption_cipher.decrypt(ciphertext)
-+self.assertEqual(self.plaintext, decrypted_plaintext)
-+
-+## OPENPGP mode
-+mode = self.module.MODE_OPENPGP
-+encryption_cipher = self.module.new(a2b_hex(self.key), mode, self.iv)
-+eiv_ciphertext = encryption_cipher.encrypt(self.plaintext)
-+eiv = eiv_ciphertext[:self.module.block_size+2]
-+ciphertext = eiv_ciphertext[self.module.block_size+2:]
-+decryption_cipher = self.module.new(a2b_hex(self.key), mode, eiv)
-+decrypted_plaintext = decryption_cipher.decrypt(ciphertext)
-+self.assertEqual(self.plaintext, decrypted_plaintext)
-+
-+## All other non-AEAD modes (but CTR)
-+for mode in (self.module.MODE_CBC, self.module.MODE_CFB, 
self.module.MODE_OFB):
- encryption_cipher = self.module.new(a2b_hex(self.key), mode, 
self.iv)
- ciphertext = encryption_cipher.encrypt(self.plaintext)
--
--if mode != self.module.MODE_OPENPGP:
--decryption_cipher = self.module.new(a2b_hex(self.key), mode, 
self.iv)
--else:
--eiv = ciphertext[:self.module.block_size+2]
--ciphertext = ciphertext[self.module.block_size+2:]
--decryption_cipher = self.module.new(a2b_hex(self.key), mode, 
eiv)
-+decryption_cipher = self.module.new(a2b_hex(self.key), mode, 
self.iv)
- decrypted_plaintext = decryption_cipher.decrypt(ciphertext)
- self.assertEqual(self.plaintext, decrypted_plaintext)
- 
-+
- class PGPTest(unittest.TestCase):
- def __init__(self, module, params):
- unittest.TestCase.__init__(self)
-diff --git a/src/block_template.c b/src/block_template.c
-index 

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

2020-05-23 Thread Michał Górny
commit: c221e57b59ee49a37fb30025dffb3cfaa8bf1ee5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:24:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:29:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c221e57b

net-misc/ssvnc: Remove last-rited pkg

Closes: https://bugs.gentoo.org/701820
Signed-off-by: Michał Górny  gentoo.org>

 net-misc/ssvnc/Manifest|   1 -
 net-misc/ssvnc/files/Makefile.libvncauth   |   7 -
 net-misc/ssvnc/files/Makefile.vncviewer|   8 -
 net-misc/ssvnc/files/ssvnc-1.0.29-build.patch  |  44 -
 net-misc/ssvnc/files/ssvnc-1.0.29-openssl1.1.patch | 199 -
 net-misc/ssvnc/metadata.xml|   8 -
 net-misc/ssvnc/ssvnc-1.0.29-r2.ebuild  |  64 ---
 profiles/package.mask  |   6 -
 8 files changed, 337 deletions(-)

diff --git a/net-misc/ssvnc/Manifest b/net-misc/ssvnc/Manifest
deleted file mode 100644
index 1d3c1401a0c..000
--- a/net-misc/ssvnc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ssvnc-1.0.29.src.tar.gz 552796 BLAKE2B 
3bee980ef85c1a2769933ca0fec7ed7c76b4cbe107d3e0c81ee04fb6a5f4219cd625e948ed4a398b1db4b322498573c63e69f4d88612281b8cace239d1b65f5e
 SHA512 
ea94f8114ee7e44d788ae698dd85ee8633f0dc8e9b86e17062c733e70b4f7c7c45bf68d0ea8d3e6156395777a41e3fbf63cc9425f45db6f6fda940ae2abcd092

diff --git a/net-misc/ssvnc/files/Makefile.libvncauth 
b/net-misc/ssvnc/files/Makefile.libvncauth
deleted file mode 100644
index c24ce4663d5..000
--- a/net-misc/ssvnc/files/Makefile.libvncauth
+++ /dev/null
@@ -1,7 +0,0 @@
-AR ?= ar
-CPPFLAGS += -I. -I../include -D_GNU_SOURCE
-srcs = $(wildcard *.c)
-libvncauth.a: $(srcs:.c=.o)
-   $(AR) rc $@ $^
-clean:
-   rm -f *.[oa]

diff --git a/net-misc/ssvnc/files/Makefile.vncviewer 
b/net-misc/ssvnc/files/Makefile.vncviewer
deleted file mode 100644
index 4b6e745c697..000
--- a/net-misc/ssvnc/files/Makefile.vncviewer
+++ /dev/null
@@ -1,8 +0,0 @@
-CFLAGS += -fno-strength-reduce -fno-strict-aliasing
-CPPFLAGS += -I. -I../include -D_GNU_SOURCE -DMITSHM
-LDLIBS += ../libvncauth/libvncauth.a -lz -ljpeg -lXaw -lXmu -lXt -lXext -lX11
-include Makefile.in
-all: vncviewer
-vncviewer: $(SRCS:.c=.o)
-clean:
-   rm -f *.[oa] vncviewer

diff --git a/net-misc/ssvnc/files/ssvnc-1.0.29-build.patch 
b/net-misc/ssvnc/files/ssvnc-1.0.29-build.patch
deleted file mode 100644
index 8d2db6f5cc7..000
--- a/net-misc/ssvnc/files/ssvnc-1.0.29-build.patch
+++ /dev/null
@@ -1,44 +0,0 @@
 a/Makefile
-+++ b/Makefile
-@@ -21,11 +21,11 @@
- 
- # N.B. ?= is gnu make specific.  Some of the subdir Makefiles are too. 
- #
--PREFIX  ?= /usr/local
--ROOT?=
-+PREFIX   = /usr
-+ROOT = $(DESTDIR)
- BIN  = bin
- LIB  = lib/ssvnc
- MAN  = man
--MANDIR  ?= $(MAN)
-+MANDIR   = share/$(MAN)
- APPS?= share/applications
- BINNAME ?= ssvncviewer
-@@ -66,7 +66,6 @@
- 
- install: all
-   mkdir -p $(ROOT)$(PREFIX)/$(BIN) $(ROOT)$(PREFIX)/$(LIB) 
$(ROOT)$(PREFIX)/$(MANDIR)/man1
--  strip $(VIEWER)
-   cp -p $(VIEWER) $(ROOT)$(PREFIX)/$(LIB)
-   cp -p $(VNCSPW) $(ROOT)$(PREFIX)/$(LIB)
-   cp -p $(UNWRAP) $(ROOT)$(PREFIX)/$(LIB)
 a/vncstorepw/Makefile
-+++ b/vncstorepw/Makefile
-@@ -14,7 +14,6 @@
- 
- $(CMD): vncauth.o vncstorepw.o d3des.o
-   PATH=$$PATH:$(EPATH) $(CC) -o $(CMD) vncstorepw.o vncauth.o d3des.o
--  PATH=$$PATH:$(EPATH) strip $(CMD)
-   @ls -l $(CMD)
- 
- $(UNWRAP): unwrap.c
-@@ -41,7 +40,6 @@
-   else \
-   PATH=$$PATH:$(EPATH) $(CC) -o $(ULTDSM) $(CPP_SSL) 
ultravnc_dsm_helper.c $(LD_SSL) -lcrypto; \
-   fi
--  PATH=$$PATH:$(EPATH) strip $(ULTDSM)
-   @ls -l $(ULTDSM)
- 
- test: $(CMD)
-

diff --git a/net-misc/ssvnc/files/ssvnc-1.0.29-openssl1.1.patch 
b/net-misc/ssvnc/files/ssvnc-1.0.29-openssl1.1.patch
deleted file mode 100644
index 0ee278f9eea..000
--- a/net-misc/ssvnc/files/ssvnc-1.0.29-openssl1.1.patch
+++ /dev/null
@@ -1,199 +0,0 @@
 a/vncstorepw/ultravnc_dsm_helper.c
-+++ b/vncstorepw/ultravnc_dsm_helper.c
-@@ -414,7 +414,9 @@ void enc_do(char *ciph, char *keyfile, c
-   if (strstr(p, "md5+") == p) {
-   Digest = EVP_md5();p += strlen("md5+");
-   } else if (strstr(p, "sha+") == p) {
--  Digest = EVP_sha();p += strlen("sha+");
-+  fprintf(stderr, "%s: obsolete hash algorithm: SHA-0\n",
-+  prog, s);
-+  exit(1);
-   } else if (strstr(p, "sha1+") == p) {
-   Digest = EVP_sha1();   p += strlen("sha1+");
-   } else if (strstr(p, "ripe+") == p) {
-@@ -655,8 +657,10 @@ static void enc_xfer(int sock_fr, int so
-*/
-   unsigned char E_keystr[EVP_MAX_KEY_LENGTH];
-   unsigned char D_keystr[EVP_MAX_KEY_LENGTH];
--  EVP_CIPHER_CTX E_ctx, 

[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/invoke/

2020-05-23 Thread Michał Górny
commit: 439daea00ff937ee5065a061b6a53617a0ff82e7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:26:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:29:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439daea0

dev-python/invoke: Remove last-rited pkg

Closes: https://bugs.gentoo.org/717670
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/invoke/Manifest|  1 -
 dev-python/invoke/invoke-1.1.1.ebuild | 21 -
 dev-python/invoke/metadata.xml| 12 
 profiles/package.mask |  8 
 4 files changed, 42 deletions(-)

diff --git a/dev-python/invoke/Manifest b/dev-python/invoke/Manifest
deleted file mode 100644
index 52ecb530a24..000
--- a/dev-python/invoke/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST invoke-1.1.1.tar.gz 311831 BLAKE2B 
2918c1a03cccbd90be6aa495206a2714f45c9690d8ce1b063adc0cacfa4c7accd36dd94863a83e9cc0c05aaf889bd746c3f528fad5af0db9f64725438866f81a
 SHA512 
2dabf88428a53f244cab45cbc073b3a91fea5dd97a7590a58701a32bfaa14a4afe5d6a2e4ff4ed03ae38e1dfecc5a7c0f811bb18313e0af1f4e116f56c5e9ba7

diff --git a/dev-python/invoke/invoke-1.1.1.ebuild 
b/dev-python/invoke/invoke-1.1.1.ebuild
deleted file mode 100644
index 76cf2bda89d..000
--- a/dev-python/invoke/invoke-1.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
-inherit distutils-r1
-
-DESCRIPTION="Pythonic task execution"
-HOMEPAGE="https://pypi.org/project/invoke/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-# Depends on broken pytest-relaxed plugin
-RESTRICT="test"

diff --git a/dev-python/invoke/metadata.xml b/dev-python/invoke/metadata.xml
deleted file mode 100644
index 04808fe9fc0..000
--- a/dev-python/invoke/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   pyt...@gentoo.org
-   Python
-   
-   
-   Invoke is a Python (2.7 and 3.4+) task execution tool and 
library,
-   drawing inspiration from various sources to arrive at a 
powerful and clean feature set.
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index dddcd89b310..ab2c8c1c552 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -661,14 +661,6 @@ dev-python/pycrypto
 # Removal in 30 days.  Bug #611608.
 dev-python/potr
 
-# Michał Górny  (2020-04-16)
-# Both packages have been last bumped mid-2018.  They depend
-# on pytest-relaxed plugin that has been removed due to breaking pretty
-# much everything.  They do not have a dedicated maintainer, and they
-# don't fit python@.  No revdeps.
-# Removal in 30 days.  Bug #717670.
-dev-python/invoke
-
 # Matt Turner  (2020-04-12)
 # In conjunction with Firefox's sandbox, breaks loading of i965 driver.
 # Bug #716574



[gentoo-commits] repo/gentoo:master commit in: dev-python/potr/, profiles/

2020-05-23 Thread Michał Górny
commit: faf686e9ee2deea8d2561cbd63001c7f8cfb5f33
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:27:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:29:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf686e9

dev-python/potr: Remove last-rited pkg

Closes: https://bugs.gentoo.org/611608
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/potr/Manifest  |  1 -
 dev-python/potr/metadata.xml  | 12 
 dev-python/potr/potr-1.0.1.ebuild | 28 
 profiles/package.mask |  6 --
 4 files changed, 47 deletions(-)

diff --git a/dev-python/potr/Manifest b/dev-python/potr/Manifest
deleted file mode 100644
index e237b6b0d80..000
--- a/dev-python/potr/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-potr-1.0.1.zip 30200 BLAKE2B 
9dddad5cc902bcbdc5c674487e9f75d50dc711d9e2dcb24bc96abf6638628f22cd50ea2674efc2079e904668eef5cc92accce707811f922beb1453c1aa636a0c
 SHA512 
d38f2fc68ce9f72ccee18923183f8640ee51f079da1e79e1f2f22e37383c99da7a6336a8538e28bd90b483fe8e227956ebc052e9c03aa6d7b49e9fc4e8df5281

diff --git a/dev-python/potr/metadata.xml b/dev-python/potr/metadata.xml
deleted file mode 100644
index 2f5540da1e6..000
--- a/dev-python/potr/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   This is a pure Python OTR implementation; it does not bind to 
libotr.
-   
-   
-   python-potr
-   python-otr/pure-python-otr
-   
-

diff --git a/dev-python/potr/potr-1.0.1.ebuild 
b/dev-python/potr/potr-1.0.1.ebuild
deleted file mode 100644
index af7c1eef047..000
--- a/dev-python/potr/potr-1.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN="python-${PN}"
-MY_P="${MY_PN}-${PV}"
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure Python OTR implementation"
-HOMEPAGE="https://github.com/python-otr/pure-python-otr;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-CDEPEND=">=dev-python/pycrypto-2.1[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   "
-RDEPEND="${CDEPEND}"
-
-S="${WORKDIR}/${MY_P}"

diff --git a/profiles/package.mask b/profiles/package.mask
index ab2c8c1c552..2027819d571 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -655,12 +655,6 @@ sci-mathematics/geogebra
 # Removal in 30 days.  Bug #703682.
 dev-python/pycrypto
 
-# Michał Górny  (2020-04-18)
-# Practically dead.  Last blocker for dev-python/pycrypto removal.
-# Upstream is struggling to port away from it for 3 years now.
-# Removal in 30 days.  Bug #611608.
-dev-python/potr
-
 # Matt Turner  (2020-04-12)
 # In conjunction with Firefox's sandbox, breaks loading of i965 driver.
 # Bug #716574



[gentoo-commits] repo/gentoo:master commit in: dev-python/ipdbplugin/, profiles/

2020-05-23 Thread Michał Górny
commit: 976fe7cf9dc6f67f7374050bb2c98f60dfc5ef17
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:52:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:53:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976fe7cf

dev-python/ipdbplugin: Remove last-rited pkg

Closes: https://bugs.gentoo.org/719000
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/ipdbplugin/Manifest   |  1 -
 dev-python/ipdbplugin/ipdbplugin-1.4.ebuild  | 29 
 dev-python/ipdbplugin/ipdbplugin-.ebuild | 29 
 dev-python/ipdbplugin/metadata.xml   |  8 
 profiles/package.mask|  5 -
 5 files changed, 72 deletions(-)

diff --git a/dev-python/ipdbplugin/Manifest b/dev-python/ipdbplugin/Manifest
deleted file mode 100644
index b4a33910a80..000
--- a/dev-python/ipdbplugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ipdbplugin-1.4.tar.gz 2473 BLAKE2B 
d69c6f2a45738bf10a18e9db194530efa21f8d32bd69d5ccd279eb50f07bd5c8b369bcdde92dc2e9b8b417864a49c308c83649bb66bcaf8ec380101284363c7d
 SHA512 
5831d1e9aceb2fe4db272975d4d792622822049813ba76bdc0ee48dee001339084efddf534882775922ec178c1bcd52954bc2df1ce42181cbfdd1c3c4b944365

diff --git a/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild 
b/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild
deleted file mode 100644
index f7201a9866f..000
--- a/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Nose plugin to use iPdb instead of Pdb when tests fail"
-HOMEPAGE="https://pypi.org/project/ipdbplugin/;
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/flavioamieiro/nose-ipdb.git;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipdb
-   dev-python/nose"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/ipdbplugin/ipdbplugin-.ebuild 
b/dev-python/ipdbplugin/ipdbplugin-.ebuild
deleted file mode 100644
index f7201a9866f..000
--- a/dev-python/ipdbplugin/ipdbplugin-.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Nose plugin to use iPdb instead of Pdb when tests fail"
-HOMEPAGE="https://pypi.org/project/ipdbplugin/;
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/flavioamieiro/nose-ipdb.git;
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]
-   dev-python/ipdb
-   dev-python/nose"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"

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

diff --git a/profiles/package.mask b/profiles/package.mask
index a516e73f92a..de50b4cd973 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -429,11 +429,6 @@ app-backup/kup
 # Removal in 30 days.  Bug #719008.
 dev-python/junit-xml
 
-# Michał Górny  (2020-04-23)
-# Unmaintained.  Stuck on Python 3.6.  Nose plugin with no revdeps.
-# Removal in 30 days.  Bug #719000.
-dev-python/ipdbplugin
-
 # Michał Górny  (2020-04-22)
 # Effectively unmaintained and stuck on Python 3.6.
 #



[gentoo-commits] repo/gentoo:master commit in: app-backup/kup/, app-backup/kup/files/, profiles/

2020-05-23 Thread Michał Górny
commit: 409d596d048a300233d0e439007f343b805c86ad
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:52:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:53:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409d596d

app-backup/kup: Remove last-rited pkg

Closes: https://bugs.gentoo.org/713366
Signed-off-by: Michał Górny  gentoo.org>

 app-backup/kup/Manifest  |   1 -
 app-backup/kup/files/kup-0.7.3-libgit2.patch | 140 ---
 app-backup/kup/kup-0.7.3.ebuild  |  57 ---
 app-backup/kup/metadata.xml  |   8 --
 profiles/package.mask|   1 -
 5 files changed, 207 deletions(-)

diff --git a/app-backup/kup/Manifest b/app-backup/kup/Manifest
deleted file mode 100644
index 8b2e2f05fe3..000
--- a/app-backup/kup/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kup-0.7.3.tar.gz 1024916 BLAKE2B 
aab2a1c58bc7feb6cc734a61385841b9c9b47995ba0c7e66b0596ddd7ae77b2a2b750f23f452e591c609f4a59a894815f8cfcb82c8bc266769b6e908463c009c
 SHA512 
62609eb3c9a873045a9f02d22be5413f73f909e77d82f287ff5b2f816d2d6930a8d8ca77537a52189a98fe11441eb10f5530dfdab02ed0c09b53a2c4b5b4be80

diff --git a/app-backup/kup/files/kup-0.7.3-libgit2.patch 
b/app-backup/kup/files/kup-0.7.3-libgit2.patch
deleted file mode 100644
index a6b1c536afc..000
--- a/app-backup/kup/files/kup-0.7.3-libgit2.patch
+++ /dev/null
@@ -1,140 +0,0 @@
-From 2ca19e917f895e24a5379be669b9ad77ff5692f5 Mon Sep 17 00:00:00 2001
-From: Simon Persson 
-Date: Mon, 16 Mar 2020 17:03:33 +0800
-Subject: Remove copy of libgit2
-
-API seems to have stabilized a lot, such that different distros can be
-expected to have a compatible version.

- CMakeLists.txt |   13 +-
- filedigger/CMakeLists.txt  |2 +-
- filedigger/main.cpp|   12 -
- kioslave/CMakeLists.txt|2 +-
- kioslave/bupslave.cpp  |8 -
-
-From ee720980113162c019eecabc01dfa5763cfb7585 Mon Sep 17 00:00:00 2001
-From: Adriaan de Groot 
-Date: Mon, 6 Apr 2020 23:06:53 +0200
-Subject: Link to libgit2 via imported target
-

- filedigger/CMakeLists.txt | 2 +-
- kioslave/CMakeLists.txt   | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 2118193..76a1367 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -6,18 +6,7 @@ set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
- 
- project(kup)
- 
--# Use this option if you want to use the system LibGit2 library.
--# This is not recommended unless you know what you are doing.
--option(USE_SYSTEM_LIBGIT2 "Don't set this option unless your are sure that 
your system version of LibGit2 library is fully compatible with Kup." OFF)
--if (USE_SYSTEM_LIBGIT2)
--  find_package(LibGit2 REQUIRED)
--  set(libgit_link_name git2)
--else (USE_SYSTEM_LIBGIT2)
--  set(BUILD_SHARED_LIBS ON)
--  add_subdirectory(libgit2-0.19.0)
--  include_directories(${CMAKE_SOURCE_DIR}/libgit2-0.19.0/include)
--  set(libgit_link_name git24kup)
--endif (USE_SYSTEM_LIBGIT2)
-+find_package(LibGit2 REQUIRED)
- 
- if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug" OR "${CMAKE_BUILD_TYPE}" STREQUAL 
"DebugFull")
-   message(WARNING "enabling debug output!")
-diff --git a/filedigger/CMakeLists.txt b/filedigger/CMakeLists.txt
-index 2fcdd82..fd6a3a0 100644
 a/filedigger/CMakeLists.txt
-+++ b/filedigger/CMakeLists.txt
-@@ -37,7 +37,7 @@ KF5::I18n
- KF5::I18n
- KF5::IconThemes
- KF5::JobWidgets
--${libgit_link_name}
-+LibGit2::LibGit2
- )
- 
- ### install files ###
-diff --git a/filedigger/main.cpp b/filedigger/main.cpp
-index 6682985..43fe9ae 100644
 a/filedigger/main.cpp
-+++ b/filedigger/main.cpp
-@@ -21,11 +21,7 @@
- #include "filedigger.h"
- #include "mergedvfs.h"
- 
--#if LIBGIT2_VER_MAJOR == 0 && LIBGIT2_VER_MINOR >= 24
- #include 
--#else
--#include 
--#endif
- 
- #include 
- #include 
-@@ -66,19 +62,11 @@ int main(int pArgCount, char **pArgArray) {
-   }
- 
-   // This needs to be called first thing, before any other calls to 
libgit2.
--  #if LIBGIT2_VER_MAJOR == 0 && LIBGIT2_VER_MINOR >= 24
-   git_libgit2_init();
--  #else
--  git_threads_init();
--  #endif
- 
-   FileDigger *lFileDigger = new FileDigger(lRepoPath, 
lParser.value(QStringLiteral("branch")));
-   lFileDigger->show();
-   int lRetVal = lApp.exec();
--  #if LIBGIT2_VER_MAJOR == 0 && LIBGIT2_VER_MINOR >= 24
-   git_libgit2_shutdown();
--  #else
--  git_threads_shutdown();
--  #endif
-   return lRetVal;
- }
-diff --git a/kioslave/CMakeLists.txt b/kioslave/CMakeLists.txt
-index 7187f33..83e6122 100644
 a/kioslave/CMakeLists.txt
-+++ b/kioslave/CMakeLists.txt
-@@ -17,7 +17,7 @@ target_link_libraries(kio_bup
- Qt5::Core
- KF5::KIOCore
- KF5::I18n
--${libgit_link_name}
-+LibGit2::LibGit2
- 

[gentoo-commits] repo/gentoo:master commit in: dev-python/cligj/, profiles/

2020-05-23 Thread Michał Górny
commit: 0eecfa6fbeda28f1f462f19cbcaca5c91cf44e29
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:51:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:53:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eecfa6f

dev-python/cligj: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718896
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/cligj/Manifest   |  1 -
 dev-python/cligj/cligj-0.4.0.ebuild | 25 -
 dev-python/cligj/metadata.xml   |  9 -
 profiles/package.mask   |  5 -
 4 files changed, 40 deletions(-)

diff --git a/dev-python/cligj/Manifest b/dev-python/cligj/Manifest
deleted file mode 100644
index ad8f2d6593b..000
--- a/dev-python/cligj/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cligj-0.4.0.tar.gz 7281 BLAKE2B 
7795f28bdef6ce5823bbf0b346d900e95cca4655cce985823318b8fd9854fcf245b523f3ecb06b44d6810f268b658ed4e4276d7f022a9085bbfa623914b68a2f
 SHA512 
35c075192f39c7c756a5abce2cc706818a5c40ed91d25a5763483b01acfffa29b50ce58e758b0ca42431978e436ad45a93049e05c6dd0a98da40d74c4a329669

diff --git a/dev-python/cligj/cligj-0.4.0.ebuild 
b/dev-python/cligj/cligj-0.4.0.ebuild
deleted file mode 100644
index fb5249de17d..000
--- a/dev-python/cligj/cligj-0.4.0.ebuild
+++ /dev/null
@@ -1,25 +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 distutils-r1
-
-DESCRIPTION="Click-based argument and option decorators for Python GIS command 
line programs"
-HOMEPAGE="https://github.com/mapbox/cligj;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-python/click[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"

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

diff --git a/profiles/package.mask b/profiles/package.mask
index db5066a497b..a516e73f92a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -434,11 +434,6 @@ dev-python/junit-xml
 # Removal in 30 days.  Bug #719000.
 dev-python/ipdbplugin
 
-# Michał Górny  (2020-04-22)
-# Unmaintained.  Stuck at Python 3.6.  The only revdep last rited.
-# Removal in 30 days.  Bug #718896.
-dev-python/cligj
-
 # Michał Górny  (2020-04-22)
 # Effectively unmaintained and stuck on Python 3.6.
 #



[gentoo-commits] repo/gentoo:master commit in: dev-python/junit-xml/, profiles/

2020-05-23 Thread Michał Górny
commit: a94b53f4e2de18487f75491e77295d57cd4733f2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:52:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:53:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94b53f4

dev-python/junit-xml: Remove last-rited pkg

Closes: https://bugs.gentoo.org/719008
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/junit-xml/Manifest |  1 -
 dev-python/junit-xml/junit-xml-1.8.ebuild | 29 -
 dev-python/junit-xml/metadata.xml | 12 
 profiles/package.mask |  6 --
 4 files changed, 48 deletions(-)

diff --git a/dev-python/junit-xml/Manifest b/dev-python/junit-xml/Manifest
deleted file mode 100644
index 9a4f99955e3..000
--- a/dev-python/junit-xml/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST junit-xml-1.8.tar.gz 9995 BLAKE2B 
29dcd9053e3d02dffce537318458f9924aff78df2f465ffb1a92affcf84734c81cd9a951523fa8b6edf09e871acaa426d7a755ae167279c9954660737a44062c
 SHA512 
8fcef94ea73a77ad597bb3280578f0fea86573b779eb4aea1e458e55f1866637a7b43aa04502a65ecb1f2a7403cc61a76ccd35feb4b69eeb6fdc8352914d61a4

diff --git a/dev-python/junit-xml/junit-xml-1.8.ebuild 
b/dev-python/junit-xml/junit-xml-1.8.ebuild
deleted file mode 100644
index 0241c4f5563..000
--- a/dev-python/junit-xml/junit-xml-1.8.ebuild
+++ /dev/null
@@ -1,29 +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 distutils-r1
-
-DESCRIPTION="Python module for creating JUnit XML test result documents"
-HOMEPAGE="https://pypi.org/project/junit-xml 
https://github.com/kyrus/python-junit-xml;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   py.test -v || die "testing failed with ${EPYTHON}"
-}

diff --git a/dev-python/junit-xml/metadata.xml 
b/dev-python/junit-xml/metadata.xml
deleted file mode 100644
index aafb5d5d972..000
--- a/dev-python/junit-xml/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-pyt...@gentoo.org
-Python Project
-  
-  
-junit-xml
-kyrus/python-junit-xml
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index de50b4cd973..78197e9bcfb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -423,12 +423,6 @@ dev-python/PyDbLite
 app-backup/bup
 app-backup/kup
 
-# Michał Górny  (2020-04-23)
-# Effectively unmaintained.  Stuck on Python 3.6, broken with 3.8.
-# The only revdep is masked for removal.
-# Removal in 30 days.  Bug #719008.
-dev-python/junit-xml
-
 # Michał Górny  (2020-04-22)
 # Effectively unmaintained and stuck on Python 3.6.
 #



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, app-backup/bup/files/, app-backup/bup/, profiles/

2020-05-23 Thread Michał Górny
commit: ea4ac42ea4f9f77410a783fdb46d630925955ecf
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:52:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:53:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4ac42e

app-backup/bup: Remove last-rited pkg

Closes: https://bugs.gentoo.org/713366
Signed-off-by: Michał Górny  gentoo.org>

 app-backup/bup/Manifest   |  1 -
 app-backup/bup/bup-0.29.2.ebuild  | 58 ---
 app-backup/bup/files/bup-0.29.2-sitedir.patch | 38 --
 app-backup/bup/metadata.xml   | 11 -
 profiles/base/package.use.mask|  4 --
 profiles/package.mask |  5 ---
 6 files changed, 117 deletions(-)

diff --git a/app-backup/bup/Manifest b/app-backup/bup/Manifest
deleted file mode 100644
index 687815efd8f..000
--- a/app-backup/bup/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bup-0.29.2.tar.gz 389145 BLAKE2B 
1a54cb68b2c68ecf4902a7f1ee940711b62e413c69d17ba1515f24e115484bac1b4919947f2214784389839f633fbb13dea69c186246426e57c33a148c4c
 SHA512 
10c433d6779b1fd7e1935c587676492d96a330dc3280556332bb55b6e5c62de8631fd755d07d2eaf80cb9fa209dc25b241d5ecf3a6fe2b8210a3d0e1ce4fa4bf

diff --git a/app-backup/bup/bup-0.29.2.ebuild b/app-backup/bup/bup-0.29.2.ebuild
deleted file mode 100644
index e4d3a98673f..000
--- a/app-backup/bup/bup-0.29.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="A highly efficient backup system based on the git packfile format"
-HOMEPAGE="https://bup.github.io/ https://github.com/bup/bup;
-SRC_URI="https://github.com/bup/bup/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+doc test web"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   app-arch/par2cmdline
-   sys-libs/readline:0
-   dev-vcs/git
-   $(python_gen_cond_dep '
-   dev-python/fuse-python[${PYTHON_MULTI_USEDEP}]
-   dev-python/pylibacl[${PYTHON_MULTI_USEDEP}]
-   dev-python/pyxattr[${PYTHON_MULTI_USEDEP}]
-   web? ( www-servers/tornado[${PYTHON_MULTI_USEDEP}] )
-   ')"
-DEPEND="${RDEPEND}
-   test? (
-   dev-lang/perl
-   net-misc/rsync
-   )
-   doc? ( app-text/pandoc )
-"
-
-# unresolved sandbox issues
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}"/${P}-sitedir.patch )
-
-src_configure() {
-   # only build/install docs if enabled
-   export PANDOC=$(usex doc pandoc "")
-
-   ./configure || die
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX=/usr DOCDIR="/usr/share/${PF}" \
-   SITEDIR="$(python_get_sitedir)" install
-   python_fix_shebang "${ED}"
-   python_optimize "${ED}"
-}

diff --git a/app-backup/bup/files/bup-0.29.2-sitedir.patch 
b/app-backup/bup/files/bup-0.29.2-sitedir.patch
deleted file mode 100644
index 920b3dc2792..000
--- a/app-backup/bup/files/bup-0.29.2-sitedir.patch
+++ /dev/null
@@ -1,38 +0,0 @@
 bup-0.29.2/Makefile
-+++ bup-0.29.2/Makefile
-@@ -25,7 +25,7 @@
- os := $(shell ($(pf); uname | sed 's/[-_].*//') $(isok))
- os := $(call shout,$(os),Unable to determine OS)
- 
--CFLAGS := -Wall -O2 -Werror -Wno-unknown-pragmas $(PYINCLUDE) $(CFLAGS)
-+CFLAGS := -Wall -Wno-unknown-pragmas $(PYINCLUDE) $(CFLAGS)
- CFLAGS := -D_FILE_OFFSET_BITS=64 $(CFLAGS)
- SOEXT:=.so
- 
-@@ -93,10 +93,11 @@
- dest_docdir := $(DESTDIR)$(DOCDIR)
- dest_bindir := $(DESTDIR)$(BINDIR)
- dest_libdir := $(DESTDIR)$(LIBDIR)
-+dest_sitedir := $(DESTDIR)$(SITEDIR)
- 
- install: all
--  $(INSTALL) -d $(dest_bindir) \
--  $(dest_libdir)/bup $(dest_libdir)/cmd \
-+  $(INSTALL) -d $(dest_bindir) $(dest_libdir) \
-+  $(dest_sitedir)/bup $(dest_libdir)/cmd \
-   $(dest_libdir)/web $(dest_libdir)/web/static
-   test -z "$(man_roff)" || install -d $(dest_mandir)/man1
-   test -z "$(man_roff)" || $(INSTALL) -m 0644 $(man_roff) 
$(dest_mandir)/man1
-@@ -109,10 +110,10 @@
-   done
-   $(INSTALL) -pm 0644 \
-   lib/bup/*.py \
--  $(dest_libdir)/bup
-+  $(dest_sitedir)/bup
-   $(INSTALL) -pm 0755 \
-   lib/bup/*$(SOEXT) \
--  $(dest_libdir)/bup
-+  $(dest_sitedir)/bup
-   $(INSTALL) -pm 0644 \
-   lib/web/static/* \
-   $(dest_libdir)/web/static/

diff --git a/app-backup/bup/metadata.xml b/app-backup/bup/metadata.xml
deleted file mode 100644
index 1d0a6394f96..000
--- a/app-backup/bup/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   Support browsing backups 

[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/URLObject/

2020-05-23 Thread Michał Górny
commit: e347f07c429f267a257a92eb0a460a5c847f13aa
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 09:51:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 09:53:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e347f07c

dev-python/URLObject: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718854
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/URLObject/Manifest   |  1 -
 dev-python/URLObject/URLObject-2.4.3.ebuild | 42 -
 dev-python/URLObject/metadata.xml   |  9 ---
 profiles/package.mask   |  6 -
 4 files changed, 58 deletions(-)

diff --git a/dev-python/URLObject/Manifest b/dev-python/URLObject/Manifest
deleted file mode 100644
index 794fc953cab..000
--- a/dev-python/URLObject/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST urlobject-2.4.3.tar.gz 26325 BLAKE2B 
6c73bab1768d8676ccd7411175877a17a8b64e2498345443bfd8e28873c1ba9aacf158cfcac739d8ae1abf7d7845bc5fa5f478441d6d99530a9395b236b118f0
 SHA512 
2bd08ba5695c8277eeed154d7f414939e8b471e83f1fc6b9db93931f8e49dea4583036b0b7fb8d820e0b214bdc4bf2fe78987eb6a5c63ba70611aea6365c2972

diff --git a/dev-python/URLObject/URLObject-2.4.3.ebuild 
b/dev-python/URLObject/URLObject-2.4.3.ebuild
deleted file mode 100644
index 5796b3cf392..000
--- a/dev-python/URLObject/URLObject-2.4.3.ebuild
+++ /dev/null
@@ -1,42 +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 distutils-r1
-
-GITHUB_P=${P,,}
-DESCRIPTION="A utility class for manipulating URLs"
-HOMEPAGE="https://pypi.org/project/URLObject/;
-# note: pypi tarball lacks tests
-# https://github.com/zacharyvoase/urlobject/issues/39
-SRC_URI="https://github.com/zacharyvoase/urlobject/archive/v${PV}.tar.gz -> 
${GITHUB_P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="
-   ${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-S=${WORKDIR}/${GITHUB_P}
-
-python_prepare_all() {
-   rm "${S}/urlobject/six.py" || die
-   find "${S}/urlobject" -type f -name \*.py \
-   -exec sed -e 's/from \.six import/from six import/g' -i "{}" \; 
|| die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   nosetests -v || die "Tests fail with ${EPYTHON}"
-}

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 6fc99417926..db5066a497b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -439,12 +439,6 @@ dev-python/ipdbplugin
 # Removal in 30 days.  Bug #718896.
 dev-python/cligj
 
-# Michał Górny  (2020-04-22)
-# Unmaintained.  Stuck at Python 3.6.  The only revdep was last rited
-# already.
-# Removal in 30 days.  Bug #718854.
-dev-python/URLObject
-
 # Michał Górny  (2020-04-22)
 # Effectively unmaintained and stuck on Python 3.6.
 #



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

2020-05-23 Thread Andreas Sturmlechner
commit: 2951aa020dc9973598a0ed83c1a92c512fbe19b9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 09:38:04 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 10:52:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2951aa02

sci-libs/flann: Use system-lz4 and fix underlinking

Closes: https://bugs.gentoo.org/681898
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/flann/files/flann-1.9.1-system-lz4.patch | 125 ++
 sci-libs/flann/flann-1.9.1-r3.ebuild  |  94 
 2 files changed, 219 insertions(+)

diff --git a/sci-libs/flann/files/flann-1.9.1-system-lz4.patch 
b/sci-libs/flann/files/flann-1.9.1-system-lz4.patch
new file mode 100644
index 000..dcc9fedd4a9
--- /dev/null
+++ b/sci-libs/flann/files/flann-1.9.1-system-lz4.patch
@@ -0,0 +1,125 @@
+From: Jochen Sprickerhof 
+Date: Sun, 14 Oct 2018 00:25:05 +0200
+Subject: Use system version of liblz4
+
+Also make sure that flann_cpp is linked against LZ4.
+---
+ CMakeLists.txt | 3 +++
+ cmake/flann.pc.in  | 2 +-
+ examples/CMakeLists.txt| 3 +++
+ src/cpp/CMakeLists.txt | 8 ++--
+ src/cpp/flann/util/serialization.h | 4 ++--
+ 5 files changed, 15 insertions(+), 5 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index a01fb7a..995e54e 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -142,6 +142,9 @@ if (BUILD_CUDA_LIB)
+ endif(CUDA_FOUND)
+ endif(BUILD_CUDA_LIB)
+ 
++find_package(PkgConfig REQUIRED)
++pkg_check_modules(LZ4 REQUIRED liblz4)
++
+ #set the C/C++ include path to the "include" directory
+ include_directories(BEFORE ${PROJECT_SOURCE_DIR}/src/cpp)
+ 
+diff --git a/cmake/flann.pc.in b/cmake/flann.pc.in
+index 82eee5e..07b8d64 100644
+--- a/cmake/flann.pc.in
 b/cmake/flann.pc.in
+@@ -8,6 +8,6 @@ Name: @PROJECT_NAME@
+ Description: @PKG_DESC@
+ Version: @FLANN_VERSION@
+ Requires: @PKG_EXTERNAL_DEPS@
+-Libs: -L${libdir} -lflann -lflann_cpp
++Libs: -L${libdir} @LZ4_STATIC_LDFLAGS@ -lflann -lflann_cpp
+ Cflags: -I${includedir}
+ 
+diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
+index e9fef04..2b2bb9d 100644
+--- a/examples/CMakeLists.txt
 b/examples/CMakeLists.txt
+@@ -3,6 +3,7 @@ add_custom_target(examples ALL)
+ 
+ if (BUILD_C_BINDINGS)
+ add_executable(flann_example_c flann_example.c)
++target_link_libraries(flann_example_c -Wl,--push-state,--no-as-needed 
${LZ4_LIBRARIES} -Wl,--pop-state)
+ target_link_libraries(flann_example_c flann)
+ set_target_properties(flann_example_c PROPERTIES COMPILE_FLAGS -std=c99)
+ 
+@@ -14,6 +15,7 @@ if (HDF5_FOUND)
+ include_directories(${HDF5_INCLUDE_DIRS})
+ 
+ add_executable(flann_example_cpp flann_example.cpp)
++target_link_libraries(flann_example_cpp -Wl,--push-state,--no-as-needed 
${LZ4_LIBRARIES} -Wl,--pop-state)
+ target_link_libraries(flann_example_cpp ${HDF5_LIBRARIES} flann_cpp)
+ if (HDF5_IS_PARALLEL)
+ target_link_libraries(flann_example_cpp ${MPI_LIBRARIES})
+@@ -25,6 +27,7 @@ if (HDF5_FOUND)
+ 
+ if (USE_MPI AND HDF5_IS_PARALLEL)
+ add_executable(flann_example_mpi flann_example_mpi.cpp)
++target_link_libraries(flann_example_mpi 
-Wl,--push-state,--no-as-needed ${LZ4_LIBRARIES} -Wl,--pop-state)
+ target_link_libraries(flann_example_mpi flann_cpp ${HDF5_LIBRARIES} 
${MPI_LIBRARIES} ${Boost_LIBRARIES})
+ 
+ add_dependencies(examples flann_example_mpi)
+diff --git a/src/cpp/CMakeLists.txt b/src/cpp/CMakeLists.txt
+index b453b27..5c4f693 100644
+--- a/src/cpp/CMakeLists.txt
 b/src/cpp/CMakeLists.txt
+@@ -4,11 +4,12 @@ add_definitions(-D_FLANN_VERSION=${FLANN_VERSION})
+ 
+ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/flann/config.h.in 
${CMAKE_CURRENT_SOURCE_DIR}/flann/config.h)
+ 
+-file(GLOB_RECURSE C_SOURCES flann.cpp lz4.c lz4hc.c)
+-file(GLOB_RECURSE CPP_SOURCES flann_cpp.cpp lz4.c lz4hc.c)
++file(GLOB_RECURSE C_SOURCES flann.cpp)
++file(GLOB_RECURSE CPP_SOURCES flann_cpp.cpp)
+ file(GLOB_RECURSE CU_SOURCES *.cu)
+ 
+ add_library(flann_cpp_s STATIC ${CPP_SOURCES})
++target_link_libraries(flann_cpp_s ${LZ4_LIBRARIES})
+ if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_CLANG)
+ set_target_properties(flann_cpp_s PROPERTIES COMPILE_FLAGS -fPIC)
+ endif()
+@@ -42,6 +43,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux" AND 
CMAKE_COMPILER_IS_GNUCC)
+ endif()
+ else()
+ add_library(flann_cpp SHARED ${CPP_SOURCES})
++target_link_libraries(flann_cpp -Wl,--push-state,--no-as-needed 
${LZ4_LIBRARIES} -Wl,--pop-state)
+ if (BUILD_CUDA_LIB)
+   cuda_add_library(flann_cuda SHARED ${CPP_SOURCES})
+ set_property(TARGET flann_cpp PROPERTY COMPILE_DEFINITIONS 
FLANN_USE_CUDA)
+@@ -77,6 +79,7 @@ endif()
+ 
+ if (BUILD_C_BINDINGS)
+ add_library(flann_s STATIC ${C_SOURCES})
++target_link_libraries(flann_cpp 

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

2020-05-23 Thread Andreas Sturmlechner
commit: f4841815cb707b2aad2db97001a0a38eab577c34
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 09:51:14 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 10:52:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4841815

media-gfx/hugin: Drop 2019.0.0

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

 media-gfx/hugin/Manifest   |   1 -
 .../hugin/files/hugin-2019.0.0-exiv2-0.27.1.patch  |  29 --
 media-gfx/hugin/hugin-2019.0.0.ebuild  | 100 -
 3 files changed, 130 deletions(-)

diff --git a/media-gfx/hugin/Manifest b/media-gfx/hugin/Manifest
index ed9c292193e..424227ceba5 100644
--- a/media-gfx/hugin/Manifest
+++ b/media-gfx/hugin/Manifest
@@ -1,2 +1 @@
-DIST hugin-2019.0.0.tar.bz2 10297887 BLAKE2B 
59c4df340f01dc7fa72c08b575fe2449ac40b96ac2e925aaef0d7804df54db25df7b5901cb25a5da4d8e78c93c668081d535517c275cd1ccb40f5159e1c725e5
 SHA512 
49e945523c290a6bf33f265cd9e29343442a056248fc09aeb15ebb1f4197510c25ff8201b5520a9ed8fcac2342eda8b8fa65b9b82ff3930084546e1fc228d9a5
 DIST hugin-2019.2.0.tar.bz2 10335030 BLAKE2B 
4fbcb974eea01dbd8d722f64b5cadfd1b3fe101e5e7849d069c531e55e1ea71c226bcb1550b59374bbe8adf111b7c0bc5e48c14f45bdb685486cbeccde5add70
 SHA512 
2ddfe7468a474c385ef66a88c3a5a2491183765ae431e5044f504d2e95ec3cb99c0b97b98dda282ba7950f6f2001f46b2f2ea39b9025718c2a329dea967685c1

diff --git a/media-gfx/hugin/files/hugin-2019.0.0-exiv2-0.27.1.patch 
b/media-gfx/hugin/files/hugin-2019.0.0-exiv2-0.27.1.patch
deleted file mode 100644
index e22023f3998..000
--- a/media-gfx/hugin/files/hugin-2019.0.0-exiv2-0.27.1.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Fix build against exiv2-0.27.1 by using upstream recommended catchall header.
-
 a/src/hugin_base/panodata/SrcPanoImage.cpp 2019-02-16 09:18:55.0 
+0100
-+++ b/src/hugin_base/panodata/SrcPanoImage.cpp 2019-05-21 14:26:23.470193305 
+0200
-@@ -40,9 +40,7 @@
- #include 
- #include 
- #include 
--#include 
--#include 
--#include 
-+#include 
- #include 
- #include "Exiv2Helper.h"
- 
 a/src/hugin1/hugin/RawImport.cpp   2019-02-02 11:11:01.0 +0100
-+++ b/src/hugin1/hugin/RawImport.cpp   2019-05-21 14:33:00.522541182 +0200
-@@ -35,10 +35,7 @@
- // workaround for a conflict between exiv2 and wxWidgets/CMake built
- #define HAVE_PID_T 1
- #endif
--#include 
--#include 
--#include 
--#include 
-+#include 
- #ifdef __WXMSW__
- #include 
- #endif

diff --git a/media-gfx/hugin/hugin-2019.0.0.ebuild 
b/media-gfx/hugin/hugin-2019.0.0.ebuild
deleted file mode 100644
index 1217aa9474d..000
--- a/media-gfx/hugin/hugin-2019.0.0.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-WX_GTK_VER="3.0"
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
-
-inherit python-single-r1 wxwidgets cmake-utils eapi7-ver xdg
-
-DESCRIPTION="GUI for the creation & processing of panoramic images"
-HOMEPAGE="http://hugin.sf.net;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2+ BSD BSD-2 MIT wxWinLL-3 ZLIB FDL-1.2"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-LANGS=" ca ca-valencia cs da de en-GB es eu fi fr hu it ja nl pl pt-BR ro ru 
sk sv zh-CN zh-TW"
-IUSE="debug lapack python raw sift $(echo ${LANGS//\ /\ l10n_})"
-
-CDEPEND="
-   !!dev-util/cocom
-   dev-db/sqlite:3
-   dev-libs/boost:=
-   dev-libs/zthread
-   >=media-gfx/enblend-4.0
-   media-gfx/exiv2:=
-   media-libs/freeglut
-   media-libs/glew:=
-   >=media-libs/libpano13-2.9.19_beta1:0=
-   media-libs/libpng:0=
-   media-libs/openexr:=
-   media-libs/tiff:0
-   >=media-libs/vigra-1.11.0[openexr]
-   sci-libs/fftw:3.0=
-   sci-libs/flann
-   sys-libs/zlib
-   virtual/glu
-   virtual/jpeg:0
-   virtual/opengl
-   x11-libs/wxGTK:3.0=[X,opengl]
-   lapack? ( virtual/blas virtual/lapack )
-   python? ( ${PYTHON_DEPS} )
-   sift? ( media-gfx/autopano-sift-C )"
-RDEPEND="${CDEPEND}
-   media-libs/exiftool
-   raw? ( media-gfx/dcraw )"
-DEPEND="${CDEPEND}
-   dev-cpp/tclap
-   sys-devel/gettext
-   virtual/pkgconfig
-   python? ( >=dev-lang/swig-2.0.4 )"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-DOCS=( authors.txt README TODO )
-
-PATCHES=( "${FILESDIR}/${P}-exiv2-0.27.1.patch" ) # bug 686366
-
-S=${WORKDIR}/${PN}-$(ver_cut 1-2).0
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-   setup-wxwidgets
-}
-
-src_prepare() {
-   sed -i \
-   -e "/COMMAND.*GZIP/d" \
-   -e "s/\.gz//g" \
-   "${S}"/doc/CMakeLists.txt || die
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_HSI=$(usex python)
-   -DENABLE_LAPACK=$(usex lapack)
-   )
-   cmake-utils_src_configure

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

2020-05-23 Thread Andreas Sturmlechner
commit: 67970b58a844a1604acf62765810abb7f7cc3658
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 09:44:17 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 10:52:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67970b58

sci-libs/flann: Fix HOMEPAGE, old one was dead

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

 sci-libs/flann/flann-1.9.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/flann/flann-1.9.1-r3.ebuild 
b/sci-libs/flann/flann-1.9.1-r3.ebuild
index b34a54471dc..e53d428ee73 100644
--- a/sci-libs/flann/flann-1.9.1-r3.ebuild
+++ b/sci-libs/flann/flann-1.9.1-r3.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit cmake cuda flag-o-matic toolchain-funcs
 
 DESCRIPTION="Fast approximate nearest neighbor searches in high dimensional 
spaces"
-HOMEPAGE="https://www.cs.ubc.ca/research/flann/;
+HOMEPAGE="https://github.com/mariusmuja/flann;
 SRC_URI="https://github.com/mariusmuja/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"



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

2020-05-23 Thread Andreas Sturmlechner
commit: 5b0a118d58dcc3e38b542f4c4e9aa53dd3c9d9a9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 23 09:44:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 23 10:52:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0a118d

sci-libs/flann: Drop 1.9.1-r2

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

 sci-libs/flann/flann-1.9.1-r2.ebuild | 95 
 1 file changed, 95 deletions(-)

diff --git a/sci-libs/flann/flann-1.9.1-r2.ebuild 
b/sci-libs/flann/flann-1.9.1-r2.ebuild
deleted file mode 100644
index f6ffdd259b2..000
--- a/sci-libs/flann/flann-1.9.1-r2.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils cuda flag-o-matic toolchain-funcs
-
-DESCRIPTION="Fast approximate nearest neighbor searches in high dimensional 
spaces"
-HOMEPAGE="https://www.cs.ubc.ca/research/flann/;
-SRC_URI="https://github.com/mariusmuja/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE="cuda doc examples mpi openmp octave static-libs"
-
-BDEPEND="
-   app-arch/unzip
-   doc? ( dev-tex/latex2html )
-"
-DEPEND="
-   cuda? ( >=dev-util/nvidia-cuda-toolkit-5.5 )
-   mpi? (
-   sci-libs/hdf5[mpi]
-   dev-libs/boost:=[mpi]
-   )
-   !mpi? ( !sci-libs/hdf5[mpi] )
-   octave? ( >=sci-mathematics/octave-3.6.4-r1 )
-"
-RDEPEND="${DEPEND}"
-# TODO:
-# readd dependencies for test suite,
-# requires multiple ruby dependencies
-
-PATCHES=(
-   "${FILESDIR}"/${P}-cmake-3.11{,-1}.patch # bug 678030
-   "${FILESDIR}"/${P}-cuda-9.patch
-)
-
-pkg_pretend() {
-   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
-   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-src_prepare() {
-   # bug #302621
-   use mpi && export CXX=mpicxx
-   # produce pure octave files
-   # octave gentoo installation for .m files respected
-   sed -i \
-   -e 's/--mex//' \
-   -e 's/\.mex/\.oct/' \
-   -e '/FILES/s/${MEX_FILE}//' \
-   -e 's:share/flann/octave:share/octave/site/m:' \
-   -e "/CUSTOM_TARGET/a\INSTALL(FILES \${MEX_FILE} DESTINATION 
libexec/octave/site/oct/${CHOST})" \
-   src/matlab/CMakeLists.txt || die
-   use cuda && cuda_src_prepare
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   append-cxxflags -std=c++11
-
-   # python bindings are split
-   # off into dev-python/pyflann
-   local mycmakeargs=(
-   -DBUILD_C_BINDINGS=ON
-   -DBUILD_PYTHON_BINDINGS=OFF
-   -DPYTHON_EXECUTABLE=
-   -DBUILD_CUDA_LIB=$(usex cuda)
-   -DBUILD_EXAMPLES=$(usex examples)
-   -DBUILD_DOC=$(usex doc)
-   -DBUILD_TESTS=OFF
-   -DBUILD_MATLAB_BINDINGS=$(usex octave)
-   -DUSE_MPI=$(usex mpi)
-   -DUSE_OPENMP=$(usex openmp)
-   )
-   use cuda && mycmakeargs+=(
-   -DCUDA_NVCC_FLAGS="${NVCCFLAGS} --linker-options \"-arsch\""
-   )
-   use doc && mycmakeargs+=( -DDOCDIR=share/doc/${PF} )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   if ! use static-libs; then
-   find "${D}" -name 'lib*.a' -delete || die
-   fi
-}



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

2020-05-23 Thread Michał Górny
commit: 094516bbb67373d19454e8875cc5f6b3bde4130a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 23 10:51:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 23 10:52:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094516bb

profiles/license_groups: Remove removed licenses

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

 profiles/license_groups | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/license_groups b/profiles/license_groups
index 6de0e078e22..3db3c336d22 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -30,7 +30,7 @@ OSI-APPROVED AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 Apache-2.0 
APL-1.0 APSL-2 Artisti
 # Licenses in this list should NOT appear directly or indirectly in
 # @FSF-APPROVED or @OSI-APPROVED.
 # Note: Licenses for fonts should be included in @MISC-FREE-DOCS.
-MISC-FREE AIFFWriter.m Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE 
boehm-gc BSD-1 BSD-with-attribution BSD-with-disclosure buddy bufexplorer.vim 
BZIP2 canfep CAOSL CDDL-1.1 CDDL-Schily CeCILL-C CMake CPL-0.5 CRACKLIB 
Crypt-IDEA DES docbook dom4j DUMB-0.9.3 eGenixPublic-1.1 ElementTree Emacs 
ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK freetts FVWM gd 
gsm HTML-Tidy htmlc iASL icu IDPL imagemagick Info-ZIP inner-net Interbase-1.0 
ipadic ipx-utils Ispell JDOM JNIC JOVE Khronos-CLHPP LambdaMOO LIBGLOSS libmng 
libpng libpng2 libtiff LLVM-Grant LPPL-1.3 LPPL-1.3b lsof Mail-Sendmail 
matplotlib Mini-XML minpack MIT-with-advertising mm mpich2 NCSA-HDF netcat 
NEWLIB ngrep Old-MIT openafs-krb5-a Openwall otter par PCRE perforce photopc 
PHP-2.02 pngcrush pngnq Princeton psutils rc rdisc regexp-UofT repoze RSA rwpng 
sash scanlogd sdlsasteroids Sendmail Sendmail-Open-Source shrimp SMAIL Snd 
SSLeay Subversion SVFL symlinks Sympow-BSD tablelist tcltk tcp_wrappers_license 
TeX Te
 X-other-free the-Click-license Time-Format Time-modules tm-align torque-2.5 
totd Toyoda tumbolia UCAR-Unidata URT VTK w3m wm2 x2x xbatt xboing XC Xdebug 
xtrs xvt ZSH
+MISC-FREE AIFFWriter.m Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE 
boehm-gc BSD-1 BSD-with-attribution BSD-with-disclosure buddy bufexplorer.vim 
BZIP2 canfep CAOSL CDDL-1.1 CDDL-Schily CeCILL-C CMake CPL-0.5 CRACKLIB 
Crypt-IDEA DES docbook dom4j DUMB-0.9.3 eGenixPublic-1.1 ElementTree Emacs 
ErlPL-1.1 FastCGI feh File-MMagic Flashpix FLEX flexmock FLTK freetts FVWM gd 
gsm HTML-Tidy htmlc iASL icu IDPL imagemagick Info-ZIP inner-net Interbase-1.0 
ipadic ipx-utils Ispell JDOM JNIC JOVE Khronos-CLHPP LambdaMOO LIBGLOSS libmng 
libpng libpng2 libtiff LLVM-Grant LPPL-1.3 LPPL-1.3b lsof matplotlib Mini-XML 
minpack MIT-with-advertising mm mpich2 NCSA-HDF netcat NEWLIB ngrep Old-MIT 
openafs-krb5-a Openwall otter par PCRE perforce photopc PHP-2.02 pngcrush pngnq 
Princeton psutils rc rdisc regexp-UofT repoze RSA rwpng sash scanlogd 
sdlsasteroids Sendmail Sendmail-Open-Source shrimp SMAIL Snd SSLeay Subversion 
SVFL symlinks Sympow-BSD tablelist tcltk tcp_wrappers_license TeX 
TeX-other-free t
 he-Click-license Time-Format Time-modules tm-align torque-2.5 totd Toyoda 
tumbolia UCAR-Unidata URT VTK w3m wm2 x2x xbatt xboing XC Xdebug xtrs ZSH
 
 # Metaset for all free software
 FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED @MISC-FREE



[gentoo-commits] proj/mysql-extras:master commit in: /

2020-05-23 Thread Thomas Deutschmann
commit: e18b5c5dd7b65d46d60b934398ff6e0fa2e5047f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat May 23 12:19:14 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May 23 12:19:14 2020 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=e18b5c5d

Respin tokudb CFLAGS patch for new MariaDB versions

Link: 
https://github.com/MariaDB/server/commit/a13157a561d960604c0c8cfd23b79783cfe76861
Signed-off-by: Thomas Deutschmann  gentoo.org>

 20004_all_mariadb-filter-tokudb-flags-5.5.68.patch | 21 +
 1 file changed, 21 insertions(+)

diff --git a/20004_all_mariadb-filter-tokudb-flags-5.5.68.patch 
b/20004_all_mariadb-filter-tokudb-flags-5.5.68.patch
new file mode 100644
index 000..2a5c3fa
--- /dev/null
+++ b/20004_all_mariadb-filter-tokudb-flags-5.5.68.patch
@@ -0,0 +1,21 @@
+diff -aurN 
mysql.orig/storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake 
mysql/storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake
+--- mysql.orig/storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake   
2013-09-19 18:34:24.0 -0400
 mysql/storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake
2013-10-09 14:16:46.197211235 -0400
+@@ -136,12 +136,10 @@
+   set(CMAKE_CXX_FLAGS_RELEASE "-g -O3 ${CMAKE_CXX_FLAGS_RELEASE} -UNDEBUG")
+ else ()
+   # we overwrite this because the default passes -DNDEBUG and we don't want 
that
+-  set(CMAKE_C_FLAGS_RELWITHDEBINFO "-flto -fuse-linker-plugin 
${CMAKE_C_FLAGS_RELWITHDEBINFO} -g -O3 -UNDEBUG")
+-  set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-flto -fuse-linker-plugin 
${CMAKE_CXX_FLAGS_RELWITHDEBINFO} -g -O3 -UNDEBUG")
+-  set(CMAKE_C_FLAGS_RELEASE "-g -O3 -flto -fuse-linker-plugin 
${CMAKE_C_FLAGS_RELEASE} -UNDEBUG")
+-  set(CMAKE_CXX_FLAGS_RELEASE "-g -O3 -flto -fuse-linker-plugin 
${CMAKE_CXX_FLAGS_RELEASE} -UNDEBUG")
+-  set(CMAKE_EXE_LINKER_FLAGS "-g -fuse-linker-plugin 
${CMAKE_EXE_LINKER_FLAGS}")
+-  set(CMAKE_SHARED_LINKER_FLAGS "-g -fuse-linker-plugin 
${CMAKE_SHARED_LINKER_FLAGS}")
++  set(CMAKE_C_FLAGS_RELWITHDEBINFO "${CMAKE_C_FLAGS_RELWITHDEBINFO} -UNDEBUG")
++  set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} 
-UNDEBUG")
++  set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -UNDEBUG")
++  set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -UNDEBUG")
+ endif ()
+ 
+ ## set warnings
+ 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Accessor/

2020-05-23 Thread Kent Fredric
commit: 903b6653a857c75bba76c23b1bdb423ab7b33648
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat May 23 08:40:35 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat May 23 08:40:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=903b6653

dev-perl/Class-Accessor: Bump to version 0.510.0

- I hadn't planned on bumping this soon, but I shipped a version that
  was slightly old but upstream is somewhat to blame, they
  misdirected me with the top entry in "Changes" for 0.51 being "0.50",
  otherwise everything else was fine, as that misdrection lead me to
  evaluate the whole upgrade to 0.50, not 0.51 ;)

Upstream:
- Also do eval-sub-compile magic in Class::Accessor::Faster
- Reindent code added in previous release.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-Accessor/Class-Accessor-0.510.0.ebuild   | 23 ++
 dev-perl/Class-Accessor/Manifest   |  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/Class-Accessor/Class-Accessor-0.510.0.ebuild 
b/dev-perl/Class-Accessor/Class-Accessor-0.510.0.ebuild
new file mode 100644
index 000..787f12a753b
--- /dev/null
+++ b/dev-perl/Class-Accessor/Class-Accessor-0.510.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=KASEI
+DIST_VERSION=0.51
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Automated accessor generation"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="dev-perl/Sub-Name"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"

diff --git a/dev-perl/Class-Accessor/Manifest b/dev-perl/Class-Accessor/Manifest
index f9c918cd80a..3c67abb0ab0 100644
--- a/dev-perl/Class-Accessor/Manifest
+++ b/dev-perl/Class-Accessor/Manifest
@@ -1,2 +1,3 @@
 DIST Class-Accessor-0.34.tar.gz 12315 BLAKE2B 
8dfc65c7b9f7d63112b6991b0ac3c8c93146fac2f800425ba88281f70ab9c5f27a00f7c2f0eca9cc92dd5391dabc24f7fd3d987075d421e26f1fe5dee77218f8
 SHA512 
a2978e5b8a7b080ef85e2b2499ee7263c9b5b8a70effc00a04e18fe92694fd59331b50b8162d3b8a6cb48ebedccca3b4780ec0984e6b8728b130a49781e35ee4
 DIST Class-Accessor-0.50.tar.gz 12998 BLAKE2B 
067920502bbad3e941d4b70ed325b46821cd2817bc5b2f222693375c07f3c4deb2a69ff3ced59a5ed18abd7aa1f0dad5fb28d0c225a88db5a83abcf887db668a
 SHA512 
e36520805fc5cf404c48bf252dd0cc3cb3298d472b31a8d4b6dde08316e93b9a45527df47ba8d848c29fe5dcfbbfb021eb8ed2565a56aec2896c1362b9ae05b8
+DIST Class-Accessor-0.51.tar.gz 13013 BLAKE2B 
6797c0635aac3f0a9b8e1241b95d0286246da8169f2e41f478a69b5d154ce9ff3b1e21bcf94b75f987b14401fd7645428d4d303f4f78bb2c03554159f7de5a4e
 SHA512 
be11acea4747c59e3e524c75d818e0391756cbc08eebff71dca280e737ce228209e76310649298e536e07db1c856d5a71dd64aefc55b49e33cfcb2b3439eab0b



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

2020-05-23 Thread Hans de Graaff
commit: fc31e2586f6aa9e46d3ea16a0c39b1bb1758b6bf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 09:26:59 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 09:27:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc31e258

dev-ruby/gettext-setup: add missing dependency on git

Closes: https://bugs.gentoo.org/723828
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff  gentoo.org>

 .../gettext-setup/gettext-setup-0.34-r1.ebuild | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/dev-ruby/gettext-setup/gettext-setup-0.34-r1.ebuild 
b/dev-ruby/gettext-setup/gettext-setup-0.34-r1.ebuild
new file mode 100644
index 000..e56f46d8242
--- /dev/null
+++ b/dev-ruby/gettext-setup/gettext-setup-0.34-r1.ebuild
@@ -0,0 +1,42 @@
+# 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_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A gem to ease i18n"
+HOMEPAGE="https://github.com/puppetlabs/gettext-setup-gem;
+SRC_URI="https://github.com/puppetlabs/gettext-setup-gem/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+RUBY_S="${PN}-gem-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND+=" dev-vcs/git"
+DEPEND+=" test? ( dev-vcs/git )"
+
+ruby_add_rdepend "
+   >=dev-ruby/fast_gettext-1.1.0:0
+   >=dev-ruby/ruby-gettext-3.0.2
+   dev-ruby/locale
+"
+
+all_ruby_prepare() {
+   sed -i -e 's/1.1.0/1.1/' \
+   -e "s/spec.version.*$/spec.version = '${PV}'/" 
${RUBY_FAKEGEM_GEMSPEC} || die
+
+   sed -i -e '/simplecov/,/^end/ s:^:#: ; 1irequire "date"' 
spec/spec_helper.rb || die
+
+   # Avoid spec with specific locale requirements
+   sed -i -e '/can clear the locale/,/^end/ s:^:#:' 
spec/lib/gettext-setup/gettext_setup_spec.rb || die
+}



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

2020-05-23 Thread Hans de Graaff
commit: 2258f035f942264b5c477e453916caf69cae98dd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 23 09:22:22 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 23 09:27:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2258f035

dev-ruby/jbuilder: cleanup

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

 dev-ruby/jbuilder/Manifest  |  1 -
 dev-ruby/jbuilder/jbuilder-2.9.1.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-ruby/jbuilder/Manifest b/dev-ruby/jbuilder/Manifest
index 6ab60fbecc2..0761dbe6063 100644
--- a/dev-ruby/jbuilder/Manifest
+++ b/dev-ruby/jbuilder/Manifest
@@ -1,2 +1 @@
 DIST jbuilder-2.10.0.gem 28160 BLAKE2B 
c277a59d53f30132ebe88d6afda5c221d74a399b01cedf6a4863f29e94d329137669942957a21ae9c5c192177dc9e78b6d66d9b5a29c7d4667a0432556c6b28c
 SHA512 
a429422d65ed3eec55f46597f73a97b267fe7d6c7554ec6a6d60e1e1c0a9306b81f7283524602a30af11a141f7cd466a0f7b0a804172bd4008787462f0fa4ffc
-DIST jbuilder-2.9.1.gem 28160 BLAKE2B 
52e8a6ed2e6be19d73c22eddc6bcf3817e89f390da3b5eb4bc3308fa0c588f910608cbc6586cab858a5fb9ae6eb22fbade3fb32a426bed665cae18c067d85116
 SHA512 
aa8607696f5f14f22d163438d876b2a3017af791fdf4d6afd0df6c736ef86294db71f21a719029a2c052c24623d86f05c7aa5315e6f5066c74bc6886c50873fb

diff --git a/dev-ruby/jbuilder/jbuilder-2.9.1.ebuild 
b/dev-ruby/jbuilder/jbuilder-2.9.1.ebuild
deleted file mode 100644
index f71f5a9a260..000
--- a/dev-ruby/jbuilder/jbuilder-2.9.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST="TRAVIS=true test"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Create JSON structures via a Builder-style DSL"
-HOMEPAGE="https://github.com/rails/jbuilder;
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/activesupport-4.2.0:*"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/ s:^:#:' Rakefile test/test_helper.rb || die
-}



  1   2   3   >