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

2021-04-03 Thread Agostino Sarubbo
commit: 89ca24959d0e05815da3a7e8990b4a5891cf7769
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  4 05:58:44 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  4 05:58:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ca2495

app-admin/exo: version bump to 1.27.1 - remove old.

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

 app-admin/exo/Manifest | 2 +-
 app-admin/exo/{exo-1.27.0.ebuild => exo-1.27.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/exo/Manifest b/app-admin/exo/Manifest
index 179d471eb0f..f997980ac9c 100644
--- a/app-admin/exo/Manifest
+++ b/app-admin/exo/Manifest
@@ -1 +1 @@
-DIST exo-1.27.0.tar.gz 5345040 BLAKE2B 
294ec2a0540259bbe0296e2866f62fd472bf20c7abac8a2660eef23b819b7191d0d1f7ef8b8937382a621a13a1ab3a9bb7af7834cf9fa0b6e1b278596c1cd6a7
 SHA512 
c03d0c60537e81743941401ae24b39ba036e4bced935fc00ff6b6f78c9db0a4bec67a96ab77ff62a5d94be4ddc04cfe05bc3ffe377c766a775f74315e1cd5111
+DIST exo-1.27.1.tar.gz 5344908 BLAKE2B 
2672cd1e0e4ac59585c0ab376d130fc650db4a9ce8ac3ad7e28b3f22ebdabd4b6d61a477a2b1b8f4da098ef6ed296f6c9a8dae6cc734843c1d4dccb6cd2fbcc2
 SHA512 
e6d74968ad5677bef4b6c5b698281d1b27949214e3c1f87cbce15e622cfc800b4b0e958c6ea75f9a7eb1f8f3211f0e13bc6819dcc5e95cf996936b956c276619

diff --git a/app-admin/exo/exo-1.27.0.ebuild b/app-admin/exo/exo-1.27.1.ebuild
similarity index 100%
rename from app-admin/exo/exo-1.27.0.ebuild
rename to app-admin/exo/exo-1.27.1.ebuild



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

2021-04-03 Thread Sam James
commit: 26701d265987756275119d98eb0718259b6699ae
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 23:04:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 23:07:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26701d26

app-misc/jail: eutils--, fix ${D} in src_compile

Signed-off-by: Sam James  gentoo.org>

 app-misc/jail/jail-2.0-r4.ebuild | 55 +---
 app-misc/jail/metadata.xml   |  8 +++---
 2 files changed, 33 insertions(+), 30 deletions(-)

diff --git a/app-misc/jail/jail-2.0-r4.ebuild b/app-misc/jail/jail-2.0-r4.ebuild
index 4e8ef915d7e..b3921ab2dae 100644
--- a/app-misc/jail/jail-2.0-r4.ebuild
+++ b/app-misc/jail/jail-2.0-r4.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit eutils flag-o-matic toolchain-funcs
+
+inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Builds a chroot and configures all the required files, 
directories and libraries"
 HOMEPAGE="https://github.com/spiculator/jail;
@@ -11,13 +12,11 @@ 
SRC_URI="https://github.com/spiculator/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE=""
 
 RDEPEND="
dev-lang/perl
dev-util/strace
 "
-DEPEND=""
 
 PATCHES=(
"${FILESDIR}"/${PN}-1.9-gentoo.patch
@@ -35,41 +34,45 @@ PATCHES=(
 )
 
 src_compile() {
+   emake -C src CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
# configuration files should be installed in /etc not /usr/etc
sed -i "s:\$4/etc:\${D}/etc:g" install.sh || die
 
# the destination directory should be /usr not /usr/local
-   sed -i -e "s:usr/local:${D}/usr:g" \
-   -e "s:^COPT =.*:COPT = -Wl,-z,no:g" src/Makefile || die
+   sed -i \
+   -e "s:usr/local:${D}/usr:g" \
+   -e "s:^COPT =.*:COPT = -Wl,-z,no:g" \
+   src/Makefile || die
 
-   emake -C src CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
emake -C src install
 
# remove //var/tmp/portage/${P}/image//usr from files
-   FILES=( "${D}/usr/bin/mkjailenv"
-   "${D}/usr/bin/addjailsw"
-   "${D}/usr/bin/addjailuser"
-   "${D}/etc/jail.conf"
-   "${D}/usr/lib/libjail.pm"
-   "${D}/usr/lib/arch/generic/definitions"
-   "${D}/usr/lib/arch/generic/functions"
-   "${D}/usr/lib/arch/linux/definitions"
-   "${D}/usr/lib/arch/linux/functions"
-   "${D}/usr/lib/arch/freebsd/definitions"
-   "${D}/usr/lib/arch/freebsd/functions"
-   "${D}/usr/lib/arch/irix/definitions"
-   "${D}/usr/lib/arch/irix/functions"
-   "${D}/usr/lib/arch/solaris/definitions"
-   "${D}/usr/lib/arch/solaris/functions" )
+   FILES=(
+   "${ED}/usr/bin/mkjailenv"
+   "${ED}/usr/bin/addjailsw"
+   "${ED}/usr/bin/addjailuser"
+   "${ED}/etc/jail.conf"
+   "${ED}/usr/lib/libjail.pm"
+   "${ED}/usr/lib/arch/generic/definitions"
+   "${ED}/usr/lib/arch/generic/functions"
+   "${ED}/usr/lib/arch/linux/definitions"
+   "${ED}/usr/lib/arch/linux/functions"
+   "${ED}/usr/lib/arch/freebsd/definitions"
+   "${ED}/usr/lib/arch/freebsd/functions"
+   "${ED}/usr/lib/arch/irix/definitions"
+   "${ED}/usr/lib/arch/irix/functions"
+   "${ED}/usr/lib/arch/solaris/definitions"
+   "${ED}/usr/lib/arch/solaris/functions"
+   )
 
for f in "${FILES[@]}"; do
sed -i "s:/${D}/usr:/usr:g" ${f} || die
done
 
-   sed -i "s:/usr/etc:/etc:" "${D}"/usr/lib/libjail.pm || die
+   sed -i "s:/usr/etc:/etc:" "${ED}"/usr/lib/libjail.pm || die
 
dodoc doc/{CHANGELOG,INSTALL,README,SECURITY,VERSION}
 }

diff --git a/app-misc/jail/metadata.xml b/app-misc/jail/metadata.xml
index 425dd3d2d46..26ee509dcdc 100644
--- a/app-misc/jail/metadata.xml
+++ b/app-misc/jail/metadata.xml
@@ -7,9 +7,9 @@
https://github.com/spiculator/jail/issues


-Jail Chroot Project is an attempt of write a tool that builds a chrooted 
environment. 
-The main goal of Jail is to be as simple as possible, and highly portable. The 
most 
-difficult step when building a chrooted environment is to set up the right 
libraries and 
-files. Here, Jail comes to the rescue with a tool to automagically configures 
and builds 
+Jail Chroot Project is an attempt of write a tool that builds a chrooted 
environment.
+The main goal of Jail is to be as simple as possible, and highly portable. The 
most
+difficult step when building a chrooted environment is to set up the right 
libraries and
+files. Here, Jail comes to the rescue 

[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/

2021-04-03 Thread Sam James
commit: 439c3a6415640ecbb363b178049dd8868bfed0eb
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 23:01:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 23:01:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439c3a64

app-doc/doxygen: eutils--

Signed-off-by: Sam James  gentoo.org>

 app-doc/doxygen/doxygen-1.8.17-r1.ebuild | 5 ++---
 app-doc/doxygen/doxygen-1.8.20.ebuild| 5 ++---
 app-doc/doxygen/doxygen-1.9.1.ebuild | 1 -
 app-doc/doxygen/doxygen-.ebuild  | 1 -
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/app-doc/doxygen/doxygen-1.8.17-r1.ebuild 
b/app-doc/doxygen/doxygen-1.8.17-r1.ebuild
index 25c030ab149..c76275551d0 100644
--- a/app-doc/doxygen/doxygen-1.8.17-r1.ebuild
+++ b/app-doc/doxygen/doxygen-1.8.17-r1.ebuild
@@ -2,15 +2,14 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
 
+PYTHON_COMPAT=( python3_{7,8} )
 CMAKE_MAKEFILE_GENERATOR="emake"
 
-inherit cmake-utils eutils flag-o-matic llvm python-any-r1
+inherit cmake-utils flag-o-matic llvm python-any-r1
 if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/doxygen/doxygen.git;
-   SRC_URI=""
 else
SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz;
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"

diff --git a/app-doc/doxygen/doxygen-1.8.20.ebuild 
b/app-doc/doxygen/doxygen-1.8.20.ebuild
index c34a171940f..0c452edeb2b 100644
--- a/app-doc/doxygen/doxygen-1.8.20.ebuild
+++ b/app-doc/doxygen/doxygen-1.8.20.ebuild
@@ -2,15 +2,14 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
 
+PYTHON_COMPAT=( python3_{7,8} )
 CMAKE_MAKEFILE_GENERATOR="emake"
 
-inherit cmake-utils eutils flag-o-matic llvm python-any-r1
+inherit cmake-utils flag-o-matic llvm python-any-r1
 if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/doxygen/doxygen.git;
-   SRC_URI=""
 else
SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"

diff --git a/app-doc/doxygen/doxygen-1.9.1.ebuild 
b/app-doc/doxygen/doxygen-1.9.1.ebuild
index a5e22a7a949..6126bb3d681 100644
--- a/app-doc/doxygen/doxygen-1.9.1.ebuild
+++ b/app-doc/doxygen/doxygen-1.9.1.ebuild
@@ -9,7 +9,6 @@ inherit cmake flag-o-matic llvm python-any-r1
 if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/doxygen/doxygen.git;
-   SRC_URI=""
 else
SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz;
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"

diff --git a/app-doc/doxygen/doxygen-.ebuild 
b/app-doc/doxygen/doxygen-.ebuild
index c44b0d62387..678fc5e6be3 100644
--- a/app-doc/doxygen/doxygen-.ebuild
+++ b/app-doc/doxygen/doxygen-.ebuild
@@ -9,7 +9,6 @@ inherit cmake flag-o-matic llvm python-any-r1
 if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/doxygen/doxygen.git;
-   SRC_URI=""
 else
SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"



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

2021-04-03 Thread Sam James
commit: f267cc022cf5fbcfbfb9c62fe30382b33a2a6407
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 23:02:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 23:02:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f267cc02

app-misc/getopt: eutils--

Signed-off-by: Sam James  gentoo.org>

 app-misc/getopt/getopt-1.1.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/getopt/getopt-1.1.6-r1.ebuild 
b/app-misc/getopt/getopt-1.1.6-r1.ebuild
index f39bcae0840..718e4cae3c6 100644
--- a/app-misc/getopt/getopt-1.1.6-r1.ebuild
+++ b/app-misc/getopt/getopt-1.1.6-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit toolchain-funcs eutils
+inherit toolchain-funcs
 
 DESCRIPTION="getopt(1) replacement supporting GNU-style long options"
 HOMEPAGE="http://frodo.looijaard.name/project/getopt/;



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

2021-04-03 Thread Sam James
commit: 33b9be6fa18cd5447f8e162fd5045736b3540cb2
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 23:05:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 23:07:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b9be6f

app-misc/vit: eutils--

Signed-off-by: Sam James  gentoo.org>

 app-misc/vit/vit-1.3.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-misc/vit/vit-1.3.ebuild b/app-misc/vit/vit-1.3.ebuild
index d259efed3a6..39987374585 100644
--- a/app-misc/vit/vit-1.3.ebuild
+++ b/app-misc/vit/vit-1.3.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit eutils
-
 DESCRIPTION="Perl/Curses front-end for Taskwarrior (app-misc/task)"
 HOMEPAGE="https://github.com/scottkosty/vit;
 SRC_URI="https://github.com/scottkosty/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
@@ -12,7 +10,6 @@ 
SRC_URI="https://github.com/scottkosty/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
 
 DEPEND="
app-misc/task



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

2021-04-03 Thread Sam James
commit: 1cee6c10898f82dc774138f0447e0b8f8a9e3526
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:45:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:45:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cee6c10

dev-libs/tinyxml: eutils--

Signed-off-by: Sam James  gentoo.org>

 dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild | 3 ++-
 dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild 
b/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild
index b516cd4de3b..29649a33250 100644
--- a/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild
+++ b/dev-libs/tinyxml/tinyxml-2.6.2-r3.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit flag-o-matic toolchain-funcs eutils multilib versionator
+
+inherit flag-o-matic toolchain-funcs multilib versionator
 
 DESCRIPTION="Simple and small C++ XML parser"
 HOMEPAGE="http://www.grinninglizard.com/tinyxml/index.html;

diff --git a/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild 
b/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild
index a926096910f..731078bfb6e 100644
--- a/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild
+++ b/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit flag-o-matic toolchain-funcs eutils multilib
+
+inherit flag-o-matic toolchain-funcs multilib
 
 DESCRIPTION="Simple and small C++ XML parser"
 HOMEPAGE="http://www.grinninglizard.com/tinyxml/index.html;



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

2021-04-03 Thread Sam James
commit: a6d325f4bac5eb0a9ef2a6bf3f559dee36a2035a
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:55:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:55:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d325f4

dev-libs/opencryptoki: multilib--, missing dies

Signed-off-by: Sam James  gentoo.org>

 dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild 
b/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild
index f3666b16096..765c8841da1 100644
--- a/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild
+++ b/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit autotools multilib flag-o-matic user
+inherit autotools flag-o-matic user
 
 DESCRIPTION="PKCS#11 provider cryptographic hardware"
 HOMEPAGE="https://sourceforge.net/projects/opencryptoki;
@@ -74,24 +74,25 @@ src_configure() {
 
 src_install() {
default
+
find "${ED}" -name '*.la' -delete || die
 
# Install libopencryptoki in the standard directory for libraries.
mv "${ED}"/usr/$(get_libdir)/opencryptoki/libopencryptoki.so* 
"${ED}"/usr/$(get_libdir) || die
-   rm "${ED}"/usr/$(get_libdir)/pkcs11/libopencryptoki.so
+   rm "${ED}"/usr/$(get_libdir)/pkcs11/libopencryptoki.so || die
dosym ../libopencryptoki.so /usr/$(get_libdir)/pkcs11/libopencryptoki.so
 
# Remove compatibility symlinks as we _never_ required those and
# they seem unused even upstream.
-   find "${ED}" -name 'PKCS11_*' -delete
+   find "${ED}" -name 'PKCS11_*' -delete || die
 
# We replace their ld.so and init files (mostly designed for RedHat
# as far as I can tell) with our own replacements.
-   rm -rf "${ED}"/etc/ld.so.conf.d "${ED}"/etc/rc.d
+   rm -rf "${ED}"/etc/ld.so.conf.d "${ED}"/etc/rc.d || die
 
# make sure that we don't modify the init script if the USE flags
# are enabled for the needed services.
-   cp "${FILESDIR}"/pkcsslotd.init.2 "${T}"/pkcsslotd.init
+   cp "${FILESDIR}"/pkcsslotd.init.2 "${T}"/pkcsslotd.init || die
use tpm || sed -i -e '/use tcsd/d' "${T}"/pkcsslotd.init
newinitd "${T}/pkcsslotd.init" pkcsslotd
 



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

2021-04-03 Thread Sam James
commit: ed6b91ce5b16625ff9d191033b6aacb8c73a308e
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:53:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:53:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6b91ce

dev-libs/openct: multilib--, sort USE, missing die

Signed-off-by: Sam James  gentoo.org>

 dev-libs/openct/openct-0.6.20-r4.ebuild | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-libs/openct/openct-0.6.20-r4.ebuild 
b/dev-libs/openct/openct-0.6.20-r4.ebuild
index a9c60e5a381..1ec25fe7b6e 100644
--- a/dev-libs/openct/openct-0.6.20-r4.ebuild
+++ b/dev-libs/openct/openct-0.6.20-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit flag-o-matic multilib udev user
+inherit flag-o-matic udev user
 
 DESCRIPTION="library for accessing smart card terminals"
 HOMEPAGE="https://github.com/OpenSC/openct/wiki;
@@ -13,7 +13,7 @@ KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 
s390 sparc x86"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE="doc pcsc-lite usb debug"
+IUSE="doc debug pcsc-lite usb"
 
 RDEPEND="pcsc-lite? ( >=sys-apps/pcsc-lite-1.7.2-r1:= )
usb? ( virtual/libusb:0 )
@@ -35,7 +35,8 @@ src_configure() {
--enable-non-privileged \
--with-daemon-user=openctd \
--with-daemon-groups=usb \
-   --enable-shared --disable-static \
+   --enable-shared \
+   --disable-static \
$(use_enable doc) \
$(use_enable doc api-doc) \
$(use_enable pcsc-lite pcsc) \
@@ -45,8 +46,9 @@ src_configure() {
 
 src_install() {
default
-   find "${D}" -name '*.la' -delete || die
-   rm "${D}"/usr/$(get_libdir)/openct-ifd.*
+
+   find "${ED}" -name '*.la' -delete || die
+   rm "${ED}"/usr/$(get_libdir)/openct-ifd.* || die
 
udev_newrules etc/openct.udev 70-openct.rules
 



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

2021-04-03 Thread Sam James
commit: e718c280d3b2d653fb41acb392c0d06995808d3f
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:52:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:52:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e718c280

dev-libs/pcc-libs: eutils--, versionator--

Signed-off-by: Sam James  gentoo.org>

 dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild | 14 ++
 dev-libs/pcc-libs/pcc-libs-.ebuild  | 14 ++
 2 files changed, 4 insertions(+), 24 deletions(-)

diff --git a/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild 
b/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild
index 1c1352594b8..7e0b2be6788 100644
--- a/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild
+++ b/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild
@@ -1,28 +1,18 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils versionator
-
 DESCRIPTION="pcc compiler support libs"
 HOMEPAGE="http://pcc.ludd.ltu.se;
+S="${WORKDIR}"/${PN}-${PVR/*_pre/}/
 
 SRC_URI="ftp://pcc.ludd.ltu.se/pub/pcc-releases/${P}.tgz;
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-S=${WORKDIR}/${PN}-${PVR/*_pre/}/
-
 src_compile() {
# not parallel-safe yet
emake -j1
 }
-
-src_install() {
-   emake DESTDIR="${D}" install
-}

diff --git a/dev-libs/pcc-libs/pcc-libs-.ebuild 
b/dev-libs/pcc-libs/pcc-libs-.ebuild
index 004d91f4e4f..acb5ea6516e 100644
--- a/dev-libs/pcc-libs/pcc-libs-.ebuild
+++ b/dev-libs/pcc-libs/pcc-libs-.ebuild
@@ -3,15 +3,13 @@
 
 EAPI=5
 
-inherit eutils versionator
-
 DESCRIPTION="pcc compiler support libs"
 HOMEPAGE="http://pcc.ludd.ltu.se;
 
-if [[ ${PV} =  ]]; then
-   inherit cvs
+if [[ ${PV} ==  ]]; then
ECVS_SERVER="pcc.ludd.ltu.se:/cvsroot"
ECVS_MODULE="${PN}"
+   inherit cvs
S="${WORKDIR}/${PN}"
 else
SRC_URI="ftp://pcc.ludd.ltu.se/pub/pcc-releases/${P}.tgz;
@@ -20,15 +18,7 @@ fi
 LICENSE="BSD"
 SLOT="0"
 
-IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-
 src_compile() {
# not parallel-safe yet
emake -j1
 }
-
-src_install() {
-   emake DESTDIR="${D}" install
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper/

2021-04-03 Thread Sam James
commit: a4c7bfb337eae28f7245395e8f620629449e0bba
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:59:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:59:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c7bfb3

app-crypt/johntheripper: eutils--, multilib--

Signed-off-by: Sam James  gentoo.org>

 app-crypt/johntheripper/johntheripper-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/johntheripper/johntheripper-1.8.0.ebuild 
b/app-crypt/johntheripper/johntheripper-1.8.0.ebuild
index cd23cb4e246..048b15c1c8d 100644
--- a/app-crypt/johntheripper/johntheripper-1.8.0.ebuild
+++ b/app-crypt/johntheripper/johntheripper-1.8.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cuda eutils flag-o-matic toolchain-funcs multilib
+inherit cuda flag-o-matic toolchain-funcs
 
 MY_PN="john"
 MY_P="${MY_PN}-${PV}"



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

2021-04-03 Thread Sam James
commit: 0db73aeda59c076eb3a54c93428dd9db75dd66e1
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:54:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:54:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db73aed

dev-libs/luise: multilib--

Signed-off-by: Sam James  gentoo.org>

 dev-libs/luise/luise-0.1.1-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-libs/luise/luise-0.1.1-r1.ebuild 
b/dev-libs/luise/luise-0.1.1-r1.ebuild
index 2653ebe5350..d2dfb59779f 100644
--- a/dev-libs/luise/luise-0.1.1-r1.ebuild
+++ b/dev-libs/luise/luise-0.1.1-r1.ebuild
@@ -1,12 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 MY_PN="LUIse"
 
-inherit multilib
-
 DESCRIPTION="Programming interface for the Wallbraun LCD-USB-Interface"
 
HOMEPAGE="https://web.archive.org/web/20140102061822/http://wallbraun-electronics.de/;
 SRC_URI="https://dev.gentoo.org/~conikost/files/${MY_PN}_${PV}.tar.gz;



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

2021-04-03 Thread Sam James
commit: abdde2d56be7d7d46cf29e8686431268e0d64ce4
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:44:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:44:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abdde2d5

dev-libs/ucl: eutils->epatch

Signed-off-by: Sam James  gentoo.org>

 dev-libs/ucl/ucl-1.03-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/ucl/ucl-1.03-r1.ebuild b/dev-libs/ucl/ucl-1.03-r1.ebuild
index 71e1cac0a15..38e1c6530d1 100644
--- a/dev-libs/ucl/ucl-1.03-r1.ebuild
+++ b/dev-libs/ucl/ucl-1.03-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit autotools eutils flag-o-matic ltprune
+
+inherit autotools epatch flag-o-matic ltprune
 
 DESCRIPTION="the UCL Compression Library"
 HOMEPAGE="http://www.oberhumer.com/opensource/ucl/;



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

2021-04-03 Thread Sam James
commit: e6cef39ef658b97ae598d7696e0091342b624282
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:50:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:50:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cef39e

dev-libs/qqwing: eutils->epatch, eutils--

Signed-off-by: Sam James  gentoo.org>

 dev-libs/qqwing/qqwing-1.3.3.ebuild | 8 ++--
 dev-libs/qqwing/qqwing-1.3.4.ebuild | 8 ++--
 2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/dev-libs/qqwing/qqwing-1.3.3.ebuild 
b/dev-libs/qqwing/qqwing-1.3.3.ebuild
index f9527626400..8755e040c44 100644
--- a/dev-libs/qqwing/qqwing-1.3.3.ebuild
+++ b/dev-libs/qqwing/qqwing-1.3.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit autotools eutils
+inherit autotools epatch
 
 DESCRIPTION="Sudoku puzzle generator and solver"
 HOMEPAGE="https://qqwing.com;
@@ -12,10 +12,6 @@ 
SRC_URI="https://github.com/stephenostermiller/${PN}/archive/v${PV}.tar.gz -> ${
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 arm x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
 
 src_prepare() {
# Make autotools work out of the box

diff --git a/dev-libs/qqwing/qqwing-1.3.4.ebuild 
b/dev-libs/qqwing/qqwing-1.3.4.ebuild
index 30b47aeb2c3..ccd031c7ed2 100644
--- a/dev-libs/qqwing/qqwing-1.3.4.ebuild
+++ b/dev-libs/qqwing/qqwing-1.3.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils ltprune
+inherit ltprune
 
 DESCRIPTION="Sudoku puzzle generator and solver"
 HOMEPAGE="https://qqwing.com;
@@ -12,10 +12,6 @@ SRC_URI="https://qqwing.com/${P}.tar.gz;
 LICENSE="GPL-2+"
 SLOT="0/2"
 KEYWORDS="amd64 arm ~arm64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
 
 src_install() {
default



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

2021-04-03 Thread Sam James
commit: 191bbf07359092476c45d912ee55e5ebe8578627
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:47:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:47:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191bbf07

dev-libs/quazip: flag-o-matic--

Signed-off-by: Sam James  gentoo.org>

 dev-libs/quazip/quazip-0.9.1.ebuild  | 5 ++---
 dev-libs/quazip/quazip-1.1-r1.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/quazip/quazip-0.9.1.ebuild 
b/dev-libs/quazip/quazip-0.9.1.ebuild
index e1cde21e0b7..cec7a955d1d 100644
--- a/dev-libs/quazip/quazip-0.9.1.ebuild
+++ b/dev-libs/quazip/quazip-0.9.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake flag-o-matic qmake-utils
+inherit cmake qmake-utils
 
 DESCRIPTION="Simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package"
 HOMEPAGE="https://stachenov.github.io/quazip/;
@@ -12,7 +12,6 @@ 
SRC_URI="https://github.com/stachenov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
 
 RDEPEND="
dev-qt/qtcore:5

diff --git a/dev-libs/quazip/quazip-1.1-r1.ebuild 
b/dev-libs/quazip/quazip-1.1-r1.ebuild
index 6a18b5ce23e..a5077d44ea3 100644
--- a/dev-libs/quazip/quazip-1.1-r1.ebuild
+++ b/dev-libs/quazip/quazip-1.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake flag-o-matic
+inherit cmake
 
 DESCRIPTION="Simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package"
 HOMEPAGE="https://stachenov.github.io/quazip/;
@@ -37,6 +37,7 @@ src_configure() {
-DQUAZIP_QT_MAJOR_VERSION=5
-DBUILD_TESTING=$(usex test)
)
+
cmake_src_configure
 }
 



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

2021-04-03 Thread Sam James
commit: c395609b8b870c0a6e408862694e5eca9622a3da
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:48:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:48:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c395609b

dev-libs/stfl: eutils--, multilib--

Signed-off-by: Sam James  gentoo.org>

 dev-libs/stfl/stfl-0.24-r3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-libs/stfl/stfl-0.24-r3.ebuild 
b/dev-libs/stfl/stfl-0.24-r3.ebuild
index 33ad5472509..fb1a4eb91c6 100644
--- a/dev-libs/stfl/stfl-0.24-r3.ebuild
+++ b/dev-libs/stfl/stfl-0.24-r3.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 PYTHON_COMPAT=( python3_{7..9} )
 GENTOO_DEPEND_ON_PERL=no
-inherit eutils multilib perl-module python-r1 toolchain-funcs
+inherit perl-module python-r1 toolchain-funcs
 
 DESCRIPTION="A library which implements a curses-based widget set for text 
terminals"
 HOMEPAGE="http://www.clifford.at/stfl/;
@@ -38,6 +39,7 @@ PATCHES=(
 
 src_prepare() {
default_src_prepare
+
sed -i \
-e 's/-Os -ggdb//' \
-e 's/^\(all:.*\) example/\1/' \



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

2021-04-03 Thread Sam James
commit: 85a677251bb7a08cf311f40ba0ca7d35111f813b
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:43:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:43:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a67725

dev-libs/dmalloc: multilib--, static-libs--

Signed-off-by: Sam James  gentoo.org>

 dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild | 21 +
 dev-libs/dmalloc/dmalloc-99.ebuild   | 21 -
 2 files changed, 25 insertions(+), 17 deletions(-)

diff --git a/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild 
b/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild
index fb49d37d57e..2a8cb602185 100644
--- a/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild
+++ b/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools multilib toolchain-funcs
+
+inherit autotools toolchain-funcs
 
 DESCRIPTION="A Debug Malloc Library"
 HOMEPAGE="https://dmalloc.com;
@@ -11,10 +12,12 @@ SRC_URI="https://dmalloc.com/releases/${P}.tgz;
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE="static-libs threads"
+IUSE="threads"
+
+BDEPEND="sys-apps/texinfo"
 
-DEPEND="sys-apps/texinfo"
 DOCS=( NEWS README docs/NOTES docs/TODO )
+
 PATCHES=(
# - Build objects twice, once -fPIC for shared.
# - Use DESTDIR.
@@ -45,7 +48,11 @@ src_prepare() {
 
 src_configure() {
tc-export AR
-   econf --enable-cxx --enable-shlib $(use_enable threads)
+
+   econf \
+   --enable-cxx \
+   --enable-shlib \
+   $(use_enable threads)
 }
 
 src_compile() {
@@ -77,7 +84,5 @@ src_install() {
/usr/$(get_libdir)/lib${PN}${lib}.so.${PV%%.*}
done
 
-   if ! use static-libs; then
-   rm "${ED}"/usr/$(get_libdir)/lib${PN}*.a || die
-   fi
+   rm "${ED}"/usr/$(get_libdir)/lib${PN}*.a || die
 }

diff --git a/dev-libs/dmalloc/dmalloc-99.ebuild 
b/dev-libs/dmalloc/dmalloc-99.ebuild
index 8408576bf00..e94bdfb5003 100644
--- a/dev-libs/dmalloc/dmalloc-99.ebuild
+++ b/dev-libs/dmalloc/dmalloc-99.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools git-r3 multilib toolchain-funcs
+
+inherit autotools git-r3 toolchain-funcs
 
 DESCRIPTION="A Debug Malloc Library"
 HOMEPAGE="https://dmalloc.com;
@@ -10,16 +11,17 @@ EGIT_REPO_URI="https://github.com/j256/dmalloc;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS=""
-IUSE="static-libs threads"
+IUSE="threads"
 
 BDEPEND="
app-text/texi2html
sys-apps/texinfo
 "
+
 DOCS=(
ChangeLog.txt README.md TODO dmalloc.html
 )
+
 PATCHES=(
# - Build objects twice, once -fPIC for shared.
# - Use DESTDIR.
@@ -49,13 +51,16 @@ src_prepare() {
 
 src_configure() {
tc-export AR
-   econf --enable-cxx --enable-shlib $(use_enable threads)
+   econf \
+   --enable-cxx \
+   --enable-shlib \
+   $(use_enable threads)
 }
 
 src_compile() {
default
 
-#  makeinfo dmalloc.texi || die
+   #makeinfo dmalloc.texi || die
 }
 
 src_test() {
@@ -77,7 +82,5 @@ src_install() {
/usr/$(get_libdir)/lib${PN}${lib}.so.5
done
 
-   if ! use static-libs; then
-   rm "${ED}"/usr/$(get_libdir)/lib${PN}*.a || die
-   fi
+   rm "${ED}"/usr/$(get_libdir)/lib${PN}*.a || die
 }



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

2021-04-03 Thread Sam James
commit: b1dff3918002db4a1ceca444f486908e94a63e6f
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:46:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:46:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1dff391

dev-libs/tvmet: eutils->epatch

Signed-off-by: Sam James  gentoo.org>

 dev-libs/tvmet/tvmet-1.7.2-r2.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/tvmet/tvmet-1.7.2-r2.ebuild 
b/dev-libs/tvmet/tvmet-1.7.2-r2.ebuild
index b9927da76c9..f382b9c7e94 100644
--- a/dev-libs/tvmet/tvmet-1.7.2-r2.ebuild
+++ b/dev-libs/tvmet/tvmet-1.7.2-r2.ebuild
@@ -1,22 +1,22 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-inherit eutils
+inherit epatch
 
 DESCRIPTION="Tiny Vector Matrix library using Expression Templates"
 HOMEPAGE="http://tvmet.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-LICENSE="LGPL-2.1"
+
 SLOT="0"
+LICENSE="LGPL-2.1"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug doc test"
 RESTRICT="!test? ( test )"
 
 DEPEND="doc? ( app-doc/doxygen )
test? ( dev-util/cppunit )"
-RDEPEND=""
 
 src_prepare() {
epatch "${FILESDIR}/${P}-respect-cxxflags.patch"



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

2021-04-03 Thread Sam James
commit: ef8263bcf752d6ee3d6928088fce55e84cd2e5e6
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:44:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:44:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8263bc

dev-libs/uulib: autotools--

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-libs/uulib/uulib-0.5.20-r1.ebuild 
b/dev-libs/uulib/uulib-0.5.20-r1.ebuild
index 18563655e64..91efcae1542 100644
--- a/dev-libs/uulib/uulib-0.5.20-r1.ebuild
+++ b/dev-libs/uulib/uulib-0.5.20-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools toolchain-funcs
+inherit toolchain-funcs
 
 MY_P=uudeview-${PV}
 



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

2021-04-03 Thread Georgy Yakovlev
commit: 18b519726110646e816e2b45e73ac39e3c9ee2bc
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Apr  3 22:33:49 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Apr  3 22:36:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18b51972

profiles/features/prefix: force rust[system-bootstrap]

Bug: https://bugs.gentoo.org/682370
Bug: https://bugs.gentoo.org/739574
Closes: https://github.com/gentoo/gentoo/pull/19815
Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/features/prefix/package.use.force | 9 +
 1 file changed, 9 insertions(+)

diff --git a/profiles/features/prefix/package.use.force 
b/profiles/features/prefix/package.use.force
new file mode 100644
index 000..95c5b369755
--- /dev/null
+++ b/profiles/features/prefix/package.use.force
@@ -0,0 +1,9 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Georgy Yakovlev  (2021-04-03)
+# We want to use rust-bin (with fixes) or source-built rust
+# to bootstrap rust properly.
+# See https://github.com/gentoo/gentoo/pull/19815 for discussion
+# And https://bugs.gentoo.org/682370 https://bugs.gentoo.org/682370
+dev-lang/rust system-bootstrap



[gentoo-commits] repo/gentoo:master commit in: dev-libs/antlr-c/files/, dev-libs/antlr-c/

2021-04-03 Thread Sam James
commit: b4cfe080ee6ac869a5ce57766cedf8e6582cfb87
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:26:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:27:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4cfe080

dev-libs/antlr-c: multilib--, static-libs--

Signed-off-by: Sam James  gentoo.org>

 dev-libs/antlr-c/antlr-c-3.5.2-r1.ebuild | 18 ++
 dev-libs/antlr-c/files/3.5-cflags.patch  |  5 ++---
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/dev-libs/antlr-c/antlr-c-3.5.2-r1.ebuild 
b/dev-libs/antlr-c/antlr-c-3.5.2-r1.ebuild
index b073fe00848..e0b7a34e56f 100644
--- a/dev-libs/antlr-c/antlr-c-3.5.2-r1.ebuild
+++ b/dev-libs/antlr-c/antlr-c-3.5.2-r1.ebuild
@@ -1,23 +1,23 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit eutils autotools multilib-minimal
+inherit autotools multilib-minimal
 
 MY_PN="${PN%-c}"
 DESCRIPTION="The ANTLR3 C Runtime"
 HOMEPAGE="https://www.antlr3.org/;
 SRC_URI="https://github.com/${MY_PN}/${MY_PN}3/archive/${PV}.tar.gz -> 
${MY_PN}-${PV}.tar.gz"
+S="${WORKDIR}/${MY_PN}3-${PV}/runtime/C"
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug debugger doc static-libs"
+IUSE="debug debugger doc"
 
-DEPEND="doc? ( app-doc/doxygen[dot] )"
-RDEPEND=""
+BDEPEND="doc? ( app-doc/doxygen[dot] )"
 
-S="${WORKDIR}/${MY_PN}3-${PV}/runtime/C"
 PATCHES=( "${FILESDIR}/3.5-cflags.patch" )
 MULTILIB_WRAPPED_HEADERS=( /usr/include/antlr3config.h )
 DOCS=( AUTHORS ChangeLog NEWS README )
@@ -32,9 +32,9 @@ src_prepare() {
 multilib_src_configure() {
local econfargs=(
--enable-shared
+   --disable-static
$(use_enable debug debuginfo)
$(use_enable debugger antlrdebug)
-   $(use_enable static-libs static)
)
 
case "${ABI}" in
@@ -58,6 +58,8 @@ src_compile() {
 
 src_install() {
use doc && HTML_DOCS=( "${S}/api/" )
+
multilib-minimal_src_install
-   find "${D}" -name '*.la' -delete || die
+
+   find "${ED}" -name '*.la' -delete || die
 }

diff --git a/dev-libs/antlr-c/files/3.5-cflags.patch 
b/dev-libs/antlr-c/files/3.5-cflags.patch
index 85451331182..a2e91397b2e 100644
--- a/dev-libs/antlr-c/files/3.5-cflags.patch
+++ b/dev-libs/antlr-c/files/3.5-cflags.patch
@@ -1,6 +1,5 @@
-diff -ur libantlr3c-3.3-SNAPSHOT.old//configure.ac 
libantlr3c-3.3-SNAPSHOT/configure.ac
 libantlr3c-3.3-SNAPSHOT.old//configure.ac  2011-04-03 10:40:51.27742 
+0300
-+++ libantlr3c-3.3-SNAPSHOT/configure.ac   2011-04-03 10:41:22.09242 
+0300
+--- a/configure.ac
 b/configure.ac
 @@ -134,8 +134,8 @@
   ;;
  esac



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

2021-04-03 Thread Sam James
commit: 3652272b707a89b90fb6202ab3d2517570d9e19c
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:18:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:18:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3652272b

net-im/cpop: eutils->epatch

Signed-off-by: Sam James  gentoo.org>

 net-im/cpop/cpop-0.0.4-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-im/cpop/cpop-0.0.4-r1.ebuild b/net-im/cpop/cpop-0.0.4-r1.ebuild
index b86f14d8e51..04b26d3a6a1 100644
--- a/net-im/cpop/cpop-0.0.4-r1.ebuild
+++ b/net-im/cpop/cpop-0.0.4-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit eutils
+
+inherit epatch
 
 DESCRIPTION="GTK+ network popup message client. Compatible with the jpop 
protocol"
 HOMEPAGE="http://www.draxil.uklinux.net/hip/index.pl?page=cpop;



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

2021-04-03 Thread Sam James
commit: 30c7a342a58be465a305fd588cd7aef17ab3df4b
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:27:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:27:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c7a342

dev-libs/c-capnproto: autotools--

Signed-off-by: Sam James  gentoo.org>

 dev-libs/c-capnproto/c-capnproto-0.3.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-libs/c-capnproto/c-capnproto-0.3.ebuild 
b/dev-libs/c-capnproto/c-capnproto-0.3.ebuild
index efe586aaee4..143d47a4ac1 100644
--- a/dev-libs/c-capnproto/c-capnproto-0.3.ebuild
+++ b/dev-libs/c-capnproto/c-capnproto-0.3.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=7
 
-inherit autotools
-
 DESCRIPTION="C library/compiler for the Cap'n Proto serialization/RPC protocol"
 HOMEPAGE="https://github.com/opensourcerouting/c-capnproto;
 
SRC_URI="https://github.com/opensourcerouting/c-capnproto/releases/download/${P}/${P}.tar.xz;



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

2021-04-03 Thread Sam James
commit: d41f5700a112cc1f814d9e6e58c365feeb278eee
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:16:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:16:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41f5700

dev-lang/python: Stabilize 2.7.18_p8 ppc64, #779844

Signed-off-by: Sam James  gentoo.org>

 dev-lang/python/python-2.7.18_p8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-2.7.18_p8.ebuild 
b/dev-lang/python/python-2.7.18_p8.ebuild
index 0c8495ba876..56b45849ef7 100644
--- a/dev-lang/python/python-2.7.18_p8.ebuild
+++ b/dev-lang/python/python-2.7.18_p8.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc ~x86"
 IUSE="-berkdb bluetooth build elibc_uclibc examples gdbm hardened ipv6 
libressl +ncurses +readline +sqlite +ssl +threads tk +wide-unicode wininst +xml"
 
 # Do not add a dependency on dev-lang/python to this ebuild.



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

2021-04-03 Thread Sam James
commit: e33fba3e298e31926d15ab1f3669b00adcc13651
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:17:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:17:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e33fba3e

dev-lang/python: Stabilize 2.7.18_p8 ppc, #779844

Signed-off-by: Sam James  gentoo.org>

 dev-lang/python/python-2.7.18_p8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-2.7.18_p8.ebuild 
b/dev-lang/python/python-2.7.18_p8.ebuild
index 56b45849ef7..7d868681b3c 100644
--- a/dev-lang/python/python-2.7.18_p8.ebuild
+++ b/dev-lang/python/python-2.7.18_p8.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sparc ~x86"
 IUSE="-berkdb bluetooth build elibc_uclibc examples gdbm hardened ipv6 
libressl +ncurses +readline +sqlite +ssl +threads tk +wide-unicode wininst +xml"
 
 # Do not add a dependency on dev-lang/python to this ebuild.



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

2021-04-03 Thread Sam James
commit: 4a9a84ec0f8d2c36995b2e9e6db149a50463ffc2
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:14:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:14:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9a84ec

x11-plugins/lurch: Stabilize 0.7.0 x86, #779817

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/x11-plugins/lurch/lurch-0.7.0.ebuild 
b/x11-plugins/lurch/lurch-0.7.0.ebuild
index fd2c8d05193..dbdcaa1fc95 100644
--- a/x11-plugins/lurch/lurch-0.7.0.ebuild
+++ b/x11-plugins/lurch/lurch-0.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/gkdr/lurch/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3"  # likely not GPL-3+, https://github.com/gkdr/lurch/issues/165
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 # NOTE: Some of these dependencies seem like leftovers in the build system



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

2021-04-03 Thread Sam James
commit: f28661cb6babadf6ee3f3cd216d90393df61f401
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:14:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:14:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28661cb

net-libs/libaxc: Stabilize 0.3.4-r2 x86, #779817

Signed-off-by: Sam James  gentoo.org>

 net-libs/libaxc/libaxc-0.3.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libaxc/libaxc-0.3.4-r2.ebuild 
b/net-libs/libaxc/libaxc-0.3.4-r2.ebuild
index 2b7b0e3e33b..13ba915719f 100644
--- a/net-libs/libaxc/libaxc-0.3.4-r2.ebuild
+++ b/net-libs/libaxc/libaxc-0.3.4-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/gkdr/axc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3"  # not GPL-3+
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="static-libs test"
 
 RDEPEND="



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

2021-04-03 Thread Sam James
commit: dc0a5d1292429a562b8d745aef583dbe845b6ab5
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:14:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:14:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0a5d12

net-libs/libomemo: Stabilize 0.7.1-r2 amd64, #779817

Signed-off-by: Sam James  gentoo.org>

 net-libs/libomemo/libomemo-0.7.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libomemo/libomemo-0.7.1-r2.ebuild 
b/net-libs/libomemo/libomemo-0.7.1-r2.ebuild
index 2350a7e5f4d..4cc1bdb184c 100644
--- a/net-libs/libomemo/libomemo-0.7.1-r2.ebuild
+++ b/net-libs/libomemo/libomemo-0.7.1-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/gkdr/libomemo/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="static-libs test"
 
 RDEPEND="



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

2021-04-03 Thread Sam James
commit: c41d889b8d7e412f427a4af8f3223a286619b1e0
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:14:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:14:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41d889b

net-libs/libaxc: Stabilize 0.3.4-r2 amd64, #779817

Signed-off-by: Sam James  gentoo.org>

 net-libs/libaxc/libaxc-0.3.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libaxc/libaxc-0.3.4-r2.ebuild 
b/net-libs/libaxc/libaxc-0.3.4-r2.ebuild
index d85e8cf5de8..2b7b0e3e33b 100644
--- a/net-libs/libaxc/libaxc-0.3.4-r2.ebuild
+++ b/net-libs/libaxc/libaxc-0.3.4-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/gkdr/axc/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3"  # not GPL-3+
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="static-libs test"
 
 RDEPEND="



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

2021-04-03 Thread Sam James
commit: 1493236f3bd03577a6a4128d9a4e3123adc7b21d
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:14:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:14:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1493236f

net-libs/libomemo: Stabilize 0.7.1-r2 x86, #779817

Signed-off-by: Sam James  gentoo.org>

 net-libs/libomemo/libomemo-0.7.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libomemo/libomemo-0.7.1-r2.ebuild 
b/net-libs/libomemo/libomemo-0.7.1-r2.ebuild
index 4cc1bdb184c..38d49c0e398 100644
--- a/net-libs/libomemo/libomemo-0.7.1-r2.ebuild
+++ b/net-libs/libomemo/libomemo-0.7.1-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/gkdr/libomemo/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="static-libs test"
 
 RDEPEND="



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

2021-04-03 Thread Sam James
commit: 8bb696e21870afb3b76639713bf455acb03d1ab8
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:14:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:14:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb696e2

x11-plugins/lurch: Stabilize 0.7.0 amd64, #779817

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/x11-plugins/lurch/lurch-0.7.0.ebuild 
b/x11-plugins/lurch/lurch-0.7.0.ebuild
index 12f3106c5cc..fd2c8d05193 100644
--- a/x11-plugins/lurch/lurch-0.7.0.ebuild
+++ b/x11-plugins/lurch/lurch-0.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/gkdr/lurch/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3"  # likely not GPL-3+, https://github.com/gkdr/lurch/issues/165
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 # NOTE: Some of these dependencies seem like leftovers in the build system



[gentoo-commits] repo/gentoo:master commit in: net-irc/pisg/

2021-04-03 Thread Sam James
commit: be03fa5f2ab020ca7963bcd6059bd5c2495ffdaa
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:12:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:13:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be03fa5f

net-irc/pisg: port to EAPI 7

Signed-off-by: Sam James  gentoo.org>

 net-irc/pisg/pisg-0.73-r1.ebuild | 17 +++--
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/net-irc/pisg/pisg-0.73-r1.ebuild b/net-irc/pisg/pisg-0.73-r1.ebuild
index 4a1954fff34..e440a36c092 100644
--- a/net-irc/pisg/pisg-0.73-r1.ebuild
+++ b/net-irc/pisg/pisg-0.73-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit perl-module
 
@@ -13,22 +13,17 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 
-IUSE=""
-
 RDEPEND="dev-perl/Text-Iconv"
-DEPEND=">=sys-apps/sed-4"
 
 src_prepare() {
+   default
+
sed -i \
-e 's!lang\.txt!/usr/share/pisg/lang.txt!' \
-e 's!layout/!/usr/share/pisg/layout/!' \
modules/Pisg.pm || die "sed failed"
 }
 
-src_compile() {
-   einfo "Nothing to compile"
-}
-
 src_install() {
perl_set_version
 
@@ -43,7 +38,9 @@ src_install() {
dodoc docs/{FORMATS,pisg-doc.txt} \
docs/dev/API pisg.cfg README
doman docs/pisg.1
-   dohtml docs/pisg-doc.html
+
+   docinto html
+   dodoc docs/pisg-doc.html
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: net-irc/ninja/

2021-04-03 Thread Sam James
commit: da9d504fe8a2e94b83ff3a590ede19914dfce684
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 22:10:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 22:13:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9d504f

net-irc/ninja: port to EAPI 7

Signed-off-by: Sam James  gentoo.org>

 net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild | 23 +--
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild 
b/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild
index ab35441f4f5..d4712c50f4b 100644
--- a/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild
+++ b/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild
@@ -1,13 +1,15 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-S=${WORKDIR}/${P/_*/}
+inherit toolchain-funcs
 
 DESCRIPTION="Ninja IRC Client"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
 SRC_URI="ftp://qoop.org/ninja/stable/${P/_/}.tar.gz;
+S="${WORKDIR}"/${P/_*/}
+
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
@@ -15,17 +17,26 @@ IUSE="ncurses ipv6 ssl"
 
 RESTRICT="test"
 
-DEPEND="ncurses? ( sys-libs/ncurses )
-   ssl?  ( dev-libs/openssl )"
+DEPEND="
+   ncurses? ( sys-libs/ncurses:= )
+   ssl?  ( dev-libs/openssl:= )
+"
 RDEPEND="${DEPEND}"
 
 MAKEOPTS="${MAKEOPTS} -j1"
 
 src_configure() {
+   tc-export CC
+
econf $(use_enable ipv6)
+
+   # Generated post-configure
+   sed -i -e "s:/usr/lib:/usr/$(get_libdir):" Makefile || die
 }
 
 src_install() {
default
-   mv "${ED}"/usr/bin/ninja{,_irc} || die #436804
+
+   # bug #436804
+   mv "${ED}"/usr/bin/ninja{,_irc} || die
 }



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

2021-04-03 Thread Georgy Yakovlev
commit: c8de8474d60db06f2cb98b4a06b32d09a526fb44
Author: Yiyang Wu  gmail  com>
AuthorDate: Tue Mar 23 03:47:27 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Apr  3 22:10:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8de8474

dev-lang/rust-bin: change interpreter for RAP (Gentoo prefix)

Use patchelf to change interpreter to the ld.so inside prefix

This fixes "GLIBC_*.*" not found bug when building with rust

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Closes: https://bugs.gentoo.org/739574
Closes: https://github.com/gentoo/gentoo/pull/20073
Signed-off-by: Yiyang Wu  gmail.com>
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust-bin/rust-bin-1.46.0.ebuild| 25 +++--
 dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild | 25 +++--
 dev-lang/rust-bin/rust-bin-1.48.0.ebuild| 25 +++--
 dev-lang/rust-bin/rust-bin-1.49.0.ebuild| 25 +++--
 dev-lang/rust-bin/rust-bin-1.50.0.ebuild| 25 +++--
 dev-lang/rust-bin/rust-bin-1.51.0.ebuild| 25 +++--
 6 files changed, 138 insertions(+), 12 deletions(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.46.0.ebuild 
b/dev-lang/rust-bin/rust-bin-1.46.0.ebuild
index afa746bd1cb..cafc3fe0828 100644
--- a/dev-lang/rust-bin/rust-bin-1.46.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.46.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit bash-completion-r1 rust-toolchain toolchain-funcs multilib-minimal
+inherit bash-completion-r1 prefix rust-toolchain toolchain-funcs 
multilib-minimal
 
 MY_P="rust-${PV}"
 
@@ -14,10 +14,11 @@ SRC_URI="$(rust_all_arch_uris ${MY_P})"
 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
 SLOT="stable"
 KEYWORDS="amd64 arm arm64 ppc64 x86"
-IUSE="clippy cpu_flags_x86_sse2 doc rls rustfmt"
+IUSE="clippy cpu_flags_x86_sse2 doc prefix rls rustfmt"
 
 DEPEND=""
 RDEPEND=">=app-eselect/eselect-rust-20190311"
+BDEPEND="prefix? ( dev-util/patchelf )"
 
 REQUIRED_USE="x86? ( cpu_flags_x86_sse2 )"
 
@@ -40,6 +41,16 @@ src_unpack() {
mv "${WORKDIR}/${MY_P}-$(rust_abi)" "${S}" || die
 }
 
+patchelf_for_bin() {
+   local filetype=$(file -b ${1})
+   if [[ ${filetype} == *ELF*interpreter* ]]; then
+   einfo "${1}'s interpreter changed"
+   patchelf ${1} --set-interpreter ${2} || die
+   elif [[ ${filetype} == *script* ]]; then
+   hprefixify ${1}
+   fi
+}
+
 multilib_src_install() {
if multilib_is_native_abi; then
 
@@ -61,6 +72,16 @@ multilib_src_install() {
--disable-ldconfig \
|| die
 
+   if use prefix; then
+   local interpreter=$(patchelf --print-interpreter 
${EPREFIX}/bin/bash)
+   ebegin "Changing interpreter to ${interpreter} for Gentoo 
prefix at ${ED}/opt/${P}/bin"
+   find "${ED}/opt/${P}/bin" -type f -print0 | \
+   while IFS=  read -r -d '' filename; do
+   patchelf_for_bin ${filename} ${interpreter} \; 
|| die
+   done
+   eend $?
+   fi
+
local rustc=rustc-bin-${PV}
local rustdoc=rustdoc-bin-${PV}
local rustgdb=rust-gdb-bin-${PV}

diff --git a/dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild 
b/dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild
index f8a6a6b2ddb..a700c7022ff 100644
--- a/dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit bash-completion-r1 rust-toolchain toolchain-funcs multilib-minimal
+inherit bash-completion-r1 prefix rust-toolchain toolchain-funcs 
multilib-minimal
 
 MY_P="rust-${PV}"
 
@@ -14,10 +14,11 @@ SRC_URI="$(rust_all_arch_uris ${MY_P})"
 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
 SLOT="stable"
 KEYWORDS="amd64 arm arm64 ppc64 x86"
-IUSE="clippy cpu_flags_x86_sse2 doc rls rustfmt"
+IUSE="clippy cpu_flags_x86_sse2 doc prefix rls rustfmt"
 
 DEPEND=""
 RDEPEND=">=app-eselect/eselect-rust-20190311"
+BDEPEND="prefix? ( dev-util/patchelf )"
 
 REQUIRED_USE="x86? ( cpu_flags_x86_sse2 )"
 
@@ -39,6 +40,16 @@ src_unpack() {
mv "${WORKDIR}/${MY_P}-$(rust_abi)" "${S}" || die
 }
 
+patchelf_for_bin() {
+   local filetype=$(file -b ${1})
+   if [[ ${filetype} == *ELF*interpreter* ]]; then
+   einfo "${1}'s interpreter changed"
+   patchelf ${1} --set-interpreter ${2} || die
+   elif [[ ${filetype} == *script* ]]; then
+   hprefixify ${1}
+   fi
+}
+
 multilib_src_install() {
if multilib_is_native_abi; then
 
@@ -60,6 +71,16 @@ multilib_src_install() {
--disable-ldconfig \
|| die
 
+   if use prefix; then
+   local interpreter=$(patchelf --print-interpreter 
${EPREFIX}/bin/bash)
+   ebegin "Changing interpreter to ${interpreter} for Gentoo 
prefix at ${ED}/opt/${P}/bin"
+ 

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

2021-04-03 Thread Georgy Yakovlev
commit: 401d4341252ec217498cd92e2a94d65274856266
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Apr  3 20:47:58 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Apr  3 22:10:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=401d4341

dev-lang/rust: bump to 1.51.0

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

 dev-lang/rust/Manifest   |  15 +
 dev-lang/rust/rust-1.51.0.ebuild | 616 +++
 2 files changed, 631 insertions(+)

diff --git a/dev-lang/rust/Manifest b/dev-lang/rust/Manifest
index 74eff5ba8e9..bf8c6e61d04 100644
--- a/dev-lang/rust/Manifest
+++ b/dev-lang/rust/Manifest
@@ -68,8 +68,23 @@ DIST rust-1.49.0-powerpc64le-unknown-linux-gnu.tar.xz 
169253520 BLAKE2B 4648467a
 DIST rust-1.49.0-s390x-unknown-linux-gnu.tar.xz 170753008 BLAKE2B 
a81618240d86d4a70bd27f3e33caf0258868539b3b081a8f8f461a3debf82ab1493fea18dd5a32083d1f34db268f4bff471f5f45fb3d4910dd9559f227dc3aab
 SHA512 
25259ea2e499c89459b14571e2c54f230d642af9cfe539dc2b8be15eff0e23b8c6e60af4c567bcbb6c6c185b4537eaab19c3395fce48b1f6e5ef1234efc31e3a
 DIST rust-1.49.0-x86_64-unknown-linux-gnu.tar.xz 144752500 BLAKE2B 
188fafdbff02cbffae22e8a48d259119c59aa435252477ba3b4f4522cc00c90d9a242bd5ac76e8d8210bd032b8f78538e5f95606fe2c862ffd7477acdfb6e1a7
 SHA512 
c008aa50e17db6a0134fb85235a958258d345410f5063bc77175f7c28b2e35895427b9e68cd1ac9acb769769c83313cd59fe6465b453e891cf415a2514b7722d
 DIST rust-1.49.0-x86_64-unknown-linux-musl.tar.xz 217795696 BLAKE2B 
264348951db96a9f046e4bec599b92a5ee6d185d961f833f8d2127c1ac4578b91401834d09b5eed421f03d14933ff3b2e85961ff09927d19bf6c701d80eb1b67
 SHA512 
be165de42e3acd50f6e6a21fe386ea2333fd0f19abedbb059d6eb8ce8c80a8e79257eab8a7775e3b72307596b52e803bd8c4c46330a6e66acbadbe2f63cea42a
+DIST rust-1.50.0-aarch64-unknown-linux-gnu.tar.xz 203382140 BLAKE2B 
c9547661356bfb2eb328992ecbfd488114bc68c00e551cbbeb925fd1650b5a4c0ab33145c6e994184766ef5046cc2881eb0009ac9d9448208cf896317bf47c63
 SHA512 
e6b409afc8e85a88ecb9ff439a6eb9dcb93d5553e81549fb4f332b9e2d946dce0424319c5092e60aab9435944af70d0117d15c12d54d2059ef73c1fdf36d8273
+DIST rust-1.50.0-arm-unknown-linux-gnueabi.tar.xz 193322872 BLAKE2B 
2654e604a609f287b2722bbcac325461cc8a84d47e449470da1925f3d21a042d665e55d07f4f268e37630184998ed330b2c2e315485ebeee960c6350c9cd
 SHA512 
eb3aefa4ff7d2b832a847b6d4fd4427d5cc72c3a9f97837e2516d202af39da7d523de2d1578fde20aeb76e843a84c37b4ba33f85668caa0b28d63a20968a
+DIST rust-1.50.0-arm-unknown-linux-gnueabihf.tar.xz 191287452 BLAKE2B 
34958b97d034f6c643036c61d64e25aaedf1c93046ca039e39c9083a54d030d715d17a3174bd69bdad3f9bdb8b89c9b92f977b7d3c29da4eb28efe933402e86b
 SHA512 
7b1f61fd53fbb361fc6b3ee603917f899f3cfc8062df3cadb0751e8014e1e2633f32ba198912e8bca34102543c427f2607e861b724143d60fd1f9682578be70d
+DIST rust-1.50.0-armv7-unknown-linux-gnueabihf.tar.xz 194656336 BLAKE2B 
d02323d9f47d380f4a06e8273b02ac3c9091257400a59b3efd1140ef22aa3bcbb71b4c5e70aaeb2cd118839a84b3513d9c85ff8020b5a1f6e68791ae5d81b8f3
 SHA512 
c3314436afc4ebed697bf6828b9eacbc12f96838b156241331a3b71e99e1438f8ad82e701615ea302ebfc459464479442fe653232bd319cf824027362438970d
+DIST rust-1.50.0-i686-unknown-linux-gnu.tar.xz 222946404 BLAKE2B 
38801f395ab8f5aeee1cb709cd7fda6b6573476f9d763931086c76b0064ec0d5dff03415bc2f6f13419fb1a326cb44a0086dd42db99d1e14d520b33c6382e340
 SHA512 
bff117733d11731f56e8659265d0b47327e2af3f7c46aca494747a92b4f634dd35fa9731a1be59dd69821042f88bded253e1d7b5693ca237c9a167408ca7f898
+DIST rust-1.50.0-mips-unknown-linux-gnu.tar.xz 150524936 BLAKE2B 
95042394dd55fd81c6b850798552166d78588fcc2c4dfdd4bbc900600957eed06c4a03c83713f2f820252949f57651d69e4d2a2b78d7de42fd7e0c0404f4
 SHA512 
849d70b5f4b4364070c5f708e466a86afead7d82d7fde4d1ef7c8800bc1ebcafdd4e1bc69f059e393fd8fce104f2d97201f09ecb3b894676e6ff6db9c949c897
+DIST rust-1.50.0-mips64-unknown-linux-gnuabi64.tar.xz 159792596 BLAKE2B 
a361c13c036d7cc964ace781c34ed815946c976071d38d361110856e889174e2629ad9602dde5f6d5a704044cab670687b67643470b199ee18e95944dbccba16
 SHA512 
d85c2abff3249ccca63d14abfa85f5320e5d227b17faf7b4b47a5254a4b8ee3a4cf3ccb84e31f13dae7780176411e2a5d04894e2422ae5921f547cc5e07fd1b9
+DIST rust-1.50.0-mipsel-unknown-linux-gnu.tar.xz 156597932 BLAKE2B 
57bf7d105f6f9d3a50904466439e88e32c99b5fd85f220ef48e82fe91b2c05c28d6783233dd3e9ba7b49e79eeeb358cd1df60369bbd927a9a867a0bdaed471c7
 SHA512 
019df8180520bc4fd29a258017e2477a59a30338d921f185871f64aa81d8b5499e88676d09d5887f9c6726824ae4bf50f8a9e6fae1f03e9e728f0f08ab0271c4
+DIST rust-1.50.0-powerpc-unknown-linux-gnu.tar.xz 168133824 BLAKE2B 
d2ce955ae8975d667c854fc1f8dab5de8b8a3ecf08e52dab57f40f5a036138b6006554f053616c7d369e054f9ba3dbc502b2fa47ff0463e077f831f75b831c4f
 SHA512 
1411063401432b2aed58f53c7e9c87d70177cb7745753378df052676a6b0ee19bf7e56298584356b77707758ad531e5d4d59140cd6e686bd7cee53488553214a
+DIST rust-1.50.0-powerpc64-unknown-linux-gnu.tar.xz 180157804 BLAKE2B 

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

2021-04-03 Thread Georgy Yakovlev
commit: c55fbace6ebd40752763e2485a4d4cdbda99b60f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Apr  3 20:39:50 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Apr  3 22:10:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55fbace

dev-lang/rust-bin: bump to 1.51.0

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

 dev-lang/rust-bin/Manifest   |  14 +++
 dev-lang/rust-bin/rust-bin-1.51.0.ebuild | 161 +++
 2 files changed, 175 insertions(+)

diff --git a/dev-lang/rust-bin/Manifest b/dev-lang/rust-bin/Manifest
index 6b7376500ac..1bab6c47883 100644
--- a/dev-lang/rust-bin/Manifest
+++ b/dev-lang/rust-bin/Manifest
@@ -68,3 +68,17 @@ DIST rust-1.50.0-powerpc64le-unknown-linux-gnu.tar.xz 
189754060 BLAKE2B 8579349a
 DIST rust-1.50.0-s390x-unknown-linux-gnu.tar.xz 190157972 BLAKE2B 
4fe8ec73293815ade006e2c383d1a6d541d87d4ebba76b3ace65793f7debfd54d3dc07cac89c43e41947f8d0b69bd0f213dbdca8173f610ca2da03bccdd55ddd
 SHA512 
733513af2a7ef7a782a5ebfbd080071194ac47084022b54b4830de84facef9986d65525f8666a4c226e9878e43b00ebced26d6077e5fb1b7f775ac8f290fba97
 DIST rust-1.50.0-x86_64-unknown-linux-gnu.tar.xz 152873328 BLAKE2B 
b0bb91487186f13a7a1a49edeac28bc347c300911f574aba0e70c37e05b688176f5941c97cc4ad0ceddf32f2fbc0bdda6f8a1fdfa482aeb9682ea1fade28206e
 SHA512 
ab49e3ecb14e4af8e48548845184e9ab3d564ab2341c1e5462b7847347c79d13324211b860988d219ccb646143bf142fb14c3ab03663b06cfe9ca275128d9fa0
 DIST rust-1.50.0-x86_64-unknown-linux-musl.tar.xz 242743828 BLAKE2B 
f20feb709cc07ad43f69e30a7fcefa81b5de94ee4c90cbce2616fcda8af2591a27cfa0770b71138762e21f6e07263bf3c2548bcce1b707831ab544de12ab746a
 SHA512 
68403236e213a4f2c156b36a03ca4dd7866fdb69e87170efc76426d937dcf5cf2c5578aaf73483131b1ce7750302f9d02de1bcbc52e1283b08220d5b22be82ca
+DIST rust-1.51.0-aarch64-unknown-linux-gnu.tar.xz 208849064 BLAKE2B 
1570536f63237ce04222f78c8c1d0592b3d0bacb62e2a1e2b87f9cd74c8d304837f9259c154e6ddfc5d0fc36c1d69aba34cb27d41346d4e7400ad1950ff19f8f
 SHA512 
2af31290e1065a4611f34e6cc8c62ee494c222becfb21ec6707059c119069b0adf0eec23e56bad4a3cc8690b2556309ec58cbd9003a959983689cc46c7c63361
+DIST rust-1.51.0-arm-unknown-linux-gnueabi.tar.xz 194362256 BLAKE2B 
20c1559d3b1f32c9ca6f5e9740dff0d9fd859be33ca58d59733fff1566ed0b75dd398facbcd15c8d7c862bee945198b0235973d5f683fd78f82cca52429b269c
 SHA512 
fadb5084152b6fa148c1d584c8ba766201012c0a70bdf273f5d4b89b249d7f520997b12809a0db68c9d1d76283fee892f83b6ef687cbb025c089607e5eea
+DIST rust-1.51.0-arm-unknown-linux-gnueabihf.tar.xz 193918308 BLAKE2B 
6799652205422d96c95949a4afa8a321a8a4e0cd42543f321898fdba5b27bb645f9eeb50edb63a43902cc74026a786c12a22af67313bc6ac0843b1e638077d64
 SHA512 
cd0dba1ebdff9692aef0026d94da38ba7856b64004404b75d0d385b8f9f53eed1ddd0e900e49cda60fc5190fe305d96f6f00d0053f4409479ab991fafa90338c
+DIST rust-1.51.0-armv7-unknown-linux-gnueabihf.tar.xz 197028040 BLAKE2B 
801526d0fc9cdfc25a63227afdfc1bf9e0e6fa0b80f6306d86b68ca16adf4996b755b6ade1a4e898bfaf25565b5b49a358a9ed364bfe5d67c308744814a843de
 SHA512 
c602dcc7fd1343b310f5e3074bf63f2428ca7c15cdce8999fa4655de5a4bda5a13255fc12bee3d0632f6cb93220a883fb36d24061dca6795d23afa9f8fdae57f
+DIST rust-1.51.0-i686-unknown-linux-gnu.tar.xz 213348860 BLAKE2B 
bd6c1d5ce9f20b961e3db8c69b022402acbdf06029e0802863292bcac89b0f88e6e6d02f625be52e8753d772aad8ac01125ff6832072b5d3d41a9ec7bf5c6a6f
 SHA512 
05d08e44827dcba8197667deb9a7f3584465085ce1b79a38deb138849a07c716646a70f1cc2cee02b41c45ec7c3a3b7800a3fae62ebe04d6f72f017a5d722bab
+DIST rust-1.51.0-mips-unknown-linux-gnu.tar.xz 155944968 BLAKE2B 
ab9ad78f147b439beec9e92e643cc48814666c5e8fa244981d0919237844006aa2879a4058145d0bdafe89793402e65982d9fd3f0c6253f6a1805bf3381b4caf
 SHA512 
378cfacfc66f1e8a4aeeb3715db9d3cefb4582db8a3b8fc62f05ac50a16db302b250c1696605c17cebe75923010b361b3a9883f7567a26cdcd60fc8379d2d7b3
+DIST rust-1.51.0-mips64-unknown-linux-gnuabi64.tar.xz 161859704 BLAKE2B 
a60484b7d009633763f10be8affc33715992f6eee5643d147078840675c900be0ff7f9bd985680836dc7d8467d7d118863cb5bed0f85bb135f0e352318946f32
 SHA512 
e99437a1b79e8821f6c1eaea92a8c5348e6fb4aa1a4fecbfecc950bf71fd7cd58712d336a67e00f95554bb01565f1daa1221699e142e9e673d8ce2cbb8910008
+DIST rust-1.51.0-mipsel-unknown-linux-gnu.tar.xz 159164156 BLAKE2B 
c1e8abf529f9f023cd793dd78c9bfece359a770e03cfae808ac017ae0171ca0dbabb870c5ad57670a9ec562c393d2ffef3490e46423420be6a9a20cc8937
 SHA512 
31aecea3016e30dd610b610b86ec23f9832061abfbc55c7e43d942d4b0e8e521aecb37306bdb4a810ddcfc4e9d9a6cf057d6802d053ce9abf1cad401b6440d67
+DIST rust-1.51.0-powerpc-unknown-linux-gnu.tar.xz 167534676 BLAKE2B 
5c74ebaf5d5e736bbfb8d963faff6d0fa5725017c738c4a5adf4b4e8c812ff8234b9e03e1a6ba2b6ab718469541e8c398e095ae22f155ccf9290e50ae0595a52
 SHA512 
9984e464a4e7d18042a8a2d99d26c4436a0ae2b2d281d5c8a42aedb0b78ab5e72f2392ea96e84b2f5892d772d28ee2feb89636f8d1a060a30098faa4e7f259eb
+DIST rust-1.51.0-powerpc64-unknown-linux-gnu.tar.xz 182726600 BLAKE2B 

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

2021-04-03 Thread Georgy Yakovlev
commit: f02caf8e51d59c57c50417b451c3c38fb64ec89f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Apr  3 20:48:26 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Apr  3 22:10:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02caf8e

virtual/rust: bump to 1.51.0

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

 virtual/rust/rust-1.51.0.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.51.0.ebuild b/virtual/rust/rust-1.51.0.ebuild
new file mode 100644
index 000..885ef01123a
--- /dev/null
+++ b/virtual/rust/rust-1.51.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for Rust language compiler"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+BDEPEND=""
+RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] 
~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"



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

2021-04-03 Thread Sam James
commit: 915d4eb6afdd5761320f4daaaed6f1157beafe60
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Apr  3 16:47:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:58:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915d4eb6

app-misc/cdctl: EAPI 7

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Sam James  gentoo.org>

 app-misc/cdctl/cdctl-0.16.ebuild | 19 ++-
 1 file changed, 6 insertions(+), 13 deletions(-)

diff --git a/app-misc/cdctl/cdctl-0.16.ebuild b/app-misc/cdctl/cdctl-0.16.ebuild
index 32444005ab9..e552ac85380 100644
--- a/app-misc/cdctl/cdctl-0.16.ebuild
+++ b/app-misc/cdctl/cdctl-0.16.ebuild
@@ -1,29 +1,22 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit eutils autotools toolchain-funcs
+inherit autotools
 
 DESCRIPTION="Utility to control your cd/dvd drive"
 HOMEPAGE="http://cdctl.sourceforge.net/;
 SRC_URI="mirror://sourceforge/cdctl/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
 
 LICENSE="free-noncomm"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-DEPEND=""
 
-S="${WORKDIR}/${PN}"
+PATCHES=( "${FILESDIR}"/${PN}-0.16-Makefile.in.patch )
 
 src_prepare() {
-   epatch "${FILESDIR}"/${PN}-0.16-Makefile.in.patch
-
+   default
eautoreconf
 }
-
-src_compile() {
-   emake CC="$(tc-getCC)"
-}



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

2021-04-03 Thread Sam James
commit: c01048d1ab3f6d012508b6da6d8cb2260522eca1
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Apr  3 16:59:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:58:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01048d1

app-misc/figlet: EAPI 7

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/20245
Signed-off-by: Sam James  gentoo.org>

 app-misc/figlet/figlet-2.2.5-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-misc/figlet/figlet-2.2.5-r1.ebuild 
b/app-misc/figlet/figlet-2.2.5-r1.ebuild
index 9e32653271a..7514e810fb6 100644
--- a/app-misc/figlet/figlet-2.2.5-r1.ebuild
+++ b/app-misc/figlet/figlet-2.2.5-r1.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit eutils bash-completion-r1 toolchain-funcs
+EAPI=7
+
+inherit bash-completion-r1 toolchain-funcs
 
 DESCRIPTION="program for making large letters out of ordinary text"
 HOMEPAGE="http://www.figlet.org/;



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

2021-04-03 Thread Sam James
commit: 7f8a5728ebaf994960a0c0a0b5ea15da1c30683b
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Apr  3 16:28:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:58:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8a5728

app-admin/haskell-updater: Remove unused eclass

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Sam James  gentoo.org>

 app-admin/haskell-updater/haskell-updater-1.3.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-admin/haskell-updater/haskell-updater-1.3.2.ebuild 
b/app-admin/haskell-updater/haskell-updater-1.3.2.ebuild
index 46aa1414b2e..544312532d3 100644
--- a/app-admin/haskell-updater/haskell-updater-1.3.2.ebuild
+++ b/app-admin/haskell-updater/haskell-updater-1.3.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 CABAL_FEATURES="bin nocabaldep"
-inherit eutils haskell-cabal
+inherit haskell-cabal
 
 DESCRIPTION="Rebuild Haskell dependencies in Gentoo"
 HOMEPAGE="https://wiki.haskell.org/Gentoo#haskell-updater;
@@ -13,7 +13,6 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
-IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.12.1"
 



[gentoo-commits] repo/gentoo:master commit in: app-metrics/prom2json/

2021-04-03 Thread Sam James
commit: 41c554ca3a582c37949bf1fed707b81b5117506d
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Apr  3 16:44:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:58:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c554ca

app-metrics/prom2json: Remove unused eclass

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Sam James  gentoo.org>

 app-metrics/prom2json/prom2json-0.1.0_p20170523.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-metrics/prom2json/prom2json-0.1.0_p20170523.ebuild 
b/app-metrics/prom2json/prom2json-0.1.0_p20170523.ebuild
index 8bc84e32383..bc3abad7c8c 100644
--- a/app-metrics/prom2json/prom2json-0.1.0_p20170523.ebuild
+++ b/app-metrics/prom2json/prom2json-0.1.0_p20170523.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit user golang-build golang-vcs-snapshot
+
+inherit golang-build golang-vcs-snapshot
 
 EGO_PN="github.com/prometheus/${PN}"
 EGIT_COMMIT="4a7436442837da72f9e211d99f0145dff3246b66"
@@ -14,7 +15,6 @@ HOMEPAGE="https://github.com/prometheus/prom2json;
 SRC_URI="${ARCHIVE_URI}"
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE=""
 
 DEPEND="dev-util/promu"
 



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

2021-04-03 Thread Sam James
commit: b1c6018c3eed20a461fa02fa6302a36785c093ea
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Apr  3 16:45:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:58:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c6018c

app-misc/color: Remove unused eclass

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Sam James  gentoo.org>

 app-misc/color/color-1.2-r2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-misc/color/color-1.2-r2.ebuild 
b/app-misc/color/color-1.2-r2.ebuild
index 1f428eea383..04850977dee 100644
--- a/app-misc/color/color-1.2-r2.ebuild
+++ b/app-misc/color/color-1.2-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Easily add ANSI colouring to shell scripts"
 HOMEPAGE="http://www.runslinux.net/?page_id=10;
@@ -12,7 +12,6 @@ SRC_URI="http://runslinux.net/projects/color/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
-IUSE=""
 
 src_prepare() {
eapply "${FILESDIR}"/${PV}-ldflags.patch



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

2021-04-03 Thread Sam James
commit: 2707deaea53c0106e96fabeb4355c17d2bebc8a9
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Apr  3 16:18:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:58:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2707deae

net-mail/pop2imap: EAPI 7

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Sam James  gentoo.org>

 net-mail/pop2imap/pop2imap-1.21.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-mail/pop2imap/pop2imap-1.21.ebuild 
b/net-mail/pop2imap/pop2imap-1.21.ebuild
index cef59036ef8..17462534e4a 100644
--- a/net-mail/pop2imap/pop2imap-1.21.ebuild
+++ b/net-mail/pop2imap/pop2imap-1.21.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="Synchronize mailboxes between a pop and an imap servers"
 HOMEPAGE="http://www.linux-france.org/prj/pop2imap/;
@@ -10,7 +10,6 @@ 
SRC_URI="http://www.linux-france.org/prj/pop2imap/dist/${P}.tgz;
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~amd64 x86"
-IUSE=""
 
 DEPEND=""
 RDEPEND="dev-lang/perl



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

2021-04-03 Thread Sam James
commit: 52206d25b2c2db7756afa07c6531518e14dd415b
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Apr  3 16:27:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:58:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52206d25

app-admin/abrt: Remove unused eclass

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Sam James  gentoo.org>

 app-admin/abrt/abrt-2.14.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/abrt/abrt-2.14.2.ebuild 
b/app-admin/abrt/abrt-2.14.2.ebuild
index 1071f21d239..16a5250da01 100644
--- a/app-admin/abrt/abrt-2.14.2.ebuild
+++ b/app-admin/abrt/abrt-2.14.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit autotools python-single-r1 systemd xdg-utils
+inherit autotools python-single-r1 xdg-utils
 
 DESCRIPTION="Automatic bug detection and reporting tool"
 HOMEPAGE="https://github.com/abrt/abrt/wiki/ABRT-Project;



[gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-manager-qt/

2021-04-03 Thread Sam James
commit: 3e1c4b8f4b6e856c883a05da87e5b135e4ecd57a
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Apr  3 16:38:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:58:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1c4b8f

app-crypt/yubikey-manager-qt: Remove unused eclass

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Sam James  gentoo.org>

 app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild 
b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild
index 84219b5394a..d56aa22bd7e 100644
--- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild
+++ b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8,9} )
 
-inherit eutils qmake-utils python-single-r1 desktop
+inherit qmake-utils python-single-r1 desktop
 
 DESCRIPTION="Cross-platform application for configuring any YubiKey over all 
USB transports"
 HOMEPAGE="https://developers.yubico.com/yubikey-manager-qt 
https://github.com/Yubico/yubikey-manager-qt;



[gentoo-commits] repo/gentoo:master commit in: dev-libs/rapidxml/, dev-libs/rapidxml/files/

2021-04-03 Thread Sam James
commit: 0b91dabf8af25062719b31c753e8c90a397090f5
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 21:50:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:50:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b91dabf

dev-libs/rapidxml: port old to EAPI 7, BDEPEND for app-arch/unzip

Signed-off-by: Sam James  gentoo.org>

 dev-libs/rapidxml/files/rapidxml-1.13-clang.patch | 44 +++
 dev-libs/rapidxml/rapidxml-1.13-r1.ebuild | 15 
 dev-libs/rapidxml/rapidxml-1.13.ebuild| 13 +++
 3 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/dev-libs/rapidxml/files/rapidxml-1.13-clang.patch 
b/dev-libs/rapidxml/files/rapidxml-1.13-clang.patch
index 007ee19fa8d..c8e80b83039 100644
--- a/dev-libs/rapidxml/files/rapidxml-1.13-clang.patch
+++ b/dev-libs/rapidxml/files/rapidxml-1.13-clang.patch
@@ -1,23 +1,23 @@
 rapidxml_print.hpp.orig2015-06-21 15:46:43.330070116 +0200
-+++ rapidxml_print.hpp 2015-06-21 15:50:58.745053512 +0200
+--- a/rapidxml_print.hpp
 b/rapidxml_print.hpp
 @@ -102,6 +102,20 @@
- 
///
- // Internal printing operations
- 
-+// =
-+// fix for clang for this bug in gcc and others: 
https://sourceforge.net/p/rapidxml/bugs/16/
-+
-+template inline OutIt print_children(OutIt 
out, const xml_node *node, int flags, int indent);
-+template inline OutIt print_element_node(OutIt 
out, const xml_node *node, int flags, int indent);
-+template inline OutIt print_data_node(OutIt 
out, const xml_node *node, int flags, int indent);
-+template inline OutIt print_cdata_node(OutIt 
out, const xml_node *node, int flags, int indent);
-+template inline OutIt 
print_declaration_node(OutIt out, const xml_node *node, int flags, int 
indent);
-+template inline OutIt print_comment_node(OutIt 
out, const xml_node *node, int flags, int indent);
-+template inline OutIt print_doctype_node(OutIt 
out, const xml_node *node, int flags, int indent);
-+template inline OutIt print_pi_node(OutIt out, 
const xml_node *node, int flags, int indent);
-+
-+// =
-+
- // Print node
- template
- inline OutIt print_node(OutIt out, const xml_node *node, int 
flags, int indent)
+ 
///
+ // Internal printing operations
+ 
++// =
++// fix for clang for this bug in gcc and others: 
https://sourceforge.net/p/rapidxml/bugs/16/
++
++template inline OutIt print_children(OutIt 
out, const xml_node *node, int flags, int indent);
++template inline OutIt print_element_node(OutIt 
out, const xml_node *node, int flags, int indent);
++template inline OutIt print_data_node(OutIt 
out, const xml_node *node, int flags, int indent);
++template inline OutIt print_cdata_node(OutIt 
out, const xml_node *node, int flags, int indent);
++template inline OutIt 
print_declaration_node(OutIt out, const xml_node *node, int flags, int 
indent);
++template inline OutIt print_comment_node(OutIt 
out, const xml_node *node, int flags, int indent);
++template inline OutIt print_doctype_node(OutIt 
out, const xml_node *node, int flags, int indent);
++template inline OutIt print_pi_node(OutIt out, 
const xml_node *node, int flags, int indent);
++
++// =
++
+ // Print node
+ template
+ inline OutIt print_node(OutIt out, const xml_node *node, int 
flags, int indent)

diff --git a/dev-libs/rapidxml/rapidxml-1.13-r1.ebuild 
b/dev-libs/rapidxml/rapidxml-1.13-r1.ebuild
index 316fb1fc0d3..80a5284c808 100644
--- a/dev-libs/rapidxml/rapidxml-1.13-r1.ebuild
+++ b/dev-libs/rapidxml/rapidxml-1.13-r1.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-inherit eutils
+EAPI=7
 
 DESCRIPTION="Fast XML parser"
 HOMEPAGE="http://rapidxml.sourceforge.net/;
@@ -12,11 +10,12 @@ SRC_URI="mirror://sourceforge/rapidxml/rapidxml-${PV}.zip"
 LICENSE="Boost-1.0 MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-clang.patch
-}
+BDEPEND="app-arch/unzip"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-clang.patch
+)
 
 src_install() {
insinto /usr/include/rapidxml

diff --git a/dev-libs/rapidxml/rapidxml-1.13.ebuild 
b/dev-libs/rapidxml/rapidxml-1.13.ebuild
index 4b862586721..53fd6adb881 100644
--- a/dev-libs/rapidxml/rapidxml-1.13.ebuild
+++ b/dev-libs/rapidxml/rapidxml-1.13.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 

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

2021-04-03 Thread Sam James
commit: dc1f38553cadf46258f8fe9a466e2686d6342732
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Apr  3 16:12:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:58:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1f3855

dev-libs/cxxtools: EAPI 7

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Sam James  gentoo.org>

 dev-libs/cxxtools/cxxtools-2.2.1.ebuild | 12 
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/dev-libs/cxxtools/cxxtools-2.2.1.ebuild 
b/dev-libs/cxxtools/cxxtools-2.2.1.ebuild
index 70a5b32243c..eb54949ddad 100644
--- a/dev-libs/cxxtools/cxxtools-2.2.1.ebuild
+++ b/dev-libs/cxxtools/cxxtools-2.2.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="Collection of general purpose C++-classes"
 HOMEPAGE="http://www.tntnet.org/cxxtools.html;
@@ -10,18 +10,14 @@ SRC_URI="http://www.tntnet.org/download/${P}.tar.gz;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ~sparc x86"
-IUSE=""
 
 RDEPEND="virtual/libiconv"
 DEPEND="${RDEPEND}"
 
+DOCS=( AUTHORS ChangeLog )
+
 src_configure() {
econf \
--disable-demos \
--disable-unittest
 }
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog
-}



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

2021-04-03 Thread Sam James
commit: c41892cbb1631d938876c57086e2c5680ba0c718
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Apr  3 16:14:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:58:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41892cb

dev-vcs/git-crypt: EAPI 7

Also `|| die` after external command.

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/git-crypt/git-crypt-0.6.0.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild 
b/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild
index f107562053a..c7e0f1a2401 100644
--- a/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild
+++ b/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="transparent file encryption in git"
 HOMEPAGE="https://www.agwa.name/projects/git-crypt/;
 SRC_URI="https://github.com/AGWA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
 LICENSE="GPL-3"
 SLOT="0"
-
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="dev-vcs/git"
 DEPEND="${RDEPEND}"
 
 src_install() {
-   mkdir -p "${D}"/usr/bin
+   mkdir -p "${D}"/usr/bin || die
emake PREFIX="${D}"/usr install
 }



[gentoo-commits] repo/gentoo:master commit in: app-cdr/xbiso/files/

2021-04-03 Thread Sam James
commit: c2d0bea4dbba04174ead144afd3f45ae1c322a76
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 21:45:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:45:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d0bea4

app-cdr/xbiso: cleanup patch

Signed-off-by: Sam James  gentoo.org>

 app-cdr/xbiso/files/xbiso-0.6.1-libs.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-cdr/xbiso/files/xbiso-0.6.1-libs.patch 
b/app-cdr/xbiso/files/xbiso-0.6.1-libs.patch
index 32b3523d9c9..0b867751c37 100644
--- a/app-cdr/xbiso/files/xbiso-0.6.1-libs.patch
+++ b/app-cdr/xbiso/files/xbiso-0.6.1-libs.patch
@@ -1,5 +1,5 @@
 a/configure.in 2014-12-02 18:56:23.0 +0300
-+++ b/configure.in 2014-12-02 19:09:46.724190436 +0300
+--- a/configure.in
 b/configure.in
 @@ -6,13 +6,13 @@
  
  dnl Checks for libraries.



[gentoo-commits] repo/gentoo:master commit in: app-cdr/xbiso/

2021-04-03 Thread Sam James
commit: 2ded5ee795a8bd0a3f6795519dde9d87592deb93
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 21:44:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:44:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ded5ee7

app-cdr/xbiso: stable EAPI 7 revision

Signed-off-by: Sam James  gentoo.org>

 app-cdr/xbiso/xbiso-0.6.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/xbiso/xbiso-0.6.1-r3.ebuild 
b/app-cdr/xbiso/xbiso-0.6.1-r3.ebuild
index 5894d4c30c2..6d770560ed4 100644
--- a/app-cdr/xbiso/xbiso-0.6.1-r3.ebuild
+++ b/app-cdr/xbiso/xbiso-0.6.1-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/xbiso/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: app-cdr/xbiso/

2021-04-03 Thread Sam James
commit: b6df72b16a53fd6307d5c2801c802a7ca6cb39f5
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 21:44:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:44:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6df72b1

app-cdr/xbiso: drop 0.6.1-r2

Signed-off-by: Sam James  gentoo.org>

 app-cdr/xbiso/xbiso-0.6.1-r2.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild 
b/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild
deleted file mode 100644
index 9340e06f7dc..000
--- a/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils flag-o-matic
-
-DESCRIPTION="Xbox xdvdfs ISO extraction utility"
-HOMEPAGE="https://sourceforge.net/projects/xbiso/;
-SRC_URI="mirror://sourceforge/xbiso/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-src_prepare() {
-   sed -i -e 's:C) $(CFLAGS):C) $(LDFLAGS) $(CFLAGS):' Makefile.in || die 
#337769
-   epatch "${FILESDIR}/${P}-libs.patch"
-   mv configure.in configure.ac || die #426262
-   eautoreconf
-}
-
-src_configure() {
-   # for this package, interix behaves the same as BSD
-   [[ ${CHOST} == *-interix* ]] && append-flags -D_BSD
-
-   econf --disable-ftp
-}
-
-src_install() {
-   dobin xbiso
-   dodoc CHANGELOG README
-}



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

2021-04-03 Thread Sam James
commit: 0546005a562d4c2e0f3a6d8cd0b4f36a352d5906
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 21:55:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:58:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0546005a

dev-libs/libmba: EAPI 7, eutils--, multilib--, static-libs--

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libmba/libmba-0.9.1-r3.ebuild | 24 ++--
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/dev-libs/libmba/libmba-0.9.1-r3.ebuild 
b/dev-libs/libmba/libmba-0.9.1-r3.ebuild
index b0ffe135dfa..e16e8608b47 100644
--- a/dev-libs/libmba/libmba-0.9.1-r3.ebuild
+++ b/dev-libs/libmba/libmba-0.9.1-r3.ebuild
@@ -1,22 +1,25 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils flag-o-matic multilib toolchain-funcs
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="A library of generic C modules"
 LICENSE="MIT"
 HOMEPAGE="http://www.ioplex.com/~miallen/libmba/;
 SRC_URI="http://www.ioplex.com/~miallen/libmba/dl/${P}.tar.gz;
+
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="static-libs"
 
-src_prepare() {
-   use static-libs && export STATIC="1"
+PATCHES=(
+   "${FILESDIR}"/${P}-qa.patch
+   "${FILESDIR}"/${P}-glibc-2.20.patch
+)
 
-   epatch "${FILESDIR}"/${P}-qa.patch
-   epatch "${FILESDIR}"/${P}-glibc-2.20.patch
+src_prepare() {
+   default
 
tc-export CC
sed -i -e "s:gcc:${CC}:g" mktool.c || die
@@ -33,9 +36,10 @@ src_install() {
emake DESTDIR="${D}" LIBDIR="$(get_libdir)" install
 
dodoc README.txt docs/*.txt
-   dohtml -r docs/*.html docs/www/* docs/ref
+   docinto html
+   dodoc -r docs/*.html docs/www/* docs/ref
 
-   insinto /usr/share/doc/${PF}/examples
+   docinto examples
doins examples/*
 
gunzip -v $(find "${ED}" -name '*.[0-9]*.gz') || die



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

2021-04-03 Thread Sam James
commit: f1f651f6deeca7074689e76477177f0ebe44baae
Author: Matt Smith  offtopica  uk>
AuthorDate: Sat Apr  3 16:08:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:58:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f651f6

net-analyzer/nettop: EAPI 7

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matt Smith  offtopica.uk>
Signed-off-by: Sam James  gentoo.org>

 net-analyzer/nettop/nettop-0.2.3-r2.ebuild | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/nettop/nettop-0.2.3-r2.ebuild 
b/net-analyzer/nettop/nettop-0.2.3-r2.ebuild
index f0bb7d6d136..7128eaac519 100644
--- a/net-analyzer/nettop/nettop-0.2.3-r2.ebuild
+++ b/net-analyzer/nettop/nettop-0.2.3-r2.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit epatch toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="top-like program for network activity"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
@@ -19,10 +19,13 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-gcc411.patch
+   "${FILESDIR}"/${P}-offbyone.patch
+)
+
 src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-gcc411.patch \
-   "${FILESDIR}"/${P}-offbyone.patch
+   default
tc-export CC
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-cdr/plextor-tool/files/, app-cdr/plextor-tool/

2021-04-03 Thread Sam James
commit: fbbff932081d7f010281bb7b385600713058e335
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 21:42:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:42:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbbff932

app-cdr/plextor-tool: port to EAPI 7

Signed-off-by: Sam James  gentoo.org>

 .../files/plextor-tool-0.5.0-build.patch|  4 ++--
 app-cdr/plextor-tool/plextor-tool-0.5.0.ebuild  | 21 +++--
 2 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/app-cdr/plextor-tool/files/plextor-tool-0.5.0-build.patch 
b/app-cdr/plextor-tool/files/plextor-tool-0.5.0-build.patch
index d2a181f14fe..f01aa00d920 100644
--- a/app-cdr/plextor-tool/files/plextor-tool-0.5.0-build.patch
+++ b/app-cdr/plextor-tool/files/plextor-tool-0.5.0-build.patch
@@ -1,5 +1,5 @@
 Makefile
-+++ Makefile
+--- a/Makefile
 b/Makefile
 @@ -2,17 +2,17 @@
  #   Copyright (c) 1999-2002 Georg Huettenegger
  #

diff --git a/app-cdr/plextor-tool/plextor-tool-0.5.0.ebuild 
b/app-cdr/plextor-tool/plextor-tool-0.5.0.ebuild
index 39a125aaf85..0822d71769e 100644
--- a/app-cdr/plextor-tool/plextor-tool-0.5.0.ebuild
+++ b/app-cdr/plextor-tool/plextor-tool-0.5.0.ebuild
@@ -1,34 +1,43 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils toolchain-funcs
+EAPI=7
+
+inherit toolchain-funcs
 
 DESCRIPTION="Tool to change the parameters of a Plextor CD-ROM drive"
 HOMEPAGE="http://plextor-tool.sourceforge.net/;
 SRC_URI="mirror://sourceforge/plextor-tool/${P}.src.tar.bz2"
+S="${WORKDIR}"/${PN}/src
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="static"
 
-S=${WORKDIR}/${PN}/src
+PATCHES=(
+   "${FILESDIR}"/${P}-build.patch
+)
 
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-build.patch
+   default
+
gunzip plextor-tool.8.gz || die
 }
 
 src_compile() {
local targets="plextor-tool"
+
use static && targets="${targets} pt-static"
-   echo ${targets} > my-make-targets
+
+   echo ${targets} > my-make-targets || die
+
emake CC="$(tc-getCC)" ${targets}
 }
 
 src_install() {
local targets=$(

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

2021-04-03 Thread Sam James
commit: 149db4e18a7aed5ebdcb9ea1235c4da45e71a180
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 21:50:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:50:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149db4e1

dev-libs/rapidxml: cleanup old

Signed-off-by: Sam James  gentoo.org>

 dev-libs/rapidxml/rapidxml-1.13.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-libs/rapidxml/rapidxml-1.13.ebuild 
b/dev-libs/rapidxml/rapidxml-1.13.ebuild
deleted file mode 100644
index 53fd6adb881..000
--- a/dev-libs/rapidxml/rapidxml-1.13.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Fast XML parser"
-HOMEPAGE="http://rapidxml.sourceforge.net/;
-SRC_URI="mirror://sourceforge/rapidxml/rapidxml-${PV}.zip"
-
-LICENSE="Boost-1.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="app-arch/unzip"
-
-src_install() {
-   insinto /usr/include/rapidxml
-   doins *.hpp
-
-   docinto html
-   dodoc manual.html
-}



[gentoo-commits] repo/gentoo:master commit in: net-news/yydecode/

2021-04-03 Thread Sam James
commit: e3f579a6324202144bec76722d2f8dace171b4a6
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 21:38:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:38:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f579a6

net-news/yydecode: update EAPI 5 -> 7

Signed-off-by: Sam James  gentoo.org>

 net-news/yydecode/yydecode-0.2.10-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-news/yydecode/yydecode-0.2.10-r1.ebuild 
b/net-news/yydecode/yydecode-0.2.10-r1.ebuild
index 1f94a29951d..03e4f0cc3c8 100644
--- a/net-news/yydecode/yydecode-0.2.10-r1.ebuild
+++ b/net-news/yydecode/yydecode-0.2.10-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="A decoder for yENC format, popular on Usenet"
 HOMEPAGE="http://yydecode.sourceforge.net/;
@@ -10,8 +10,8 @@ SRC_URI="mirror://sourceforge/yydecode/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~ppc ~sparc x86"
-IUSE=""
 
 src_prepare() {
+   default
sed -e "s/t3.sh//" -e "s/t7.sh//" -i checks/Makefile.in || die
 }



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

2021-04-03 Thread Sam James
commit: 50d778f49f96ec5b1de41d862ea510811e9d37ab
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 21:33:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:33:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d778f4

net-misc/sipcalc: update EAPI 5 -> 7

Signed-off-by: Sam James  gentoo.org>

 net-misc/sipcalc/sipcalc-1.1.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/sipcalc/sipcalc-1.1.6.ebuild 
b/net-misc/sipcalc/sipcalc-1.1.6.ebuild
index 25bc9b8a9cd..4d992820870 100644
--- a/net-misc/sipcalc/sipcalc-1.1.6.ebuild
+++ b/net-misc/sipcalc/sipcalc-1.1.6.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="Sipcalc is an advanced console-based IP subnet calculator"
 HOMEPAGE="http://www.routemeister.net/projects/sipcalc/;
 SRC_URI="http://www.routemeister.net/projects/${PN}/files/${P}.tar.gz;
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-misc/cw/, app-misc/cw/files/

2021-04-03 Thread Sam James
commit: b1fa39d563324775ecdd4dfb606750381cdfd954
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 21:32:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:32:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1fa39d5

app-misc/cw: port to EAPI 7 (for now)

Signed-off-by: Sam James  gentoo.org>

 app-misc/cw/cw-1.0.16-r3.ebuild| 24 +---
 app-misc/cw/files/1.0.16-collision.patch   |  4 
 app-misc/cw/files/1.0.16-format-security.patch |  5 -
 app-misc/cw/files/1.0.16-ldflags.patch |  2 --
 app-misc/cw/files/1.0.16-path.patch|  2 --
 5 files changed, 13 insertions(+), 24 deletions(-)

diff --git a/app-misc/cw/cw-1.0.16-r3.ebuild b/app-misc/cw/cw-1.0.16-r3.ebuild
index 5a667b143f9..3a0b86621c4 100644
--- a/app-misc/cw/cw-1.0.16-r3.ebuild
+++ b/app-misc/cw/cw-1.0.16-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="A non-intrusive real-time ANSI color wrapper for common 
unix-based commands"
 HOMEPAGE="http://cwrapper.sourceforge.net/;
@@ -12,15 +12,17 @@ SRC_URI="mirror://sourceforge/cwrapper/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PV}-ldflags.patch \
-   "${FILESDIR}"/${PV}-path.patch \
-   "${FILESDIR}"/${PV}-collision.patch \
-   "${FILESDIR}"/${PV}-format-security.patch
+
+PATCHES=(
+   "${FILESDIR}"/${PV}-ldflags.patch
+   "${FILESDIR}"/${PV}-path.patch
+   "${FILESDIR}"/${PV}-collision.patch
+   "${FILESDIR}"/${PV}-format-security.patch
+)
+
+src_configure() {
tc-export CC
+   econf
 }
 
 src_compile() {

diff --git a/app-misc/cw/files/1.0.16-collision.patch 
b/app-misc/cw/files/1.0.16-collision.patch
index 52bb8cab8f3..78ca0f99e39 100644
--- a/app-misc/cw/files/1.0.16-collision.patch
+++ b/app-misc/cw/files/1.0.16-collision.patch
@@ -1,5 +1,3 @@
-diff --git a/src/cw.c b/src/cw.c
-index d7b4875..a7811d8 100644
 --- a/src/cw.c
 +++ b/src/cw.c
 @@ -1336,7 +1336,7 @@ unsigned char is_cwfile(char *file){
@@ -11,8 +9,6 @@ index d7b4875..a7811d8 100644
   return(0);
  }
  /* sets left and right borders. */
-diff --git a/src/cwu.c b/src/cwu.c
-index 823618d..63f566b 100644
 --- a/src/cwu.c
 +++ b/src/cwu.c
 @@ -37,12 +37,12 @@ signed int main(signed int argc,char **argv){

diff --git a/app-misc/cw/files/1.0.16-format-security.patch 
b/app-misc/cw/files/1.0.16-format-security.patch
index 20f0b1d06b1..ceb92c69a09 100644
--- a/app-misc/cw/files/1.0.16-format-security.patch
+++ b/app-misc/cw/files/1.0.16-format-security.patch
@@ -1,8 +1,3 @@
- src/cw.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/cw.c b/src/cw.c
-index d7b4875..3ec1ac1 100644
 --- a/src/cw.c
 +++ b/src/cw.c
 @@ -643,7 +643,7 @@ void sighandler(signed int sig){

diff --git a/app-misc/cw/files/1.0.16-ldflags.patch 
b/app-misc/cw/files/1.0.16-ldflags.patch
index 46037312c6c..4063de48d7f 100644
--- a/app-misc/cw/files/1.0.16-ldflags.patch
+++ b/app-misc/cw/files/1.0.16-ldflags.patch
@@ -1,5 +1,3 @@
-diff --git a/Makefile.in b/Makefile.in
-index 9a6e4ec..e510493 100644
 --- a/Makefile.in
 +++ b/Makefile.in
 @@ -19,11 +19,11 @@ all:

diff --git a/app-misc/cw/files/1.0.16-path.patch 
b/app-misc/cw/files/1.0.16-path.patch
index f62b5bd994d..76c3fbf1d67 100644
--- a/app-misc/cw/files/1.0.16-path.patch
+++ b/app-misc/cw/files/1.0.16-path.patch
@@ -1,5 +1,3 @@
-diff --git a/bin/colorcfg b/bin/colorcfg
-index cf73b50..3e78c73 100755
 --- a/bin/colorcfg
 +++ b/bin/colorcfg
 @@ -10,13 +10,7 @@ echo "[ cw/color wrapper: user setup script. ]"



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

2021-04-03 Thread Sam James
commit: c9f518a29c02a674bb3aae54743cd81252143787
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 21:47:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:47:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f518a2

media-libs/fidlib: port to EAPI 7

Signed-off-by: Sam James  gentoo.org>

 media-libs/fidlib/fidlib-0.9.10-r1.ebuild  | 12 
 media-libs/fidlib/files/fidlib-0.9.10-extern.patch |  4 ++--
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/media-libs/fidlib/fidlib-0.9.10-r1.ebuild 
b/media-libs/fidlib/fidlib-0.9.10-r1.ebuild
index 939921d2acf..43f1384db12 100644
--- a/media-libs/fidlib/fidlib-0.9.10-r1.ebuild
+++ b/media-libs/fidlib/fidlib-0.9.10-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit toolchain-funcs flag-o-matic eutils multilib
+inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Run-time filter design and execution library"
 HOMEPAGE="http://uazu.net/fidlib/;
@@ -13,13 +13,17 @@ LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-extern.patch
+)
+
 doecho() {
echo "$@"
"$@" || die
 }
 
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-extern.patch
+   default
 
# Avoid ICE under gcc-4.6, fixed in 4.6.3
if [[ $(gcc-version) == "4.6" && $(gcc-micro-version) -le 2 ]] ; then

diff --git a/media-libs/fidlib/files/fidlib-0.9.10-extern.patch 
b/media-libs/fidlib/files/fidlib-0.9.10-extern.patch
index 0e819942907..691a9e273c4 100644
--- a/media-libs/fidlib/files/fidlib-0.9.10-extern.patch
+++ b/media-libs/fidlib/files/fidlib-0.9.10-extern.patch
@@ -1,5 +1,5 @@
 fidlib-0.9.10/fidlib.h
-+++ fidlib-0.9.10/fidlib.h
+--- a/fidlib.h
 b/fidlib.h
 @@ -2,6 +2,13 @@
  //fidlib include file
  //



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

2021-04-03 Thread Sam James
commit: 34148da3443371f23d80696158600791312df4a7
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 21:39:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:39:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34148da3

app-misc/tprint: port to EAPI 7

Signed-off-by: Sam James  gentoo.org>

 app-misc/tprint/tprint-1.1.0-r1.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-misc/tprint/tprint-1.1.0-r1.ebuild 
b/app-misc/tprint/tprint-1.1.0-r1.ebuild
index b473dcc7307..fc7e22cc6f7 100644
--- a/app-misc/tprint/tprint-1.1.0-r1.ebuild
+++ b/app-misc/tprint/tprint-1.1.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit toolchain-funcs
 
@@ -12,9 +12,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~ppc ~x86"
-IUSE=""
 
 src_prepare() {
+   default
+
sed -i Makefile \
-e 's:cc:$(CC):g' \
-e 's:-g -O2:$(CFLAGS) $(LDFLAGS):g' \
@@ -22,7 +23,7 @@ src_prepare() {
 }
 
 src_compile() {
-   emake CC=$(tc-getCC)
+   emake CC="$(tc-getCC)"
 }
 
 src_install() {



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

2021-04-03 Thread Sam James
commit: 83df5741674e7004c90ce18bb1d94d22620fd59b
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 21:36:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:36:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83df5741

net-misc/netstat-nat: port to EAPI 7

Signed-off-by: Sam James  gentoo.org>

 net-misc/netstat-nat/netstat-nat-1.4.10.ebuild | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/net-misc/netstat-nat/netstat-nat-1.4.10.ebuild 
b/net-misc/netstat-nat/netstat-nat-1.4.10.ebuild
index cc7e4cb4118..2d94fe2f5df 100644
--- a/net-misc/netstat-nat/netstat-nat-1.4.10.ebuild
+++ b/net-misc/netstat-nat/netstat-nat-1.4.10.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit autotools eutils
+EAPI=7
+
+inherit autotools
 
 DESCRIPTION="Display NAT connections"
 HOMEPAGE="http://tweegy.nl/projects/netstat-nat/index.html;
@@ -12,7 +13,14 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm ppc sparc x86"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-install.patch
+)
+
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-install.patch
+   default
+
+   mv configure.{in,ac} || die
+
eautoreconf
 }



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

2021-04-03 Thread Sam James
commit: 548a7152d6836ef5ba5fa65d51d333d6ab445de1
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 21:35:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 21:35:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548a7152

net-misc/dhcping: update EAPI 5 -> 7

Signed-off-by: Sam James  gentoo.org>

 net-misc/dhcping/dhcping-1.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/dhcping/dhcping-1.2.ebuild 
b/net-misc/dhcping/dhcping-1.2.ebuild
index 83adc5fd6eb..b288cce6699 100644
--- a/net-misc/dhcping/dhcping-1.2.ebuild
+++ b/net-misc/dhcping/dhcping-1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-DESCRIPTION="Utility for sending a dhcp request to a dhcp server to see if it 
is responding"
+DESCRIPTION="Utility to send DHCP requests to DHCP servers to see if 
responding"
 HOMEPAGE="http://www.mavetju.org/unix/general.php;
 SRC_URI="http://www.mavetju.org/download/${P}.tar.gz;
 



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

2021-04-03 Thread Sergei Trofimovich
commit: fd7805c07848173fabe19cba5e385043284c1830
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Apr  3 18:35:47 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  3 20:45:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7805c0

dev-lang/python: stable 3.8.8_p1 for sparc, bug #779841

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

 dev-lang/python/python-3.8.8_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.8.8_p1.ebuild 
b/dev-lang/python/python-3.8.8_p1.ebuild
index 56c8ed395e5..d8e00846b7e 100644
--- a/dev-lang/python/python-3.8.8_p1.ebuild
+++ b/dev-lang/python/python-3.8.8_p1.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
+sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-04-03 Thread Sergei Trofimovich
commit: 56b28cac44b5ceeafa290dccfa62075472e9cc74
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Apr  3 18:34:42 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  3 20:45:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b28cac

dev-lang/python: stable 3.7.10_p1 for sparc, bug #779841

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

 dev-lang/python/python-3.7.10_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.7.10_p1.ebuild 
b/dev-lang/python/python-3.7.10_p1.ebuild
index 526e795806e..0642d1df750 100644
--- a/dev-lang/python/python-3.7.10_p1.ebuild
+++ b/dev-lang/python/python-3.7.10_p1.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
+sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-04-03 Thread Sergei Trofimovich
commit: 7b8d7946f1460ed778b153c1e293f4766772bfe6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Apr  3 18:43:07 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  3 20:45:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8d7946

dev-python/cryptography: keyworded 3.4.7 for sparc, bug #778401

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

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

diff --git a/dev-python/cryptography/cryptography-3.4.7.ebuild 
b/dev-python/cryptography/cryptography-3.4.7.ebuild
index e67ea0d4796..b2a8b8d0c5c 100644
--- a/dev-python/cryptography/cryptography-3.4.7.ebuild
+++ b/dev-python/cryptography/cryptography-3.4.7.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="libressl"
 
 RDEPEND="



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

2021-04-03 Thread Sergei Trofimovich
commit: 76178c8c83d85abd254863d89bbf3b9ea30b584b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Apr  3 18:41:45 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  3 20:45:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76178c8c

sys-devel/gcc-config: stable 2.4 for hppa, bug #779796

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

 sys-devel/gcc-config/gcc-config-2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc-config/gcc-config-2.4.ebuild 
b/sys-devel/gcc-config/gcc-config-2.4.ebuild
index 33b842037c4..7148452fa57 100644
--- a/sys-devel/gcc-config/gcc-config-2.4.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.4.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
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"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 DESCRIPTION="Utility to manage compilers"



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

2021-04-03 Thread Sergei Trofimovich
commit: a09556ab007b5ea9df1b034f9a2e0778fe382055
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Apr  3 18:33:23 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  3 20:45:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09556ab

dev-lang/python: stable 3.6.13_p1 for sparc, bug #779841

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

 dev-lang/python/python-3.6.13_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.6.13_p1.ebuild 
b/dev-lang/python/python-3.6.13_p1.ebuild
index 701aca69041..ec8e595f08b 100644
--- a/dev-lang/python/python-3.6.13_p1.ebuild
+++ b/dev-lang/python/python-3.6.13_p1.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc ~x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
+sqlite +ssl test +threads tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-04-03 Thread Sergei Trofimovich
commit: 1e2a4e27cbd28efc5ae360683c6db3acdf542459
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Apr  3 18:36:50 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  3 20:45:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2a4e27

dev-lang/python: stable 3.9.2_p1 for sparc, bug #779841

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

 dev-lang/python/python-3.9.2_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-3.9.2_p1.ebuild 
b/dev-lang/python/python-3.9.2_p1.ebuild
index e3e5d129c15..8b9112b4635 100644
--- a/dev-lang/python/python-3.9.2_p1.ebuild
+++ b/dev-lang/python/python-3.9.2_p1.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="bluetooth build examples gdbm hardened ipv6 libressl +ncurses +readline 
+sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 



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

2021-04-03 Thread Sergei Trofimovich
commit: bf69f0c56a554b7f5585ca23e2caf2dd98098400
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Apr  3 18:38:57 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  3 20:45:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf69f0c5

dev-python/pytest-subtests: keyworded 0.4.0 for sparc, bug #778401

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

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

diff --git a/dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild 
b/dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild
index 2a44016abc5..de12d09bbe6 100644
--- a/dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild
+++ b/dev-python/pytest-subtests/pytest-subtests-0.4.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/pytest-5.3.0[${PYTHON_USEDEP}]



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

2021-04-03 Thread James Le Cuirot
commit: 3f26e637fdaa025c0f255f4123fb771f74a95dbb
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Apr  3 20:15:00 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Apr  3 20:16:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f26e637

media-libs/munt-mt32emu: Version bump to 2.5.0

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/munt-mt32emu/Manifest  |  1 +
 media-libs/munt-mt32emu/munt-mt32emu-2.5.0.ebuild | 28 +++
 2 files changed, 29 insertions(+)

diff --git a/media-libs/munt-mt32emu/Manifest b/media-libs/munt-mt32emu/Manifest
index 4832a7a1f66..2099c677ebd 100644
--- a/media-libs/munt-mt32emu/Manifest
+++ b/media-libs/munt-mt32emu/Manifest
@@ -1,2 +1,3 @@
 DIST libmt32emu_2_4_2.tar.gz 458962 BLAKE2B 
43bd794fbb8e6483f4dd8384f375af3145f0297e974e7bc374764c40d90f0af971622004e052dff2e4235931d08e5ba3c154a45ad0f344c26811f92dc7a6d699
 SHA512 
6e567260bce4a7ba7f4696d08fde78a05402d8b3087d7720bf86cdbe8c6c392036ce4a5c0ec5951c547d2a98218145fa155d4730404e98ad2dcc573d3cca8da4
+DIST libmt32emu_2_5_0.tar.gz 526300 BLAKE2B 
a458e402a094e0ea6a42a408f0422c9d12a23126d5c6e5c2b69a15b5264463a436c02a963aaf2c30e3198df1dfb01845b279bc0b4e5f5680b372e98a706c866e
 SHA512 
e86733bb26714a2a5f54a1b443db1e6f320bc3373dde6bbbe6662ecfb5b36c8ba0811919f2ddd54a11f264551add76e7032cd51f5803c502bfd4b1020fafb86b
 DIST munt_2_3_0.tar.gz 418703 BLAKE2B 
d9c4290f11f4114b26aa45d6591c04a73d56981e7f618c1466db81fd35be3588b2853fb60b9cf65dd523ce8ea120a5a187bd805b58ba2f75719d460929c2e4e1
 SHA512 
87fe4891628ea33967270fe3c6c3840e40deb14bd7c8d61490d4c0057438af6bc0099c10e24e813ef1613ca9cc9fc1567a0340c7ea1f4254b209f7fc99c8c7a1

diff --git a/media-libs/munt-mt32emu/munt-mt32emu-2.5.0.ebuild 
b/media-libs/munt-mt32emu/munt-mt32emu-2.5.0.ebuild
new file mode 100644
index 000..f1a27e25b8c
--- /dev/null
+++ b/media-libs/munt-mt32emu/munt-mt32emu-2.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+MY_P="libmt32emu_${PV//./_}"
+DESCRIPTION="Library for emulating the Roland MT-32, CM-32L, CM-64 and LAPC-I"
+HOMEPAGE="https://github.com/munt/munt;
+SRC_URI="https://github.com/munt/munt/archive/${MY_P}.tar.gz;
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/munt-${MY_P}/mt32emu"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.4.2-docs.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
+   )
+
+   cmake_src_configure
+}



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

2021-04-03 Thread James Le Cuirot
commit: 4569c4a5fd706b1b4ae70fcc4b78a3c7f29a27e1
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Apr  3 20:15:50 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Apr  3 20:16:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4569c4a5

media-libs/munt-mt32emu: Drop old 2.3.0

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/munt-mt32emu/Manifest  |  1 -
 media-libs/munt-mt32emu/files/docs.patch  | 27 --
 media-libs/munt-mt32emu/munt-mt32emu-2.3.0.ebuild | 28 ---
 3 files changed, 56 deletions(-)

diff --git a/media-libs/munt-mt32emu/Manifest b/media-libs/munt-mt32emu/Manifest
index 2099c677ebd..3aa283adcf5 100644
--- a/media-libs/munt-mt32emu/Manifest
+++ b/media-libs/munt-mt32emu/Manifest
@@ -1,3 +1,2 @@
 DIST libmt32emu_2_4_2.tar.gz 458962 BLAKE2B 
43bd794fbb8e6483f4dd8384f375af3145f0297e974e7bc374764c40d90f0af971622004e052dff2e4235931d08e5ba3c154a45ad0f344c26811f92dc7a6d699
 SHA512 
6e567260bce4a7ba7f4696d08fde78a05402d8b3087d7720bf86cdbe8c6c392036ce4a5c0ec5951c547d2a98218145fa155d4730404e98ad2dcc573d3cca8da4
 DIST libmt32emu_2_5_0.tar.gz 526300 BLAKE2B 
a458e402a094e0ea6a42a408f0422c9d12a23126d5c6e5c2b69a15b5264463a436c02a963aaf2c30e3198df1dfb01845b279bc0b4e5f5680b372e98a706c866e
 SHA512 
e86733bb26714a2a5f54a1b443db1e6f320bc3373dde6bbbe6662ecfb5b36c8ba0811919f2ddd54a11f264551add76e7032cd51f5803c502bfd4b1020fafb86b
-DIST munt_2_3_0.tar.gz 418703 BLAKE2B 
d9c4290f11f4114b26aa45d6591c04a73d56981e7f618c1466db81fd35be3588b2853fb60b9cf65dd523ce8ea120a5a187bd805b58ba2f75719d460929c2e4e1
 SHA512 
87fe4891628ea33967270fe3c6c3840e40deb14bd7c8d61490d4c0057438af6bc0099c10e24e813ef1613ca9cc9fc1567a0340c7ea1f4254b209f7fc99c8c7a1

diff --git a/media-libs/munt-mt32emu/files/docs.patch 
b/media-libs/munt-mt32emu/files/docs.patch
deleted file mode 100644
index 20034b93364..000
--- a/media-libs/munt-mt32emu/files/docs.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 43b3a932650ffd52fc1bc56f5c515ee4855bfd79 Mon Sep 17 00:00:00 2001
-From: James Le Cuirot 
-Date: Mon, 22 Jan 2018 21:07:52 +
-Subject: [PATCH] Install documentation in Gentoo-compliant manner
-

- mt32emu/CMakeLists.txt | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/mt32emu/CMakeLists.txt b/mt32emu/CMakeLists.txt
-index 248f576..704d4f9 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -251,8 +251,8 @@ endif()
- 
- if(libmt32emu_PACKAGE_TYPE STREQUAL "Runtime" OR NOT libmt32emu_PACKAGE_TYPE 
STREQUAL "Devel")
-   install(FILES
--AUTHORS.txt COPYING.txt COPYING.LESSER.txt NEWS.txt README.txt TODO.txt
--DESTINATION share/doc/munt/libmt32emu
-+AUTHORS.txt NEWS.txt README.txt TODO.txt
-+DESTINATION share/doc/$ENV{PF}
-   )
- endif()
- 
--- 
-2.15.0
-

diff --git a/media-libs/munt-mt32emu/munt-mt32emu-2.3.0.ebuild 
b/media-libs/munt-mt32emu/munt-mt32emu-2.3.0.ebuild
deleted file mode 100644
index 8e19616aa4d..000
--- a/media-libs/munt-mt32emu/munt-mt32emu-2.3.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-MY_P="munt_${PV//./_}"
-DESCRIPTION="Library for emulating the Roland MT-32, CM-32L, CM-64 and LAPC-I"
-HOMEPAGE="https://github.com/munt/munt;
-SRC_URI="https://github.com/munt/munt/archive/${MY_P}.tar.gz;
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/munt-${MY_P}/mt32emu"
-
-PATCHES=(
-   "${FILESDIR}"/docs.patch
-)
-
-src_configure() {
-   local mycmakeargs=(
-   -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
-   )
-
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: games-util/vispatch/

2021-04-03 Thread Sam James
commit: f4988f8b5c95e5698c6e1b5c41fd15e8dfc8f920
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 20:15:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 20:15:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4988f8b

games-util/vispatch: fix DoubleEmptyLine

Signed-off-by: Sam James  gentoo.org>

 games-util/vispatch/vispatch-1.4.6.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/games-util/vispatch/vispatch-1.4.6.ebuild 
b/games-util/vispatch/vispatch-1.4.6.ebuild
index 5a157407fa2..7957a68a6ec 100644
--- a/games-util/vispatch/vispatch-1.4.6.ebuild
+++ b/games-util/vispatch/vispatch-1.4.6.ebuild
@@ -10,7 +10,6 @@ HOMEPAGE="http://vispatch.sourceforge.net/;
 SRC_URI="mirror://sourceforge/vispatch/${P}.tgz"
 S="${WORKDIR}"/${P}/source
 
-
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: games-util/wiiload/

2021-04-03 Thread Sam James
commit: d2d2ec35da7fb74c34a7cb3bc23c928f98bfc8e9
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 20:06:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 20:15:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d2ec35

games-util/wiiload: port to EAPI 7

Signed-off-by: Sam James  gentoo.org>

 games-util/wiiload/wiiload-0.5.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-util/wiiload/wiiload-0.5.ebuild 
b/games-util/wiiload/wiiload-0.5.ebuild
index 036f5aba5c9..3832c421fd6 100644
--- a/games-util/wiiload/wiiload-0.5.ebuild
+++ b/games-util/wiiload/wiiload-0.5.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
+
 inherit toolchain-funcs
 
-DESCRIPTION="load homebrew apps over the network to your Wii"
+DESCRIPTION="Load homebrew apps over the network to your Wii"
 HOMEPAGE="http://wiibrew.org/wiki/Wiiload;
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"



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

2021-04-03 Thread Sam James
commit: 1fa3cfbe816717289b5434a48a907532df4d3ec4
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 20:14:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 20:15:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa3cfbe

media-gfx/photopc: EAPI 7

Signed-off-by: Sam James  gentoo.org>

 .../files/photopc-3.07-implicit-declarations.patch | 36 ++
 media-gfx/photopc/photopc-3.07.ebuild  |  9 --
 2 files changed, 42 insertions(+), 3 deletions(-)

diff --git a/media-gfx/photopc/files/photopc-3.07-implicit-declarations.patch 
b/media-gfx/photopc/files/photopc-3.07-implicit-declarations.patch
new file mode 100644
index 000..dcf155f8519
--- /dev/null
+++ b/media-gfx/photopc/files/photopc-3.07-implicit-declarations.patch
@@ -0,0 +1,36 @@
+diff --git a/ctimez.c b/ctimez.c
+index 21a529d..ecd5616 100644
+--- a/ctimez.c
 b/ctimez.c
+@@ -48,6 +48,7 @@ static char *rcsid="$Id: ctimez.c,v 1.7 1999/11/09 18:55:03 
crosser Exp $";
+ #include 
+ #include 
+ #include 
++#include 
+ #if TIME_WITH_SYS_TIME
+ # include 
+ # include 
+diff --git a/eph_cmd.c b/eph_cmd.c
+index 7f90ad6..462eff0 100644
+--- a/eph_cmd.c
 b/eph_cmd.c
+@@ -89,6 +89,7 @@ static char *rcsid="$Id: eph_cmd.c,v 1.20 2001/08/28 
06:28:01 crosser Exp $";
+ #include "config.h"
+ #endif
+ #include 
++#include 
+ #include "eph_io.h"
+ #include "eph_priv.h"
+ 
+diff --git a/fnames.c b/fnames.c
+index bf2db6d..8d19f4c 100644
+--- a/fnames.c
 b/fnames.c
+@@ -53,6 +53,7 @@ static char *rcsid="$Id: fnames.c,v 1.7 2001/01/11 06:49:57 
crosser Exp $";
+ #include 
+ #include 
+ #include 
++#include 
+ #if TIME_WITH_SYS_TIME
+ # include 
+ # include 

diff --git a/media-gfx/photopc/photopc-3.07.ebuild 
b/media-gfx/photopc/photopc-3.07.ebuild
index 1d85a3d5701..a2e80fb2afd 100644
--- a/media-gfx/photopc/photopc-3.07.ebuild
+++ b/media-gfx/photopc/photopc-3.07.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit toolchain-funcs
 
@@ -12,7 +12,10 @@ SRC_URI="mirror://sourceforge/photopc/${P}.tar.gz"
 LICENSE="photopc"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE=""
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.07-implicit-declarations.patch
+)
 
 src_compile() {
emake AR="$(tc-getAR)"



[gentoo-commits] repo/gentoo:master commit in: games-util/vispatch/

2021-04-03 Thread Sam James
commit: f392d4c0f3577d6df79d776d59f4c8a3ee956fc2
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 20:05:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 20:15:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f392d4c0

games-util/vispatch: port to EAPI 7

Signed-off-by: Sam James  gentoo.org>

 games-util/vispatch/vispatch-1.4.6.ebuild | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/games-util/vispatch/vispatch-1.4.6.ebuild 
b/games-util/vispatch/vispatch-1.4.6.ebuild
index 1bb5067893a..5a157407fa2 100644
--- a/games-util/vispatch/vispatch-1.4.6.ebuild
+++ b/games-util/vispatch/vispatch-1.4.6.ebuild
@@ -1,25 +1,28 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
+
 inherit toolchain-funcs
 
 DESCRIPTION="WaterVIS utility for glquake"
 HOMEPAGE="http://vispatch.sourceforge.net/;
 SRC_URI="mirror://sourceforge/vispatch/${P}.tgz"
+S="${WORKDIR}"/${P}/source
+
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${P}/source
 
 src_prepare() {
+   default
+
sed -i \
-e '/^CFLAGS/d' \
-e '/^LDFLAGS/d' \
makefile || die
+
tc-export CC
 }
 



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

2021-04-03 Thread James Le Cuirot
commit: 755a928356186a1abc6446f01927e67043fa8441
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Apr  3 20:08:10 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Apr  3 20:08:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755a9283

media-libs/libopenmpt: Bump to 0.5.7, drop old 0.5.5

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/libopenmpt/Manifest  | 2 +-
 .../libopenmpt/{libopenmpt-0.5.5.ebuild => libopenmpt-0.5.7.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libopenmpt/Manifest b/media-libs/libopenmpt/Manifest
index 417d620892c..9fd1ea88d35 100644
--- a/media-libs/libopenmpt/Manifest
+++ b/media-libs/libopenmpt/Manifest
@@ -1 +1 @@
-DIST libopenmpt-0.5.5+release.autotools.tar.gz 1471537 BLAKE2B 
f79c27a376cb6dd01957f7c53e4844a08936c6fc34b26bb582367bbb745ac82e5e51f93769f668661532e7518173d2e4797c2f9ac20bc81052e0f923cf1cefa8
 SHA512 
8a56fdd0994b6db3567ea81d6cbd6ab69caceb82e7b0eb1dde017eb5c001c291384e7ab4a5a8a3ddbed3df4ac6b073a4d26e66f493926f582d198fb6810f9890
+DIST libopenmpt-0.5.7+release.autotools.tar.gz 1473961 BLAKE2B 
2d0404f3508c02ba9fa4b3184fe73a9593766073e5568c6d7458980865a615e3a3ed00e85fa5fb1a3b7e9ad02cbb9c2bf6e832907e8ad706e19c112a9612b40c
 SHA512 
b2f7aa473c52b5958cf2082c2e32ac1f5741fdccb4840f03ad458817e7b0e3360539a45764a012b2a86a59f693aeb08730a078cdc99cfb71264da77c00515211

diff --git a/media-libs/libopenmpt/libopenmpt-0.5.5.ebuild 
b/media-libs/libopenmpt/libopenmpt-0.5.7.ebuild
similarity index 100%
rename from media-libs/libopenmpt/libopenmpt-0.5.5.ebuild
rename to media-libs/libopenmpt/libopenmpt-0.5.7.ebuild



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

2021-04-03 Thread James Le Cuirot
commit: e0666174ee8b791462fb3b00071847755141e56a
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Apr  3 20:08:22 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Apr  3 20:08:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0666174

media-sound/openmpt123: Bump to 0.5.7, drop old 0.5.5

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: James Le Cuirot  gentoo.org>

 media-sound/openmpt123/Manifest | 2 +-
 .../openmpt123/{openmpt123-0.5.5.ebuild => openmpt123-0.5.7.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/openmpt123/Manifest b/media-sound/openmpt123/Manifest
index 417d620892c..9fd1ea88d35 100644
--- a/media-sound/openmpt123/Manifest
+++ b/media-sound/openmpt123/Manifest
@@ -1 +1 @@
-DIST libopenmpt-0.5.5+release.autotools.tar.gz 1471537 BLAKE2B 
f79c27a376cb6dd01957f7c53e4844a08936c6fc34b26bb582367bbb745ac82e5e51f93769f668661532e7518173d2e4797c2f9ac20bc81052e0f923cf1cefa8
 SHA512 
8a56fdd0994b6db3567ea81d6cbd6ab69caceb82e7b0eb1dde017eb5c001c291384e7ab4a5a8a3ddbed3df4ac6b073a4d26e66f493926f582d198fb6810f9890
+DIST libopenmpt-0.5.7+release.autotools.tar.gz 1473961 BLAKE2B 
2d0404f3508c02ba9fa4b3184fe73a9593766073e5568c6d7458980865a615e3a3ed00e85fa5fb1a3b7e9ad02cbb9c2bf6e832907e8ad706e19c112a9612b40c
 SHA512 
b2f7aa473c52b5958cf2082c2e32ac1f5741fdccb4840f03ad458817e7b0e3360539a45764a012b2a86a59f693aeb08730a078cdc99cfb71264da77c00515211

diff --git a/media-sound/openmpt123/openmpt123-0.5.5.ebuild 
b/media-sound/openmpt123/openmpt123-0.5.7.ebuild
similarity index 100%
rename from media-sound/openmpt123/openmpt123-0.5.5.ebuild
rename to media-sound/openmpt123/openmpt123-0.5.7.ebuild



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

2021-04-03 Thread Sam James
commit: cf6aec029afaa8b0af8e10917a4662d5a6a8cace
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 20:03:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 20:03:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf6aec02

net-analyzer/ifstatus: fix typo

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/ifstatus/ifstatus-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild 
b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
index 3aea08cd6d9..400d6a60c00 100644
--- a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="amd64 arm ~ppc x86"
 
 RDEPEND=">=sys-libs/ncurses-4.2:0="
 DEPEND="${RDEPEND}"
-BDEPEND+"virtual/pkgconfig"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
"${FILESDIR}"/${PN}-2.0.0-tinfo.patch



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

2021-04-03 Thread James Le Cuirot
commit: 6d6c3315dec9543047b81c21769186721f3df5d5
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Apr  3 20:00:01 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Apr  3 20:00:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6c3315

www-client/vivaldi: Add version 3.7.2218.52

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi/Manifest   | 4 
 www-client/vivaldi/vivaldi-3.7.2218.45.ebuild | 2 +-
 .../{vivaldi-3.7.2218.45.ebuild => vivaldi-3.7.2218.52.ebuild}| 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index b12e93dfdee..5d0d3ed9de9 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -10,3 +10,7 @@ DIST vivaldi-stable_3.7.2218.49-1_amd64.deb 79010508 BLAKE2B 
157349e26b52c9e55d0
 DIST vivaldi-stable_3.7.2218.49-1_arm64.deb 71057264 BLAKE2B 
ca375153a48dda8d119cd1f747c651de914b6665c287a742cf333b090b7d4ca6439b1354e0ffd49a4e2d187bba73f0155280d9c90eac7e6c7aead9336c12e081
 SHA512 
4a701cfdbf326e7dd16cfc78d303077409fc30cc0fb8ae3cf7963808fbf20fa03b45ae10653c9d3fa46a899e916e343a9f64e8249642864a124e0ebb30f03ac4
 DIST vivaldi-stable_3.7.2218.49-1_armhf.deb 69904972 BLAKE2B 
3fe7e29db324993b2afdebd8d8cb8a6c1cac77a8715d46abae9a7b0c191fef0cebe0b7f90647c21bdbed29e8827b1e6f4afdfb3754cbf1bf57f9c238d668c25f
 SHA512 
56be8c105630613f446793c02fa61e1c933118ac268f0568e96ba8cb6082c776f8aa481a246d5d7dc689330e89abd8ebd93b74fa393f54dd5cdac490ac35da16
 DIST vivaldi-stable_3.7.2218.49-1_i386.deb 76032348 BLAKE2B 
db236d2757355ad45f9304df4f3e053ce619b51df45ae966588cea59530561fe50d7733d3a835766b5540a57c4d2b3f6eef556ced6f35b0d93bacddf043877b1
 SHA512 
ed36281acca5b8fdf92ac49bebea92307ab5fec6b3b828fdfd9a90f0307d0b5e039b282588df897bebb101f12dc021604b01fc6de40c8cb47f88336b4b7f4373
+DIST vivaldi-stable_3.7.2218.52-1_amd64.deb 79024872 BLAKE2B 
c623c93869b95299fdd7fdeee4eef61f0fa2641085d40dab6028b5784a30208051dfd3ca9ad3d17514a67ddd18912c072d78d44f46699b607653282229b68765
 SHA512 
b26bc65cde7a96c330cea4ce41673d19e81df82800873933fb9b7cfbc12cb3b980223b18585c1e18b638f4d111b54b7c92b5598b121b89afdc457f234b7dac60
+DIST vivaldi-stable_3.7.2218.52-1_arm64.deb 71083320 BLAKE2B 
5ac89302b2f4db14bcf96b2b6b176b7f3a07e896d35be16bf038b1dfd7354113489e9f8f9b46f5767cedff530c013a2e1d3743547d4b2c01bc31e09e22bef4fd
 SHA512 
68564452031783cbbd99b4372c033513a8c12abb83920f65b1dae5a5ca836ace7e6c154882bad0679fed5756950c30d62308da1cf1057a0195a73439336cb5ad
+DIST vivaldi-stable_3.7.2218.52-1_armhf.deb 69906696 BLAKE2B 
a962c17cdfd8140b36255aaebc1d501e3107bd9f75e6cce1663c13465a5fc1072a1331ba9fd3588d5d26742bf6abf43d741df5dc3b51fe7230f8c6436c6659ed
 SHA512 
04df2b3b66345691e0ddbce16ccdfedceef2c3c64f94c5a8cb968dc4a45f5c86dcffb13a703e89640944143dc22635a0d3dc2ea82c33a80b1ef7e2890375c205
+DIST vivaldi-stable_3.7.2218.52-1_i386.deb 76005772 BLAKE2B 
892361c317c15aaa07c9dfa49c87d6f107d1cd4be8a4f68f7d307585c5c5345d5f457e1095c66aef425ab7738dee21b0d2dcd3842ec4c8e79476b368d9acac0e
 SHA512 
fe617721b67f00207e8005bf12d61d9b72975697d70a9d610e87ac8e9cbcd285f1c83d49727f310e26a123942a5757b39b590fd59c6159367e9de85f4d2360de

diff --git a/www-client/vivaldi/vivaldi-3.7.2218.45.ebuild 
b/www-client/vivaldi/vivaldi-3.7.2218.45.ebuild
index 538ae5a7c6c..232d99b73e9 100644
--- a/www-client/vivaldi/vivaldi-3.7.2218.45.ebuild
+++ b/www-client/vivaldi/vivaldi-3.7.2218.45.ebuild
@@ -105,7 +105,7 @@ SRC_URI="
 
 LICENSE="Vivaldi"
 SLOT="0"
-KEYWORDS="-* amd64 ~arm ~arm64 x86"
+KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
 IUSE="proprietary-codecs widevine"
 RESTRICT="bindist mirror"
 

diff --git a/www-client/vivaldi/vivaldi-3.7.2218.45.ebuild 
b/www-client/vivaldi/vivaldi-3.7.2218.52.ebuild
similarity index 98%
copy from www-client/vivaldi/vivaldi-3.7.2218.45.ebuild
copy to www-client/vivaldi/vivaldi-3.7.2218.52.ebuild
index 538ae5a7c6c..232d99b73e9 100644
--- a/www-client/vivaldi/vivaldi-3.7.2218.45.ebuild
+++ b/www-client/vivaldi/vivaldi-3.7.2218.52.ebuild
@@ -105,7 +105,7 @@ SRC_URI="
 
 LICENSE="Vivaldi"
 SLOT="0"
-KEYWORDS="-* amd64 ~arm ~arm64 x86"
+KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
 IUSE="proprietary-codecs widevine"
 RESTRICT="bindist mirror"
 



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

2021-04-03 Thread James Le Cuirot
commit: 9c478d51640e1f6322d701f44cdff84b3f072986
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Apr  3 20:02:08 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Apr  3 20:02:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c478d51

www-client/vivaldi: Drop old 3.7.2218.45

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi/Manifest   |   4 -
 www-client/vivaldi/vivaldi-3.7.2218.45.ebuild | 206 --
 2 files changed, 210 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 5d0d3ed9de9..6e529858516 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -2,10 +2,6 @@ DIST vivaldi-stable_3.6.2165.40-1_amd64.deb 77600092 BLAKE2B 
9a2f2ae41c16a2bd1b2
 DIST vivaldi-stable_3.6.2165.40-1_arm64.deb 69850704 BLAKE2B 
c88641c0ea45771eecf2369f89f18b2991931ea67f545c93ae3426b5561613835132f5a285d5f267b2e0981c9ffb65402a0016ec29fdabf381e6a16abe06c9b6
 SHA512 
026c58ee3c34497f6c5f31cf96b9a202efdeb2713301d5699267ff8b8fb32618c6c70e685479862a9c223dcdc32a0ea024f7334c8a52e18c5ae8b66bb7fed97b
 DIST vivaldi-stable_3.6.2165.40-1_armhf.deb 68650992 BLAKE2B 
932c8df157717d99d2cd7963217fc0ecfce87a2118448624eae410311b706af468c1d6f8c0baaa3f8b8d2513eaad92e26417ca10f5511f5f76cb6f5cc7835b7c
 SHA512 
e319733feef35c6b506deb21a21e4f6ee46acfcc83788bfa91d10b723146c870ec5108e433c57bfba37a3ba84da2d4f876a066a17a8f180e61933968585aca17
 DIST vivaldi-stable_3.6.2165.40-1_i386.deb 74317284 BLAKE2B 
b3b7a2a675128fea0b576dc7ff2b08218ee6c9796bdfaca91e8302f6d0de63173e8ab7f2f39232ffdc020779061724cebf599fd6e29f7eb1bf9277a271d52d3a
 SHA512 
5628ea1ebaaa8b8a647b3e07c27aade8f45d448e21b38f19d9fc3749dc919a20f09df111098b99f5e6ec11146557f8742d5b40d3fe23e5bc02c4204fee7392c5
-DIST vivaldi-stable_3.7.2218.45-1_amd64.deb 78983248 BLAKE2B 
0208087a99cecca72b9d4e9965a8a94289657a74a3b9eda240c45537e653a3cf5c6b33c73049d8089eb9b270cd9b13b4a159b1771e0143649802300f9afcc870
 SHA512 
3cb30b874964ace3283ffc5a5b146f64b60629bf1e2f279735709e8426b6d94e4213e8963676225d8d8575099b64fe18dcf54969b92096b6ca010b1fbdfe7bab
-DIST vivaldi-stable_3.7.2218.45-1_arm64.deb 71064292 BLAKE2B 
85737bbb82dc9b971996cabef7dcca334c3155616a2b881436376aadd141b1898b6438e984f4cc53bbe1f7496ef46ac14d17242314a817e9e0a49ce61301863f
 SHA512 
b7211a09bf8c1e944540af4c7df256fd6402fd3a45604f02f71a343a63278b7a4ef3f05db62420089ec7f563d152270b40678e56a71ebee9b5c58fb092775dea
-DIST vivaldi-stable_3.7.2218.45-1_armhf.deb 69883684 BLAKE2B 
2edfa3bbabf646be447a3a9265a102bb0ddfaeed7562072c7a2a59e6b860c7d094a23cc4b6c8c07d69e96746244e0e8a4c2a0a42f806831f7defdc5149420de1
 SHA512 
b976eea6834070556a33d6c7e88a28dc42939798c86a2513f418583b31fc7af579f7f63e0b41bd3da2ecef3d1d9113f8e91e06f5c250b8e651af7b97d5574f16
-DIST vivaldi-stable_3.7.2218.45-1_i386.deb 76007516 BLAKE2B 
6399b6f65e704c87ef643d540481922e3f2bcee81ab3ab897fe170bc25abacefd0bc922f86eb95bacfa053cb2e37284662a1d1d7e09be08792f8b7ca81fc297f
 SHA512 
ab3ce6d4e7ced30c7261743d42f8b538b5feee1468a7dd551e25d11a5f7d35e777663c74e9e86290db682fa41fff1363d71eb73e4431c9b46604f7140b026e4a
 DIST vivaldi-stable_3.7.2218.49-1_amd64.deb 79010508 BLAKE2B 
157349e26b52c9e55d0fadeafa48ae9638c4f479eff76dade936991459180c57eaaa1cd951d6f5be6c3c8ff605ba9538ee04ed5b67ab6c1e49675a7adcf70bff
 SHA512 
ca31d0c3336f55dcdec7b6855df5169fe5ac910eacaeb3e6b3ba7c27d7565d5b38411d39d104f1f66edfffebcb6973e22ae76c414920187a1b7619975699b5e5
 DIST vivaldi-stable_3.7.2218.49-1_arm64.deb 71057264 BLAKE2B 
ca375153a48dda8d119cd1f747c651de914b6665c287a742cf333b090b7d4ca6439b1354e0ffd49a4e2d187bba73f0155280d9c90eac7e6c7aead9336c12e081
 SHA512 
4a701cfdbf326e7dd16cfc78d303077409fc30cc0fb8ae3cf7963808fbf20fa03b45ae10653c9d3fa46a899e916e343a9f64e8249642864a124e0ebb30f03ac4
 DIST vivaldi-stable_3.7.2218.49-1_armhf.deb 69904972 BLAKE2B 
3fe7e29db324993b2afdebd8d8cb8a6c1cac77a8715d46abae9a7b0c191fef0cebe0b7f90647c21bdbed29e8827b1e6f4afdfb3754cbf1bf57f9c238d668c25f
 SHA512 
56be8c105630613f446793c02fa61e1c933118ac268f0568e96ba8cb6082c776f8aa481a246d5d7dc689330e89abd8ebd93b74fa393f54dd5cdac490ac35da16

diff --git a/www-client/vivaldi/vivaldi-3.7.2218.45.ebuild 
b/www-client/vivaldi/vivaldi-3.7.2218.45.ebuild
deleted file mode 100644
index 232d99b73e9..000
--- a/www-client/vivaldi/vivaldi-3.7.2218.45.ebuild
+++ /dev/null
@@ -1,206 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CHROMIUM_LANGS="
-   af
-   am
-   ar
-   az
-   be
-   bg
-   bn
-   ca
-   cs
-   da
-   de
-   de-CH
-   el
-   en-GB
-   en-US
-   eo
-   es
-   es-419
-   es-PE
-   et
-   eu
-   fa
-   fi
-   fil
-   fr
-   fy
-   gd
-   gl
-   gu
-   he
-   hi
-   hr
-   hu
-   hy
-   id
-   io
-   is
-   it
- 

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

2021-04-03 Thread James Le Cuirot
commit: 31a3233bd94457d380b7dcbd26bce6dbe265fc72
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Apr  3 20:01:36 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Apr  3 20:01:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a3233b

www-client/vivaldi: Stabilise 3.7.2218.49

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi/vivaldi-3.7.2218.49.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/vivaldi/vivaldi-3.7.2218.49.ebuild 
b/www-client/vivaldi/vivaldi-3.7.2218.49.ebuild
index 232d99b73e9..538ae5a7c6c 100644
--- a/www-client/vivaldi/vivaldi-3.7.2218.49.ebuild
+++ b/www-client/vivaldi/vivaldi-3.7.2218.49.ebuild
@@ -105,7 +105,7 @@ SRC_URI="
 
 LICENSE="Vivaldi"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="-* amd64 ~arm ~arm64 x86"
 IUSE="proprietary-codecs widevine"
 RESTRICT="bindist mirror"
 



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

2021-04-03 Thread Georgy Yakovlev
commit: e45d398426feba79f9ebd73cb97f797f58c59e11
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Apr  3 19:55:31 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Apr  3 19:56:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45d3984

dev-cpp/abseil-cpp: revbump all, add sublots

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

 .../{abseil-cpp-20200225.2.ebuild => abseil-cpp-20200225.2-r1.ebuild}   | 2 +-
 .../{abseil-cpp-20200923.2.ebuild => abseil-cpp-20200923.2-r1.ebuild}   | 2 +-
 .../{abseil-cpp-20210324.0.ebuild => abseil-cpp-20210324.0-r1.ebuild}   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20200225.2.ebuild 
b/dev-cpp/abseil-cpp/abseil-cpp-20200225.2-r1.ebuild
similarity index 98%
rename from dev-cpp/abseil-cpp/abseil-cpp-20200225.2.ebuild
rename to dev-cpp/abseil-cpp/abseil-cpp-20200225.2-r1.ebuild
index b927fb019cb..73a0e616d6e 100644
--- a/dev-cpp/abseil-cpp/abseil-cpp-20200225.2.ebuild
+++ b/dev-cpp/abseil-cpp/abseil-cpp-20200225.2-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://abseil.io;
 SRC_URI="https://github.com/abseil/abseil-cpp/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="Apache-2.0"
-SLOT="0"
+SLOT="0/${PV%%.*}"
 KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 

diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20200923.2.ebuild 
b/dev-cpp/abseil-cpp/abseil-cpp-20200923.2-r1.ebuild
similarity index 99%
rename from dev-cpp/abseil-cpp/abseil-cpp-20200923.2.ebuild
rename to dev-cpp/abseil-cpp/abseil-cpp-20200923.2-r1.ebuild
index 7d0133ed4d8..6d1e87d6197 100644
--- a/dev-cpp/abseil-cpp/abseil-cpp-20200923.2.ebuild
+++ b/dev-cpp/abseil-cpp/abseil-cpp-20200923.2-r1.ebuild
@@ -20,7 +20,7 @@ LICENSE="
Apache-2.0
test? ( BSD )
 "
-SLOT="0"
+SLOT="0/${PV%%.*}"
 KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="+cxx17 test"
 

diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20210324.0.ebuild 
b/dev-cpp/abseil-cpp/abseil-cpp-20210324.0-r1.ebuild
similarity index 98%
rename from dev-cpp/abseil-cpp/abseil-cpp-20210324.0.ebuild
rename to dev-cpp/abseil-cpp/abseil-cpp-20210324.0-r1.ebuild
index 92637e5b846..dd401361783 100644
--- a/dev-cpp/abseil-cpp/abseil-cpp-20210324.0.ebuild
+++ b/dev-cpp/abseil-cpp/abseil-cpp-20210324.0-r1.ebuild
@@ -20,7 +20,7 @@ LICENSE="
Apache-2.0
test? ( BSD )
 "
-SLOT="0"
+SLOT="0/${PV%%.*}"
 KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="+cxx17 test"
 



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

2021-04-03 Thread Sam James
commit: 1bb081f7616dabbba21c8c625bfb31be4199d40b
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:49:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:53:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb081f7

net-libs/libnetfilter_cttimeout: autotools--

Signed-off-by: Sam James  gentoo.org>

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

diff --git 
a/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0-r1.ebuild 
b/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0-r1.ebuild
index c668e13398b..5079b1ffc74 100644
--- a/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0-r1.ebuild
+++ b/net-libs/libnetfilter_cttimeout/libnetfilter_cttimeout-1.0.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools linux-info
+inherit linux-info
 
 DESCRIPTION="netlink interface for conntrack timeout infrastructure in 
kernel's packet filter"
 HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_cttimeout/;



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

2021-04-03 Thread Sam James
commit: 1c93964f37902d409bd5bf8211bcf00c3c35770a
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:46:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:53:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c93964f

net-libs/pacparser: eutils--

Signed-off-by: Sam James  gentoo.org>

 net-libs/pacparser/pacparser-1.3.7-r1.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/net-libs/pacparser/pacparser-1.3.7-r1.ebuild 
b/net-libs/pacparser/pacparser-1.3.7-r1.ebuild
index 5c1ad492aa6..2991d284b66 100644
--- a/net-libs/pacparser/pacparser-1.3.7-r1.ebuild
+++ b/net-libs/pacparser/pacparser-1.3.7-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 PYTHON_COMPAT=( python3_{7,8} )
 
-inherit eutils python-r1 toolchain-funcs
+inherit python-r1 toolchain-funcs
 
 DESCRIPTION="Library to parse proxy auto-config files"
 HOMEPAGE="http://pacparser.manugarg.com/;
@@ -22,7 +22,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 # spidermonkey-1.7.0 is bundled
 # tested unbundling with spidermonkey-1.8* and 1.7
-# and got many failures : unbundling not worth.
+# and got many failures: unbundling not worth it.
 
 src_prepare() {
default
@@ -52,11 +52,13 @@ src_test() {
 src_install() {
emake DESTDIR="${ED}" LIB_PREFIX="${ED}/usr/$(get_libdir)" -C src 
install
dodoc README.md
+
if use python; then
python_foreach_impl emake DESTDIR="${D}" \
LIB_PREFIX="${D}/usr/$(get_libdir)" -C src install-pymod
python_foreach_impl python_optimize
fi
+
if use doc; then
docompress -x /usr/share/doc/${PF}/{html,examples}
else



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

2021-04-03 Thread Sam James
commit: 10143fea7d00db2062e5f417541c1e33ccfdc739
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:51:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:53:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10143fea

net-libs/libnetfilter_conntrack: autotools--

Signed-off-by: Sam James  gentoo.org>

 .../libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild   | 9 +
 .../libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild   | 7 ---
 .../libnetfilter_conntrack/libnetfilter_conntrack-1.0.8.ebuild   | 7 ---
 3 files changed, 13 insertions(+), 10 deletions(-)

diff --git 
a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild 
b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
index 88e9f74dcc2..d6f8e58fef8 100644
--- a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
+++ b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.6.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools linux-info
 
-DESCRIPTION="programming interface (API) to the in-kernel connection tracking 
state table"
+inherit linux-info
+
+DESCRIPTION="Programming interface (API) to the in-kernel connection tracking 
state table"
 HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_conntrack/;
 SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2;
 
@@ -31,7 +32,7 @@ pkg_setup() {
die "${PN} requires at least 2.6.18 kernel version"
fi
 
-   #netfilter core team has changed some option names with kernel 2.6.20
+   # netfilter core team has changed some option names with kernel 2.6.20
if kernel_is lt 2 6 20 ; then
CONFIG_CHECK="~IP_NF_CONNTRACK_NETLINK"
else

diff --git 
a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild 
b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild
index 91126c80f7a..89f383a35d2 100644
--- a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild
+++ b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools linux-info
 
-DESCRIPTION="programming interface (API) to the in-kernel connection tracking 
state table"
+inherit linux-info
+
+DESCRIPTION="Programming interface (API) to the in-kernel connection tracking 
state table"
 HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_conntrack/;
 SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2;
 
@@ -31,7 +32,7 @@ pkg_setup() {
die "${PN} requires at least 2.6.18 kernel version"
fi
 
-   #netfilter core team has changed some option names with kernel 2.6.20
+   # netfilter core team has changed some option names with kernel 2.6.20
if kernel_is lt 2 6 20 ; then
CONFIG_CHECK="~IP_NF_CONNTRACK_NETLINK"
else

diff --git 
a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.8.ebuild 
b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.8.ebuild
index 3360618a1db..885bab96515 100644
--- a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.8.ebuild
+++ b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.8.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools linux-info
 
-DESCRIPTION="programming interface (API) to the in-kernel connection tracking 
state table"
+inherit linux-info
+
+DESCRIPTION="Programming interface (API) to the in-kernel connection tracking 
state table"
 HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_conntrack/;
 SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2;
 
@@ -31,7 +32,7 @@ pkg_setup() {
die "${PN} requires at least 2.6.18 kernel version"
fi
 
-   #netfilter core team has changed some option names with kernel 2.6.20
+   # netfilter core team has changed some option names with kernel 2.6.20
if kernel_is lt 2 6 20 ; then
CONFIG_CHECK="~IP_NF_CONNTRACK_NETLINK"
else



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

2021-04-03 Thread Sam James
commit: eb9f990396f8384b13930178a88b266f27e1df0a
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:49:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:53:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9f9903

net-libs/libnetfilter_cthelper: autotools--

Signed-off-by: Sam James  gentoo.org>

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

diff --git 
a/net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0-r1.ebuild 
b/net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0-r1.ebuild
index c5facfb44a4..960e302de27 100644
--- a/net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0-r1.ebuild
+++ b/net-libs/libnetfilter_cthelper/libnetfilter_cthelper-1.0.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools linux-info
+inherit linux-info
 
 DESCRIPTION="Userspace library for interface to user-space helper for 
conntrack"
 HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_cthelper/;



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

2021-04-03 Thread Sam James
commit: 2c4046f237a931c6e5672982647c177d3d9d598a
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:23:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:52:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4046f2

net-analyzer/snort: multilib--

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/snort/snort-2.9.15.1.ebuild| 3 ++-
 net-analyzer/snort/snort-2.9.16-r100.ebuild | 2 +-
 net-analyzer/snort/snort-2.9.16.ebuild  | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/snort/snort-2.9.15.1.ebuild 
b/net-analyzer/snort/snort-2.9.15.1.ebuild
index 440d87d8359..1bdce6fe3f9 100644
--- a/net-analyzer/snort/snort-2.9.15.1.ebuild
+++ b/net-analyzer/snort/snort-2.9.15.1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools user systemd tmpfiles multilib
+
+inherit autotools user systemd tmpfiles
 
 DESCRIPTION="The de facto standard for intrusion detection/prevention"
 HOMEPAGE="https://www.snort.org;

diff --git a/net-analyzer/snort/snort-2.9.16-r100.ebuild 
b/net-analyzer/snort/snort-2.9.16-r100.ebuild
index 66b2b845e87..91f49430d6f 100644
--- a/net-analyzer/snort/snort-2.9.16-r100.ebuild
+++ b/net-analyzer/snort/snort-2.9.16-r100.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 LUA_COMPAT=( luajit )
 
-inherit autotools lua-single user systemd tmpfiles multilib
+inherit autotools lua-single user systemd tmpfiles
 
 DESCRIPTION="The de facto standard for intrusion detection/prevention"
 HOMEPAGE="https://www.snort.org;

diff --git a/net-analyzer/snort/snort-2.9.16.ebuild 
b/net-analyzer/snort/snort-2.9.16.ebuild
index 4a3f0392b5c..328947af855 100644
--- a/net-analyzer/snort/snort-2.9.16.ebuild
+++ b/net-analyzer/snort/snort-2.9.16.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools user systemd tmpfiles multilib
+
+inherit autotools user systemd tmpfiles
 
 DESCRIPTION="The de facto standard for intrusion detection/prevention"
 HOMEPAGE="https://www.snort.org;



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

2021-04-03 Thread Sam James
commit: 2bd32d4f526fb667752dd6da91f5115d265baf2b
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:27:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:53:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd32d4f

net-analyzer/monitoring-plugins: eutils--, multilib--

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/monitoring-plugins/monitoring-plugins-2.2-r4.ebuild | 4 ++--
 net-analyzer/monitoring-plugins/monitoring-plugins-2.3.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/monitoring-plugins/monitoring-plugins-2.2-r4.ebuild 
b/net-analyzer/monitoring-plugins/monitoring-plugins-2.2-r4.ebuild
index 405873b347c..5396099961d 100644
--- a/net-analyzer/monitoring-plugins/monitoring-plugins-2.2-r4.ebuild
+++ b/net-analyzer/monitoring-plugins/monitoring-plugins-2.2-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit eutils flag-o-matic multilib user
+inherit flag-o-matic user
 
 DESCRIPTION="50+ standard plugins for Icinga, Naemon, Nagios, Shinken, Sensu"
 HOMEPAGE="https://www.monitoring-plugins.org/;

diff --git a/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.ebuild 
b/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.ebuild
index b91919ddf88..42c658307a6 100644
--- a/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.ebuild
+++ b/net-analyzer/monitoring-plugins/monitoring-plugins-2.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit eutils flag-o-matic multilib
+inherit flag-o-matic
 
 DESCRIPTION="50+ standard plugins for Icinga, Naemon, Nagios, Shinken, Sensu"
 HOMEPAGE="https://www.monitoring-plugins.org/;



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

2021-04-03 Thread Sam James
commit: abc531b46a2b2e5ea2102e1dc9adbef62c5335f1
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:15:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:52:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc531b4

net-analyzer/arp-sk: eutils->epatch

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild 
b/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
index 773e349fc87..dd4c76e5f82 100644
--- a/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
+++ b/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit autotools eutils multilib
+
+inherit autotools epatch multilib
 
 DESCRIPTION="A swiss knife tool for ARP"
 HOMEPAGE="http://sid.rstack.org/arp-sk/;
 SRC_URI="http://sid.rstack.org/arp-sk/files/${P}.tgz;
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"



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

2021-04-03 Thread Sam James
commit: 8c76dc69c7c71eb1a11fbfc618f033f1237c2284
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:13:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:52:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c76dc69

net-analyzer/rtpbreak: eutils->epatch

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/rtpbreak/rtpbreak-1.3a-r1.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/rtpbreak/rtpbreak-1.3a-r1.ebuild 
b/net-analyzer/rtpbreak/rtpbreak-1.3a-r1.ebuild
index c10b7bd76cc..557c9895694 100644
--- a/net-analyzer/rtpbreak/rtpbreak-1.3a-r1.ebuild
+++ b/net-analyzer/rtpbreak/rtpbreak-1.3a-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils toolchain-funcs
+inherit epatch toolchain-funcs
 
 DESCRIPTION="Analyze any RTP session through heuristics over UDP network 
traffic"
 HOMEPAGE="http://xenion.reactive-search.com/?page_id=7;
@@ -12,11 +12,9 @@ SRC_URI="http://xenion.antifork.org/rtpbreak/${P}.tgz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="net-libs/libnet:1.1
>=net-libs/libpcap-0.7"
-
 RDEPEND="${DEPEND}"
 
 src_prepare() {



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

2021-04-03 Thread Sam James
commit: 80bcb27e226fe524aa889626207d5e8643ea4153
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:28:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:53:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80bcb27e

net-analyzer/iplog: eutils->epatch

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/iplog/iplog-2.2.3-r2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/iplog/iplog-2.2.3-r2.ebuild 
b/net-analyzer/iplog/iplog-2.2.3-r2.ebuild
index a21f0102922..c0be1311cc7 100644
--- a/net-analyzer/iplog/iplog-2.2.3-r2.ebuild
+++ b/net-analyzer/iplog/iplog-2.2.3-r2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit eutils
+
+inherit epatch
 
 DESCRIPTION="iplog is a TCP/IP traffic logger"
 HOMEPAGE="http://ojnk.sourceforge.net/;



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

2021-04-03 Thread Sam James
commit: f28843f40811874a77bc05bfdff24dadd12ac727
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:45:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:53:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28843f4

net-libs/czmq: autotools--

Signed-off-by: Sam James  gentoo.org>

 net-libs/czmq/czmq-4.2.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-libs/czmq/czmq-4.2.0.ebuild b/net-libs/czmq/czmq-4.2.0.ebuild
index 2eb22f2b402..ddf995f5914 100644
--- a/net-libs/czmq/czmq-4.2.0.ebuild
+++ b/net-libs/czmq/czmq-4.2.0.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-inherit autotools
-
 DESCRIPTION="High-level C Binding for ZeroMQ"
 HOMEPAGE="http://czmq.zeromq.org;
 SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz;



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

2021-04-03 Thread Sam James
commit: 5f121c9f43d4502a819d791838ac019e7d083537
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:46:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:53:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f121c9f

net-libs/daq: multilib--, ${ED}

Signed-off-by: Sam James  gentoo.org>

 net-libs/daq/daq-2.0.7.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-libs/daq/daq-2.0.7.ebuild b/net-libs/daq/daq-2.0.7.ebuild
index d6681e08a35..9ec2ff60a4b 100644
--- a/net-libs/daq/daq-2.0.7.ebuild
+++ b/net-libs/daq/daq-2.0.7.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
-inherit autotools multilib
+EAPI=7
+
+inherit autotools
 
 DESCRIPTION="Data Acquisition library, for packet I/O"
 HOMEPAGE="https://www.snort.org/;
@@ -27,6 +28,7 @@ DEPEND="
pcap? ( ${PCAP_DEPEND} )
 "
 RDEPEND="${DEPEND}"
+
 PATCHES=(
"${FILESDIR}"/${PN}-2.0.6-parallel-grammar.patch #673390
"${FILESDIR}"/${PN}-2.0.6-static-libs.patch
@@ -34,7 +36,6 @@ PATCHES=(
 
 src_prepare() {
default
-
eautoreconf
 }
 
@@ -66,7 +67,7 @@ src_install() {
# This has been bugged upstream
if ! use static-libs; then
for z in libdaq_static libdaq_static_modules; do
-   rm "${D}"/usr/$(get_libdir)/${z}.a
+   rm "${ED}"/usr/$(get_libdir)/${z}.a || die
done
fi
 }



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

2021-04-03 Thread Sam James
commit: 3859b4a949038ff5d333dc68b1d2c49b11cefffe
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:20:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:52:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3859b4a9

net-analyzer/suricata: flag-o-matic--, missing die

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/suricata/suricata-5.0.6.ebuild | 4 ++--
 net-analyzer/suricata/suricata-6.0.2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/suricata/suricata-5.0.6.ebuild 
b/net-analyzer/suricata/suricata-5.0.6.ebuild
index b3efab9fb84..46d1458df40 100644
--- a/net-analyzer/suricata/suricata-5.0.6.ebuild
+++ b/net-analyzer/suricata/suricata-5.0.6.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 LUA_COMPAT=( lua5-1 luajit )
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit autotools flag-o-matic linux-info lua-single python-single-r1 systemd 
tmpfiles
+inherit autotools linux-info lua-single python-single-r1 systemd tmpfiles
 
 DESCRIPTION="High performance Network IDS, IPS and Network Security Monitoring 
engine"
 HOMEPAGE="https://suricata-ids.org/;
@@ -121,7 +121,7 @@ src_install() {
python_optimize
 
if use bpf; then
-   rm -f ebpf/Makefile.{am,in}
+   rm -f ebpf/Makefile.{am,in} || die
dodoc -r ebpf/
keepdir /usr/libexec/suricata/ebpf
fi

diff --git a/net-analyzer/suricata/suricata-6.0.2.ebuild 
b/net-analyzer/suricata/suricata-6.0.2.ebuild
index 18b52aaae03..7171dc94415 100644
--- a/net-analyzer/suricata/suricata-6.0.2.ebuild
+++ b/net-analyzer/suricata/suricata-6.0.2.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 LUA_COMPAT=( lua5-1 luajit )
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit autotools flag-o-matic linux-info lua-single python-single-r1 systemd 
tmpfiles
+inherit autotools linux-info lua-single python-single-r1 systemd tmpfiles
 
 DESCRIPTION="High performance Network IDS, IPS and Network Security Monitoring 
engine"
 HOMEPAGE="https://suricata-ids.org/;
@@ -121,7 +121,7 @@ src_install() {
python_optimize
 
if use bpf; then
-   rm -f ebpf/Makefile.{am,in}
+   rm -f ebpf/Makefile.{am,in} || die
dodoc -r ebpf/
keepdir /usr/libexec/suricata/ebpf
fi



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

2021-04-03 Thread Sam James
commit: 46771c22aec3c41edbfaf4a2ceefcc16f63a302b
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:25:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:52:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46771c22

net-analyzer/openvas-scanner: flag-o-matic-- (unused)

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/openvas-scanner/openvas-scanner-20.8.1.ebuild | 2 +-
 net-analyzer/openvas-scanner/openvas-scanner-7.0.1.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/openvas-scanner/openvas-scanner-20.8.1.ebuild 
b/net-analyzer/openvas-scanner/openvas-scanner-20.8.1.ebuild
index 5d4642e49c5..8342a8512dc 100644
--- a/net-analyzer/openvas-scanner/openvas-scanner-20.8.1.ebuild
+++ b/net-analyzer/openvas-scanner/openvas-scanner-20.8.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 CMAKE_MAKEFILE_GENERATOR="emake"
-inherit cmake flag-o-matic toolchain-funcs
+inherit cmake toolchain-funcs
 
 MY_PN="openvas"
 MY_DN="openvassd"

diff --git a/net-analyzer/openvas-scanner/openvas-scanner-7.0.1.ebuild 
b/net-analyzer/openvas-scanner/openvas-scanner-7.0.1.ebuild
index 6b20b2711f2..c826f644aa4 100644
--- a/net-analyzer/openvas-scanner/openvas-scanner-7.0.1.ebuild
+++ b/net-analyzer/openvas-scanner/openvas-scanner-7.0.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 CMAKE_MAKEFILE_GENERATOR="emake"
-inherit cmake flag-o-matic toolchain-funcs
+inherit cmake toolchain-funcs
 
 MY_PN="openvas"
 MY_DN="openvassd"



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

2021-04-03 Thread Sam James
commit: 0d89e74893170c7a6e9fc13f30d8754fef52246a
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:18:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:52:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d89e748

net-analyzer/ifstatus: eutils--, tidy up

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild | 32 --
 net-analyzer/ifstatus/ifstatus-2.0.0.ebuild| 28 +++---
 2 files changed, 28 insertions(+), 32 deletions(-)

diff --git a/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild 
b/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
index 10f512067d0..986b1e4ad56 100644
--- a/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
@@ -1,29 +1,27 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit eutils toolchain-funcs
+EAPI=7
 
-KEYWORDS="amd64 arm ~ppc x86"
+inherit toolchain-funcs
 
 DESCRIPTION="A simple CLI program for displaying network statistics in real 
time"
 HOMEPAGE="http://ifstatus.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV}.tar.gz"
+S="${WORKDIR}/${PN}"
+
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="amd64 arm ~ppc x86"
 
 RDEPEND=">=sys-libs/ncurses-4.2:0="
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/${PN}"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
-   "${FILESDIR}/${P}-gcc43.patch"
-   "${FILESDIR}/${P}-tinfo.patch"
-   "${FILESDIR}/${P}-gcc6.patch"
+   "${FILESDIR}"/${P}-gcc43.patch
+   "${FILESDIR}"/${P}-tinfo.patch
+   "${FILESDIR}"/${P}-gcc6.patch
 )
 
 src_prepare() {
@@ -37,8 +35,8 @@ src_install() {
 }
 
 pkg_postinst() {
-   elog"You may want to configure ~/.ifstatus/ifstatus.cfg"
-   elog"before running ifstatus. For example, you may add"
-   elog"Interfaces = eth0 there. Read the README file for"
-   elog"more information."
+   elog "You may want to configure ~/.ifstatus/ifstatus.cfg"
+   elog "before running ifstatus. For example, you may add"
+   elog "Interfaces = eth0 there. Read the README file for"
+   elog "more information."
 }

diff --git a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild 
b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
index c954845ed7d..3aea08cd6d9 100644
--- a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
@@ -2,31 +2,29 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit toolchain-funcs
 
-KEYWORDS="amd64 arm ~ppc x86"
+inherit toolchain-funcs
 
 DESCRIPTION="A simple CLI program for displaying network statistics in real 
time"
 HOMEPAGE="http://ifstatus.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV}.tar.gz"
+S="${WORKDIR}/${PN}-v${PV}"
+
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="amd64 arm ~ppc x86"
+
+RDEPEND=">=sys-libs/ncurses-4.2:0="
+DEPEND="${RDEPEND}"
+BDEPEND+"virtual/pkgconfig"
 
-RDEPEND="
-   >=sys-libs/ncurses-4.2:0=
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
 PATCHES=(
"${FILESDIR}"/${PN}-2.0.0-tinfo.patch
 )
-S="${WORKDIR}/${PN}-v${PV}"
 
 src_compile() {
tc-export CXX PKG_CONFIG
-   emake GCC=$(tc-getCXX) ${PN}
+   emake GCC="$(tc-getCXX)" ${PN}
 }
 
 src_install() {
@@ -35,8 +33,8 @@ src_install() {
 }
 
 pkg_postinst() {
-   elog"You may want to configure ~/.ifstatus/ifstatus.cfg"
-   elog"before running ifstatus. For example, you may add"
-   elog"Interfaces = eth0 there. Read the README file for"
-   elog"more information."
+   elog "You may want to configure ~/.ifstatus/ifstatus.cfg"
+   elog "before running ifstatus. For example, you may add"
+   elog "Interfaces = eth0 there. Read the README file for"
+   elog "more information."
 }



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

2021-04-03 Thread Sam James
commit: 48cb91a7d189b6c87023523c291322ae118393f4
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:11:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:52:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cb91a7

net-analyzer/fwlogwatch: add missing l10n inherit

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild 
b/net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild
index 1f4f953ecd5..990518943e3 100644
--- a/net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild
+++ b/net-analyzer/fwlogwatch/fwlogwatch-1.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic toolchain-funcs
+inherit flag-o-matic l10n toolchain-funcs
 
 DESCRIPTION="A packet filter and firewall log analyzer"
 HOMEPAGE="http://fwlogwatch.inside-security.de/;



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

2021-04-03 Thread Sam James
commit: 4ad2eafc531529f81f8c7109ee5283aa234e1bb4
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:08:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:52:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad2eafc

net-analyzer/nettop: eutils->epatch

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/nettop/nettop-0.2.3-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/nettop/nettop-0.2.3-r2.ebuild 
b/net-analyzer/nettop/nettop-0.2.3-r2.ebuild
index 9f5605fa16a..f0bb7d6d136 100644
--- a/net-analyzer/nettop/nettop-0.2.3-r2.ebuild
+++ b/net-analyzer/nettop/nettop-0.2.3-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils toolchain-funcs
+inherit epatch toolchain-funcs
 
-DESCRIPTION="top like program for network activity"
+DESCRIPTION="top-like program for network activity"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
 



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

2021-04-03 Thread Sam James
commit: 5926ca89472ace9611b8a91607dbe61284e8cdf6
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:07:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:52:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5926ca89

net-analyzer/nagios-check_fail2ban: multilib--

Signed-off-by: Sam James  gentoo.org>

 .../nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild 
b/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild
index ac86c283079..42376a9fbab 100644
--- a/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild
+++ b/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit multilib autotools
+inherit autotools
 
 GITHUB_AUTHOR="hollow"
 GITHUB_PROJECT="check_fail2ban"
@@ -12,18 +12,17 @@ GITHUB_COMMIT="c554837"
 DESCRIPTION="A nagios plugin for checking the fail2ban daemon"
 HOMEPAGE="https://github.com/hollow/check_fail2ban;
 
SRC_URI="https://nodeload.github.com/${GITHUB_AUTHOR}/${GITHUB_PROJECT}/tarball/v${PV}
 -> ${P}.tar.gz"
+S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT}
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="|| ( >=net-analyzer/nagios-plugins-1.4.13-r1 
>=net-analyzer/monitoring-plugins-2 )"
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT}
-
 src_prepare() {
+   default
eautoreconf
 }
 



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

2021-04-03 Thread Sam James
commit: 9231bda746abf605b85aaf2a8f24095db010c248
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:08:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:52:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9231bda7

net-analyzer/scli: eutils->epatch

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/scli/scli-0.4.0-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/scli/scli-0.4.0-r1.ebuild 
b/net-analyzer/scli/scli-0.4.0-r1.ebuild
index 200f7383685..07dc0a5b43b 100644
--- a/net-analyzer/scli/scli-0.4.0-r1.ebuild
+++ b/net-analyzer/scli/scli-0.4.0-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit autotools eutils
+
+inherit autotools epatch
 
 DESCRIPTION="SNMP Command Line Interface"
 HOMEPAGE="https://github.com/schoenw/scli;



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

2021-04-03 Thread Sam James
commit: c308dfa478d2cdf2743919a9eee44bafe44ecbbd
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  3 19:04:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 19:52:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c308dfa4

net-analyzer/tsung: eutils--

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/tsung/tsung-1.7.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-analyzer/tsung/tsung-1.7.0.ebuild 
b/net-analyzer/tsung/tsung-1.7.0.ebuild
index 80940ea2f4a..41ed75113af 100644
--- a/net-analyzer/tsung/tsung-1.7.0.ebuild
+++ b/net-analyzer/tsung/tsung-1.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -6,8 +6,6 @@ EAPI="6"
 # Seems to be misconfigured
 RESTRICT="test"
 
-inherit eutils
-
 DESCRIPTION="Erlang's multi-protocol distributed load testing tool"
 HOMEPAGE="http://tsung.erlang-projects.org/;
 SRC_URI="http://tsung.erlang-projects.org/dist/${P}.tar.gz;



  1   2   3   >