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

2022-07-31 Thread Hans de Graaff
commit: 8cd56325530195447ce8b208dbfeb488dabcbf1a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 31 09:33:09 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug  1 05:38:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd56325

dev-ruby/i18n: add missing test dep

Closes: https://bugs.gentoo.org/780900
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/i18n/i18n-1.8.11.ebuild | 1 +
 dev-ruby/i18n/i18n-1.8.9.ebuild  | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/i18n/i18n-1.8.11.ebuild b/dev-ruby/i18n/i18n-1.8.11.ebuild
index 5df517227b9e..8737c1e0cb24 100644
--- a/dev-ruby/i18n/i18n-1.8.11.ebuild
+++ b/dev-ruby/i18n/i18n-1.8.11.ebuild
@@ -26,6 +26,7 @@ ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
 ruby_add_bdepend "test? (
>=dev-ruby/activesupport-5.1
dev-ruby/bundler
+   >=dev-ruby/minitest-5.14:5
>=dev-ruby/mocha-1.7.0
dev-ruby/test_declarative )"
 

diff --git a/dev-ruby/i18n/i18n-1.8.9.ebuild b/dev-ruby/i18n/i18n-1.8.9.ebuild
index 31067be5e225..2e76f10e4bb3 100644
--- a/dev-ruby/i18n/i18n-1.8.9.ebuild
+++ b/dev-ruby/i18n/i18n-1.8.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,6 +26,7 @@ ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
 ruby_add_bdepend "test? (
>=dev-ruby/activesupport-5.1
dev-ruby/bundler
+   >=dev-ruby/minitest-5.14:5
>=dev-ruby/mocha-1.7.0
dev-ruby/test_declarative )"
 



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

2022-07-31 Thread Miroslav Šulc
commit: 912c79d9ea6dc2a08e32cbcb047d5a0f02bc3cbe
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Aug  1 04:29:42 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Aug  1 04:29:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912c79d9

media-sound/mpdscribble: dropped obsolete 0.22

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

 media-sound/mpdscribble/Manifest|  1 -
 media-sound/mpdscribble/mpdscribble-0.22.ebuild | 31 -
 2 files changed, 32 deletions(-)

diff --git a/media-sound/mpdscribble/Manifest b/media-sound/mpdscribble/Manifest
index 029529b1dd0a..69cedcded4d0 100644
--- a/media-sound/mpdscribble/Manifest
+++ b/media-sound/mpdscribble/Manifest
@@ -1,2 +1 @@
-DIST mpdscribble-0.22.tar.bz2 116981 BLAKE2B 
13b15ca9e49faa3e5d254bc2864de4a0c409d8767db586def3a7bee415c67f84ddffbd7fce6093afe4aba5d5e66db8182aed52d9a141bebf4094a400f2ababe3
 SHA512 
bedd93392a4d5a0609dcaf7aefeeff3851f3084da8c34a4fc1f8fde51c2ba10b8370ac52cc8d55f0c9a96fffed975827a0935087c2c51880b7bfef8d79182dc8
 DIST mpdscribble-0.24.tar.xz 69856 BLAKE2B 
84143ed7f6978aff32fa759bbe90c934ba5c58df294d375921ffb1cd45de13ecd867fb832940088228fdad4c09948cd82c8dfe9b7fe77d6652743d522bfde8b7
 SHA512 
cca57f54f69ec1c870805cc58057e6325b6f5897370c315dcd6a64c5dd28ac07fdbddaa8b56f8c1fd88e71d27505f1a87decd68fbdff1f3fe1eaadec8ae80dae

diff --git a/media-sound/mpdscribble/mpdscribble-0.22.ebuild 
b/media-sound/mpdscribble/mpdscribble-0.22.ebuild
deleted file mode 100644
index 29b2c66fd7d6..
--- a/media-sound/mpdscribble/mpdscribble-0.22.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="An MPD client that submits information to Audioscrobbler"
-HOMEPAGE="https://www.musicpd.org/clients/mpdscribble/;
-SRC_URI="https://www.musicpd.org/download/${PN}/${PV}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="+curl"
-
-RDEPEND="dev-libs/glib:2
-   media-libs/libmpdclient
-   curl? ( net-misc/curl )
-   !curl? ( net-libs/libsoup:2.4 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   econf \
-   --with-http-client=$(usex curl curl soup)
-}
-
-src_install() {
-   default
-   newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble
-   keepdir /var/cache/mpdscribble
-}



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

2022-07-31 Thread Miroslav Šulc
commit: 117180fd57ed4402102b858e14b861bfe0fbd6bc
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Aug  1 04:28:06 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Aug  1 04:28:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117180fd

media-sound/mpc: dropped 0.33

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

 media-sound/mpc/Manifest|  1 -
 media-sound/mpc/mpc-0.33.ebuild | 54 -
 2 files changed, 55 deletions(-)

diff --git a/media-sound/mpc/Manifest b/media-sound/mpc/Manifest
index a435c2b92a51..4fa3905b1b9d 100644
--- a/media-sound/mpc/Manifest
+++ b/media-sound/mpc/Manifest
@@ -1,2 +1 @@
-DIST mpc-0.33.tar.xz 45044 BLAKE2B 
220848e088964297fbaddeedf61d5ddc90386df360a6af81b2d3753517f7ee36ff3d9462242f38b17c991996927a7d1fc253e1006253f2f875023ddb75a800c2
 SHA512 
d3247dfb54ac3c95caf5666088968a952b33eb7e8f941bca4f3715603839cf5a1bc5300488c78fdce6e38f612b243f2252ea682b8d0fec9f230acd760bf3560c
 DIST mpc-0.34.tar.xz 47940 BLAKE2B 
709f54ceebd66f703e5b1bf6ff8deb890e484fdc29c0b2198922763e347caac89d6eec5f74101f9fa860436e7493e2b02cc6b1b26e800e783546fe5a0c6e0d8f
 SHA512 
d43d5547134ffb24f2a2972882f6e264c1011a94d1033369d329487f59414d32d9842835afdd05da96fd8ed28f823d2ae2f46d8d8d24b68f3695badca2a9bbb2

diff --git a/media-sound/mpc/mpc-0.33.ebuild b/media-sound/mpc/mpc-0.33.ebuild
deleted file mode 100644
index e3d7fa17a19f..
--- a/media-sound/mpc/mpc-0.33.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 meson
-
-DESCRIPTION="Commandline client for Music Player Daemon (media-sound/mpd)"
-HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/mpc;
-SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 ~riscv ~sparc x86"
-IUSE="doc iconv test"
-
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( dev-python/sphinx )
-   iconv? ( virtual/libiconv )
-   test? ( dev-libs/check )
-"
-DEPEND="media-libs/libmpdclient"
-RDEPEND="${DEPEND}"
-
-RESTRICT="!test? ( test )"
-
-PATCHES=( "${FILESDIR}/${PN}-0.31-nodoc.patch" )
-
-src_prepare() {
-   default
-
-   # use correct docdir
-   sed -e "/install_dir:.*contrib/s/meson.project_name()/'${PF}'/" \
-   -i meson.build || die
-
-   # use correct (html) docdir
-   sed -e "/install_dir:.*doc/s/meson.project_name()/'${PF}'/" \
-   -i doc/meson.build || die
-}
-
-src_configure() {
-   local emesonargs=(
-   -Ddocumentation=$(usex doc enabled disabled)
-   -Diconv=$(usex iconv enabled disabled)
-   -Dtest=$(usex test true false)
-   )
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-   newbashcomp contrib/mpc-completion.bash mpc
-}



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

2022-07-31 Thread Sam James
commit: 88c3f5c267c2fd85898bd21b23fe6d617c0273e8
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 03:26:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 03:26:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c3f5c2

dev-vcs/rcs: fix USE=doc install

Closes: https://bugs.gentoo.org/832759
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/rcs-5.10.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.1.ebuild b/dev-vcs/rcs/rcs-5.10.1.ebuild
index 9bc91cedf4b8..414c74be6d61 100644
--- a/dev-vcs/rcs/rcs-5.10.1.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.1.ebuild
@@ -47,7 +47,6 @@ src_install() {
 
if use doc; then
emake -C doc html
-   rm -R "${ED}"/usr/share/doc/rcs || die
mv doc/rcs.html doc/html || die
dodoc -r doc/html/
fi



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

2022-07-31 Thread Sam James
commit: ee08b6200a48f7f8350ff0d7c06db995d537
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 03:24:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 03:24:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee08b620

app-misc/cadubi: drop 1.3

Bug: https://bugs.gentoo.org/862555
Signed-off-by: Sam James  gentoo.org>

 app-misc/cadubi/Manifest|  1 -
 app-misc/cadubi/cadubi-1.3.ebuild   | 28 -
 app-misc/cadubi/files/cadubi-1.3-helpfile.patch | 11 --
 3 files changed, 40 deletions(-)

diff --git a/app-misc/cadubi/Manifest b/app-misc/cadubi/Manifest
index 43d6c2870cc4..802cbbecc369 100644
--- a/app-misc/cadubi/Manifest
+++ b/app-misc/cadubi/Manifest
@@ -1,2 +1 @@
 DIST cadubi-1.3.4.tar.gz 65661 BLAKE2B 
239cedfe50fba79bcfe250a2b646f851ef06bdae18260aeab2d10b8889dcc0d9d086f3edc8b594b3199aaa23f85ab3bd3393d63428ea545893f41a723063c9a0
 SHA512 
02a8e6d49f4892294d0c8fdffa7b6032ed7529bf0869681e9b760ed5c227905cca829d1f4e049400789d69c1251f4df714bf36d5c42dc778ac37e89cf753b45a
-DIST cadubi-1.3.tar.gz 12559 BLAKE2B 
d1a32d602c00d76717e8e6cdf8d376dca12f9f55f9375bb0b8ea781cf923cfb90789cc011a3ab33960339ced3c05c668f6c6ec6e5b33ca89f7eda27c47789639
 SHA512 
e3b5190850bd4d579934bd5825db2b8bde5a46158862ec66b8604999344138477c0fb3fad34dc186ed9dd67dfbdcacf12763f76adbdfbd0cc4dbf6b51ad53bc7

diff --git a/app-misc/cadubi/cadubi-1.3.ebuild 
b/app-misc/cadubi/cadubi-1.3.ebuild
deleted file mode 100644
index 9e51a1ee8b47..
--- a/app-misc/cadubi/cadubi-1.3.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
-
-DESCRIPTION="An application that allows you to draw ASCII-Art images"
-HOMEPAGE="http://langworth.com/CadubiProject;
-SRC_URI="http://langworth.com/downloads/${P}.tar.gz;
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 x86"
-IUSE=""
-
-DEPEND="dev-lang/perl
-   >=dev-perl/TermReadKey-2.21"
-
-src_prepare() {
-   default
-   eapply "${FILESDIR}"/${P}-helpfile.patch
-}
-
-src_install() {
-   dobin cadubi
-   insinto /usr/$(get_libdir)/${PN}
-   doins help.txt
-   dodoc README
-}

diff --git a/app-misc/cadubi/files/cadubi-1.3-helpfile.patch 
b/app-misc/cadubi/files/cadubi-1.3-helpfile.patch
deleted file mode 100644
index fd54d5c8bfb1..
--- a/app-misc/cadubi/files/cadubi-1.3-helpfile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/cadubi.orig  2004-03-29 22:36:24.280138064 +0200
-+++ b/cadubi   2004-03-29 22:39:34.473224320 +0200
-@@ -18,7 +18,7 @@
- # (sorry guys, i wrote this years before i had the remotest clue as to
- #  what the hell i was doing)
- use FindBin qw($Bin);
--$HELPFILE = "$Bin/help.txt";
-+$HELPFILE = "$Bin/../lib/cadubi/help.txt";
- 
- # other stuff
- $DEBUG = 0;



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

2022-07-31 Thread Sam James
commit: c3751240d6ce74ce87045f5709df84a6d12a1581
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 03:23:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 03:23:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3751240

dev-vcs/rcs: Stabilize 5.10.1 ppc64, #862612

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

 dev-vcs/rcs/rcs-5.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.1.ebuild b/dev-vcs/rcs/rcs-5.10.1.ebuild
index d004ccb4c1a6..9bc91cedf4b8 100644
--- a/dev-vcs/rcs/rcs-5.10.1.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.lz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="sys-apps/diffutils



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

2022-07-31 Thread Sam James
commit: f2a68ba41c253c96a0da6a86ecc691ded02ae40e
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 03:21:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 03:21:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a68ba4

media-libs/imlib2: add note to bump with media-plugins/imlib2_loaders

Bug: https://bugs.gentoo.org/862528
Signed-off-by: Sam James  gentoo.org>

 media-libs/imlib2/imlib2-1.9.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-libs/imlib2/imlib2-1.9.1.ebuild 
b/media-libs/imlib2/imlib2-1.9.1.ebuild
index ed5bfb90c18c..ece031d80baa 100644
--- a/media-libs/imlib2/imlib2-1.9.1.ebuild
+++ b/media-libs/imlib2/imlib2-1.9.1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+# Must be bumped with media-plugins/imlib2_loaders!
+
 inherit multilib-minimal toolchain-funcs
 
 DESCRIPTION="Version 2 of an advanced replacement library for libraries like 
libXpm"



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

2022-07-31 Thread Sam James
commit: c4c27990e6a508ff00443aa21095874093e458cc
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 03:22:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 03:22:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c27990

app-misc/cadubi: Stabilize 1.3.4 x86, #862555

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

 app-misc/cadubi/cadubi-1.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cadubi/cadubi-1.3.4.ebuild 
b/app-misc/cadubi/cadubi-1.3.4.ebuild
index 18411e59d8d4..5252c05491e2 100644
--- a/app-misc/cadubi/cadubi-1.3.4.ebuild
+++ b/app-misc/cadubi/cadubi-1.3.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/statico/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 x86"
 
 RDEPEND="dev-lang/perl
>=dev-perl/TermReadKey-2.21"



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

2022-07-31 Thread Sam James
commit: 1324b8c51e25a45bde8c74c017016977ce13f25a
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 02:39:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 03:14:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1324b8c5

media-libs/harfbuzz: add 5.1.0

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

 media-libs/harfbuzz/Manifest  |   1 +
 media-libs/harfbuzz/harfbuzz-5.1.0.ebuild | 100 ++
 2 files changed, 101 insertions(+)

diff --git a/media-libs/harfbuzz/Manifest b/media-libs/harfbuzz/Manifest
index 0784712a275b..1022623cb7c2 100644
--- a/media-libs/harfbuzz/Manifest
+++ b/media-libs/harfbuzz/Manifest
@@ -1,3 +1,4 @@
 DIST harfbuzz-4.3.0.tar.gz 29200217 BLAKE2B 
dfe5e3b47e3d89a5ad7c6eaf6d274027a0eb05d1994b922d3124c97270f34353384c0161d8815fb2e379e82c8bdf046843902ba53db38daa4348e99d99255900
 SHA512 
bccf7cfb06ac18a9a9bf465c30dbfb51d73762a6667b3a069a85f9f597e6d27858e9e39a36cce12e23ec5b002b9e572638bf00c76bdea66545ae67a2bb7915f4
 DIST harfbuzz-4.4.1.tar.gz 29231251 BLAKE2B 
3947084ea2eedd76d64acfc5286ecd14d772ce0507163bc2c54a86579556a8799959ff4d47ea2919ee8472f8fe50d0266d325e3d0a7024f2ae8dcdf48d14f37e
 SHA512 
bbc415d7b74408b1e8d34bfbc19a3cab002471fdd56d71b469c3129f0eae5532d5c7aaae7bb5cc3942fea6008d2ed9e96a7b20b10f4f5e46db63cecfa5c0248e
 DIST harfbuzz-5.0.1.tar.gz 29291175 BLAKE2B 
a30512dbceba7eb339164cfe77685e6ccd8338c297a080341236e90bbcf7451eb27d5227422e040d92ff4267f4d97c377a66cdcaff45ea2b1e69de0602047ae0
 SHA512 
9d05b97dfce248634b6b3ff69fac5cc344f0c8265bf05595b74b0b060049dba082d358184662b8ea045cd51c3d07e7c4a4804513052094566b777c33ec5af89c
+DIST harfbuzz-5.1.0.tar.gz 29358116 BLAKE2B 
006e66e9c76b505214b948c7c8756af38171b85cc865923e4665a4dd3eb14d89d20456ad4490b11208d57d056b087da78e1742141e41f8a22e644f20d3ea4851
 SHA512 
bdd7c2ca0b6f2a3a3fffbf0324d3c8bfd64a1753314048f6f67f901d4098e90054eeda9155d134f03c5d3ddefb15e087f872d2d87b2ace07bac6625fb43c7f3e

diff --git a/media-libs/harfbuzz/harfbuzz-5.1.0.ebuild 
b/media-libs/harfbuzz/harfbuzz-5.1.0.ebuild
new file mode 100644
index ..c3af9764765b
--- /dev/null
+++ b/media-libs/harfbuzz/harfbuzz-5.1.0.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit flag-o-matic meson-multilib python-any-r1 xdg-utils
+
+DESCRIPTION="An OpenType text shaping engine"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz;
+
+if [[ ${PV} =  ]] ; then
+   EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="Old-MIT ISC icu"
+# 0.9.18 introduced the harfbuzz-icu split; bug #472416
+# 3.0.0 dropped some unstable APIs; bug #813705
+SLOT="0/4.0.0"
+
+IUSE="+cairo debug doc experimental +glib +graphite icu +introspection test 
+truetype"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="introspection? ( glib )"
+
+RDEPEND="
+   cairo? ( x11-libs/cairo:= )
+   glib? ( >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] )
+   graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] )
+   icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-1.34:= )
+   truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   >=dev-libs/gobject-introspection-common-1.34
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+   doc? ( dev-util/gtk-doc )
+   introspection? ( dev-util/glib-utils )
+"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+   if ! use debug ; then
+   append-cppflags -DHB_NDEBUG
+   fi
+}
+
+src_prepare() {
+   default
+
+   xdg_environment_reset
+
+   # bug #726120
+   sed -i \
+   -e '/tests\/macos\.tests/d' \
+   test/shape/data/in-house/Makefile.sources \
+   || die
+
+   # bug #618772
+   append-cxxflags -std=c++14
+
+   # bug #790359
+   filter-flags -fexceptions -fthreadsafe-statics
+
+   # bug #762415
+   local pyscript
+   for pyscript in $(find -type f -name "*.py") ; do
+   python_fix_shebang -q "${pyscript}"
+   done
+}
+
+multilib_src_configure() {
+   # harfbuzz-gobject only used for introspection, bug #535852
+   local emesonargs=(
+   -Dcoretext="disabled"
+   -Dchafa="disabled"
+
+   $(meson_feature glib)
+   $(meson_feature graphite graphite2)
+   $(meson_feature icu)
+   $(meson_feature introspection gobject)
+   $(meson_feature test 

[gentoo-commits] repo/gentoo:master commit in: app-crypt/tc-play/, app-crypt/tc-play/files/

2022-07-31 Thread Sam James
commit: ae3d6c0ed6a90e6f1aad6687f4be9d2aa180ae9a
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 03:14:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 03:14:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3d6c0e

app-crypt/tc-play: add 3.3

Closes: https://bugs.gentoo.org/722072
Signed-off-by: Sam James  gentoo.org>

 app-crypt/tc-play/Manifest|  1 +
 app-crypt/tc-play/files/tc-play-3.3-ldflags.patch | 11 +
 app-crypt/tc-play/tc-play-3.3.ebuild  | 60 +++
 3 files changed, 72 insertions(+)

diff --git a/app-crypt/tc-play/Manifest b/app-crypt/tc-play/Manifest
index 429e10a5c039..4cbb6d555306 100644
--- a/app-crypt/tc-play/Manifest
+++ b/app-crypt/tc-play/Manifest
@@ -1 +1,2 @@
 DIST tc-play-2.0.tar.gz 1015525 BLAKE2B 
1481eecc8aaf2cb9698eed96a9cdabaa2b74daf11865dd29a6fab7e66fb76aa2f6e544fe7ac53a2510415ee6ddf3c5732c774a26708fe354113eb9de6a9b62d9
 SHA512 
17408b2a664eb6822c77ede4f38ca67cdf643512014619d830a2c024bb8971811eded4edd65f6398d6112a3b57cd11a5b414357878c817c9cc2aac9d851946d7
+DIST tc-play-3.3.tar.gz 2591752 BLAKE2B 
c02489d6e291dfc1425745af86506e72fda7f67dba0668b9250a85604ba301761b5bbbad6927238042a0f89da1035d9e3275006e34e895835a53cdc24974f419
 SHA512 
78cc84b1ca333e6760b87dfd22035a027bea8d562201c028247e9cfc4377260490cdc42236ef1eeb1c263a49ca1654d8ae637abdf1b4e507f958bc780fc85d94

diff --git a/app-crypt/tc-play/files/tc-play-3.3-ldflags.patch 
b/app-crypt/tc-play/files/tc-play-3.3-ldflags.patch
new file mode 100644
index ..5976ecdd4d81
--- /dev/null
+++ b/app-crypt/tc-play/files/tc-play-3.3-ldflags.patch
@@ -0,0 +1,11 @@
+--- a/Makefile.classic
 b/Makefile.classic
+@@ -84,7 +84,7 @@ all: tcplay libtcplay.so libtcplay.a
+   $(CC) $(COMMON_CFLAGS) $(CFLAGS)   -c -o $@ $<
+ 
+ tcplay: $(OBJS_PROG)
+-  $(CC) $(COMMON_CFLAGS) $(CFLAGS)   -o tcplay $(OBJS_PROG) $(LIBS)
++  $(CC) $(COMMON_CFLAGS) $(CFLAGS)   -o tcplay $(LDFLAGS) $(OBJS_PROG) 
$(LIBS)
+ 
+ libtcplay.so.$(MAJ_VER).$(MIN_VER): $(OBJS_LIB)
+   $(CC) -shared -Wl,-version-script=tcplay.map 
-Wl,-soname=libtcplay.so.$(MAJ_VER).$(MIN_VER)  $(LDFLAGS) \

diff --git a/app-crypt/tc-play/tc-play-3.3.ebuild 
b/app-crypt/tc-play/tc-play-3.3.ebuild
new file mode 100644
index ..bb69d8e37d7b
--- /dev/null
+++ b/app-crypt/tc-play/tc-play-3.3.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A free, pretty much fully featured and stable TrueCrypt 
implementation"
+HOMEPAGE="https://github.com/bwalex/tc-play;
+SRC_URI="https://github.com/bwalex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="gnutls"
+
+DEPEND="
+   dev-libs/libgcrypt:=
+   dev-libs/libgpg-error
+   sys-apps/util-linux
+   sys-fs/lvm2
+   gnutls? ( net-libs/gnutls )
+   !gnutls? (
+   dev-libs/openssl:=
+   )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.3-ldflags.patch
+)
+
+src_configure() {
+   local backend="openssl"
+   use gnutls && local backend="gcrypt"
+
+   EXTRA_MAKE_FLAGS=(
+   PBKDF_BACKEND="${backend}"
+   WARNFLAGS=""
+   CC="$(tc-getCC)"
+   AR="$(tc-getAR)"
+   PREFIX=/usr
+   LIBDIR=/usr/$(get_libdir)
+   )
+}
+
+src_compile() {
+   emake -f Makefile.classic \
+   tcplay \
+   "${EXTRA_MAKE_FLAGS[@]}"
+}
+
+src_install() {
+   emake -f Makefile.classic \
+   "${EXTRA_MAKE_FLAGS[@]}" \
+   install_program \
+   DESTDIR="${ED}"
+}



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

2022-07-31 Thread Sam James
commit: 42c11dcac7716d6b0566fd9b9bd63026d956b696
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 03:06:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 03:14:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c11dca

app-crypt/tc-play: [QA] EAPI 8, fix useless multilib

Multilib is only ever used here in src_configure because
it's exported. The program isn't even built for multilib
(which is a good thing, or it'd be even more of a waste,
as it's not like it'd get installed anyway).

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

 .../{tc-play-2.0-r1.ebuild => tc-play-2.0-r2.ebuild}  | 19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/app-crypt/tc-play/tc-play-2.0-r1.ebuild 
b/app-crypt/tc-play/tc-play-2.0-r2.ebuild
similarity index 83%
rename from app-crypt/tc-play/tc-play-2.0-r1.ebuild
rename to app-crypt/tc-play/tc-play-2.0-r2.ebuild
index 401465c26b69..244696e5f144 100644
--- a/app-crypt/tc-play/tc-play-2.0-r1.ebuild
+++ b/app-crypt/tc-play/tc-play-2.0-r2.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit toolchain-funcs multilib-minimal
+inherit toolchain-funcs
 
-DESCRIPTION="a free, pretty much fully featured and stable TrueCrypt 
implementation"
+DESCRIPTION="A free, pretty much fully featured and stable TrueCrypt 
implementation"
 HOMEPAGE="https://github.com/bwalex/tc-play;
 SRC_URI="https://github.com/bwalex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
@@ -15,19 +15,18 @@ KEYWORDS="~amd64"
 IUSE="gnutls"
 
 DEPEND="
+   dev-libs/libgcrypt:=
dev-libs/libgpg-error
-   sys-fs/lvm2
sys-apps/util-linux
-   dev-libs/libgcrypt:0
+   sys-fs/lvm2
gnutls? ( net-libs/gnutls )
!gnutls? (
-   dev-libs/openssl:0=
-   )"
+   dev-libs/openssl:=
+   )
+"
 RDEPEND="${DEPEND}"
 
-DOCS=(
-   README.md
-)
+DOCS=( README.md )
 
 PATCHES=(
"${FILESDIR}/${P}-build.patch"



[gentoo-commits] repo/gentoo:master commit in: app-text/html-xml-utils/

2022-07-31 Thread Sam James
commit: b54147860c8e9ee6eaca0e4ac6ee809c2c24a049
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 02:58:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 03:14:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5414786

app-text/html-xml-utils: [QA] EAPI 8, drop multilib, fix tests, fix deps

- EAPI 8
- Drop multilib-minimal (installs only binaries)
- Clean up phase definitions (almost all not needed)
- Fix tests (missing shebang and fail w/ non-bash, so force bash for them)
- Fix dependencies (missing libidn2, although could use libidn, let's not
  add deps on legacy stuff).

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

 .../html-xml-utils/html-xml-utils-7.8-r1.ebuild| 28 ++
 1 file changed, 28 insertions(+)

diff --git a/app-text/html-xml-utils/html-xml-utils-7.8-r1.ebuild 
b/app-text/html-xml-utils/html-xml-utils-7.8-r1.ebuild
new file mode 100644
index ..28ec0c74a63f
--- /dev/null
+++ b/app-text/html-xml-utils/html-xml-utils-7.8-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A number of simple utilities for manipulating HTML and XML files"
+HOMEPAGE="https://www.w3.org/Tools/HTML-XML-utils/;
+SRC_URI="https://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz;
+
+LICENSE="W3C"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos"
+
+RDEPEND="
+   net-dns/libidn2:=
+   net-misc/curl
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die
+}
+
+src_test() {
+   # Lots of tests lack a shebang and use bashisms
+   emake check SHELL="${BROOT}"/bin/bash
+}



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

2022-07-31 Thread Matthew Thode
commit: 6856172592bf49f4a233dfa8fa8b6116f0ef764e
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug  1 03:11:48 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Aug  1 03:13:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68561725

net-analyzer/icinga2: 2.13.4 stable amd64/x86

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

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

diff --git a/net-analyzer/icinga2/icinga2-2.13.4.ebuild 
b/net-analyzer/icinga2/icinga2-2.13.4.ebuild
index d9cef157f92b..39584c5c24c3 100644
--- a/net-analyzer/icinga2/icinga2-2.13.4.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.13.4.ebuild
@@ -7,7 +7,7 @@ inherit cmake systemd
 
 if [[ ${PV} !=  ]]; then
SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 else
inherit git-r3
EGIT_REPO_URI="https://github.com/Icinga/icinga2.git;



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

2022-07-31 Thread Matthew Thode
commit: ba4b694cbc16d66ad4708f8b5291819b5cd53ba3
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug  1 03:13:14 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Aug  1 03:13:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4b694c

www-apps/icingaweb2: 2.11.0 stable amd64/x86

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

 www-apps/icingaweb2/icingaweb2-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/icingaweb2/icingaweb2-2.11.0.ebuild 
b/www-apps/icingaweb2/icingaweb2-2.11.0.ebuild
index 078757090855..859522be43f0 100644
--- a/www-apps/icingaweb2/icingaweb2-2.11.0.ebuild
+++ b/www-apps/icingaweb2/icingaweb2-2.11.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]];then
EGIT_BRANCH="master"
 else
SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/etc/portage/

2022-07-31 Thread Anthony G. Basile
commit: 21233c699c1be8f055bcede52ab1b4eedb011507
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Aug  1 02:45:05 2022 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Aug  1 02:45:05 2022 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=21233c69

make.conf: freeharbor.net is deprecated

Signed-off-by: Anthony G. Basile  gentoo.org>

 core/etc/portage/make.conf.CYCLE.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/etc/portage/make.conf.CYCLE.3 
b/core/etc/portage/make.conf.CYCLE.3
index 04d42ad..4a0596f 100644
--- a/core/etc/portage/make.conf.CYCLE.3
+++ b/core/etc/portage/make.conf.CYCLE.3
@@ -2,5 +2,5 @@ CFLAGS="-O2 -pipe -fno-diagnostics-color"
 CXXFLAGS="${CFLAGS}"
 CHOST="x86_64-gentoo-linux-musl"
 MAKEOPTS="-j4"
-PORTAGE_BINHOST="http://bluedragon.freeharbor.net/;
+PORTAGE_BINHOST="http://192.168.3.13/;
 ACCEPT_LICENSE="linux-fw-redistributable no-source-code"



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

2022-07-31 Thread Sam James
commit: 38cc48f9b88073efb43bbe9bc9e2a00d79051464
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 02:31:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 02:31:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38cc48f9

sys-process/runit: fix indentation

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

 sys-process/runit/runit-2.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/runit/runit-2.1.2-r1.ebuild 
b/sys-process/runit/runit-2.1.2-r1.ebuild
index 607ed990d6e5..3dcf174b65dc 100644
--- a/sys-process/runit/runit-2.1.2-r1.ebuild
+++ b/sys-process/runit/runit-2.1.2-r1.ebuild
@@ -49,7 +49,7 @@ src_install() {
einstalldocs
doman ../man/*.[18]
 
-dodir /etc/runit
+   dodir /etc/runit
exeinto /etc/runit
doexe "${FILESDIR}"/ctrlaltdel
newexe "${FILESDIR}"/1-${PV} 1



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-pop-shell/

2022-07-31 Thread Sam James
commit: b6b16806aa569036e8c49dccd121d7039d9044dc
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 02:28:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 02:30:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b16806

gnome-extra/gnome-shell-extension-pop-shell: [QA] fix duplicate phase 
(pkg_postinst)

Bug: https://bugs.gentoo.org/861497
Signed-off-by: Sam James  gentoo.org>

 ...uild => gnome-shell-extension-pop-shell-1.2.0_p20210603-r1.ebuild} | 4 ++--
 ...uild => gnome-shell-extension-pop-shell-1.2.0_p20210727-r1.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20210603.ebuild
 
b/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20210603-r1.ebuild
similarity index 96%
rename from 
gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20210603.ebuild
rename to 
gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20210603-r1.ebuild
index 24e32f5e37a1..9d93e0234ede 100644
--- 
a/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20210603.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20210603-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -53,7 +53,7 @@ pkg_postinst() {
optfeature gnome-extra/gnome-shell-extensions "better tiling via 
native-window-placement"
 }
 
-pkg_postinst() {
+pkg_postrm() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?

diff --git 
a/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20210727.ebuild
 
b/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20210727-r1.ebuild
similarity index 96%
rename from 
gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20210727.ebuild
rename to 
gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20210727-r1.ebuild
index 5d7561746a4b..f31ee1c0fd0e 100644
--- 
a/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20210727.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20210727-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -53,7 +53,7 @@ pkg_postinst() {
optfeature gnome-extra/gnome-shell-extensions "better tiling via 
native-window-placement"
 }
 
-pkg_postinst() {
+pkg_postrm() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?



[gentoo-commits] repo/gentoo:master commit in: app-text/cb2bib/

2022-07-31 Thread Sam James
commit: f39b58243b63c3a4fbf97f6d2989159acbda82ce
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 02:26:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 02:29:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39b5824

app-text/cb2bib: [QA] fix duplicate phase (pkg_postinst)

Shadowed optfeature-like messages.

Bug: https://bugs.gentoo.org/861497
Signed-off-by: Sam James  gentoo.org>

 app-text/cb2bib/cb2bib-2.0.0-r1.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/app-text/cb2bib/cb2bib-2.0.0-r1.ebuild 
b/app-text/cb2bib/cb2bib-2.0.0-r1.ebuild
index 746edabdcd52..a46e68c271d4 100644
--- a/app-text/cb2bib/cb2bib-2.0.0-r1.ebuild
+++ b/app-text/cb2bib/cb2bib-2.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -51,6 +51,8 @@ src_install() {
 }
 
 pkg_postinst() {
+   xdg_desktop_database_update
+
elog "For best functionality, emerge the following packages:"
elog "app-text/poppler[utils] - for data import from PDF files"
elog "app-text/dvipdfm- for data import from DVI files"
@@ -62,10 +64,6 @@ pkg_postinst() {
elog "  nice printing through the shell 
script bib2pdf"
 }
 
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
 pkg_postrm() {
xdg_desktop_database_update
 }



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

2022-07-31 Thread Sam James
commit: 056b1d2f7031396745000c6fd69913a23ccf346d
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 02:27:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 02:29:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056b1d2f

gnome-extra/gnome-characters: [QA] fix duplicate phase (pkg_postinst)

Meant to be pkg_postrm.

Let's revbump given there's no guarantee xdg_pkg_postrm has to succeed when 
called in
postinst.

Bug: https://bugs.gentoo.org/861497
Signed-off-by: Sam James  gentoo.org>

 .../{gnome-characters-42.0.ebuild => gnome-characters-42.0-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-characters/gnome-characters-42.0.ebuild 
b/gnome-extra/gnome-characters/gnome-characters-42.0-r1.ebuild
similarity index 98%
rename from gnome-extra/gnome-characters/gnome-characters-42.0.ebuild
rename to gnome-extra/gnome-characters/gnome-characters-42.0-r1.ebuild
index 7faa01532845..fa1867e3367f 100644
--- a/gnome-extra/gnome-characters/gnome-characters-42.0.ebuild
+++ b/gnome-extra/gnome-characters/gnome-characters-42.0-r1.ebuild
@@ -36,7 +36,7 @@ pkg_postinst() {
gnome2_schemas_update
 }
 
-pkg_postinst() {
+pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
 }



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

2022-07-31 Thread Sam James
commit: 00f2a08152dda0c393af57217f5c624d3c88b859
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 02:22:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 02:29:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f2a081

dev-vcs/rcs: [QA] fix duplicate phase (src_test)

Bug: https://bugs.gentoo.org/861497
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/rcs-5.10.0.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-vcs/rcs/rcs-5.10.0.ebuild b/dev-vcs/rcs/rcs-5.10.0.ebuild
index 5bd7347fc901..7a3d453f1e0d 100644
--- a/dev-vcs/rcs/rcs-5.10.0.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.0.ebuild
@@ -37,10 +37,6 @@ src_configure() {
econf
 }
 
-src_test() {
-   emake check
-}
-
 src_test() {
# Tests attempt to call rcs commands on /dev/null and /tmp.
# https://bugs.gentoo.org/840173



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

2022-07-31 Thread Sam James
commit: 82b4cd12790bc0b7dfb94408e73ed717fbc920ac
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 02:27:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 02:30:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b4cd12

sci-geosciences/gnome-maps: [QA] fix duplicate phase (pkg_postrm)

Meant to be pkg_postrm.

Let's revbump given there's no guarantee xdg_pkg_postrm has to succeed when 
called in
postinst.

Bug: https://bugs.gentoo.org/861497
Signed-off-by: Sam James  gentoo.org>

 .../gnome-maps/{gnome-maps-42.2.ebuild => gnome-maps-42.2-r1.ebuild}| 2 +-
 .../gnome-maps/{gnome-maps-42.3.ebuild => gnome-maps-42.3-r1.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/gnome-maps/gnome-maps-42.2.ebuild 
b/sci-geosciences/gnome-maps/gnome-maps-42.2-r1.ebuild
similarity index 98%
rename from sci-geosciences/gnome-maps/gnome-maps-42.2.ebuild
rename to sci-geosciences/gnome-maps/gnome-maps-42.2-r1.ebuild
index 405947257539..d420eae7634f 100644
--- a/sci-geosciences/gnome-maps/gnome-maps-42.2.ebuild
+++ b/sci-geosciences/gnome-maps/gnome-maps-42.2-r1.ebuild
@@ -50,7 +50,7 @@ pkg_postinst() {
gnome2_schemas_update
 }
 
-pkg_postinst() {
+pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
 }

diff --git a/sci-geosciences/gnome-maps/gnome-maps-42.3.ebuild 
b/sci-geosciences/gnome-maps/gnome-maps-42.3-r1.ebuild
similarity index 98%
rename from sci-geosciences/gnome-maps/gnome-maps-42.3.ebuild
rename to sci-geosciences/gnome-maps/gnome-maps-42.3-r1.ebuild
index a8c7b50184bb..e7ed2d941f73 100644
--- a/sci-geosciences/gnome-maps/gnome-maps-42.3.ebuild
+++ b/sci-geosciences/gnome-maps/gnome-maps-42.3-r1.ebuild
@@ -50,7 +50,7 @@ pkg_postinst() {
gnome2_schemas_update
 }
 
-pkg_postinst() {
+pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
 }



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

2022-07-31 Thread Sam James
commit: 5822c8bfb303c07999181c24ae34b78178e8e7c2
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 02:08:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 02:09:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5822c8bf

sys-apps/portage: drop 3.0.32, 3.0.33

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

 sys-apps/portage/Manifest  |   2 -
 sys-apps/portage/portage-3.0.32.ebuild | 274 -
 sys-apps/portage/portage-3.0.33.ebuild | 273 
 3 files changed, 549 deletions(-)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index 3ebb037dab5b..493de57177f7 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,4 +1,2 @@
 DIST portage-3.0.30.tar.bz2 1157316 BLAKE2B 
56939618f4915f77dca6bb85d4a7cf98e50133b524f68a0b192c0a928ca209a0cb944c174dda78f1b5a071c02c190857ea8a7ecd514301c45e897b302542f52e
 SHA512 
accec770f63180b6d5d4cd08ef50f0cd01aa5701104156523f1a735d8ec3313a3b513629a33d8863285736515b6a3d56fc21498404da3a0f89b196655a98db7d
-DIST portage-3.0.32.tar.gz 1452442 BLAKE2B 
9f46ba0651c742b447e04b6573ba5e9527399d80d3aede1cc47a7c08405befd3ce586f7f523111df9145ca19ffce89a1a563ee9329b093dfd6387f273e49290d
 SHA512 
09e9bfc38a5fffb8ead2d67136c4aef006cd9b0922faf7f63fa8ee326e56389ec65199dc22c53e8bfcd6251e8e8309f8cef7045feab842b4bc8ddd3e0bc79fa0
-DIST portage-3.0.33.tar.bz2 1110583 BLAKE2B 
9d8db052a7091f7b5c4ab77221fbfc98b4cfb738988597bf38d4e8311b57b5f8f5d99c9a285db934e1d46b03b4c8a39e3e0347c965d7c3fbbf568357588db2ff
 SHA512 
28358fb1b1bb8634c9267ad84762549b499cf59e15a1e59f3db7d27a04b3325083457d3fc4af0fa4cf9574f8cd0349baaf0fccd49e8aa72963ebe61370f5c34b
 DIST portage-3.0.34.tar.bz2 1110794 BLAKE2B 
32239a8319448e63fa249296b492c88504039cf5aabe3e1ffcb2423c95fd26a048d9717c8f673d670acf0f9fa290d12dbf194df08a5a0f11311db856e41ba714
 SHA512 
c3566a6bed5a87b7dc6882eeafe77b2511e5be3e4919159309303477ca97e1b5c1eb134fe5fc0d8a5f5c2880f1eb5c72592b8104a726bad5ed83b4ed2eed5193

diff --git a/sys-apps/portage/portage-3.0.32.ebuild 
b/sys-apps/portage/portage-3.0.32.ebuild
deleted file mode 100644
index d5a59b7698c0..
--- a/sys-apps/portage/portage-3.0.32.ebuild
+++ /dev/null
@@ -1,274 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-PYTHON_REQ_USE='bzip2(+),threads(+)'
-TMPFILES_OPTIONAL=1
-
-inherit distutils-r1 linux-info toolchain-funcs tmpfiles prefix
-
-DESCRIPTION="The package management and distribution system for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
-# Switch back to bzip2 for next release
-SRC_URI="https://gitweb.gentoo.org/proj/portage.git/snapshot/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-SLOT="0"
-IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux test xattr"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   app-arch/xz-utils
-   test? ( dev-vcs/git )"
-DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
-   >=app-arch/tar-1.27
-   dev-lang/python-exec:2
-   >=sys-apps/sed-4.0.5 sys-devel/patch
-   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
-   apidoc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx-epytext[${PYTHON_USEDEP}]
-   )"
-# Require sandbox-2.2 for bug #288863.
-# For whirlpool hash, require python[ssl] (bug #425046).
-# For compgen, require bash[readline] (bug #445576).
-# app-portage/gemato goes without PYTHON_USEDEP since we're calling
-# the executable.
-RDEPEND="
-   acct-user/portage
-   app-arch/zstd
-   >=app-arch/tar-1.27
-   dev-lang/python-exec:2
-   >=sys-apps/findutils-4.4
-   !build? (
-   >=sys-apps/sed-4.0.5
-   >=app-shells/bash-5.0:0[readline]
-   >=app-admin/eselect-1.2
-   rsync-verify? (
-   >=app-portage/gemato-14.5[${PYTHON_USEDEP}]
-   >=sec-keys/openpgp-keys-gentoo-release-20180706
-   >=app-crypt/gnupg-2.2.4-r2[ssl(-)]
-   )
-   )
-   elibc_glibc? ( >=sys-apps/sandbox-2.2 )
-   elibc_musl? ( >=sys-apps/sandbox-2.2 )
-   kernel_linux? ( sys-apps/util-linux )
-   >=app-misc/pax-utils-0.1.17
-   selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
-   xattr? ( kernel_linux? (
-   >=sys-apps/install-xattr-0.3
-   ) )
-   !> cnf/make.globals || die
-   fi
-
-   if use native-extensions && ! tc-is-cross-compiler; then
-   printf "[build_ext]\nportage_ext_modules=true\n" >> \
-   setup.cfg || die
-   fi
-
-   if ! use ipc ; then
-   einfo "Disabling ipc..."
-   sed -e "s:_enable_ipc_daemon = 

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

2022-07-31 Thread Sam James
commit: 8cb83e169f42b7d5f993b5c9db7f9097f4f05954
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 02:14:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 02:14:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb83e16

net-libs/libsignon-glib: fix compiling (duplicate phase def.)

Closes: https://bugs.gentoo.org/861497
Thanks-to: Matthew Dawson  mjdsystems.ca>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild 
b/net-libs/libsignon-glib/libsignon-glib-2.1-r1.ebuild
similarity index 97%
rename from net-libs/libsignon-glib/libsignon-glib-2.1.ebuild
rename to net-libs/libsignon-glib/libsignon-glib-2.1-r1.ebuild
index 67df5bba992c..1fee6ac93428 100644
--- a/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild
+++ b/net-libs/libsignon-glib/libsignon-glib-2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -80,7 +80,7 @@ src_compile() {
fi
 }
 
-src_compile() {
+src_test() {
if use python; then
python_foreach_impl run_in_build_dir meson_src_test
else



[gentoo-commits] proj/portage:master commit in: bin/

2022-07-31 Thread Sam James
commit: 04f64dbe3cbd24abdb3efd2d1759530bdee551ec
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 21:42:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 01:19:10 2022 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=04f64dbe

estrip: fix double slash for < EAPI 7

Bug: https://bugs.gentoo.org/862600
Fixes: bb88e766897f5e7e0b0a10c48cf99a04edb73a40
Signed-off-by: Sam James  gentoo.org>

 bin/estrip | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/estrip b/bin/estrip
index fc2c3ef37..63bd46eb1 100755
--- a/bin/estrip
+++ b/bin/estrip
@@ -412,7 +412,7 @@ done < <(
(
find "$@" -type f ! -type l -name '*.a'
cut -d ' ' -f1 < "${PORTAGE_BUILDDIR}"/build-info/NEEDED \
-   | sed -e "s:^:${D}:"
+   | sed -e "s:^:${D%/}:"
) | LC_ALL=C sort -u
 )
 else



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

2022-07-31 Thread Ionen Wolkens
commit: 7a47e7342782b6fb15d60d17b9355b7fe486b013
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jul 31 23:14:16 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jul 31 23:25:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a47e734

app-emulation/ruffle: sync live

Signed-off-by: Ionen Wolkens  gentoo.org>

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

diff --git a/app-emulation/ruffle/ruffle-.ebuild 
b/app-emulation/ruffle/ruffle-.ebuild
index 15a96101d806..0db98eda49d5 100644
--- a/app-emulation/ruffle/ruffle-.ebuild
+++ b/app-emulation/ruffle/ruffle-.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Flash Player emulator written in Rust"
 HOMEPAGE="https://ruffle.rs/;
 EGIT_REPO_URI="https://github.com/ruffle-rs/ruffle.git;
 
-LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0 ZLIB curl"
+LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0 ZLIB curl unicode"
 SLOT="0"
 
 RDEPEND="



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

2022-07-31 Thread Ionen Wolkens
commit: 46577ca4714aabedccb4185853e86f5ff56473a3
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jul 31 23:13:46 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jul 31 23:25:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46577ca4

app-emulation/ruffle: add 0_p20220731

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/ruffle/Manifest  | 118 ++
 app-emulation/ruffle/ruffle-0_p20220731.ebuild | 512 +
 2 files changed, 630 insertions(+)

diff --git a/app-emulation/ruffle/Manifest b/app-emulation/ruffle/Manifest
index 27bf3d92f7d7..1fa25cac38c4 100644
--- a/app-emulation/ruffle/Manifest
+++ b/app-emulation/ruffle/Manifest
@@ -16,7 +16,9 @@ DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 
991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
 DIST bindgen-0.56.0.crate 198300 BLAKE2B 
96a4434f5cd0dc474a344e58944acf6dea915cfe27adede48bba10c9c542e5c4748f5ab90a0cbdb6901495f985f9112383e40021e60703695b5ff3afb29fd05d
 SHA512 
e7bc3700d3db533380b40874d258d9c3132a85bb704929922f203619dc7e62d0778d92cc23e9409a3c098095e0a29d995b9feb1409a57a402f6059d094a109fb
+DIST bindgen-0.59.2.crate 206267 BLAKE2B 
de66347fcf2d538879e49c85d2db80e86a70e27d3c84464b52a840476a31edae0cfa3e1afaba33ef0b7abadcb1e23a2fe1420e3254e0de1f6848b575a9c96620
 SHA512 
14c49879c7443191b877957a4fd405c7f10a1e8b70016d91bf5fe33861fc5d71982a1c685c190e4f7922cedb6c8aefadac3b0b68cbe5578da791a8da6bfedf44
 DIST bit-set-0.5.2.crate 14093 BLAKE2B 
06d41a217438d9a00f8e57e592d12364b671d082f21a4d174673bc820dde28ef5ce02e782002d03c9311f71b0130eeeca7cfacbc4c1b27475069479163643ef3
 SHA512 
9709f35c7e69b84eed61f73da99ffe0693d1d0fa5fb94d13759cfbbb9dd4b0bb27628c3200e4b29ef29cdb0aede5fd3d7ddf663012b2c5946975bc169efbac34
+DIST bit-set-0.5.3.crate 14470 BLAKE2B 
f6525500a494236103df2b27e964bae0b2caf718156879f972b9972fa509794bcc663c2130e3d872ecadb7ead0982b415dfa4468ef12523ee248fb1bbec2559e
 SHA512 
c5ce7ef71559706d996505e138ce95d9f008ac3375928012a36339bfec48986ad935b384e2d21fa0d505d4cf98bd3e93be15955ecd9607d253b8a276351334c6
 DIST bit-vec-0.6.3.crate 19927 BLAKE2B 
f5bd3bb9c87fdf3b206739b74df20cab50a1a45af3a58b2642a5a061c26207884be58ef8369a3cd06dfd3615bff0ce15915fdd4b6b6f03facc4a0f86c0b7e910
 SHA512 
b4b4a82c80d0ff13527ae4fff449ac9c1c7bc519c013af6ea3428348e0e5b9306b725c0a13a42d7d9dcf0f895a9eee0c63695a2503eb7fd2200083c9ea3a9aa8
 DIST bit_field-0.10.1.crate 10576 BLAKE2B 
3a906092be85cce6af9e2ac48632d8545864c5fd1610e7e28731bd5cc44c9513f2c7eb52fa1be0b4eed65bffe130ddc98c95dfeba2f9de28ada4091396e5695d
 SHA512 
4848d7ec592642913c7bd06cd3a0da49d3bb14291866cd22ead8e9a6b2939a787035d5cded87be3d2d3491283e31ea2cfb105885df4114720da98beb82990ee6
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
@@ -27,11 +29,15 @@ DIST block-0.1.6.crate 4077 BLAKE2B 
a2c11873b8cb1a1ea399ecc99ed45e5d0b9399bd8843
 DIST block-buffer-0.10.2.crate 10258 BLAKE2B 
d3ad2f9f0379e04320e954e1a2226949d83cc1acdda806b98329a5ddcfdbbafdf511907d99ad7daae271a2981ad0c39de218968c22c3487e21a32817d41c23fa
 SHA512 
8f1d99af7c08bf3b54ba7383cf0272eb5a8137f6244bc2d7e6d6761016614514ad7d27c5c51946c5cd7becd84b320f62fc2770e7aa07038d370505c29e032078
 DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192
 SHA512 
883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
 DIST build_const-0.2.2.crate 4511 BLAKE2B 
44316d3b468e73fbeedbaa1ae35705196f787707ea861355d926e7fbc97f759bc7fe0bf88d2e97fb9b981fc7347fe0e849ce2094f50ab53075b4dfe7522089f0
 SHA512 
47a9949b7196791af2507d6e3a28843da67621e5b56177d3b13477e070487cdd1059207588a55bf1a393df9118e71e3024b439a3c6281b6c12b5bdee66b237a6
+DIST bumpalo-3.10.0.crate 78915 BLAKE2B 
94515190837765b47feaf94946c7e4da5b84e6faf7975bd5452bd9388d34e51c84315b80bc15b37c7f4ea8b4aaa0112707cdfc82d0651eeb8b63d2e7bd247660
 SHA512 
60c686534588524250ea7cb43510dba69d24999769b719127ee07f6015530ac2c5778d9b93477ab075bfc15c13e3ef9adc29ac24059067ac32e109347cd509f8
 DIST bumpalo-3.9.1.crate 77507 

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

2022-07-31 Thread Ionen Wolkens
commit: 6ca2c894f0250f4cc6f345009e027e944561e424
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jul 31 22:38:55 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jul 31 23:25:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca2c894

app-emulation/ruffle: drop 0_p20220516

Was keeping this version to allow building with stable rust,
but 1.62 is stable now.

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/ruffle/Manifest  |  60 ---
 app-emulation/ruffle/ruffle-0_p20220516.ebuild | 507 -
 2 files changed, 567 deletions(-)

diff --git a/app-emulation/ruffle/Manifest b/app-emulation/ruffle/Manifest
index 183278ff7428..27bf3d92f7d7 100644
--- a/app-emulation/ruffle/Manifest
+++ b/app-emulation/ruffle/Manifest
@@ -9,7 +9,6 @@ DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585
 DIST approx-0.5.1.crate 15100 BLAKE2B 
8fe84d52263521c0b72a1d1e82ed283828f680b8b56f532df2c14ea86ca09e793686d823c5d58ecfd7a829948543bb375e85223c866cf036e9432be5d6aa7399
 SHA512 
c6d768496c974b6ff4cf7ad8e65f3fc9faf29a1957da497968ee112c6a0b9d7a0ff9a2579206e864976c0f65ed2190bc9d2b63b31a09ced7b57879e207c46407
 DIST arrayvec-0.5.2.crate 27838 BLAKE2B 
51e2eacae0ef148f3f52d21ae00794e540e7ce4c013fb496dd1347ad91ffbbca199381fffbb064225f829216f6c5e915edfa64833f91fabdd13c3f011d86491f
 SHA512 
1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004
 DIST arrayvec-0.7.2.crate 29341 BLAKE2B 
eae9d3f494033ea2d837a6024cb24bd4574683ed1e76ac6be7f7c6b0d8ee65c0eaf03dbae7fea04cf0921299f69234ad91e1cf41342de86f554f74e287dd3ba1
 SHA512 
80cc6e55b6032f4882362813de970d3d99e600ada774b28ac6a24c9c8e018fda3b35c5750ac3a09fca6fb9496e2e3fe608b58d21b1b84685ebd170f567a0ecbc
-DIST ash-0.34.0+1.2.203.crate 372762 BLAKE2B 
f30311989488bf0c1d127edd6b2ce53f9bd6a4b8dc967753b9fe25a48e8f24c1257b209bb08f678befcd5595c2883d82c4b7c8de8628b4d28a657bd092811f19
 SHA512 
4c9f551a78829973591ac4392f211b2ee9184d5b89625cff6e5f84f9d08aaf15f302b450b1a60f906e15eeaea7d640b1d071ac357fe411d68c98767b13583102
 DIST ash-0.37.0+1.3.209.crate 367508 BLAKE2B 
c0dc5b37e7cfa7bf0e4b3236c0e2c9ae9db67d3dfc8ff054f56f68f633798cdf6ae5f6a2e5794503a617f0422e7ca8928d8ab57ca80acc9972e2c756053b3402
 SHA512 
6ec6deb47a6b82a41f3d462b09bfb3d479da9d3da035e47074e8d570995948b3d520a17bc0f8b56272bfbda5655872d4e6630c1a7de01c61cae393976b55c19b
 DIST async-channel-1.6.1.crate 12574 BLAKE2B 
5c5c8f1cf1458d952637a439a1534e68bcb4a1cf478cec6b6d224387f56c59dc6cffd2e3621dc24e03e20df3fdbda5b8855fccfbbc26a2aa03656aff3a17d02f
 SHA512 
797b1f5b4c07853f78670e62b67fb787c329ffa2c89475a3767a963d524a69dce082cc7f3a2878d9c990f00ae2d9cd7e0d21743fc4186769c238467bdb20c65e
 DIST atk-sys-0.15.1.crate 22726 BLAKE2B 
8ba96f5eb203085b09201f47589b84a874bf9b9bbec4b2947b67f9614c55e3048f91da9fe5fbbc9a2016d6bb24f885ef92aee9182c63ca74bad3faec259a43bc
 SHA512 
b1be38a2d9eda4a43fb493fbbad5505d9af4cdf5033b7d921c04c03cd7b014dad5ddc7664ff872ed381579fa15536c6a11ceeb6c2c0145a08703775109f74923
@@ -22,7 +21,6 @@ DIST bit-vec-0.6.3.crate 19927 BLAKE2B 
f5bd3bb9c87fdf3b206739b74df20cab50a1a45af
 DIST bit_field-0.10.1.crate 10576 BLAKE2B 
3a906092be85cce6af9e2ac48632d8545864c5fd1610e7e28731bd5cc44c9513f2c7eb52fa1be0b4eed65bffe130ddc98c95dfeba2f9de28ada4091396e5695d
 SHA512 
4848d7ec592642913c7bd06cd3a0da49d3bb14291866cd22ead8e9a6b2939a787035d5cded87be3d2d3491283e31ea2cfb105885df4114720da98beb82990ee6
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bitflags_serde_shim-0.2.2.crate 1876 BLAKE2B 
09b756c1548d007e48e0f7f849cc5e3d2b53b4b9836aa725ced9075ef14f55961a638d5f63280980394d8f39fc372c556ca24c15c259aa3665493559b5263799
 SHA512 
ea298ee5708f8321cd6e2def4858ce6e66306f26ed8757722b65a7935add2ef2bb913e0009ee483c7b43c126cc8c5a768e02818b5a5ba1127cf723c6a5895c7e
-DIST bitstream-io-1.3.0.crate 28435 BLAKE2B 
160df5958fe6c3e4dd0dc79b54731e69cd997b1a5892aaf4c229a6db9298ae057645879c476df824ff9a18927505078ac8b96587c339ad8e191e380377047897
 SHA512 
1e2edb439b030e139c18a6de3660658e8eadcdeda82e5469848a17a571f986b84a57a35de62627c9cc21b9fd8131ceb533f90e9f646a78ff185016d03376793b
 DIST bitstream-io-1.5.0.crate 30422 BLAKE2B 
11aaa0c5c6cfe04035b60ff5a373e86acc2c31c63e1060f649f176ca7159654fe1d4096f5cc53c87ecdeffccc4b2cf30c81f9780d9c0dd5d33c2735644b7f30d
 SHA512 
53125e3006b74cb0b8952dd4badf80786cd5459fb835aaa998c876335c8587e8dadcb86ebe3efac58683e735d94cf831ed2c3d925f216fd103f2363faccc10eb
 DIST bitvec-0.19.6.crate 147956 BLAKE2B 
63f470260a8ed3a23d6e5ca07d7f9b208c3a7e766ad35d1fb4cd926c811b4886ff28bceb2e0e609739ae5f097f9f461f3be5216b5da3435e937a8e9dc277b316
 SHA512 

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

2022-07-31 Thread Sam James
commit: 121e6a1633b2dbde9d83485f7bb39a682ebac641
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 23:02:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 23:02:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121e6a16

dev-python/scipy: fix USE=doc

Closes: https://bugs.gentoo.org/862567
Signed-off-by: Sam James  gentoo.org>

 dev-python/scipy/scipy-1.9.0-r1.ebuild |  8 
 dev-python/scipy/scipy-1.9..ebuild | 10 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/dev-python/scipy/scipy-1.9.0-r1.ebuild 
b/dev-python/scipy/scipy-1.9.0-r1.ebuild
index c6b76d728e36..47dd4358d2c0 100644
--- a/dev-python/scipy/scipy-1.9.0-r1.ebuild
+++ b/dev-python/scipy/scipy-1.9.0-r1.ebuild
@@ -81,6 +81,14 @@ EPYTEST_DESELECT=(
 
 distutils_enable_tests pytest
 
+src_unpack() {
+   default
+
+   if use doc; then
+   unzip -qo "${DISTDIR}"/${PN}-html-${DOC_PV}.zip -d html || die
+   fi
+}
+
 python_test() {
cd "${T}" || die
 

diff --git a/dev-python/scipy/scipy-1.9..ebuild 
b/dev-python/scipy/scipy-1.9..ebuild
index 888ff2073ebb..47dd4358d2c0 100644
--- a/dev-python/scipy/scipy-1.9..ebuild
+++ b/dev-python/scipy/scipy-1.9..ebuild
@@ -38,7 +38,7 @@ else
S="${WORKDIR}"/${MY_P}
 
if [[ ${PV} != *rc* ]] ; then
-   KEYWORDS="~amd64 -hppa"
+   KEYWORDS="~amd64 -hppa ~ppc64 ~riscv"
fi
 fi
 
@@ -81,6 +81,14 @@ EPYTEST_DESELECT=(
 
 distutils_enable_tests pytest
 
+src_unpack() {
+   default
+
+   if use doc; then
+   unzip -qo "${DISTDIR}"/${PN}-html-${DOC_PV}.zip -d html || die
+   fi
+}
+
 python_test() {
cd "${T}" || die
 



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

2022-07-31 Thread Sam James
commit: 8239bb4356898f806bea677713f65f1fad9a1af6
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 31 23:01:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 23:01:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8239bb43

mail-filter/libmilter: avoid grep -P

We didn't need it anyway.

Closes: https://bugs.gentoo.org/862537
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/mail-filter/libmilter/libmilter-1.0.2_p3.ebuild 
b/mail-filter/libmilter/libmilter-1.0.2_p3.ebuild
index 00ec5af784fc..a05a48af28ef 100644
--- a/mail-filter/libmilter/libmilter-1.0.2_p3.ebuild
+++ b/mail-filter/libmilter/libmilter-1.0.2_p3.ebuild
@@ -50,7 +50,7 @@ src_prepare() {
 
extract_version_from_source() {
# Extract "#  define SMFI_VERSION  0x0102" from 
include/libmilter/mfapi.h
-   local actual_libmilter_ver=$(grep -o -P -m 1 
"0[xX][0-9a-fA-F]+" include/libmilter/mfapi.h)
+   local actual_libmilter_ver=$(grep -o -E -m 1 
"0[xX][0-9a-fA-F]+" include/libmilter/mfapi.h)
 
# SM_LM_VRS_MAJOR(v)  (((v) & 0x7f00) >> 24)
local actual_libmilter_ver_major=$(((actual_libmilter_ver & 
0x7f00) >> 24))



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

2022-07-31 Thread David Seifert
commit: 42370be45c00d3ae5679f0423facbb644c8b5ef8
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 22:51:46 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 22:51:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42370be4

app-laptop/mbpfan: sync live ebuild

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

 app-laptop/mbpfan/mbpfan-.ebuild | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/app-laptop/mbpfan/mbpfan-.ebuild 
b/app-laptop/mbpfan/mbpfan-.ebuild
index e1a4cb35e935..1bbd3102e15e 100644
--- a/app-laptop/mbpfan/mbpfan-.ebuild
+++ b/app-laptop/mbpfan/mbpfan-.ebuild
@@ -1,17 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit linux-info systemd toolchain-funcs
 
 DESCRIPTION="A simple daemon to control fan speed on all Macbook/Macbook Pros"
 HOMEPAGE="https://github.com/dgraziotin/mbpfan;
-LICENSE="GPL-3+"
-SLOT="0"
-RESTRICT="test" # will fail if the hardware is unavailable, not useful
 
-if [[ "${PV}" =  ]]; then
+if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/dgraziotin/${PN}.git;
 else
@@ -19,6 +16,10 @@ else
KEYWORDS="~amd64"
 fi
 
+LICENSE="GPL-3+"
+SLOT="0"
+RESTRICT="test" # will fail if the hardware is unavailable, not useful
+
 CONFIG_CHECK="~SENSORS_APPLESMC ~SENSORS_CORETEMP"
 
 src_compile() {
@@ -33,14 +34,14 @@ src_install() {
 
# Remove the empty systemd unit directory
# It doesn't actually install the unit file
-   rmdir --ignore-fail-on-non-empty -p "${ED%/}/lib/systemd/system" || die
+   rmdir --ignore-fail-on-non-empty -p "${ED}"/lib/systemd/system || die
# Actually install the sytstemd unit file
systemd_dounit ${PN}.service
# Install openrc init file
newinitd ${PN}.init.gentoo ${PN}
 
# make install doesn't install the docs in the right place
-   rm -rf "${ED%/}/usr/share/doc/${PN}" || die
+   rm -r "${ED}"/usr/share/doc/${PN} || die
 
einstalldocs
 }



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

2022-07-31 Thread David Seifert
commit: d107e7dadcc808bedfb6d0ff9cb1f161ce5db0e2
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 22:51:45 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 22:51:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d107e7da

app-laptop/mbpfan: update EAPI 6 -> 8

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

 .../{mbpfan-2.2.1.ebuild => mbpfan-2.2.1-r1.ebuild} | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/app-laptop/mbpfan/mbpfan-2.2.1.ebuild 
b/app-laptop/mbpfan/mbpfan-2.2.1-r1.ebuild
similarity index 84%
rename from app-laptop/mbpfan/mbpfan-2.2.1.ebuild
rename to app-laptop/mbpfan/mbpfan-2.2.1-r1.ebuild
index e1a4cb35e935..1bbd3102e15e 100644
--- a/app-laptop/mbpfan/mbpfan-2.2.1.ebuild
+++ b/app-laptop/mbpfan/mbpfan-2.2.1-r1.ebuild
@@ -1,17 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit linux-info systemd toolchain-funcs
 
 DESCRIPTION="A simple daemon to control fan speed on all Macbook/Macbook Pros"
 HOMEPAGE="https://github.com/dgraziotin/mbpfan;
-LICENSE="GPL-3+"
-SLOT="0"
-RESTRICT="test" # will fail if the hardware is unavailable, not useful
 
-if [[ "${PV}" =  ]]; then
+if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/dgraziotin/${PN}.git;
 else
@@ -19,6 +16,10 @@ else
KEYWORDS="~amd64"
 fi
 
+LICENSE="GPL-3+"
+SLOT="0"
+RESTRICT="test" # will fail if the hardware is unavailable, not useful
+
 CONFIG_CHECK="~SENSORS_APPLESMC ~SENSORS_CORETEMP"
 
 src_compile() {
@@ -33,14 +34,14 @@ src_install() {
 
# Remove the empty systemd unit directory
# It doesn't actually install the unit file
-   rmdir --ignore-fail-on-non-empty -p "${ED%/}/lib/systemd/system" || die
+   rmdir --ignore-fail-on-non-empty -p "${ED}"/lib/systemd/system || die
# Actually install the sytstemd unit file
systemd_dounit ${PN}.service
# Install openrc init file
newinitd ${PN}.init.gentoo ${PN}
 
# make install doesn't install the docs in the right place
-   rm -rf "${ED%/}/usr/share/doc/${PN}" || die
+   rm -r "${ED}"/usr/share/doc/${PN} || die
 
einstalldocs
 }



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

2022-07-31 Thread David Seifert
commit: fb26f1a928bc51e8d7f133cb9c818a9468ac071f
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 22:51:48 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 22:51:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb26f1a9

app-laptop/tpacpi-bat: update EAPI 6 -> 8

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

 ...tpacpi-bat-3.1.ebuild => tpacpi-bat-3.1-r1.ebuild} | 19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-3.1.ebuild 
b/app-laptop/tpacpi-bat/tpacpi-bat-3.1-r1.ebuild
similarity index 85%
rename from app-laptop/tpacpi-bat/tpacpi-bat-3.1.ebuild
rename to app-laptop/tpacpi-bat/tpacpi-bat-3.1-r1.ebuild
index 39f5df050623..74b72ce18688 100644
--- a/app-laptop/tpacpi-bat/tpacpi-bat-3.1.ebuild
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-3.1-r1.ebuild
@@ -1,31 +1,32 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit systemd
 
-if [ "${PV}" = "" ]; then
+DESCRIPTION="Control battery thresholds of recent ThinkPads, not supported by 
tp_smapi"
+HOMEPAGE="https://github.com/teleshoes/tpacpi-bat;
+
+if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/teleshoes/tpacpi-bat.git;
 else
SRC_URI="https://github.com/teleshoes/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64"
 fi
-DESCRIPTION="Control battery thresholds of recent ThinkPads, not supported by 
tp_smapi"
-HOMEPAGE="https://github.com/teleshoes/tpacpi-bat;
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
 
-DEPEND=""
-RDEPEND="sys-power/acpi_call
+RDEPEND="
+   sys-power/acpi_call
dev-lang/perl"
 
 src_install() {
-   dodoc README.md battery_asl
dobin tpacpi-bat
+   dodoc README.md battery_asl
+
newinitd "${FILESDIR}"/${PN}.initd.2 ${PN}
newconfd "${FILESDIR}"/${PN}.confd.1 ${PN}
systemd_newunit examples/systemd_fixed_threshold/tpacpi.service \



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

2022-07-31 Thread David Seifert
commit: 68061278e8678070eea881648f7ec8309e2dd422
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 22:51:47 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 22:51:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68061278

app-laptop/tpacpi-bat: drop 3.0-r1

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

 app-laptop/tpacpi-bat/Manifest |  1 -
 app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/app-laptop/tpacpi-bat/Manifest b/app-laptop/tpacpi-bat/Manifest
index b09c16dcc642..b4fdf61677a6 100644
--- a/app-laptop/tpacpi-bat/Manifest
+++ b/app-laptop/tpacpi-bat/Manifest
@@ -1,2 +1 @@
-DIST tpacpi-bat-3.0.tar.gz 18137 BLAKE2B 
db0db2c06d5bc78eb028cb0db2532e5500cce2370c23ab3bf1e49433b83ed2be7cfffe080e46c3699838ff00025d516dd37e071081f79c7d5d6293f4f49730d4
 SHA512 
2beab3e5495f028b53d673a4243a2128f4ff85e19e18ac7d53663a1d62e20b271442d6c2c8f19cb41d618ddf7ebb4d9b8390f7f185f77bdca33c69bb19463128
 DIST tpacpi-bat-3.1.tar.gz 18584 BLAKE2B 
5f1e890f33be4e0d176bda486d9e4363d56a7a933677eb69bedca9ec42e8af5a0e5494f8447702d33ffecda3d1d4a447a56f7aeb9480a3b855a24bce45028d38
 SHA512 
cdc9e0c0ded96281678199783b4c48ff85a497c90b244a7ce2276b54d7ae4bfa7eb430214bcdb6fabd7478796507b0fbe7fed4b1ab4bc4cdd7bd5ae25f943a77

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild 
b/app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild
deleted file mode 100644
index 0751d72324c5..
--- a/app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd
-
-if [ "${PV}" = "" ]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/teleshoes/tpacpi-bat.git;
-else
-   SRC_URI="https://github.com/teleshoes/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-DESCRIPTION="Control battery thresholds of recent ThinkPads, not supported by 
tp_smapi"
-HOMEPAGE="https://github.com/teleshoes/tpacpi-bat;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="sys-power/acpi_call
-   dev-lang/perl"
-
-src_install() {
-   dodoc README battery_asl
-   dobin tpacpi-bat
-   newinitd "${FILESDIR}"/${PN}.initd.2 ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd.1 ${PN}
-   systemd_newunit tpacpi.service ${PN}.service
-}



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

2022-07-31 Thread David Seifert
commit: 8ae390243dcd029606ee9070b08acd6cb7d3b21d
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 22:51:49 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 22:51:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae39024

app-laptop/tpacpi-bat: sync live ebuild

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

 app-laptop/tpacpi-bat/tpacpi-bat-.ebuild | 19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-.ebuild 
b/app-laptop/tpacpi-bat/tpacpi-bat-.ebuild
index 39f5df050623..74b72ce18688 100644
--- a/app-laptop/tpacpi-bat/tpacpi-bat-.ebuild
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-.ebuild
@@ -1,31 +1,32 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit systemd
 
-if [ "${PV}" = "" ]; then
+DESCRIPTION="Control battery thresholds of recent ThinkPads, not supported by 
tp_smapi"
+HOMEPAGE="https://github.com/teleshoes/tpacpi-bat;
+
+if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/teleshoes/tpacpi-bat.git;
 else
SRC_URI="https://github.com/teleshoes/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64"
 fi
-DESCRIPTION="Control battery thresholds of recent ThinkPads, not supported by 
tp_smapi"
-HOMEPAGE="https://github.com/teleshoes/tpacpi-bat;
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
 
-DEPEND=""
-RDEPEND="sys-power/acpi_call
+RDEPEND="
+   sys-power/acpi_call
dev-lang/perl"
 
 src_install() {
-   dodoc README.md battery_asl
dobin tpacpi-bat
+   dodoc README.md battery_asl
+
newinitd "${FILESDIR}"/${PN}.initd.2 ${PN}
newconfd "${FILESDIR}"/${PN}.confd.1 ${PN}
systemd_newunit examples/systemd_fixed_threshold/tpacpi.service \



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

2022-07-31 Thread David Seifert
commit: eca012345e60192ef2b9f2e9cb3b066a99f91b2a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 22:51:44 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 22:51:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca01234

app-laptop/mbpfan: drop 2.1.1

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

 app-laptop/mbpfan/Manifest|  1 -
 app-laptop/mbpfan/mbpfan-2.1.1.ebuild | 43 ---
 2 files changed, 44 deletions(-)

diff --git a/app-laptop/mbpfan/Manifest b/app-laptop/mbpfan/Manifest
index 4a597c58c6d4..cd7d919845c7 100644
--- a/app-laptop/mbpfan/Manifest
+++ b/app-laptop/mbpfan/Manifest
@@ -1,2 +1 @@
-DIST mbpfan-2.1.1.tar.gz 40637 BLAKE2B 
bdd17a9a883cc9af3cb7d55a2c8594c435fb367f0c6b5dec2b3da85747e2c2af591ed1dabf082cbbc31ac92ce5b2dc5194d8a50836c87cd784f238322ab09d9f
 SHA512 
c1bf81c5e2f2f4f710a8455c65f10dc2dc2255319a7dbf4367c31884eece8d9909d28f3a00e5fc4d964d65254b36202a2a2b666d0ef04ea04153baded6039449
 DIST mbpfan-2.2.1.tar.gz 40455 BLAKE2B 
0932919b4808fa41d64c326f0d202650be25798ca692b4c17cc94a88f3287ccdd10d74c27f95ac8ef7d900f0067b3c40dc8798d99210b89c01b8cb0d63187b98
 SHA512 
ce358047910bd6996e1d47fe08e1825863e043fc9a33b3c4922ea537e58dd7508fc45c651816125e7b32472cbb3d06afa4a487daba5b910a8580623def938a71

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



[gentoo-commits] data/glep:master commit in: /

2022-07-31 Thread Ulrich Müller
commit: 5a62f0b5a6168f97f909a18397c35360c35349d5
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jul 31 21:45:19 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul 31 21:45:19 2022 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=5a62f0b5

glep-0083: Typo

Signed-off-by: Ulrich Müller  gentoo.org>

 glep-0083.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glep-0083.rst b/glep-0083.rst
index 0980124..fed445d 100644
--- a/glep-0083.rst
+++ b/glep-0083.rst
@@ -77,7 +77,7 @@ authors enough time to update.  This is especially relevant 
for
 overlays and downstream distributions.  An additional requirement for
 banning an EAPI is that fewer than 5 % of ebuilds are using the EAPI
 in question.  This requirement is defined to help keep the number of
-ebuild updates (and bug reports requesting them) managable, as a
+ebuild updates (and bug reports requesting them) manageable, as a
 banned EAPI is sufficient reason for updating an ebuild.
 
 



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

2022-07-31 Thread David Seifert
commit: 17f2a4b1ccf9d11226c2d96bacb14a4a611b2fac
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 21:41:05 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 21:41:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f2a4b1

net-im/skypeforlinux: add 8.86.0.407

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

 net-im/skypeforlinux/Manifest  |   1 +
 .../skypeforlinux/skypeforlinux-8.86.0.407.ebuild  | 100 +
 2 files changed, 101 insertions(+)

diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
index 9743d4a4c379..127a2dbf443b 100644
--- a/net-im/skypeforlinux/Manifest
+++ b/net-im/skypeforlinux/Manifest
@@ -3,3 +3,4 @@ DIST skypeforlinux_8.82.0.403-1.x86_64.rpm 140817695 BLAKE2B 
94a1038a534dce77e01
 DIST skypeforlinux_8.83.0.408-1.x86_64.rpm 140847167 BLAKE2B 
79d00a80bdb9cfa131094de2d702b1c8031307c6614ed962567cfeb3868bd542f5483b4ef87ab7146f9aa94e4548d9339ce7f4f28e65c2bfb5add25a3d3e5d26
 SHA512 
66865836f6e44ec54f14b26bdb0bcf2b9aec11379d4b16386814a44137e6eb1dd83cfbe2f4248cf6b2b4ba2513ebdcc64fec5f1819ee3a67e2ae04bcf4f7e028
 DIST skypeforlinux_8.83.0.411-1.x86_64.rpm 140568859 BLAKE2B 
3e429e5c60fe812092a2da1cd6ed4012d81e65a4f69c18772a7e34721c1549e18c401ea2fc6d0263bdbace85265c48467835e97f7fa50eca1ae8dbbbf4cf0b3c
 SHA512 
ebab053e75e81e294e434aa7f573843017a97d749cdf9fdf1768ba35a8172e17b1c98f5cb68e7445ab19bd44c4b1d6b8defdcff6bcd24128b5fa176466f10752
 DIST skypeforlinux_8.85.0.409-1.x86_64.rpm 125943432 BLAKE2B 
7300c53c85387df71a7b1ccdd56a12a659a0e8ddbf8b274c32ac956e0bd67269815bc56e4d3a91cbc3f8214a3259026147ae3e8467efec934d06424495bf502d
 SHA512 
2ee36ea93259390bb1061aae5ea86ac5617ac411f058b62607324fc36debbd7c914e872b9a2741ff72b37bc5e1b4683d862d3c01b84f9a3fe98de2e20959c911
+DIST skypeforlinux_8.86.0.407-1.x86_64.rpm 126036696 BLAKE2B 
e9fb9fb5c3612c1818d801c1ce43848ca2e313a7d09009678b6aeb1a649cd29c58a6e798fc22e48a6d23ceedd3a99b087110abc7b3d4cb8ba97cbe31d1f77c2e
 SHA512 
8546a0bfc367e801b0f94d926dedf87dd2212888ea4d9206b1ed650c334ceebc1d72029a81c826dbf1630ec6625a6e08c7ae942e6dd79403027671996385435b

diff --git a/net-im/skypeforlinux/skypeforlinux-8.86.0.407.ebuild 
b/net-im/skypeforlinux/skypeforlinux-8.86.0.407.ebuild
new file mode 100644
index ..911974eaca88
--- /dev/null
+++ b/net-im/skypeforlinux/skypeforlinux-8.86.0.407.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MULTILIB_COMPAT=( abi_x86_64 )
+
+inherit chromium-2 desktop pax-utils rpm multilib-build xdg
+
+DESCRIPTION="Instant messaging client, with support for audio and video"
+HOMEPAGE="https://www.skype.com/;
+SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm;
+S="${WORKDIR}"
+
+LICENSE="Skype-TOS MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 
Boost-1.0 ISC CC-BY-SA-3.0 CC0-1.0 openssl ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+QA_PREBUILT="*"
+RESTRICT="mirror bindist strip" #299368
+
+RDEPEND="
+   app-crypt/libsecret[${MULTILIB_USEDEP}]
+   dev-libs/atk[${MULTILIB_USEDEP}]
+   dev-libs/expat[${MULTILIB_USEDEP}]
+   dev-libs/glib:2[${MULTILIB_USEDEP}]
+   dev-libs/nspr[${MULTILIB_USEDEP}]
+   dev-libs/nss[${MULTILIB_USEDEP}]
+   media-libs/alsa-lib[${MULTILIB_USEDEP}]
+   media-libs/fontconfig:1.0[${MULTILIB_USEDEP}]
+   media-libs/freetype:2[${MULTILIB_USEDEP}]
+   media-libs/libv4l[${MULTILIB_USEDEP}]
+   net-print/cups[${MULTILIB_USEDEP}]
+   sys-apps/dbus[${MULTILIB_USEDEP}]
+   sys-devel/gcc[cxx]
+   sys-libs/glibc
+   virtual/ttf-fonts
+   x11-libs/cairo[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   x11-libs/gtk+:3[${MULTILIB_USEDEP}]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXScrnSaver[${MULTILIB_USEDEP}]
+   x11-libs/libXcomposite[${MULTILIB_USEDEP}]
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXdamage[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-libs/libXrender[${MULTILIB_USEDEP}]
+   x11-libs/libXtst[${MULTILIB_USEDEP}]
+   x11-libs/libxcb[${MULTILIB_USEDEP}]
+   x11-libs/libxkbcommon[${MULTILIB_USEDEP}]
+   x11-libs/libxkbfile[${MULTILIB_USEDEP}]
+   x11-libs/pango[${MULTILIB_USEDEP}]"
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   rpm_src_unpack ${A}
+}
+
+src_prepare() {
+   default
+   sed -e 
"s!^SKYPE_PATH=.*!SKYPE_PATH=${EPREFIX}/opt/skypeforlinux/skypeforlinux!" \
+   -i usr/bin/skypeforlinux || die
+   sed -e 
"s!^Categories=.*!Categories=Network;InstantMessaging;Telephony;!" \
+   -e "/^OnlyShowIn=/d" \
+   -i 

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

2022-07-31 Thread David Seifert
commit: fc4215922663ad1136a1bb8d21f553f710512691
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 21:41:06 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 21:41:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc421592

net-im/skypeforlinux: drop 8.81.0.268

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

 net-im/skypeforlinux/Manifest  |   1 -
 .../skypeforlinux/skypeforlinux-8.81.0.268.ebuild  | 100 -
 2 files changed, 101 deletions(-)

diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
index 127a2dbf443b..b0138d07cd1d 100644
--- a/net-im/skypeforlinux/Manifest
+++ b/net-im/skypeforlinux/Manifest
@@ -1,4 +1,3 @@
-DIST skypeforlinux_8.81.0.268-1.x86_64.rpm 140540850 BLAKE2B 
5d6cca460c5ad663ba5ac90d3d22f7c7eab7869b6b34413de7e8a479d7461d8b7aa9112798722a38c6b9ed0bf0321a37300bf410fc123e0bb8c7164cb027b2a7
 SHA512 
e2b077cca85c9fdbdac7b50cbfe3fa5bb628c7321dc30d5d6eac5d3c8b83d2a365bbe226f33cf35d2e5614a1b48eb9971ada4c87b98dd161c985e99a5008a9c9
 DIST skypeforlinux_8.82.0.403-1.x86_64.rpm 140817695 BLAKE2B 
94a1038a534dce77e014e3823e4e5f2a8e6a951d3a644ed1562a5d50dad92f73152910286d797c50b882662f6f85cbf30bc4d80e5fcee7ac956f2c18177c00e1
 SHA512 
97920148290f9a4e7091f90a9e46f20ba663ad3f07c15a8540947d4b9a4390c217ac4eea5e80a5aad3a83e4110588fb7038b6359f34f4774ca6912f91db76346
 DIST skypeforlinux_8.83.0.408-1.x86_64.rpm 140847167 BLAKE2B 
79d00a80bdb9cfa131094de2d702b1c8031307c6614ed962567cfeb3868bd542f5483b4ef87ab7146f9aa94e4548d9339ce7f4f28e65c2bfb5add25a3d3e5d26
 SHA512 
66865836f6e44ec54f14b26bdb0bcf2b9aec11379d4b16386814a44137e6eb1dd83cfbe2f4248cf6b2b4ba2513ebdcc64fec5f1819ee3a67e2ae04bcf4f7e028
 DIST skypeforlinux_8.83.0.411-1.x86_64.rpm 140568859 BLAKE2B 
3e429e5c60fe812092a2da1cd6ed4012d81e65a4f69c18772a7e34721c1549e18c401ea2fc6d0263bdbace85265c48467835e97f7fa50eca1ae8dbbbf4cf0b3c
 SHA512 
ebab053e75e81e294e434aa7f573843017a97d749cdf9fdf1768ba35a8172e17b1c98f5cb68e7445ab19bd44c4b1d6b8defdcff6bcd24128b5fa176466f10752

diff --git a/net-im/skypeforlinux/skypeforlinux-8.81.0.268.ebuild 
b/net-im/skypeforlinux/skypeforlinux-8.81.0.268.ebuild
deleted file mode 100644
index 911974eaca88..
--- a/net-im/skypeforlinux/skypeforlinux-8.81.0.268.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MULTILIB_COMPAT=( abi_x86_64 )
-
-inherit chromium-2 desktop pax-utils rpm multilib-build xdg
-
-DESCRIPTION="Instant messaging client, with support for audio and video"
-HOMEPAGE="https://www.skype.com/;
-SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm;
-S="${WORKDIR}"
-
-LICENSE="Skype-TOS MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 
Boost-1.0 ISC CC-BY-SA-3.0 CC0-1.0 openssl ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-QA_PREBUILT="*"
-RESTRICT="mirror bindist strip" #299368
-
-RDEPEND="
-   app-crypt/libsecret[${MULTILIB_USEDEP}]
-   dev-libs/atk[${MULTILIB_USEDEP}]
-   dev-libs/expat[${MULTILIB_USEDEP}]
-   dev-libs/glib:2[${MULTILIB_USEDEP}]
-   dev-libs/nspr[${MULTILIB_USEDEP}]
-   dev-libs/nss[${MULTILIB_USEDEP}]
-   media-libs/alsa-lib[${MULTILIB_USEDEP}]
-   media-libs/fontconfig:1.0[${MULTILIB_USEDEP}]
-   media-libs/freetype:2[${MULTILIB_USEDEP}]
-   media-libs/libv4l[${MULTILIB_USEDEP}]
-   net-print/cups[${MULTILIB_USEDEP}]
-   sys-apps/dbus[${MULTILIB_USEDEP}]
-   sys-devel/gcc[cxx]
-   sys-libs/glibc
-   virtual/ttf-fonts
-   x11-libs/cairo[${MULTILIB_USEDEP}]
-   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   x11-libs/gtk+:3[${MULTILIB_USEDEP}]
-   x11-libs/libX11[${MULTILIB_USEDEP}]
-   x11-libs/libXScrnSaver[${MULTILIB_USEDEP}]
-   x11-libs/libXcomposite[${MULTILIB_USEDEP}]
-   x11-libs/libXcursor[${MULTILIB_USEDEP}]
-   x11-libs/libXdamage[${MULTILIB_USEDEP}]
-   x11-libs/libXext[${MULTILIB_USEDEP}]
-   x11-libs/libXfixes[${MULTILIB_USEDEP}]
-   x11-libs/libXi[${MULTILIB_USEDEP}]
-   x11-libs/libXrandr[${MULTILIB_USEDEP}]
-   x11-libs/libXrender[${MULTILIB_USEDEP}]
-   x11-libs/libXtst[${MULTILIB_USEDEP}]
-   x11-libs/libxcb[${MULTILIB_USEDEP}]
-   x11-libs/libxkbcommon[${MULTILIB_USEDEP}]
-   x11-libs/libxkbfile[${MULTILIB_USEDEP}]
-   x11-libs/pango[${MULTILIB_USEDEP}]"
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   rpm_src_unpack ${A}
-}
-
-src_prepare() {
-   default
-   sed -e 
"s!^SKYPE_PATH=.*!SKYPE_PATH=${EPREFIX}/opt/skypeforlinux/skypeforlinux!" \
-   -i usr/bin/skypeforlinux || die
-   sed -e 
"s!^Categories=.*!Categories=Network;InstantMessaging;Telephony;!" \
-   -e "/^OnlyShowIn=/d" \
-   -i usr/share/applications/skypeforlinux.desktop || die
-}
-
-src_install() {
-   

[gentoo-commits] data/glep:master commit in: /

2022-07-31 Thread Ulrich Müller
commit: cb08149b6689fd23aa92f3e0f0b0d835a10523b6
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jul 31 21:18:14 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul 31 21:18:14 2022 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=cb08149b

glep-0083: Grammatical corrections

Suggested-by: Thomas Bracht Laumann Jespersen  laumann.xyz>
Signed-off-by: Ulrich Müller  gentoo.org>

 glep-0083.rst | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/glep-0083.rst b/glep-0083.rst
index 7050b25..0980124 100644
--- a/glep-0083.rst
+++ b/glep-0083.rst
@@ -22,7 +22,7 @@ Motivation
 ==
 
 So far, old EAPIs were deprecated by the Gentoo Council in an ad-hoc
-manner.  No fixed criteria were used, resulting in very different
+manner.  No fixed criteria were used, resulting in unpredictable
 deprecation times after approval of newer EAPIs.  Standardized
 criteria for deprecation and banning will make the life cycle of EAPIs
 more predictable.
@@ -47,7 +47,7 @@ The Gentoo Council will deprecate an EAPI when
 The Gentoo Council will ban a deprecated EAPI when
 
 * 24 months have passed since its deprecation, and
-* it is used by less than 5 % of ebuilds in the Gentoo repository.
+* it is used by fewer than 5 % of ebuilds in the Gentoo repository.
 
 EAPIs used in profiles are outside the scope of this GLEP.
 
@@ -74,10 +74,11 @@ immediately.
 
 A delay of 24 months between deprecation and ban will give ebuild
 authors enough time to update.  This is especially relevant for
-overlays and downstream distributions.  Since a banned EAPI is
-sufficient reason for updating an ebuild, an additional threshold of
-5 % is required, in order to keep the number of such updates (and bug
-reports requesting them) manageable.
+overlays and downstream distributions.  An additional requirement for
+banning an EAPI is that fewer than 5 % of ebuilds are using the EAPI
+in question.  This requirement is defined to help keep the number of
+ebuild updates (and bug reports requesting them) managable, as a
+banned EAPI is sufficient reason for updating an ebuild.
 
 
 Backwards Compatibility



[gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/files/, games-emulation/pcsx2/

2022-07-31 Thread James Le Cuirot
commit: 4af9aade2199538e6ace3ec8d2d272cdfdb9edc6
Author: orbea  riseup  net>
AuthorDate: Sun Jul 31 14:58:30 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Jul 31 20:37:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af9aade

games-emulation/pcsx2: Update live ebuild

This fixes two issues:

1.

Because -DARCH_FLAGS= the build fails with the following.

  PCSX2 requires compiling for at least SSE 4.1

This can be fixed by replacing the cmake argument with
-DDISABLE_ADVANCE_SIMD=ON.

2.

Upstream removed crcs for a few unofficial games that are required to
fix major playability issues. These versions of the games can be far
preferable to the official versions where one was completely broken in
the North American release, but fixed in a fan patched version.

Upstream-PR: https://github.com/PCSX2/pcsx2/pull/5082
Upstream-Issue: https://github.com/PCSX2/pcsx2/issues/1762
Upstream-Issue: https://github.com/PCSX2/pcsx2/issues/5062
Signed-off-by: orbea  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/26685
Signed-off-by: James Le Cuirot  gentoo.org>

 games-emulation/pcsx2/files/pcsx2-1.7.0-crcs.patch | 43 ++
 games-emulation/pcsx2/pcsx2-.ebuild|  6 ++-
 2 files changed, 48 insertions(+), 1 deletion(-)

diff --git a/games-emulation/pcsx2/files/pcsx2-1.7.0-crcs.patch 
b/games-emulation/pcsx2/files/pcsx2-1.7.0-crcs.patch
new file mode 100644
index ..aa647cd09c07
--- /dev/null
+++ b/games-emulation/pcsx2/files/pcsx2-1.7.0-crcs.patch
@@ -0,0 +1,43 @@
+Upstream-PR: https://github.com/PCSX2/pcsx2/pull/5082
+Upstream-Issue: https://github.com/PCSX2/pcsx2/issues/1762
+Upstream-Issue: https://github.com/PCSX2/pcsx2/issues/5062
+
+From: orbea 
+Date: Sun, 28 Nov 2021 16:18:48 -0800
+Subject: [PATCH] Revert "GS: Remove Unofficial CRCs (#4082)"
+
+These games hacks are still used and can be removed
+again when a better solution is available.
+
+This reverts commit 6bcdb55f22d468b2eb8b95fd35bd071f9272a89c.
+
+--- a/pcsx2/GS/GSCrc.cpp
 b/pcsx2/GS/GSCrc.cpp
+@@ -22,6 +22,8 @@ const CRC::Game CRC::m_games[] =
+ {
+   // Note: IDs 0x7ACF7E03, 0x7D4EA48F, 0x37C53760 - shouldn't be added as 
it's from the multiloaders when packing games.
+   {0x, NoTitle, NoRegion, 0},
++  {0xF46142D3, ArTonelico2, NoRegion, 0},
++  {0xC38067F4, ArTonelico2, NoRegion, 0}, // project metafalica 1.0
+   {0xF95F37EE, ArTonelico2, US, 0},
+   {0x68CE6801, ArTonelico2, JP, 0},
+   {0xCE2C1DBF, ArTonelico2, EU, 0},
+@@ -164,6 +166,8 @@ const CRC::Game CRC::m_games[] =
+   {0xBF6F101F, GiTS, EU, 0}, // same CRC as another US disc
+   {0xA616A6C2, TalesOfAbyss, US, 0},
+   {0x14FE77F7, TalesOfAbyss, US, 0},
++  {0x045D77E9, TalesOfAbyss, JPUNDUB, 0},
++  {0x14FD77F7, TalesOfAbyss, JPUNDUB, 0},
+   {0xAA5EC3A3, TalesOfAbyss, JP, 0},
+   {0xFB236A46, SonicUnleashed, US, 0},
+   {0x8C913264, SonicUnleashed, EU, 0},
+--- a/pcsx2/GS/GSCrc.h
 b/pcsx2/GS/GSCrc.h
+@@ -91,6 +91,7 @@ public:
+   US,
+   EU,
+   JP,
++  JPUNDUB,
+   RU,
+   FR,
+   DE,

diff --git a/games-emulation/pcsx2/pcsx2-.ebuild 
b/games-emulation/pcsx2/pcsx2-.ebuild
index 14345f880fa8..3885455b5d81 100644
--- a/games-emulation/pcsx2/pcsx2-.ebuild
+++ b/games-emulation/pcsx2/pcsx2-.ebuild
@@ -61,6 +61,10 @@ FILECAPS=(
-m 755 "CAP_NET_RAW+eip CAP_NET_ADMIN+eip" usr/bin/pcsx2
 )
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.7.0-crcs.patch
+)
+
 pkg_setup() {
if [[ ${MERGE_TYPE} != binary && $(tc-getCC) == *gcc* ]]; then
# -mxsave flag is needed when GCC >= 8.2 is used
@@ -93,8 +97,8 @@ src_configure() {
# if it something other than "Devel|Debug|Release"
local CMAKE_BUILD_TYPE="Release"
local mycmakeargs=(
-   -DARCH_FLAG=
-DBUILD_SHARED_LIBS=FALSE
+   -DDISABLE_ADVANCE_SIMD=TRUE
-DDISABLE_BUILD_DATE=TRUE
-DDISABLE_PCSX2_WRAPPER=TRUE
-DDISABLE_SETCAP=TRUE



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

2022-07-31 Thread David Seifert
commit: 47f90aea0738f90e5ed8a76156795ff886e2deae
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:28:41 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:28:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f90aea

app-misc/rl: drop inactive maintainer

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

 app-misc/rl/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-misc/rl/metadata.xml b/app-misc/rl/metadata.xml
index 71f7bbb38ec1..6258504e5133 100644
--- a/app-misc/rl/metadata.xml
+++ b/app-misc/rl/metadata.xml
@@ -1,9 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   swege...@gentoo.org
-   

shell-to...@gentoo.org
Gentoo Shell Tools Project



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

2022-07-31 Thread Arthur Zamarin
commit: d5ea423011c29c41418c05ef8ace8b61fb551175
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 31 20:17:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 31 20:17:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ea4230

app-misc/tmux: Stabilize 3.3a arm64, #862139

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-misc/tmux/tmux-3.3a.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tmux/tmux-3.3a.ebuild b/app-misc/tmux/tmux-3.3a.ebuild
index 458ec502a6a7..047d13c3b5c0 100644
--- a/app-misc/tmux/tmux-3.3a.ebuild
+++ b/app-misc/tmux/tmux-3.3a.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]] ; then
 else

SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz;
if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k 
~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k 
~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
fi
S="${WORKDIR}/${P/_/-}"
 fi



[gentoo-commits] repo/gentoo:master commit in: app-text/dos2unix/

2022-07-31 Thread Arthur Zamarin
commit: 4293176357a8edf2ff209070ec8588d6a565b2f6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 31 20:17:06 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 31 20:17:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42931763

app-text/dos2unix: Stabilize 7.4.3 arm64, #862151

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/dos2unix/dos2unix-7.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/dos2unix/dos2unix-7.4.3.ebuild 
b/app-text/dos2unix/dos2unix-7.4.3.ebuild
index 46669cc33d54..93fa261dd1be 100644
--- a/app-text/dos2unix/dos2unix-7.4.3.ebuild
+++ b/app-text/dos2unix/dos2unix-7.4.3.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${P/_/-}"
 LICENSE="BSD-2"
 SLOT="0"
 [[ "${PV}" == *_beta* ]] || \
-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"
+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"
 IUSE="debug nls test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/dos2unix/

2022-07-31 Thread Arthur Zamarin
commit: 0d9de360bdc16094958523736fb73b035a58282a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 31 20:16:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 31 20:16:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9de360

app-text/dos2unix: Stabilize 7.4.3 arm, #862151

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/dos2unix/dos2unix-7.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/dos2unix/dos2unix-7.4.3.ebuild 
b/app-text/dos2unix/dos2unix-7.4.3.ebuild
index a0a4e32a37a2..46669cc33d54 100644
--- a/app-text/dos2unix/dos2unix-7.4.3.ebuild
+++ b/app-text/dos2unix/dos2unix-7.4.3.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${P/_/-}"
 LICENSE="BSD-2"
 SLOT="0"
 [[ "${PV}" == *_beta* ]] || \
-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"
+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"
 IUSE="debug nls test"
 
 RDEPEND="



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

2022-07-31 Thread Arthur Zamarin
commit: bccac37c0d4a3582f28b2b2705f528dab8627805
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 31 20:10:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 31 20:10:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bccac37c

app-misc/tmux: Stabilize 3.3a hppa, #862139

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-misc/tmux/tmux-3.3a.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tmux/tmux-3.3a.ebuild b/app-misc/tmux/tmux-3.3a.ebuild
index 5d6c133ef06a..458ec502a6a7 100644
--- a/app-misc/tmux/tmux-3.3a.ebuild
+++ b/app-misc/tmux/tmux-3.3a.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]] ; then
 else

SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz;
if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k 
~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
fi
S="${WORKDIR}/${P/_/-}"
 fi



[gentoo-commits] repo/gentoo:master commit in: app-text/mandoc/

2022-07-31 Thread Mike Gilbert
commit: 9a5ce81e4f3394cf5530abe7bbce620b4c546cf7
Author: orbea  riseup  net>
AuthorDate: Fri Jul 29 20:47:02 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jul 31 20:04:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5ce81e

app-text/mandoc: Add app-text/manpager to RDEPEND

When using USE=system-man man(1) fails to run if app-text/manpager is
not installed.

Signed-off-by: orbea  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/26658
Signed-off-by: Mike Gilbert  gentoo.org>

 app-text/mandoc/{mandoc-1.14.6.ebuild => mandoc-1.14.6-r1.ebuild} | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-text/mandoc/mandoc-1.14.6.ebuild 
b/app-text/mandoc/mandoc-1.14.6-r1.ebuild
similarity index 98%
rename from app-text/mandoc/mandoc-1.14.6.ebuild
rename to app-text/mandoc/mandoc-1.14.6-r1.ebuild
index 5def3a367540..5b9a5dba10d5 100644
--- a/app-text/mandoc/mandoc-1.14.6.ebuild
+++ b/app-text/mandoc/mandoc-1.14.6-r1.ebuild
@@ -15,7 +15,10 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 ~sparc
 IUSE="cgi system-man"
 
 RDEPEND="sys-libs/zlib
-   system-man? ( !sys-apps/man-db )
+   system-man? (
+   app-text/manpager
+   !sys-apps/man-db
+   )
 "
 DEPEND="${RDEPEND}
cgi? ( sys-libs/zlib[static-libs] )



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

2022-07-31 Thread David Seifert
commit: a2cf9a7cef43fef557f78fe86c16034e2d165802
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:37 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2cf9a7c

app-misc/tpipe: update EAPI 6 -> 8

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

 .../tpipe-1.6-Wimplicit-function-declaration.patch | 21 ++
 app-misc/tpipe/files/tpipe-1.6-makefile.patch  | 32 ++
 .../{tpipe-1.6-r1.ebuild => tpipe-1.6-r2.ebuild}   | 20 +++---
 3 files changed, 63 insertions(+), 10 deletions(-)

diff --git 
a/app-misc/tpipe/files/tpipe-1.6-Wimplicit-function-declaration.patch 
b/app-misc/tpipe/files/tpipe-1.6-Wimplicit-function-declaration.patch
new file mode 100644
index ..9a8a094f06b7
--- /dev/null
+++ b/app-misc/tpipe/files/tpipe-1.6-Wimplicit-function-declaration.patch
@@ -0,0 +1,21 @@
+--- a/tap.c
 b/tap.c
+@@ -94,7 +94,7 @@
+   else
+   n = strtoul(argv[1],NULL,0);
+ 
+-  if (!(n)&&(argv[1] != '\0')) {
++  if (!(n)&&(*argv[1] != '\0')) {
+   fprintf (stderr, "%s: Unreadable integer arg.; Assuming 
1.\n",argv[0]);
+   n = 1;
+   }
+--- a/tpipe.c
 b/tpipe.c
+@@ -41,6 +41,7 @@
+ 
+ #include 
+ #include/* strcmp() */
++#include 
+ 
+ #ifndef VERSION
+ #define VERSION "1.6"

diff --git a/app-misc/tpipe/files/tpipe-1.6-makefile.patch 
b/app-misc/tpipe/files/tpipe-1.6-makefile.patch
new file mode 100644
index ..7ec3566b107f
--- /dev/null
+++ b/app-misc/tpipe/files/tpipe-1.6-makefile.patch
@@ -0,0 +1,32 @@
+--- a/Makefile
 b/Makefile
+@@ -1,27 +1,16 @@
+ # Change values of variables to adapt.
+-CC = gcc
+ PRG1 = tpipe
+ OBJS1 = $(PRG1).o
+ PRG2 = tap
+ OBJS2 =$(PRG2).o
+-OPTFLAGS= -ansi -pedantic -O4
+-CFLAGS = -Wall $(OPTFLAGS)
+-LDFLAGS = -L.
++OPTFLAGS= -pedantic
++CFLAGS += -Wall $(OPTFLAGS)
+ PREFIX = /usr/local
+ BINDIR = $(PREFIX)/bin
+ MANDIR = $(PREFIX)/man/man1
+ 
+ all:  $(PRG1) $(PRG2)
+ 
+-.c.o:
+-  $(CC) -c $(CFLAGS) -o $@ $<
+-
+-$(PRG1):  $(OBJS1)
+-  $(CC) $(CFLAGS) -o $(PRG1) $(OBJS1) $(LDFLAGS) $(LIBS)
+-
+-$(PRG2):  $(OBJS2)
+-  $(CC) $(CFLAGS) -o $(PRG2) $(OBJS2) $(LDFLAGS) $(LIBS)
+-
+ clean:
+   rm -f *~ *.o $(PRG1) $(PRG2)
+ 

diff --git a/app-misc/tpipe/tpipe-1.6-r1.ebuild 
b/app-misc/tpipe/tpipe-1.6-r2.ebuild
similarity index 62%
rename from app-misc/tpipe/tpipe-1.6-r1.ebuild
rename to app-misc/tpipe/tpipe-1.6-r2.ebuild
index 034575fcdaa3..8b37b96a2605 100644
--- a/app-misc/tpipe/tpipe-1.6-r1.ebuild
+++ b/app-misc/tpipe/tpipe-1.6-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -13,17 +13,17 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 
-DOCS=( README.txt )
+PATCHES=(
+   "${FILESDIR}"/${P}-makefile.patch
+   "${FILESDIR}"/${P}-Wimplicit-function-declaration.patch
+)
 
-src_compile() {
-   emake OPTFLAGS="-ansi -pedantic ${CFLAGS}" \
-   PREFIX=/usr \
-   CC="$(tc-getCC)" \
-   LDFLAGS="${LDFLAGS}"
+src_configure() {
+   tc-export CC
 }
 
 src_install() {
-   dobin "${PN}"
-   doman "${PN}.1"
+   dobin tpipe
einstalldocs
+   doman tpipe.1
 }



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

2022-07-31 Thread David Seifert
commit: 389194d2e4027e60420f5227ebf7e07e30609b45
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:36 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389194d2

app-misc/timestamp: update EAPI 6 -> 8

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

 .../{timestamp-1.1-r1.ebuild => timestamp-1.1-r2.ebuild}   | 14 +++---
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/app-misc/timestamp/timestamp-1.1-r1.ebuild 
b/app-misc/timestamp/timestamp-1.1-r2.ebuild
similarity index 63%
rename from app-misc/timestamp/timestamp-1.1-r1.ebuild
rename to app-misc/timestamp/timestamp-1.1-r2.ebuild
index b0cd6f1496f3..07b5a018 100644
--- a/app-misc/timestamp/timestamp-1.1-r1.ebuild
+++ b/app-misc/timestamp/timestamp-1.1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="A text filtering pipe that marks each line with a timestamp"
 HOMEPAGE="http://math.smsu.edu/~erik/software.php?id=95;
@@ -11,12 +11,4 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 
-DEPEND="!sys-apps/moreutils"
-RDEPEND="${DEPEND}"
-
-DOCS=( ChangeLog )
-
-src_install() {
-   emake DESTDIR="${D}" install
-   einstalldocs
-}
+RDEPEND="!sys-apps/moreutils"



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

2022-07-31 Thread David Seifert
commit: 47a9ea7acd609fbdf48891e4a29633ab5e23f0d5
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:38 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a9ea7a

app-misc/ttyrec: update EAPI 6 -> 8

Closes: https://bugs.gentoo.org/713408
Signed-off-by: David Seifert  gentoo.org>

 app-misc/ttyrec/files/ttyrec-1.0.8-flags.patch | 25 +++-
 .../ttyrec/files/ttyrec-1.0.8-glibc-2.30.patch | 47 +++---
 ...yrec-1.0.8-r2.ebuild => ttyrec-1.0.8-r3.ebuild} | 13 +++---
 3 files changed, 65 insertions(+), 20 deletions(-)

diff --git a/app-misc/ttyrec/files/ttyrec-1.0.8-flags.patch 
b/app-misc/ttyrec/files/ttyrec-1.0.8-flags.patch
index 34687d9b8b7a..28d7841fbd6f 100644
--- a/app-misc/ttyrec/files/ttyrec-1.0.8-flags.patch
+++ b/app-misc/ttyrec/files/ttyrec-1.0.8-flags.patch
@@ -1,19 +1,26 @@
 a/Makefile 2017-08-26 11:47:02.981266309 +0200
-+++ b/Makefile 2017-08-26 14:33:47.161600445 +0200
-@@ -10,13 +10,13 @@
+--- a/Makefile
 b/Makefile
+@@ -1,5 +1,3 @@
+-CC = gcc
+-CFLAGS = -O2
+ VERSION = 1.0.8
+ 
+ TARGET = ttyrec ttyplay ttytime
+@@ -9,14 +7,11 @@
+ 
  all: $(TARGET)
  
- ttyrec: ttyrec.o io.o
+-ttyrec: ttyrec.o io.o
 -  $(CC) $(CFLAGS) -o ttyrec ttyrec.o io.o
-+  $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o ttyrec ttyrec.o io.o
++ttyrec: io.o
  
- ttyplay: ttyplay.o io.o
+-ttyplay: ttyplay.o io.o
 -  $(CC) $(CFLAGS) -o ttyplay ttyplay.o io.o
-+  $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o ttyplay ttyplay.o io.o
++ttyplay: io.o
  
- ttytime: ttytime.o io.o
+-ttytime: ttytime.o io.o
 -  $(CC) $(CFLAGS) -o ttytime ttytime.o io.o
-+  $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o ttytime ttytime.o io.o
++ttytime: io.o
  
  clean:
rm -f *.o $(TARGET) ttyrecord *~

diff --git a/app-misc/ttyrec/files/ttyrec-1.0.8-glibc-2.30.patch 
b/app-misc/ttyrec/files/ttyrec-1.0.8-glibc-2.30.patch
index 174fc7786e19..79a024ac734b 100644
--- a/app-misc/ttyrec/files/ttyrec-1.0.8-glibc-2.30.patch
+++ b/app-misc/ttyrec/files/ttyrec-1.0.8-glibc-2.30.patch
@@ -1,8 +1,36 @@
-diff --git a/ttyrec.c b/ttyrec.c
-index 3392f70..86a59ee 100644
+--- a/io.h
 b/io.h
+@@ -9,5 +9,6 @@
+ int edup(int oldfd);
+ int edup2   (int oldfd, int newfd);
+ FILE*   efdopen (int fd, const char *mode);
++voidset_progname(const char *name);
+ 
+ #endif
 --- a/ttyrec.c
 +++ b/ttyrec.c
-@@ -57,7 +57,9 @@
+@@ -42,13 +42,19 @@
+ /*
+  * script
+  */
++
++#ifndef _GNU_SOURCE
++#define _GNU_SOURCE
++#endif
++
+ #include 
+ #include 
+ #include 
+ #include 
+ #include 
+ #include 
+-#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -57,7 +63,9 @@
  
  #if defined(SVR4)
  #include 
@@ -12,7 +40,16 @@ index 3392f70..86a59ee 100644
  #endif /* SVR4 */
  
  #include 
-@@ -449,6 +451,7 @@ getslave()
+@@ -341,7 +349,7 @@
+   rtt = tt;
+ #if defined(SVR4)
+   rtt.c_iflag = 0;
+-  rtt.c_lflag &= ~(ISIG|ICANON|XCASE|ECHO|ECHOE|ECHOK|ECHONL);
++  rtt.c_lflag &= ~(ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHONL);
+   rtt.c_oflag = OPOST;
+   rtt.c_cc[VINTR] = CDEL;
+   rtt.c_cc[VQUIT] = CDEL;
+@@ -449,6 +457,7 @@
perror("open(fd, O_RDWR)");
fail();
}
@@ -20,7 +57,7 @@ index 3392f70..86a59ee 100644
if (isastream(slave)) {
if (ioctl(slave, I_PUSH, "ptem") < 0) {
perror("ioctl(fd, I_PUSH, ptem)");
-@@ -466,6 +469,7 @@ getslave()
+@@ -466,6 +475,7 @@
  #endif
(void) ioctl(0, TIOCGWINSZ, (char *));
}

diff --git a/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild 
b/app-misc/ttyrec/ttyrec-1.0.8-r3.ebuild
similarity index 75%
rename from app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
rename to app-misc/ttyrec/ttyrec-1.0.8-r3.ebuild
index 87546d44a9f8..2973ae3eff7e 100644
--- a/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
+++ b/app-misc/ttyrec/ttyrec-1.0.8-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit flag-o-matic toolchain-funcs
 
@@ -12,15 +12,16 @@ SRC_URI="http://0xcc.net/ttyrec/${P}.tar.gz;
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
 PATCHES=(
-   "${FILESDIR}/${P}-flags.patch"
-   "${FILESDIR}/${P}-glibc-2.30.patch"
+   "${FILESDIR}"/${P}-flags.patch
+   "${FILESDIR}"/${P}-glibc-2.30.patch
 )
 
-src_compile() {
+src_configure() {
# Bug 106530
[[ ${CHOST} != *-darwin* ]] && append-cppflags -DSVR4 
-D_XOPEN_SOURCE=500
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+   tc-export CC
 }
 
 src_install() {



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

2022-07-31 Thread David Seifert
commit: 4e63cbf703e426f43b83b1ee2361d45d2845b4c9
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:35 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e63cbf7

app-misc/supercat: drop 0.5.5-r2, 0.5.6

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

 app-misc/supercat/Manifest |  2 --
 app-misc/supercat/supercat-0.5.5-r2.ebuild | 20 
 app-misc/supercat/supercat-0.5.6.ebuild| 20 
 3 files changed, 42 deletions(-)

diff --git a/app-misc/supercat/Manifest b/app-misc/supercat/Manifest
index b1e3f6904436..65c78b149ca4 100644
--- a/app-misc/supercat/Manifest
+++ b/app-misc/supercat/Manifest
@@ -1,3 +1 @@
-DIST supercat-0.5.5.tar.gz 103545 BLAKE2B 
dfe8b823307fe39762d050e8676ff3f296b0ba206a618695fd3c699bc51d1c52cc552764ba52c45cc2eb0af2e8565a5dc4f86871489f082f15ba579aa80a51f5
 SHA512 
24989935ea7b863638165f7102ae511b9be00ff4399f433fc9ec2fc33543eea907b8bd46e819d815344c8c8467bc702b9a5b32aa55bd21be2670237fa1d711de
-DIST supercat-0.5.6.tar.gz 150193 BLAKE2B 
a289beceabee0bff8c25b3430803032c1192c470bd9b3ff188cd117dd60b58102ea070c7baa65bd3d5b05dc9ed9e7460fe92812c35de33ae7bed0bee1cf2cf28
 SHA512 
028c5935290a1e11520928b71024c29b0db437a6737c5f63d0a58dab3d855834b0ce2895fd86f6b5166cc25fe5a87845136fe3d6cf05df333cfbe5713cbd5f50
 DIST supercat-0.5.7.tar.gz 154020 BLAKE2B 
8b3852d174863a1249bd71345049791827e2dba41e2d9d3426bdd2f98c395b01e804337813492efc46cd9c0950526aa26cc909f056b2f1f7c2dbdecb8129da63
 SHA512 
36b9d1e24edc8b83f0e87a401a99188ac53ab8b69c3ba2b196c5dd6d21b034c9522f729e4805238ce6cd28622f78c1e4dfbee93acd23ed2faa87da8e41d5647d

diff --git a/app-misc/supercat/supercat-0.5.5-r2.ebuild 
b/app-misc/supercat/supercat-0.5.5-r2.ebuild
deleted file mode 100644
index 2a8cb2b56f5b..
--- a/app-misc/supercat/supercat-0.5.5-r2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A text file colorizer using powerful regular expressions"
-HOMEPAGE="http://supercat.nosredna.net;
-SRC_URI="http://supercat.nosredna.net/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc64 sparc x86 ~amd64-linux ~x86-linux"
-
-src_configure() {
-   econf --with-system-directory="${EPREFIX}/etc/supercat"
-}
-
-src_install() {
-   default
-}

diff --git a/app-misc/supercat/supercat-0.5.6.ebuild 
b/app-misc/supercat/supercat-0.5.6.ebuild
deleted file mode 100644
index 2a8cb2b56f5b..
--- a/app-misc/supercat/supercat-0.5.6.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A text file colorizer using powerful regular expressions"
-HOMEPAGE="http://supercat.nosredna.net;
-SRC_URI="http://supercat.nosredna.net/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc64 sparc x86 ~amd64-linux ~x86-linux"
-
-src_configure() {
-   econf --with-system-directory="${EPREFIX}/etc/supercat"
-}
-
-src_install() {
-   default
-}



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

2022-07-31 Thread David Seifert
commit: 7d4397ff1e3c495bba154afb57101307eba3ca31
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:33 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4397ff

app-misc/selecta: remove unmaintained live ebuild

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

 app-misc/selecta/selecta-.ebuild | 28 
 1 file changed, 28 deletions(-)

diff --git a/app-misc/selecta/selecta-.ebuild 
b/app-misc/selecta/selecta-.ebuild
deleted file mode 100644
index 102d07f58dd5..
--- a/app-misc/selecta/selecta-.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
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/garybernhardt/selecta;
-else
-   SRC_URI="https://github.com/garybernhardt/selecta/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A fuzzy text selector for files and anything else you need to 
select"
-HOMEPAGE="https://github.com/garybernhardt/selecta;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   >=dev-lang/ruby-1.9.3"
-
-src_install() {
-   dobin selecta
-   einstalldocs
-}



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

2022-07-31 Thread David Seifert
commit: 458480a2cdbc8057bd3b4bff13a160a2cb77dafc
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:25 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458480a2

app-misc/interceptty: update EAPI 6 -> 8

Closes: https://bugs.gentoo.org/691180
Signed-off-by: David Seifert  gentoo.org>

 ...terceptty-0.6-r1.ebuild => interceptty-0.6-r2.ebuild} | 16 +++-
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/app-misc/interceptty/interceptty-0.6-r1.ebuild 
b/app-misc/interceptty/interceptty-0.6-r2.ebuild
similarity index 50%
rename from app-misc/interceptty/interceptty-0.6-r1.ebuild
rename to app-misc/interceptty/interceptty-0.6-r2.ebuild
index c5ad585cc5e0..18e316366f4c 100644
--- a/app-misc/interceptty/interceptty-0.6-r1.ebuild
+++ b/app-misc/interceptty/interceptty-0.6-r2.ebuild
@@ -1,22 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="a program that can sit between a serial port and an application"
-HOMEPAGE="http://www.suspectclass.com/~sgifford/interceptty/;
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
 SRC_URI="http://www.suspectclass.com/~sgifford/${PN}/files/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-
-DOCS=( AUTHORS NEWS README TODO )
-
-src_install() {
-   default
-   dobin "${PN}" "${PN}-nicedump"
-   doman "${PN}.1"
-   doman interceptty.1
-   einstalldocs
-}



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

2022-07-31 Thread David Seifert
commit: 3ac0efb50208e6aa5bef823a3217350e97551d85
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:32 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac0efb5

app-misc/rl: update EAPI 6 -> 8

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

 app-misc/rl/rl-0.2.7-r1.ebuild | 31 ---
 app-misc/rl/rl-0.2.7-r2.ebuild | 12 
 2 files changed, 12 insertions(+), 31 deletions(-)

diff --git a/app-misc/rl/rl-0.2.7-r1.ebuild b/app-misc/rl/rl-0.2.7-r1.ebuild
deleted file mode 100644
index 1f1c47f2ee0f..
--- a/app-misc/rl/rl-0.2.7-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-minimal
-
-DESCRIPTION="Randomize lines from text files or stdin"
-HOMEPAGE="https://arthurdejong.org/rl;
-SRC_URI="https://arthurdejong.org/rl/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~mips ppc ~s390 sparc x86"
-IUSE="debug"
-
-DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO )
-
-multilib_src_configure() {
-   local myeconfargs=()
-   use debug && myeconfargs+=(--enable-debug)
-   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-   multilib-minimal_src_compile
-}
-
-src_install() {
-   multilib-minimal_src_install
-}

diff --git a/app-misc/rl/rl-0.2.7-r2.ebuild b/app-misc/rl/rl-0.2.7-r2.ebuild
new file mode 100644
index ..b30a56e03f5f
--- /dev/null
+++ b/app-misc/rl/rl-0.2.7-r2.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Randomize lines from text files or stdin"
+HOMEPAGE="https://arthurdejong.org/rl;
+SRC_URI="https://arthurdejong.org/rl/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~ia64 ~mips ppc ~s390 sparc x86"



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

2022-07-31 Thread David Seifert
commit: 0f6504be54b3199f7ed43664f9189be3f9e5d365
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:27 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6504be

app-misc/leave: update EAPI 6 -> 8

Closes: https://bugs.gentoo.org/714020
Signed-off-by: David Seifert  gentoo.org>

 app-misc/leave/files/leave-20100918-makefile.patch |  8 
 app-misc/leave/files/leave-20100918-posix.patch| 55 ++
 app-misc/leave/files/leave-fix-makefile.diff   | 20 
 ...20100918-r1.ebuild => leave-20100918-r2.ebuild} | 21 -
 4 files changed, 72 insertions(+), 32 deletions(-)

diff --git a/app-misc/leave/files/leave-20100918-makefile.patch 
b/app-misc/leave/files/leave-20100918-makefile.patch
new file mode 100644
index ..464795a2732b
--- /dev/null
+++ b/app-misc/leave/files/leave-20100918-makefile.patch
@@ -0,0 +1,8 @@
+--- a/Makefile
 b/Makefile
+@@ -3,4 +3,4 @@
+ 
+ PROG= leave
+ 
+-.include 
++all: $(PROG)

diff --git a/app-misc/leave/files/leave-20100918-posix.patch 
b/app-misc/leave/files/leave-20100918-posix.patch
new file mode 100644
index ..3ce788d86343
--- /dev/null
+++ b/app-misc/leave/files/leave-20100918-posix.patch
@@ -0,0 +1,55 @@
+--- a/leave.c
 b/leave.c
+@@ -42,7 +42,6 @@
+ static char sccsid[] = "@(#)leave.c   8.1 (Berkeley) 6/6/93";
+ #endif
+ #endif /* not lint */
+-#include 
+ 
+ #include 
+ #include 
+@@ -52,7 +51,7 @@
+ #include 
+ #include 
+ 
+-void doalarm(u_int);
++void doalarm(unsigned);
+ static void usage(void);
+ 
+ /*
+@@ -65,7 +64,7 @@
+ int
+ main(int argc, char **argv)
+ {
+-  u_int secs;
++  unsigned secs;
+   int hours, minutes;
+   char c, *cp = NULL;
+   struct tm *t;
+@@ -136,7 +135,7 @@
+ }
+ 
+ void
+-doalarm(u_int secs)
++doalarm(unsigned secs)
+ {
+   int bother;
+   time_t daytime;
+@@ -150,7 +149,7 @@
+   printf("Alarm set for %s. (pid %d)\n", tb, pid);
+   exit(0);
+   }
+-  sleep((u_int)2);/* let parent print set message */
++  sleep((unsigned)2); /* let parent print set message */
+   if (secs >= 2)
+   secs -= 2;
+ 
+@@ -177,7 +176,7 @@
+ 
+ #define   MSG4"\07\07Time to leave!\n"
+   for (bother = 10; bother--;) {
+-  sleep((u_int)ONEMIN);
++  sleep((unsigned)ONEMIN);
+   if (write(STDOUT_FILENO, MSG4, sizeof(MSG4) - 1) != 
sizeof(MSG4) - 1)
+   exit(0);
+   }

diff --git a/app-misc/leave/files/leave-fix-makefile.diff 
b/app-misc/leave/files/leave-fix-makefile.diff
deleted file mode 100644
index 772add57d6fb..
--- a/app-misc/leave/files/leave-fix-makefile.diff
+++ /dev/null
@@ -1,20 +0,0 @@
 a/Makefile.orig2004-10-16 23:04:50.144563171 -0400
-+++ b/Makefile 2004-10-16 23:57:27.639495962 -0400
-@@ -2,5 +2,16 @@
- # $FreeBSD: /repoman/r/ncvs/src/usr.bin/leave/Makefile,v 1.5 2002/02/08 
22:31:41 markm Exp $
- 
- PROG= leave
-+CC ?= gcc
-+CFLAGS=
-+LDFLAGS=
- 
--.include 
-+#.include 
-+
-+all: $(PROG)
-+$(PROG): leave.o
-+  $(CC) $(LDFLAGS) leave.o -o $(PROG)
-+leave.o:
-+  $(CC) $(CFLAGS) -c leave.c
-+clean:
-+  rm -f $(PROG) *.o

diff --git a/app-misc/leave/leave-20100918-r1.ebuild 
b/app-misc/leave/leave-20100918-r2.ebuild
similarity index 58%
rename from app-misc/leave/leave-20100918-r1.ebuild
rename to app-misc/leave/leave-20100918-r2.ebuild
index b5046a2f965a..d8ba499f34ee 100644
--- a/app-misc/leave/leave-20100918-r1.ebuild
+++ b/app-misc/leave/leave-20100918-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -14,19 +14,16 @@ SLOT="0"
 KEYWORDS="amd64 ppc x86"
 
 PATCHES=(
-   "${FILESDIR}/${PN}-fix-makefile.diff"
+   "${FILESDIR}"/${P}-makefile.patch
+   "${FILESDIR}"/${P}-posix.patch
 )
 
-src_compile() {
-   cp -v "${FILESDIR}/README" . || die
-   emake \
-   CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS}" \
-   LDFLAGS="${LDFLAGS}"
+src_configure() {
+   tc-export CC
 }
 
 src_install() {
-   dobin "${PN}"
-   doman "${PN}.1"
-   einstalldocs
+   dobin leave
+   doman leave.1
+   dodoc "${FILESDIR}"/README
 }



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

2022-07-31 Thread David Seifert
commit: 2f3123ac25bdc6a23191647de91701dbe69cdb73
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:34 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3123ac

app-misc/selecta: update EAPI 6 -> 8

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

 .../selecta/{selecta-0.0.7.ebuild => selecta-0.0.7-r1.ebuild} | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/app-misc/selecta/selecta-0.0.7.ebuild 
b/app-misc/selecta/selecta-0.0.7-r1.ebuild
similarity index 77%
rename from app-misc/selecta/selecta-0.0.7.ebuild
rename to app-misc/selecta/selecta-0.0.7-r1.ebuild
index 102d07f58dd5..014c6d49dd5b 100644
--- a/app-misc/selecta/selecta-0.0.7.ebuild
+++ b/app-misc/selecta/selecta-0.0.7-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-if [[ ${PV} == "" ]]; then
+if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/garybernhardt/selecta;
 else
@@ -16,11 +16,8 @@ HOMEPAGE="https://github.com/garybernhardt/selecta;
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
 
-DEPEND=""
-RDEPEND="${DEPEND}
-   >=dev-lang/ruby-1.9.3"
+RDEPEND="dev-lang/ruby"
 
 src_install() {
dobin selecta



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

2022-07-31 Thread David Seifert
commit: ede68031cc4762cda4087d82d111d1d8efb28c6a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:29 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede68031

app-misc/mvcase: update EAPI 6 -> 8

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

 app-misc/mvcase/files/mvcase-0.1-flags.patch | 16 
 .../{mvcase-0.1-r2.ebuild => mvcase-0.1-r3.ebuild}   | 16 
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/app-misc/mvcase/files/mvcase-0.1-flags.patch 
b/app-misc/mvcase/files/mvcase-0.1-flags.patch
index e0a9e99160f8..1c86a53e9c04 100644
--- a/app-misc/mvcase/files/mvcase-0.1-flags.patch
+++ b/app-misc/mvcase/files/mvcase-0.1-flags.patch
@@ -2,24 +2,24 @@ From: Julian Ospald 
 Date: Wed Nov 14 23:22:15 UTC 2012
 Subject: build system
 
-   respect CC, CFLAGS and LDFLAGS
+   respect CC, CFLAGS, CPPFLAGS and LDFLAGS
 
 mvcase-0.1/Makefile
-+++ mvcase-0.1/Makefile
-@@ -6,14 +6,13 @@
+--- a/Makefile
 b/Makefile
+@@ -6,15 +6,11 @@
  MANPATH=/usr/man
  COMPILE=gcc
  ROFF=groff
 -CFLAGS=
 -CLIBS=-lshhopt
-+LIBS=-lshhopt
++LDLIBS=-lshhopt
  INSTALL=install
  
  all:  mvcase mvcase.1.gz
  
- mvcase: mvcase.c
+-mvcase: mvcase.c
 -  $(COMPILE) $(CFLAGS) mvcase.c -o mvcase $(CLIBS)
-+  $(CC) $(CFLAGS) mvcase.c -o mvcase $(LDFLAGS) $(LIBS)
- 
+-
  mvcase.1.gz: mvcase.1
$(ROFF) -man -Tascii mvcase.1 | gzip > mvcase.1.gz
+ 

diff --git a/app-misc/mvcase/mvcase-0.1-r2.ebuild 
b/app-misc/mvcase/mvcase-0.1-r3.ebuild
similarity index 74%
rename from app-misc/mvcase/mvcase-0.1-r2.ebuild
rename to app-misc/mvcase/mvcase-0.1-r3.ebuild
index bf500a12a138..866c9116d34c 100644
--- a/app-misc/mvcase/mvcase-0.1-r2.ebuild
+++ b/app-misc/mvcase/mvcase-0.1-r3.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -15,18 +15,18 @@ KEYWORDS="amd64 ppc x86"
 
 DEPEND="dev-libs/shhopt"
 RDEPEND="${DEPEND}"
+BDEPEND="sys-apps/groff"
 
 PATCHES=(
-   "${FILESDIR}/${P}-includes.patch"
-   "${FILESDIR}/${P}-flags.patch"
+   "${FILESDIR}"/${P}-includes.patch
+   "${FILESDIR}"/${P}-flags.patch
 )
 
-src_compile() {
-   emake CC="$(tc-getCC)"
+src_configure() {
+   tc-export CC
 }
 
 src_install() {
-   dobin "${PN}"
-   doman "${PN}.1"
-   einstalldocs
+   dobin mvcase
+   doman mvcase.1
 }



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

2022-07-31 Thread David Seifert
commit: a040ce157bd28dcbd0fcd3fae71a15023f1ee91a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:30 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a040ce15

app-misc/nullmodem: update EAPI 6 -> 8

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

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

diff --git a/app-misc/nullmodem/nullmodem-0.0.6-r1.ebuild 
b/app-misc/nullmodem/nullmodem-0.0.6-r2.ebuild
similarity index 87%
rename from app-misc/nullmodem/nullmodem-0.0.6-r1.ebuild
rename to app-misc/nullmodem/nullmodem-0.0.6-r2.ebuild
index 25b0bf4a624f..232911fe785f 100644
--- a/app-misc/nullmodem/nullmodem-0.0.6-r1.ebuild
+++ b/app-misc/nullmodem/nullmodem-0.0.6-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="A Utility to loopback Pseudo-Terminals"
 HOMEPAGE="http://www.ant.uni-bremen.de/whomes/rinas/nullmodem/;



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

2022-07-31 Thread David Seifert
commit: b923008edf7494be1d9d48d8812af40209064fb4
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:26 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b923008e

app-misc/joy2key: update EAPI 6 -> 8

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

 .../{joy2key-1.6.3-r1.ebuild => joy2key-1.6.3-r2.ebuild}| 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/app-misc/joy2key/joy2key-1.6.3-r1.ebuild 
b/app-misc/joy2key/joy2key-1.6.3-r2.ebuild
similarity index 73%
rename from app-misc/joy2key/joy2key-1.6.3-r1.ebuild
rename to app-misc/joy2key/joy2key-1.6.3-r2.ebuild
index ecdf4fe1429b..3a354447b149 100644
--- a/app-misc/joy2key/joy2key-1.6.3-r1.ebuild
+++ b/app-misc/joy2key/joy2key-1.6.3-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="An application that translates joystick events to keyboard events"
 HOMEPAGE="https://sourceforge.net/projects/joy2key;
@@ -13,18 +13,19 @@ KEYWORDS="amd64 ppc x86"
 IUSE="X"
 
 RDEPEND="
-   X? ( x11-libs/libX11
-   x11-apps/xwininfo )"
+   X? (
+   x11-libs/libX11
+   x11-apps/xwininfo
+   )"
 DEPEND="
${RDEPEND}
X? ( x11-base/xorg-proto )"
 
-DOCS=( AUTHORS ChangeLog joy2keyrc.sample rawscancodes README TODO )
-
 src_configure() {
econf $(use_enable X)
 }
 
 src_install() {
default
+   dodoc joy2keyrc.sample rawscancodes
 }



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

2022-07-31 Thread David Seifert
commit: e4afda5e047892249bdaf5a71c362ddd2a8ceb67
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:31 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4afda5e

app-misc/pipeworks: update EAPI 6 -> 8

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

 .../pipeworks/files/pipeworks-0.4-makefile.patch   | 26 ++
 ...works-0.4-r1.ebuild => pipeworks-0.4-r2.ebuild} | 12 +-
 2 files changed, 31 insertions(+), 7 deletions(-)

diff --git a/app-misc/pipeworks/files/pipeworks-0.4-makefile.patch 
b/app-misc/pipeworks/files/pipeworks-0.4-makefile.patch
new file mode 100644
index ..8a52d158b0e4
--- /dev/null
+++ b/app-misc/pipeworks/files/pipeworks-0.4-makefile.patch
@@ -0,0 +1,26 @@
+--- a/Makefile
 b/Makefile
+@@ -18,21 +18,11 @@
+ #along with pipeworks; if not, write to the Free Software
+ #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ 
+-CC= gcc -Wall
++CFLAGS += -Wall
+ 
+ all:  pipeworks
+ 
+-filesize.o:  Makefile filesize.h filesize.c
+-  $(CC) -c -o filesize.o filesize.c
+-
+-timemanip.o:  Makefile timemanip.h timemanip.c
+-  $(CC) -c -o timemanip.o timemanip.c
+-
+-pipeworks.o:  Makefile pipeworks.c filesize.h
+-  $(CC) -c -o pipeworks.o pipeworks.c
+-
+-pipeworks:  pipeworks.o filesize.o timemanip.o
+-  $(CC) -o pipeworks pipeworks.o filesize.o timemanip.o
++pipeworks: filesize.o timemanip.o
+ 
+ clean:
+   rm -f *.o *~ pipeworks

diff --git a/app-misc/pipeworks/pipeworks-0.4-r1.ebuild 
b/app-misc/pipeworks/pipeworks-0.4-r2.ebuild
similarity index 75%
rename from app-misc/pipeworks/pipeworks-0.4-r1.ebuild
rename to app-misc/pipeworks/pipeworks-0.4-r2.ebuild
index 28c0a7a154e0..bcef6fb41379 100644
--- a/app-misc/pipeworks/pipeworks-0.4-r1.ebuild
+++ b/app-misc/pipeworks/pipeworks-0.4-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -12,13 +12,11 @@ SRC_URI="mirror://sourceforge/pipeworks/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
 
-RDEPEND=""
-DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
 
-src_compile() {
-   emake CC="$(tc-getCC) ${CFLAGS} ${LDFLAGS}"
+src_configure() {
+   tc-export CC
 }
 
 src_install() {



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

2022-07-31 Thread David Seifert
commit: eb42e7d2967a6de38d9932dd4153431f0a073ec7
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:25 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb42e7d2

app-misc/detachtty: reformat metadata.xml

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

 app-misc/detachtty/metadata.xml | 28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/app-misc/detachtty/metadata.xml b/app-misc/detachtty/metadata.xml
index 0cd8556150e9..42ebc5a05cc5 100644
--- a/app-misc/detachtty/metadata.xml
+++ b/app-misc/detachtty/metadata.xml
@@ -1,18 +1,18 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   shell-to...@gentoo.org
-   Gentoo Shell Tools Project
-
-
-   common-l...@gentoo.org
-   Gentoo Common Lisp Project
-
-
-detachtty is a utility that lets you run interactive programs 
non-interactively.
-Reattaching can be done locally or over the network.  detachtty is similar in
-concept to GNU Screen but is better suited toward scrolling interfaces (not
-full-screen, random-access based applications).
-
+   
+   shell-to...@gentoo.org
+   Gentoo Shell Tools Project
+   
+   
+   common-l...@gentoo.org
+   Gentoo Common Lisp Project
+   
+   
+   detachtty is a utility that lets you run interactive programs 
non-interactively.
+   Reattaching can be done locally or over the network.  detachtty 
is similar in
+   concept to GNU Screen but is better suited toward scrolling 
interfaces (not
+   full-screen, random-access based applications).
+   
 



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

2022-07-31 Thread David Seifert
commit: bb3a972f7c5caed0718c5a183423731a9551e519
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:22 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb3a972f

app-misc/dailystrips: update EAPI 6 -> 8

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

 ...ystrips-1.0.28-r3.ebuild => dailystrips-1.0.28-r4.ebuild} | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild 
b/app-misc/dailystrips/dailystrips-1.0.28-r4.ebuild
similarity index 78%
rename from app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild
rename to app-misc/dailystrips/dailystrips-1.0.28-r4.ebuild
index 133d6c65a418..b37ba7ee67b9 100644
--- a/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild
+++ b/app-misc/dailystrips/dailystrips-1.0.28-r4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="dailystrips automatically downloads your favorite online comics 
from the web"
 HOMEPAGE="http://dailystrips.sourceforge.net/;
@@ -10,16 +10,16 @@ SRC_URI="mirror://sourceforge/dailystrips/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 ppc x86"
-IUSE=""
 
-RDEPEND=">=dev-perl/libwww-perl-5.50
+RDEPEND="
+   dev-perl/libwww-perl
dev-perl/DateTime
dev-perl/TimeDate"
 
 src_prepare() {
-   sed -i -e "s:/usr/share/dailystrips/strips.def:/etc/strips.def:" \
-   dailystrips || die "sed dailystrips failed"
default
+   sed -i -e 
"s:/usr/share/dailystrips/strips.def:${EPREFIX}/etc/strips.def:" \
+   dailystrips || die "sed dailystrips failed"
 }
 
 src_install() {



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

2022-07-31 Thread David Seifert
commit: 37c1a35751a76b7b42303ed6462eca623e5b
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:28 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c1a357

app-misc/mepl: update EAPI 6 -> 8

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

 app-misc/mepl/files/mepl-0.45-gcc433.patch | 31 +++---
 app-misc/mepl/files/mepl-0.45-makefile.patch   | 19 +
 .../{mepl-0.45-r1.ebuild => mepl-0.45-r2.ebuild}   | 22 ---
 3 files changed, 58 insertions(+), 14 deletions(-)

diff --git a/app-misc/mepl/files/mepl-0.45-gcc433.patch 
b/app-misc/mepl/files/mepl-0.45-gcc433.patch
index 0fd857a9ae30..baf26c03c4f4 100644
--- a/app-misc/mepl/files/mepl-0.45-gcc433.patch
+++ b/app-misc/mepl/files/mepl-0.45-gcc433.patch
@@ -1,11 +1,34 @@
 a/mepl.c   2009-04-07 21:17:32.0 +0200
-+++ b/mepl.c   2009-04-07 21:16:48.0 +0200
+--- a/mepl.c
 b/mepl.c
 @@ -1,3 +1,4 @@
 +#include 
  #define VERSION "0.45 Don Nov 25 19:13:58 CET 1999"
  /*  Version: @(#) mepl.c 0.45
- Autor: Frank Holtz --- mepl.c2009-04-07 
21:08:18.0 +0200
-@@ -347,7 +347,7 @@
+ Autor: Frank Holtz 
+@@ -18,11 +19,12 @@
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+ #include 
+-// #include  #If you have problems to compile remove the "//"
++#include 
+ #include 
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -93,7 +95,7 @@
+ int hex(unsigned char *);
+ int fget(int);
+ 
+-main(int argc, char *argv[])
++int main(int argc, char *argv[])
+ {
+  int   i,z,j,k,error,errz,ic,resin,resout,n,pid,opt;
+  struct termios oldtio,newtio;
+@@ -346,7 +348,7 @@
   errz=0; 
   do {
   error=0;

diff --git a/app-misc/mepl/files/mepl-0.45-makefile.patch 
b/app-misc/mepl/files/mepl-0.45-makefile.patch
new file mode 100644
index ..cbd89103719a
--- /dev/null
+++ b/app-misc/mepl/files/mepl-0.45-makefile.patch
@@ -0,0 +1,19 @@
+--- a/Makefile
 b/Makefile
+@@ -13,14 +13,9 @@
+ initdir = /etc/rc.d/init.d
+ initdir2 = /etc/init.d
+ 
+-CC= gcc
+-CFLAGS= -DMEPLCONFIG=\"$(CONFIGFILE)\"
++CPPFLAGS += -DMEPLCONFIG=\"$(CONFIGFILE)\"
+ 
+-en:   mepl.c
+-  @echo "Type \"make de\" or \"make installde\" for german version."
+-  @echo "Taper \"make fr\" ou \"make installfr\" pour la version 
fran�aise."
+-  @echo "Scrivi \"make it\" or \"make installit\" per la versione 
italiana."
+-  $(CC) $(CFLAGS) -o mepl mepl.c 
++en:   mepl
+ 
+ de:   mepl.c
+   @echo "Type \"make en\" or \"make installen\" for english version."

diff --git a/app-misc/mepl/mepl-0.45-r1.ebuild 
b/app-misc/mepl/mepl-0.45-r2.ebuild
similarity index 60%
rename from app-misc/mepl/mepl-0.45-r1.ebuild
rename to app-misc/mepl/mepl-0.45-r2.ebuild
index 260918797539..7a9c8a94b754 100644
--- a/app-misc/mepl/mepl-0.45-r1.ebuild
+++ b/app-misc/mepl/mepl-0.45-r2.ebuild
@@ -1,29 +1,31 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs
 
 DESCRIPTION="Self-employed-mode software for 3COM/USR message modems"
 
HOMEPAGE="https://web.archive.org/web/20031204100644/http://www.hof-berlin.de:80/mepl/;
 SRC_URI="http://www.hof-berlin.de/mepl/mepl${PV}.tar.gz;
+S="${WORKDIR}/${PN}${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 
-S="${WORKDIR}/${PN}${PV}"
-
-PATCHES=( "${FILESDIR}/${P}-gcc433.patch" )
+PATCHES=(
+   "${FILESDIR}"/${P}-makefile.patch
+   "${FILESDIR}"/${P}-gcc433.patch
+)
 
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} 
-DMEPLCONFIG=\\\"/etc/mepl.conf\\\" ${LDFLAGS}" en
+src_configure() {
+   tc-export CC
 }
 
 src_install() {
-   dobin "${PN}" "${PN}mail"
+   dobin mepl meplmail
insinto /etc
-   doins "${PN}.conf"
-   newman "${PN}.en" "${PN}.7"
+   doins mepl.conf
+   newman mepl.en mepl.7
 }



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

2022-07-31 Thread David Seifert
commit: 82639298d446740813ffc95852b095b7e2e0aa85
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:23 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82639298

app-misc/delay: update EAPI 6 -> 8

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

 .../{delay-1.6-r2.ebuild => delay-1.6-r3.ebuild}   | 23 ++
 1 file changed, 10 insertions(+), 13 deletions(-)

diff --git a/app-misc/delay/delay-1.6-r2.ebuild 
b/app-misc/delay/delay-1.6-r3.ebuild
similarity index 66%
rename from app-misc/delay/delay-1.6-r2.ebuild
rename to app-misc/delay/delay-1.6-r3.ebuild
index 963d1384a19b..403d03af2144 100644
--- a/app-misc/delay/delay-1.6-r2.ebuild
+++ b/app-misc/delay/delay-1.6-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit autotools
 
@@ -13,19 +13,16 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
+RDEPEND="sys-libs/ncurses:="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
-src_prepare() {
-   eapply \
-   "${FILESDIR}"/${P}-headers.patch \
-   "${FILESDIR}"/${P}-tinfo.patch
-
-   mv configure.in configure.ac || die
+PATCHES=(
+   "${FILESDIR}"/${P}-headers.patch
+   "${FILESDIR}"/${P}-tinfo.patch
+)
 
+src_prepare() {
default
eautoreconf
 }



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

2022-07-31 Thread David Seifert
commit: 63728a32fc26370bee259a9cf94f2453844415f8
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:24 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63728a32

app-misc/detachtty: drop 9-r1

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

 app-misc/detachtty/Manifest  |  1 -
 app-misc/detachtty/detachtty-9-r1.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/app-misc/detachtty/Manifest b/app-misc/detachtty/Manifest
index 7bac2284e2d2..5c96b1ec5dc6 100644
--- a/app-misc/detachtty/Manifest
+++ b/app-misc/detachtty/Manifest
@@ -1,2 +1 @@
 DIST detachtty-11.0.0.tar.gz 23189 BLAKE2B 
734489fe35acb5bfb381b8fee1b91d60f15ec795f2ba58f5855544d913957f7da4174c15583dc4090e397c5f562e78a23c1534a741a9812980f4a9cd2d2e291e
 SHA512 
608d68ebe9b8fae55b4295b9c50d8e9065226dbb78818535af79bd2e70cc4a831820b6c673414289548b1063843b5dc80c8b7d2371dd716a16eceb20cd064a10
-DIST detachtty_9.tar.gz 13081 BLAKE2B 
28bb6a946d04717bc60ac7f65b791a8bb59a5ce1a2f7d7fabb63776538ade3fe046e874007effe7dd6ba7ebac8d739e16b0b0e2372ce4154385164d7939b498c
 SHA512 
8ae7edc1a1c7727eb4d32a1a4327932e374ac838b441f34aee99cfe83e922f1d70383ab0aab2299808f28fea6229f5c122a7624b7ff992ab92b9c3f53483d035

diff --git a/app-misc/detachtty/detachtty-9-r1.ebuild 
b/app-misc/detachtty/detachtty-9-r1.ebuild
deleted file mode 100644
index 889f3998d57b..
--- a/app-misc/detachtty/detachtty-9-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-MY_P="${P/-/_}"
-
-DESCRIPTION="Attach/detach from interactive processes across the network"
-HOMEPAGE="https://packages.debian.org/unstable/admin/detachtty;
-SRC_URI="mirror://debian/pool/main/d/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   dobin "${PN}" attachtty
-   doman "${PN}.1"
-   dosym detachtty.1 /usr/share/man/man1/attachtty.1
-   einstalldocs
-}



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

2022-07-31 Thread David Seifert
commit: 5e3d221b8ff309df6ce38212d05157cdca2a45d7
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:20 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e3d221b

app-misc/countrycodes: update EAPI 6 -> 8

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

 0.5-r3.ebuild => countrycodes-1.0.5-r4.ebuild} | 16 ++--
 app-misc/countrycodes/files/1.0.5-Makefile.patch   | 29 --
 2 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/app-misc/countrycodes/countrycodes-1.0.5-r3.ebuild 
b/app-misc/countrycodes/countrycodes-1.0.5-r4.ebuild
similarity index 71%
rename from app-misc/countrycodes/countrycodes-1.0.5-r3.ebuild
rename to app-misc/countrycodes/countrycodes-1.0.5-r4.ebuild
index 01d51733774f..3515c7e85217 100644
--- a/app-misc/countrycodes/countrycodes-1.0.5-r3.ebuild
+++ b/app-misc/countrycodes/countrycodes-1.0.5-r4.ebuild
@@ -1,31 +1,29 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs
 
 DESCRIPTION="An ISO 3166 country code finder"
 HOMEPAGE="http://www.grigna.com/diego/linux/countrycodes/;
 SRC_URI="http://www.grigna.com/diego/linux/${PN}/${P}.tar.gz;
+S="${WORKDIR}/${P}/src"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 ~sparc x86"
 
-S="${WORKDIR}"/${P}/src
+PATCHES=( "${FILESDIR}"/${PV}-Makefile.patch )
 
-PATCHES=( "${FILESDIR}/${PV}-Makefile.patch" )
-
-src_prepare() {
-   default
+src_configure() {
tc-export CC
 }
 
 src_install() {
emake \
-   prefix="${D}/usr" \
-   mandir="${D}/usr/share/man/man1" install
+   prefix="${ED}"/usr \
+   mandir="${ED}"/usr/share/man/man1 install
dosym iso3166 /usr/bin/countrycodes
dosym iso3166.1 /usr/share/man/man1/countrycodes
dodoc ../doc/{Changelog,README}

diff --git a/app-misc/countrycodes/files/1.0.5-Makefile.patch 
b/app-misc/countrycodes/files/1.0.5-Makefile.patch
index 677e59acc5c0..fab4c82019e1 100644
--- a/app-misc/countrycodes/files/1.0.5-Makefile.patch
+++ b/app-misc/countrycodes/files/1.0.5-Makefile.patch
@@ -1,34 +1,27 @@
-diff --git a/Makefile b/Makefile
-index 9330578..3ff7319 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -26,13 +26,13 @@ BINMODE=755
+@@ -26,10 +26,9 @@
  LOGDIRMODE=700
  
  # Compiler to use
 -CC=gcc
-+CC ?= gcc
  
  # Compiler warnings
 -WARNINGS= -pedantic -Wall
-+WARNINGS= 
++CFLAGS += -pedantic -Wall
  
  # Compiler flags
--CCOPTS = -O2 -fomit-frame-pointer
-+CCOPTS = ${CFLAGS}
- 
- # The makefile standards document I read says that I have to put it here...
- SHELL = /bin/sh
-@@ -61,7 +61,7 @@ PROGRAM = iso3166
+ CCOPTS = -O2 -fomit-frame-pointer
+@@ -61,7 +60,7 @@
  all: $(PROGRAM)
  
  $(PROGRAM): $(ISO3166OBJ)
 -  $(CC) $(CCOPTS) $(ISO3166OBJ) -o $@
-+  $(CC) $(CCOPTS) $(LDFLAGS) $(ISO3166OBJ) -o $@
++  $(CC) $(CFLAGS) $(LDFLAGS) $(ISO3166OBJ) -o $@
  
  clean:
rm -f $(ISO3166OBJ) core defines.h $(PROGRAM)
-@@ -70,8 +70,10 @@ strip:
+@@ -70,8 +69,10 @@
strip $(PROGRAM)
  
  install:
@@ -40,3 +33,13 @@ index 9330578..3ff7319 100644
@$(SEDBIN) $(SEDCMDS) ${docdir}/iso3166.1.in > ${mandir}/iso3166.1
@chown 0.0 ${mandir}/iso3166.1
@echo
+@@ -80,9 +81,6 @@
+   rm -f ${bindir}/$(PROGRAM)
+   rm -f ${mandir}/iso3166.1
+ 
+-.c.o:
+-  $(CC) $(CCOPTS) $(WARNINGS) -c $<
+-
+ $(ISO3166OBJ): common.h defines.h protos.h tables.h
+ 
+ defines.h:



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

2022-07-31 Thread David Seifert
commit: 648b8c0b0ffc982f9f6dc970f2847d074b4eb3e0
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:18 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648b8c0b

app-misc/calendar: update EAPI 6 -> 8

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

 ...endar-0.9.1-r1.ebuild => calendar-0.9.1-r2.ebuild} | 19 +++
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild 
b/app-misc/calendar/calendar-0.9.1-r2.ebuild
similarity index 66%
rename from app-misc/calendar/calendar-0.9.1-r1.ebuild
rename to app-misc/calendar/calendar-0.9.1-r2.ebuild
index 24ec92d9935d..bf33a89f4bd4 100644
--- a/app-misc/calendar/calendar-0.9.1-r1.ebuild
+++ b/app-misc/calendar/calendar-0.9.1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -13,21 +13,16 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
 
-DOCS=( README )
-
-src_compile() {
+src_configure() {
tc-export CC
-   emake
 }
 
 src_install() {
-   dobin "${PN}"
-   doman "${PN}.1"
-
-   insinto "/usr/share"
-   doins -r "${PN}s"
+   dobin calendar
+   doman calendar.1
 
-   mv "${D}/usr/share/${PN}s" "${D}/usr/share/${PN}" || die
+   insinto /usr/share/calendar
+   doins -r calendars/.
 
einstalldocs
 }



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

2022-07-31 Thread David Seifert
commit: 00384c9045401077633e1aa82295448b2cdd1e92
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:21 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00384c90

app-misc/cpipe: update EAPI 6 -> 8

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

 .../{cpipe-3.0.3.ebuild => cpipe-3.0.3-r1.ebuild}  | 23 +++--
 app-misc/cpipe/files/cpipe-3.0.3-makefile.patch| 29 ++
 2 files changed, 38 insertions(+), 14 deletions(-)

diff --git a/app-misc/cpipe/cpipe-3.0.3.ebuild 
b/app-misc/cpipe/cpipe-3.0.3-r1.ebuild
similarity index 54%
rename from app-misc/cpipe/cpipe-3.0.3.ebuild
rename to app-misc/cpipe/cpipe-3.0.3-r1.ebuild
index ff2b6594a3f6..e1798e5b3092 100644
--- a/app-misc/cpipe/cpipe-3.0.3.ebuild
+++ b/app-misc/cpipe/cpipe-3.0.3-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -13,20 +13,15 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-src_prepare() {
-   default
+PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
 
-   sed -i \
-   -e "s/CFLAGS =/CFLAGS =${CFLAGS} /" \
-   -e "s/-lm/-lm ${LDFLAGS}/" \
-   -e "s/744/644/" makefile || die "sed failed"
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+src_configure() {
+   tc-export CC
 }
 
 src_install() {
-   dobin "${PN}"
-   doman "${PN}.1"
+   dobin cpipe
+
+   einstalldocs
+   doman cpipe.1
 }

diff --git a/app-misc/cpipe/files/cpipe-3.0.3-makefile.patch 
b/app-misc/cpipe/files/cpipe-3.0.3-makefile.patch
new file mode 100644
index ..d68bb56f2967
--- /dev/null
+++ b/app-misc/cpipe/files/cpipe-3.0.3-makefile.patch
@@ -0,0 +1,29 @@
+--- a/makefile
 b/makefile
+@@ -15,14 +15,14 @@
+ MANDIR=$(prefix)/man/man1
+ 
+ ## Your favorite compiler flags.
+-CFLAGS = -O2 -W -Wall -pedantic
++CFLAGS += -W -Wall -pedantic
++LDLIBS = -lm
+ 
+ VERSION=$(shell cat .version)
+ 
+ all: cpipe cpipe.1
+ 
+-cpipe: cpipe.o cmdline.o
+-  $(CC) -o $@ cpipe.o cmdline.o -lm
++cpipe: cmdline.o
+ 
+ cpipe.1: cpipe.1.in
+   sed -e "s/|VERSION|/${VERSION}/g" cpipe.1
+@@ -37,7 +37,7 @@
+ install: cpipe cpipe.1
+   mkdir -p $(BINDIR) $(MANDIR)
+   cp cpipe $(BINDIR); chmod 755 $(BINDIR)/cpipe
+-  cp cpipe.1 $(MANDIR); chmod 744 $(MANDIR)/cpipe.1
++  cp cpipe.1 $(MANDIR); chmod 644 $(MANDIR)/cpipe.1
+ 
+ uninstall:
+   -rm $(BINDIR)/cpipe



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

2022-07-31 Thread David Seifert
commit: 62fc9e43ae68ecbb2e3e550acda581c1a262
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:19 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62fc9e43

app-misc/cbview: update EAPI 6 -> 8

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

 .../cbview/{cbview-0.06-r1.ebuild => cbview-0.06-r2.ebuild}| 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/app-misc/cbview/cbview-0.06-r1.ebuild 
b/app-misc/cbview/cbview-0.06-r2.ebuild
similarity index 81%
rename from app-misc/cbview/cbview-0.06-r1.ebuild
rename to app-misc/cbview/cbview-0.06-r2.ebuild
index 8a9d8e740af2..c1d5fbab3465 100644
--- a/app-misc/cbview/cbview-0.06-r1.ebuild
+++ b/app-misc/cbview/cbview-0.06-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="viewer/converter for CBR/CBZ comic book archives"
 
HOMEPAGE="https://web.archive.org/web/20061108214126/http://elvine.org:80/code/cbview/;
@@ -10,10 +10,8 @@ SRC_URI="http://elvine.org/code/cbview/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
 
-RDEPEND=""
-DEPEND="${RDEPEND}
+RDEPEND="
dev-perl/Gtk2
dev-perl/String-ShellQuote
app-arch/unrar
@@ -21,5 +19,5 @@ DEPEND="${RDEPEND}
 
 src_install() {
dobin cbview
-   dodoc README TODO
+   einstalldocs
 }



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

2022-07-31 Thread David Seifert
commit: 5036c1fea222b3671b9e63c9b87a49b4a76ef5f8
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:17 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5036c1fe

app-misc/birthday: update EAPI 6 -> 8

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

 ...ay-1.6.2-r1.ebuild => birthday-1.6.2-r2.ebuild} | 20 ++
 .../birthday/files/birthday-1.6.2-makefile.patch   | 44 ++
 2 files changed, 48 insertions(+), 16 deletions(-)

diff --git a/app-misc/birthday/birthday-1.6.2-r1.ebuild 
b/app-misc/birthday/birthday-1.6.2-r2.ebuild
similarity index 53%
rename from app-misc/birthday/birthday-1.6.2-r1.ebuild
rename to app-misc/birthday/birthday-1.6.2-r2.ebuild
index 4d2088dc58c5..53041e6b6378 100644
--- a/app-misc/birthday/birthday-1.6.2-r1.ebuild
+++ b/app-misc/birthday/birthday-1.6.2-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -13,20 +13,8 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 sparc x86"
 
-src_prepare() {
-   # Don't strip, install in correct share dir and respect CFLAGS
-   sed \
-   -e "s@install -s@install@g" \
-   -e "s@#SHARE@SHARE@g" \
-   -e "s@-O2@${CFLAGS}@g" \
-   -i Makefile || die
-   sed \
-   -e 's@grep -v@grep --binary-files=text -v@g' \
-   -i runtest.sh || die
+PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
 
-   default
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)"
+src_configure() {
+   tc-export CC
 }

diff --git a/app-misc/birthday/files/birthday-1.6.2-makefile.patch 
b/app-misc/birthday/files/birthday-1.6.2-makefile.patch
new file mode 100644
index ..f48102d929b7
--- /dev/null
+++ b/app-misc/birthday/files/birthday-1.6.2-makefile.patch
@@ -0,0 +1,44 @@
+--- a/Makefile
 b/Makefile
+@@ -12,7 +12,7 @@
+ else
+ OSCFLAGS=-Wall -Wstrict-prototypes
+ endif
+-CFLAGS=-O2 $(DEBUG) -D$(OS) $(OSCFLAGS)
++CFLAGS += $(DEBUG) -D$(OS) $(OSCFLAGS)
+ 
+ # engine
+ ENGSRC=bdengine.c xmalloc.c
+@@ -48,16 +48,15 @@
+ 
+ else
+ birthday: $(CMDOBJ)
+-  $(CC) $(LDFLAGS) $(CMDOBJ) -o $@
++  $(CC) $(LDFLAGS) $(CMDOBJ) -o $@ $(LIBS)
+ 
+ # you can override this to use the new FHS locations.
+-SHARE=
+-#SHARE=/share
++SHARE=/share
+ 
+ install: birthday birthday.man
+-  install -d $(DESTDIR)/usr/bin $(DESTDIR)/usr$(SHARE)/man/man1
+-  install -s birthday $(DESTDIR)/usr/bin/birthday
+-  install -m 0644 birthday.man $(DESTDIR)/usr$(SHARE)/man/man1/birthday.1
++  install -d $(DESTDIR)$(EPREFIX)/usr/bin 
$(DESTDIR)$(EPREFIX)/usr$(SHARE)/man/man1
++  install birthday $(DESTDIR)$(EPREFIX)/usr/bin/birthday
++  install -m 0644 birthday.man 
$(DESTDIR)$(EPREFIX)/usr$(SHARE)/man/man1/birthday.1
+ 
+ test: birthday
+   sh runtest.sh -exec `pwd`/birthday test/*.t
+--- a/runtest.sh
 b/runtest.sh
+@@ -7,7 +7,7 @@
+ unset PASSED FAILED TAKEN KEEP
+ 
+ extract_section() {
+-  sed -ne "/^\\*$1/,/^\\*/p" "$2" | grep -v '^*'
++  sed -ne "/^\\*$1/,/^\\*/p" "$2" | grep --binary-files=text -v '^*'
+ }
+ 
+ runtest() {



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

2022-07-31 Thread Arthur Zamarin
commit: 7367b88b66d13252a0ca00461a9be133e1e0f1a0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 31 20:01:34 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 31 20:01:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7367b88b

dev-db/sqlite: Stabilize 3.39.2 ppc64, #862429

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/sqlite/sqlite-3.39.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlite/sqlite-3.39.2.ebuild 
b/dev-db/sqlite/sqlite-3.39.2.ebuild
index 6edc4c0a16cd..1ca3939e8f5f 100644
--- a/dev-db/sqlite/sqlite-3.39.2.ebuild
+++ b/dev-db/sqlite/sqlite-3.39.2.ebuild
@@ -25,7 +25,7 @@ fi
 
 LICENSE="public-domain"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
 if [[ "${PV}" == "" ]]; then
PROPERTIES="live"



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

2022-07-31 Thread Michał Górny
commit: e003b23e8ea781f52a1ffeefb00d1fbd49488335
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 31 18:18:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 31 19:44:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e003b23e

sys-libs/libcxx: Remove USE=libunwind

Following sys-libs/libcxxabi.

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

 sys-libs/libcxx/libcxx-15.0.0..ebuild | 46 +++
 1 file changed, 10 insertions(+), 36 deletions(-)

diff --git a/sys-libs/libcxx/libcxx-15.0.0..ebuild 
b/sys-libs/libcxx/libcxx-15.0.0..ebuild
index 3acf567e062b..d95f996ca33b 100644
--- a/sys-libs/libcxx/libcxx-15.0.0..ebuild
+++ b/sys-libs/libcxx/libcxx-15.0.0..ebuild
@@ -14,16 +14,13 @@ HOMEPAGE="https://libcxx.llvm.org/;
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
 KEYWORDS=""
-IUSE="+clang +libcxxabi +libunwind static-libs test"
-REQUIRED_USE="
-   libunwind? ( libcxxabi )
-   test? ( clang )
-"
+IUSE="+clang +libcxxabi static-libs test"
+REQUIRED_USE="test? ( clang )"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
libcxxabi? (
-   
~sys-libs/libcxxabi-${PV}[libunwind=,static-libs?,${MULTILIB_USEDEP}]
+   ~sys-libs/libcxxabi-${PV}[static-libs?,${MULTILIB_USEDEP}]
)
!libcxxabi? ( >=sys-devel/gcc-4.7:=[cxx] )
 "
@@ -104,32 +101,14 @@ multilib_src_configure() {
strip-unsupported-flags
fi
 
-   # we want -lgcc_s for unwinder, and for compiler runtime when using
-   # gcc, clang with gcc runtime (or any unknown compiler)
-   local extra_libs=() want_gcc_s=ON want_compiler_rt=OFF
-   if use libunwind; then
-   # work-around missing -lunwind upstream
-   extra_libs+=( -lunwind )
-   # if we're using libunwind and clang with compiler-rt, we want
-   # to link to compiler-rt instead of -lgcc_s
-   if tc-is-clang; then
-   local compiler_rt=$($(tc-getCC) ${CFLAGS} ${CPPFLAGS} \
-  ${LDFLAGS} -print-libgcc-file-name)
-   if [[ ${compiler_rt} == *libclang_rt* ]]; then
-   want_gcc_s=OFF
-   want_compiler_rt=ON
-   extra_libs+=( "${compiler_rt}" )
-   fi
+   # link against compiler-rt instead of libgcc if this is what clang does
+   local want_compiler_rt=OFF
+   if tc-is-clang; then
+   local compiler_rt=$($(tc-getCC) ${CFLAGS} ${CPPFLAGS} \
+   ${LDFLAGS} -print-libgcc-file-name)
+   if [[ ${compiler_rt} == *libclang_rt* ]]; then
+   want_compiler_rt=ON
fi
-   elif [[ ${CHOST} == *-darwin* ]] && tc-is-clang; then
-   # clang-based darwin prefix disables libunwind useflag during
-   # bootstrap, because libunwind is not in the prefix yet.
-   # override the default, though, because clang based libcxx
-   # should never use gcc_s on Darwin.
-   want_gcc_s=OFF
-   # compiler_rt is not available in EPREFIX during bootstrap,
-   # so we cannot link to it yet anyway, so keep the defaults
-   # of want_compiler_rt=OFF and extra_libs=()
fi
 
# bootstrap: cmake is unhappy if compiler can't link to stdlib
@@ -156,12 +135,9 @@ multilib_src_configure() {
# we're using our own mechanism for generating linker scripts
-DLIBCXX_ENABLE_ABI_LINKER_SCRIPT=OFF
-DLIBCXX_HAS_MUSL_LIBC=$(usex elibc_musl)
-   -DLIBCXX_HAS_GCC_S_LIB=${want_gcc_s}
-DLIBCXX_INCLUDE_BENCHMARKS=OFF
-DLIBCXX_INCLUDE_TESTS=$(usex test)
-DLIBCXX_USE_COMPILER_RT=${want_compiler_rt}
-   -DLIBCXX_HAS_ATOMIC_LIB=${want_gcc_s}
-   -DCMAKE_SHARED_LINKER_FLAGS="${extra_libs[*]} ${LDFLAGS}"
)
 
if use test; then
@@ -223,7 +199,6 @@ gen_static_ldscript() {
local deps=(
libc++_static.a
$(usex libcxxabi libc++abi.a libsupc++.a)
-   $(usex libunwind libunwind.a libgcc_eh.a)
)
# On Linux/glibc it does not link without libpthread or libdl. It is
# fine on FreeBSD.
@@ -239,7 +214,6 @@ gen_shared_ldscript() {
libc++_shared.so
# libsupc++ doesn't have a shared version
$(usex libcxxabi libc++abi.so libsupc++.a)
-   $(usex libunwind libunwind.so libgcc_s.so)
)
 
gen_ldscript "${deps[*]}" > lib/libc++.so || die



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

2022-07-31 Thread Michał Górny
commit: fd0a3d077a7ec4d33caabf192c2cedb5a5e344b5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 31 18:05:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 31 19:44:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd0a3d07

sys-libs/libcxxabi: Remove USE=libunwind

Remove explicit USE=libunwind since upstream broke the CMake support
we were relying on.  The ebuild will now either use gcc_s or compiler-rt
+ libunwind depending on what the compiler is configured to use.

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

 sys-libs/libcxxabi/libcxxabi-15.0.0..ebuild | 15 +++
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/sys-libs/libcxxabi/libcxxabi-15.0.0..ebuild 
b/sys-libs/libcxxabi/libcxxabi-15.0.0..ebuild
index 81e3519d948a..308024bf9d49 100644
--- a/sys-libs/libcxxabi/libcxxabi-15.0.0..ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-15.0.0..ebuild
@@ -14,18 +14,10 @@ HOMEPAGE="https://libcxxabi.llvm.org/;
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
 KEYWORDS=""
-IUSE="+clang +libunwind static-libs test"
+IUSE="+clang static-libs test"
 REQUIRED_USE="test? ( clang )"
 RESTRICT="!test? ( test )"
 
-RDEPEND="
-   libunwind? (
-   || (
-   
>=sys-libs/libunwind-1.0.1-r1[static-libs?,${MULTILIB_USEDEP}]
-   
>=sys-libs/llvm-libunwind-3.9.0-r1[static-libs?,${MULTILIB_USEDEP}]
-   )
-   )
-"
 # in 15.x, cxxabi.h is moving from libcxx to libcxxabi
 RDEPEND+="
!

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

2022-07-31 Thread Arthur Zamarin
commit: f30dbd1a16606bc1eb14fb2e5ba1815e8b0221d6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 31 19:37:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 31 19:37:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30dbd1a

kde-frameworks/extra-cmake-modules: Stabilize 5.96.0 ppc64, #853325

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git 
a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.96.0.ebuild 
b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.96.0.ebuild
index d79b4733f567..bc74104f534f 100644
--- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.96.0.ebuild
+++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.96.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Extra modules and scripts for CMake"
 HOMEPAGE="https://invent.kde.org/frameworks/extra-cmake-modules;
 
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~x86"
 IUSE="doc test"
 
 RESTRICT="!test? ( test )"



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

2022-07-31 Thread Arthur Zamarin
commit: 0226fdab433830dbdf448ba07d92e1aae0a0d7a5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 31 19:30:47 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 31 19:30:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0226fdab

app-misc/cadubi: Stabilize 1.3.4 ppc, #862555

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-misc/cadubi/cadubi-1.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cadubi/cadubi-1.3.4.ebuild 
b/app-misc/cadubi/cadubi-1.3.4.ebuild
index 2cf1358ee321..b17f7b5c5b34 100644
--- a/app-misc/cadubi/cadubi-1.3.4.ebuild
+++ b/app-misc/cadubi/cadubi-1.3.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/statico/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 ~x86"
 
 RDEPEND="dev-lang/perl
>=dev-perl/TermReadKey-2.21"



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

2022-07-31 Thread Arthur Zamarin
commit: c34ee370a18cc31ecdc2278862f3eb0df98d87c1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 31 19:30:46 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 31 19:30:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34ee370

app-misc/tmux: Stabilize 3.3a ppc, #862139

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-misc/tmux/tmux-3.3a.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tmux/tmux-3.3a.ebuild b/app-misc/tmux/tmux-3.3a.ebuild
index 9507a82a05ab..5d6c133ef06a 100644
--- a/app-misc/tmux/tmux-3.3a.ebuild
+++ b/app-misc/tmux/tmux-3.3a.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]] ; then
 else

SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz;
if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
fi
S="${WORKDIR}/${P/_/-}"
 fi



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

2022-07-31 Thread Arthur Zamarin
commit: 24fb1b9431563de9761168668e84c5263d9ac09c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 31 19:30:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 31 19:30:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fb1b94

app-misc/cadubi: Stabilize 1.3.4 ppc64, #862555

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-misc/cadubi/cadubi-1.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cadubi/cadubi-1.3.4.ebuild 
b/app-misc/cadubi/cadubi-1.3.4.ebuild
index b17f7b5c5b34..18411e59d8d4 100644
--- a/app-misc/cadubi/cadubi-1.3.4.ebuild
+++ b/app-misc/cadubi/cadubi-1.3.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/statico/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~x86"
 
 RDEPEND="dev-lang/perl
>=dev-perl/TermReadKey-2.21"



[gentoo-commits] data/api:master commit in: files/overlays/

2022-07-31 Thread Jakov Smolić
commit: e933ce62b9cef94ccad2584d00d22bec0f078f5b
Author: Sandino Araico Sanchez  sandino  net>
AuthorDate: Thu Jul 28 07:18:37 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:44:26 2022 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=e933ce62

KBrown-pub: add new mirror on gitlab.com

Signed-off-by: Sandino Araico Sanchez  sandino.net>
Bug: https://bugs.gentoo.org/860369
Closes: https://github.com/gentoo/api-gentoo-org/pull/540
Signed-off-by: Jakov Smolić  gentoo.org>

 files/overlays/repositories.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 6da0170..7884cbc 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2219,6 +2219,7 @@
   sand...@sandino.net
   Sandino Araico Sanchez
 
+https://gitlab.com/KenjiBrown/gentoo-overlay.git
 https://github.com/KenjiBrown/gentoo-overlay.git
 git+ssh://g...@github.com/KenjiBrown/gentoo-overlay.git
 
https://git.softwarelibre.mx/KBrown/gentoo-overlay/-/commits/KBrown-pub?format=atom



[gentoo-commits] data/api:master commit in: files/overlays/

2022-07-31 Thread Jakov Smolić
commit: 490a3f0ac3986a14ac2d4322b1313f8e91a226d4
Author: Sandino Araico Sanchez  sandino  net>
AuthorDate: Sun Jul 31 07:41:10 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:45:49 2022 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=490a3f0a

repositories: Add without-systemd

Closes: https://github.com/gentoo/api-gentoo-org/pull/541
Signed-off-by: Jakov Smolić  gentoo.org>

 files/overlays/repositories.xml | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 7884cbc..cd97e08 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -4694,6 +4694,16 @@
 https://anongit.gentoo.org/git/repo/proj/wine.git
 git://anongit.gentoo.org/repo/proj/wine.git
   
+  
+without-systemd
+Without Systemd overlay
+https://github.com/KenjiBrown/without-systemd
+
+  sand...@sandino.net
+  Sandino Araico Sanchez
+
+https://github.com/KenjiBrown/without-systemd.git
+  
   
 x11
 Gentoo X11 team ebuild repository



[gentoo-commits] data/api:master commit in: files/overlays/

2022-07-31 Thread Jakov Smolić
commit: d6507dd7129d1d53a6231a039c8ca1e23956e772
Author: Sandino Araico Sanchez  sandino  net>
AuthorDate: Thu Jul 28 06:26:22 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:44:26 2022 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=d6507dd7

KBrown-pub: remove own semi-broken GitLab instance

Signed-off-by: Sandino Araico Sanchez  sandino.net>
Bug: https://bugs.gentoo.org/860369
Signed-off-by: Jakov Smolić  gentoo.org>

 files/overlays/repositories.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index cd98a6f..6da0170 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2219,7 +2219,6 @@
   sand...@sandino.net
   Sandino Araico Sanchez
 
-https://git.softwarelibre.mx/KBrown/gentoo-overlay.git
 https://github.com/KenjiBrown/gentoo-overlay.git
 git+ssh://g...@github.com/KenjiBrown/gentoo-overlay.git
 
https://git.softwarelibre.mx/KBrown/gentoo-overlay/-/commits/KBrown-pub?format=atom



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/cabal-install/files/

2022-07-31 Thread Jakov Smolić
commit: 8de029b04d5b6564178e93674bb70cde230f6c42
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Jul 31 10:21:50 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:41:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de029b0

dev-haskell/cabal-install: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11
Signed-off-by: Jakov Smolić  gentoo.org>

 .../files/cabal-install-3.2.0.0-rankntypes.patch  | 11 ---
 1 file changed, 11 deletions(-)

diff --git 
a/dev-haskell/cabal-install/files/cabal-install-3.2.0.0-rankntypes.patch 
b/dev-haskell/cabal-install/files/cabal-install-3.2.0.0-rankntypes.patch
deleted file mode 100644
index fa98278a277d..
--- a/dev-haskell/cabal-install/files/cabal-install-3.2.0.0-rankntypes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/Distribution/Client/Sandbox.hs b/Distribution/Client/Sandbox.hs
-index 66b415d..6aa71bb 100644
 a/Distribution/Client/Sandbox.hs
-+++ b/Distribution/Client/Sandbox.hs
-@@ -1,5 +1,6 @@
- {-# LANGUAGE CPP #-}
- {-# LANGUAGE FlexibleContexts #-}
-+{-# LANGUAGE RankNTypes #-}
- -
- -- |
- -- Module  :  Distribution.Client.Sandbox



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/network/files/

2022-07-31 Thread Jakov Smolić
commit: 812e52cb381adc69d8c91dee278419fe79002ace
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Jul 31 10:22:08 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:41:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812e52cb

dev-haskell/network: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11
Closes: https://github.com/gentoo/gentoo/pull/26680
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-haskell/network/files/network-2.6.3.1-no-LDFLAGS.patch | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/dev-haskell/network/files/network-2.6.3.1-no-LDFLAGS.patch 
b/dev-haskell/network/files/network-2.6.3.1-no-LDFLAGS.patch
deleted file mode 100644
index eeb41c960c7b..
--- a/dev-haskell/network/files/network-2.6.3.1-no-LDFLAGS.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-Don't persist LDFLAGS into package database.
-
-https://bugs.gentoo.org/609624
-diff --git a/network.buildinfo.in b/network.buildinfo.in
-index 69e63a6..2079179 100644
 a/network.buildinfo.in
-+++ b/network.buildinfo.in
-@@ -2,3 +2,2 @@ ghc-options: -DCALLCONV=@CALLCONV@ @EXTRA_CPPFLAGS@
- ghc-prof-options: -DCALLCONV=@CALLCONV@ @EXTRA_CPPFLAGS@
--ld-options: @LDFLAGS@
- cc-options: -DCALLCONV=@CALLCONV@ @EXTRA_CPPFLAGS@



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

2022-07-31 Thread Jakov Smolić
commit: 8db1ffb84179c4934af264ad5c706044ff78bb4a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jul 31 18:34:25 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:37:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db1ffb8

dev-python/pynput: treeclean

Closes: https://bugs.gentoo.org/845816
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/pynput/Manifest|  1 -
 dev-python/pynput/metadata.xml| 11 ---
 dev-python/pynput/pynput-1.7.3.ebuild | 34 --
 dev-python/pynput/pynput-.ebuild  | 34 --
 profiles/package.mask |  1 -
 5 files changed, 81 deletions(-)

diff --git a/dev-python/pynput/Manifest b/dev-python/pynput/Manifest
deleted file mode 100644
index 1d3dd4bbf915..
--- a/dev-python/pynput/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pynput-1.7.3.gh.tar.gz 101244 BLAKE2B 
9f0468b4f94c825e4a093cbfab1ede6988352c4fa3f04f7cc29948d353e0c8bd446f758d79916c2801c7d30ac8f04060e6b27ee29af705a61627ce0c6a5b
 SHA512 
ee8d4439716ddd34765114ca111292d6ec6aca133c18256b378afa4efaae9146280f146dfa9ebb40f0371cb13d449ac5cb87b8fde1f6a2d7fcab456718dae683

diff --git a/dev-python/pynput/metadata.xml b/dev-python/pynput/metadata.xml
deleted file mode 100644
index c4fe169e67a5..
--- a/dev-python/pynput/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   zeroch...@gentoo.org
-   Rick Farina
-   
-   
-   pynput
-   
-

diff --git a/dev-python/pynput/pynput-1.7.3.ebuild 
b/dev-python/pynput/pynput-1.7.3.ebuild
deleted file mode 100644
index 3232b52315ec..
--- a/dev-python/pynput/pynput-1.7.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Sends virtual input commands"
-HOMEPAGE="https://github.com/moses-palmer/pynput;
-
-LICENSE="GPL-3"
-SLOT="0"
-
-if [[ ${PV} = "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/moses-palmer/pynput.git;
-else
-   SRC_URI="
-   https://github.com/moses-palmer/pynput/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   "
-   KEYWORDS="~amd64 ~x86"
-fi
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/python-xlib[${PYTHON_USEDEP}]
-"
-
-src_prepare() {
-   sed -e "s/ + SETUP_PACKAGES,/,/g" -i setup.py || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/pynput/pynput-.ebuild 
b/dev-python/pynput/pynput-.ebuild
deleted file mode 100644
index 132e0b5bbe49..
--- a/dev-python/pynput/pynput-.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Sends virtual input commands"
-HOMEPAGE="https://github.com/moses-palmer/pynput;
-LICENSE="GPL-3"
-SLOT="0"
-if [ "${PV}" = "" ]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/moses-palmer/pynput.git;
-else
-   SRC_URI="https://github.com/moses-palmer/pynput/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-IUSE=""
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/python-xlib[${PYTHON_USEDEP}]
-"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-src_prepare() {
-   sed -i "s/ + SETUP_PACKAGES,/,/g" setup.py
-   distutils-r1_src_prepare
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 72937bfbf5da..04a9e3ffd4cd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -495,7 +495,6 @@ dev-python/pydispatcher
 # #846017, #846200, #846203, #846206, #853844, removal on 2022-08-01.
 app-misc/siglo
 dev-python/gatt-python
-dev-python/pynput
 
 # Sam James  (2022-07-02)
 # Deprecated dependencies, no activity upstream. Bugs #845615, #796326.



[gentoo-commits] repo/gentoo:master commit in: profiles/, net-wireless/jackit/

2022-07-31 Thread Jakov Smolić
commit: 5da176352428c35addf8d078f7641393fdba188a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jul 31 18:33:14 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:37:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da17635

net-wireless/jackit: treeclean

Closes: https://bugs.gentoo.org/809524
Closes: https://bugs.gentoo.org/809527
Closes: https://bugs.gentoo.org/846200
Signed-off-by: Jakov Smolić  gentoo.org>

 net-wireless/jackit/Manifest   |  1 -
 net-wireless/jackit/jackit-0.0_p20170918-r1.ebuild | 25 --
 net-wireless/jackit/metadata.xml   | 11 --
 profiles/package.mask  |  1 -
 4 files changed, 38 deletions(-)

diff --git a/net-wireless/jackit/Manifest b/net-wireless/jackit/Manifest
deleted file mode 100644
index 523618965c26..
--- a/net-wireless/jackit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jackit-0.0_p20170918.tar.gz 19104 BLAKE2B 
57ba557e8ce0e10af68ed5445dc13ac51661ecd8b7dae7093643968b82d90a3ce3844571b4d84d3355a143382624af1fa16ff6d2432d07a4edc7ed9fd8a4b1fa
 SHA512 
15e11594adf1f95e8b547ca1da9d44d93e263fa8b289a23413492bb9a991fdfc0d20d633c5ba66a9a254f12ad7301793f8456bd9197e1ad4207e5a2dd109babd

diff --git a/net-wireless/jackit/jackit-0.0_p20170918-r1.ebuild 
b/net-wireless/jackit/jackit-0.0_p20170918-r1.ebuild
deleted file mode 100644
index 9008ea13a79d..
--- a/net-wireless/jackit/jackit-0.0_p20170918-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1
-
-DESCRIPTION="Exploit Code for Mousejack"
-HOMEPAGE="https://github.com/insecurityofthings/jackit;
-COMMIT="1c057fad102af7daad537421d95e2695caeff2b7"
-SRC_URI="https://github.com/insecurityofthings/jackit/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   dev-python/tabulate[${PYTHON_USEDEP}]
-   dev-python/click[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/pyusb[${PYTHON_USEDEP}]"

diff --git a/net-wireless/jackit/metadata.xml b/net-wireless/jackit/metadata.xml
deleted file mode 100644
index ac07c063c826..
--- a/net-wireless/jackit/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-zeroch...@gentoo.org
-Rick Farina
-  
-  
-insecurityofthings/jackit
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index cb661f6e2119..9865d09085be 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -498,7 +498,6 @@ dev-python/gatt-python
 dev-python/pynput
 media-libs/elgato-streamdeck
 media-video/streamdeck-ui
-net-wireless/jackit
 
 # Sam James  (2022-07-02)
 # Deprecated dependencies, no activity upstream. Bugs #845615, #796326.



[gentoo-commits] repo/gentoo:master commit in: media-video/streamdeck-ui/, profiles/

2022-07-31 Thread Jakov Smolić
commit: 8c7aa3d2f14d49c7dc9501b7bf3d4ee7d4127897
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jul 31 18:33:38 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:37:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7aa3d2

media-video/streamdeck-ui: treeclean

Closes: https://bugs.gentoo.org/809833
Signed-off-by: Jakov Smolić  gentoo.org>

 media-video/streamdeck-ui/Manifest |  1 -
 media-video/streamdeck-ui/metadata.xml | 11 --
 .../streamdeck-ui-0.0_p20200102-r1.ebuild  | 44 --
 .../streamdeck-ui/streamdeck-ui-.ebuild| 44 --
 profiles/package.mask  |  1 -
 5 files changed, 101 deletions(-)

diff --git a/media-video/streamdeck-ui/Manifest 
b/media-video/streamdeck-ui/Manifest
deleted file mode 100644
index 979a7f4293ca..
--- a/media-video/streamdeck-ui/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST streamdeck-ui-0.0_p20200102.tar.gz 2512712 BLAKE2B 
f5abad75c77410127f51de0e4ad7ce112f59ff3652afa32f9aefe44cbb69e16a09991322091ba39d259d9bb1e35dd0833a1b58457d095f21eec258b8967ded9e
 SHA512 
345d0a2cfadb23e20925749e06e99976d533968fffe8b6db77dfeffbb1716c4042f84e6c1c616e0986e7da3592be2046f2a6e0de1942da34b6712de70cdce649

diff --git a/media-video/streamdeck-ui/metadata.xml 
b/media-video/streamdeck-ui/metadata.xml
deleted file mode 100644
index def65be3f760..
--- a/media-video/streamdeck-ui/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   zeroch...@gentoo.org
-   Rick Farina
-   
-   
-   timothycrosley/streamdeck-ui
-   
-

diff --git a/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild 
b/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild
deleted file mode 100644
index df32b893fc68..
--- a/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-inherit distutils-r1
-
-DESCRIPTION="A Linux compatible UI for the Elgato Stream Deck"
-HOMEPAGE="https://github.com/timothycrosley/streamdeck-ui;
-if [ "${PV}" = "" ]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/timothycrosley/streamdeck-ui.git;
-else
-   COMMIT="9b6678d2d3027963ddac147ee3aeda322ec77f29"
-   
SRC_URI="https://github.com/timothycrosley/streamdeck-ui/archive/${COMMIT}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/${PN}-${COMMIT}"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pynput[${PYTHON_USEDEP}]
-   dev-python/pyside2[${PYTHON_USEDEP},designer]
-   media-libs/elgato-streamdeck[${PYTHON_USEDEP}]
-   dev-libs/hidapi"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   sed -i 
"s#os.path.dirname(os.path.abspath(__file__))#'/usr/share/streamdeck-ui'#" 
streamdeck_ui/config.py
-   distutils-r1_src_prepare
-}
-
-src_install() {
-   insinto /usr/share/streamdeck-ui
-   doins streamdeck_ui/logo.png
-   doins -r streamdeck_ui/fonts
-   distutils-r1_src_install
-}

diff --git a/media-video/streamdeck-ui/streamdeck-ui-.ebuild 
b/media-video/streamdeck-ui/streamdeck-ui-.ebuild
deleted file mode 100644
index df32b893fc68..
--- a/media-video/streamdeck-ui/streamdeck-ui-.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-inherit distutils-r1
-
-DESCRIPTION="A Linux compatible UI for the Elgato Stream Deck"
-HOMEPAGE="https://github.com/timothycrosley/streamdeck-ui;
-if [ "${PV}" = "" ]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/timothycrosley/streamdeck-ui.git;
-else
-   COMMIT="9b6678d2d3027963ddac147ee3aeda322ec77f29"
-   
SRC_URI="https://github.com/timothycrosley/streamdeck-ui/archive/${COMMIT}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/${PN}-${COMMIT}"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pynput[${PYTHON_USEDEP}]
-   dev-python/pyside2[${PYTHON_USEDEP},designer]
-   media-libs/elgato-streamdeck[${PYTHON_USEDEP}]
-   dev-libs/hidapi"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   sed -i 
"s#os.path.dirname(os.path.abspath(__file__))#'/usr/share/streamdeck-ui'#" 
streamdeck_ui/config.py
-   distutils-r1_src_prepare
-}
-
-src_install() 

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

2022-07-31 Thread Jakov Smolić
commit: ef83c42f4ad46a9b1ffe87d1ccb5688d7a55b64f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jul 31 18:36:26 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:37:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef83c42f

app-misc/siglo: treeclean

Closes: https://bugs.gentoo.org/853844
Signed-off-by: Jakov Smolić  gentoo.org>

 app-misc/siglo/Manifest   |  1 -
 app-misc/siglo/metadata.xml   |  8 --
 app-misc/siglo/siglo-0.9.6.ebuild | 51 ---
 profiles/package.mask |  7 --
 4 files changed, 67 deletions(-)

diff --git a/app-misc/siglo/Manifest b/app-misc/siglo/Manifest
deleted file mode 100644
index cfced6366edc..
--- a/app-misc/siglo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST siglo-0.9.6.tar.gz 38606 BLAKE2B 
68a65eaa0a8ba9efdf9c72acc02a9ea41be1d3e05eff50df1a171e01138d421f9e6e75ca385a434883a176f6f82a8ca689ddc2097489997de3798fa042f9c81d
 SHA512 
14b74cb25db1f5676203dbfae8b66d3cfd493ea53267d8c0956a7e96f1cfe5457b7ce802dadcbe563d6810ac64f8f2cb49f59b579146659af28601d52681

diff --git a/app-misc/siglo/metadata.xml b/app-misc/siglo/metadata.xml
deleted file mode 100644
index 382e03b1550d..
--- a/app-misc/siglo/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   zeroch...@gentoo.org
-   Rick Farina (Zero_Chaos)
-   
-

diff --git a/app-misc/siglo/siglo-0.9.6.ebuild 
b/app-misc/siglo/siglo-0.9.6.ebuild
deleted file mode 100644
index 689f3cd80be8..
--- a/app-misc/siglo/siglo-0.9.6.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_9 )
-inherit gnome2-utils python-single-r1 meson xdg
-
-DESCRIPTION="GTK app to sync InfiniTime watch with PinePhone"
-HOMEPAGE="https://github.com/alexr4535/siglo;
-SRC_URI="https://github.com/alexr4535/siglo/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-DEPEND=""
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/gatt-python[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/pyxdg[${PYTHON_USEDEP}]
-   ')"
-BDEPEND="${PYTHON_DEPS}"
-
-#tests seem to fail
-RESTRICT="test"
-
-src_configure() {
-   python_setup
-   sed -i "s#python.find_installation('python3').path()#\'${EPYTHON}\'#" 
src/meson.build
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-   python_fix_shebang "${ED}/usr/bin"
-   python_optimize
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 45a474a6583e..c1d4ca5072c4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -488,13 +488,6 @@ games-engines/nazghul
 # Removal on 2022-08-09.  Bug #857252.
 dev-python/pydispatcher
 
-# David Seifert  (2022-07-02)
-# Unmaintained, no response on bugs, stuck on python 3.9. If you
-# want to unmask these, you have to at least port them to python 3.10.
-# Bugs #809524, #809527, #809530, #809533, #809833, #845729, #845816,
-# #846017, #846200, #846203, #846206, #853844, removal on 2022-08-01.
-app-misc/siglo
-
 # Sam James  (2022-07-02)
 # Deprecated dependencies, no activity upstream. Bugs #845615, #796326.
 # Removal on 2022-08-02.



[gentoo-commits] repo/gentoo:master commit in: media-libs/elgato-streamdeck/, profiles/

2022-07-31 Thread Jakov Smolić
commit: a3ffc330e1b54920bf2c5c869a1236afd8aecbbd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jul 31 18:33:59 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:37:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ffc330

media-libs/elgato-streamdeck: treeclean

Closes: https://bugs.gentoo.org/846017
Signed-off-by: Jakov Smolić  gentoo.org>

 media-libs/elgato-streamdeck/Manifest  |  1 -
 .../elgato-streamdeck-0.8.1.ebuild | 25 --
 .../elgato-streamdeck-.ebuild  | 25 --
 media-libs/elgato-streamdeck/metadata.xml  | 11 --
 profiles/package.mask  |  1 -
 5 files changed, 63 deletions(-)

diff --git a/media-libs/elgato-streamdeck/Manifest 
b/media-libs/elgato-streamdeck/Manifest
deleted file mode 100644
index 84233cc63e39..
--- a/media-libs/elgato-streamdeck/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST elgato-streamdeck-0.8.1.tar.gz 2552919 BLAKE2B 
505a7ad71b04473b3eb2c719304c224829ebf5abc366bea0d38daf882099d92308b1099815435ac03f65542bdb908a2cafbdc96f10168351fd06644050b69f06
 SHA512 
c65b90ab0ee5c6e17a6f7af670c54a12c96b705ef4bec359a51ba6671a3908626a9658f5a5829266102fa249628b82ee04c525db995f4984f26f802620598e6c

diff --git a/media-libs/elgato-streamdeck/elgato-streamdeck-0.8.1.ebuild 
b/media-libs/elgato-streamdeck/elgato-streamdeck-0.8.1.ebuild
deleted file mode 100644
index bb5356a1314f..
--- a/media-libs/elgato-streamdeck/elgato-streamdeck-0.8.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1
-
-DESCRIPTION="Python library to control the Elgato Stream Deck"
-HOMEPAGE="https://github.com/abcminiuser/python-elgato-streamdeck;
-if [ "${PV}" = "" ]; then
-   inherit git-r3
-   
EGIT_REPO_URI="https://github.com/abcminiuser/python-elgato-streamdeck.git;
-else
-   
SRC_URI="https://github.com/abcminiuser/python-elgato-streamdeck/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/python-${P}"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/pillow[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"

diff --git a/media-libs/elgato-streamdeck/elgato-streamdeck-.ebuild 
b/media-libs/elgato-streamdeck/elgato-streamdeck-.ebuild
deleted file mode 100644
index bb5356a1314f..
--- a/media-libs/elgato-streamdeck/elgato-streamdeck-.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1
-
-DESCRIPTION="Python library to control the Elgato Stream Deck"
-HOMEPAGE="https://github.com/abcminiuser/python-elgato-streamdeck;
-if [ "${PV}" = "" ]; then
-   inherit git-r3
-   
EGIT_REPO_URI="https://github.com/abcminiuser/python-elgato-streamdeck.git;
-else
-   
SRC_URI="https://github.com/abcminiuser/python-elgato-streamdeck/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/python-${P}"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/pillow[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"

diff --git a/media-libs/elgato-streamdeck/metadata.xml 
b/media-libs/elgato-streamdeck/metadata.xml
deleted file mode 100644
index 9778a88f1e50..
--- a/media-libs/elgato-streamdeck/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   zeroch...@gentoo.org
-   Rick Farina
-   
-   
-   abcminiuser/python-elgato-streamdeck
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 7c6cbe6e459b..72937bfbf5da 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -496,7 +496,6 @@ dev-python/pydispatcher
 app-misc/siglo
 dev-python/gatt-python
 dev-python/pynput
-media-libs/elgato-streamdeck
 
 # Sam James  (2022-07-02)
 # Deprecated dependencies, no activity upstream. Bugs #845615, #796326.



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

2022-07-31 Thread Jakov Smolić
commit: ab70294599e7d4ef3841d825c81b4298be2c74bd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jul 31 18:36:02 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:37:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab702945

dev-python/gatt-python: treeclean

Closes: https://bugs.gentoo.org/845729
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/gatt-python/Manifest |  1 -
 dev-python/gatt-python/gatt-python-0.2.6.ebuild | 20 
 dev-python/gatt-python/metadata.xml | 12 
 profiles/package.mask   |  1 -
 4 files changed, 34 deletions(-)

diff --git a/dev-python/gatt-python/Manifest b/dev-python/gatt-python/Manifest
deleted file mode 100644
index de4b4c91ec95..
--- a/dev-python/gatt-python/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gatt-python-0.2.6.tar.gz 11368 BLAKE2B 
835721be6c0238e02cebf97acbac6041cd2bc37ecee01f6496cb2406edeec02346cd00425f8130026693ec30105c647e7246b3dd04da4b48c4021ef4e62d3018
 SHA512 
0751784e908132fac566f6c5c64de1bb4ca8273e099ff5becae7e5043c2c13ca3a2ef63e5585ac225088a83af15c794b797268c3abeeaedccc058fbd5cee0a09

diff --git a/dev-python/gatt-python/gatt-python-0.2.6.ebuild 
b/dev-python/gatt-python/gatt-python-0.2.6.ebuild
deleted file mode 100644
index f7959a76b7c1..
--- a/dev-python/gatt-python/gatt-python-0.2.6.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_9 )
-
-inherit distutils-r1
-
-DESCRIPTION="Bluetooth GATT SDK for Python"
-HOMEPAGE="https://github.com/getsenic/gatt-python;
-SRC_URI="https://github.com/getsenic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm64 ~x86"
-SLOT="0"
-
-RDEPEND="
-   net-wireless/bluez
-"

diff --git a/dev-python/gatt-python/metadata.xml 
b/dev-python/gatt-python/metadata.xml
deleted file mode 100644
index 72e8ba05335b..
--- a/dev-python/gatt-python/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   
-   zeroch...@gentoo.org
-   Rick Farina
-   
-   
-   getsenic/gatt-python
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 04a9e3ffd4cd..45a474a6583e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -494,7 +494,6 @@ dev-python/pydispatcher
 # Bugs #809524, #809527, #809530, #809533, #809833, #845729, #845816,
 # #846017, #846200, #846203, #846206, #853844, removal on 2022-08-01.
 app-misc/siglo
-dev-python/gatt-python
 
 # Sam James  (2022-07-02)
 # Deprecated dependencies, no activity upstream. Bugs #845615, #796326.



[gentoo-commits] repo/gentoo:master commit in: net-p2p/tremc/

2022-07-31 Thread Jakov Smolić
commit: 0a0c86e50520b891696a94c2b244f714b864225c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jul 31 18:30:04 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:37:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0c86e5

net-p2p/tremc: Remove dev-python/geoip-python optfeature

Signed-off-by: Jakov Smolić  gentoo.org>

 net-p2p/tremc/tremc-0.9.2_p20201101.ebuild | 3 +--
 net-p2p/tremc/tremc-0.9.3.ebuild   | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-p2p/tremc/tremc-0.9.2_p20201101.ebuild 
b/net-p2p/tremc/tremc-0.9.2_p20201101.ebuild
index df6a3896db78..1fe156a2937d 100644
--- a/net-p2p/tremc/tremc-0.9.2_p20201101.ebuild
+++ b/net-p2p/tremc/tremc-0.9.2_p20201101.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -38,7 +38,6 @@ src_install() {
 }
 
 pkg_postinst() {
-   optfeature "GeoIP support" dev-python/geoip-python
optfeature "Extract ipv4 from ipv6 addresses" dev-python/ipy
optfeature "Clipboard support" dev-python/pyperclip
 }

diff --git a/net-p2p/tremc/tremc-0.9.3.ebuild b/net-p2p/tremc/tremc-0.9.3.ebuild
index bd259f46580c..5c1cdd12b4f6 100644
--- a/net-p2p/tremc/tremc-0.9.3.ebuild
+++ b/net-p2p/tremc/tremc-0.9.3.ebuild
@@ -35,7 +35,6 @@ src_install() {
 }
 
 pkg_postinst() {
-   optfeature "GeoIP support" dev-python/geoip-python
optfeature "Extract ipv4 from ipv6 addresses" dev-python/ipy
optfeature "Clipboard support" dev-python/pyperclip
 }



[gentoo-commits] repo/gentoo:master commit in: app-vim/pyclewn/, profiles/

2022-07-31 Thread Jakov Smolić
commit: 96a784d52bd4aa62665559bcebd1837447d6d5a3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jul 31 18:37:08 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:37:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a784d5

app-vim/pyclewn: treeclean

Closes: https://bugs.gentoo.org/796326
Closes: https://bugs.gentoo.org/845615
Signed-off-by: Jakov Smolić  gentoo.org>

 app-vim/pyclewn/Manifest  |  1 -
 app-vim/pyclewn/metadata.xml  | 12 
 app-vim/pyclewn/pyclewn-2.1-r2.ebuild | 52 ---
 profiles/package.mask |  5 
 4 files changed, 70 deletions(-)

diff --git a/app-vim/pyclewn/Manifest b/app-vim/pyclewn/Manifest
deleted file mode 100644
index ddda3be12253..
--- a/app-vim/pyclewn/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pyclewn-2.1.tar.gz 129697 BLAKE2B 
0dfef92cb36ea9fa89c7f0d85ed45e21c634732fc2d3d888dd792de22529bea86719f8ac8ed870dd5ab00efbfdb08011013a36880781abf9e0c64a62b2aa301a
 SHA512 
346b98a9e37957a5bf97b8901247f56fa8e38bddac38727867773cf4e78e555d6a85848c4c400d1faf1159ba61122cfd4931c95a67e3b2abdfaae7996beb4f1b

diff --git a/app-vim/pyclewn/metadata.xml b/app-vim/pyclewn/metadata.xml
deleted file mode 100644
index 09f00c6e1d2f..
--- a/app-vim/pyclewn/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-v...@gentoo.org
-Gentoo Vim Project
-  
-  
-pyclewn
-pyclewn
-  
-

diff --git a/app-vim/pyclewn/pyclewn-2.1-r2.ebuild 
b/app-vim/pyclewn/pyclewn-2.1-r2.ebuild
deleted file mode 100644
index ac33eb0aeb32..
--- a/app-vim/pyclewn/pyclewn-2.1-r2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit vim-plugin distutils-r1 optfeature
-
-SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
-
-DESCRIPTION="Pyclewn allows using vim as a front end to a debugger (pdb or 
gdb)"
-HOMEPAGE="http://pyclewn.sourceforge.net/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="|| (
-   app-editors/vim
-   app-editors/gvim[netbeans]
-)"
-
-DEPEND="
-   ${CDEPEND}
-   app-arch/vimball"
-
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_prepare() {
-   default
-
-   # async in a now a reserved keyword.
-   sed -e 's#async#_async#g;' \
-   -i lib/clewn/gdb.py || die "can't patch gdb.py"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   python_optimize
-
-   vimball -x -C "${ED}"/usr/share/vim/vimfiles lib/clewn/runtime/${P}.vmb 
|| die "Extracting vimball failed"
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   optfeature "C/C++ debugging" sys-devel/gdb
-   optfeature "Python debugging" dev-python/pdb-clone
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index c1d4ca5072c4..174d27f8f1af 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -488,11 +488,6 @@ games-engines/nazghul
 # Removal on 2022-08-09.  Bug #857252.
 dev-python/pydispatcher
 
-# Sam James  (2022-07-02)
-# Deprecated dependencies, no activity upstream. Bugs #845615, #796326.
-# Removal on 2022-08-02.
-app-vim/pyclewn
-
 # Fabian Groffen  (2022-07-02)
 # Segfaults handling SPF validations (warn on permerror), like the
 # previous release, better not to trust your important mail to



[gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet-rest/, profiles/

2022-07-31 Thread Jakov Smolić
commit: 9440572c8ce3a566877d8e9c9772f19fbea3f6e9
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jul 31 18:32:45 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:37:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9440572c

net-wireless/kismet-rest: treeclean

Closes: https://bugs.gentoo.org/809530
Closes: https://bugs.gentoo.org/846206
Signed-off-by: Jakov Smolić  gentoo.org>

 net-wireless/kismet-rest/Manifest  |  1 -
 .../kismet-rest/kismet-rest-2019.05.02.ebuild  | 27 --
 net-wireless/kismet-rest/kismet-rest-.ebuild   | 27 --
 net-wireless/kismet-rest/metadata.xml  |  8 ---
 profiles/package.mask  |  1 -
 5 files changed, 64 deletions(-)

diff --git a/net-wireless/kismet-rest/Manifest 
b/net-wireless/kismet-rest/Manifest
deleted file mode 100644
index fa7f152b34c0..
--- a/net-wireless/kismet-rest/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kismet-rest-2019.05.02.tar.gz 31844 BLAKE2B 
66b2540788f892545100ffbac078559027d4671aef012b59d7cbe4da3fe6865d6f46576ea8f99b84b995718fdfe6a82d1d7724fe9a93fcd932dd0bf45893b66d
 SHA512 
6f5daef441bcf36e17c469dc36e6e7b521b08ba3aba2c89c199fa263bc3eb67b3d9217351a72c94df3902e35695874285cf769bb8c54778c657b83e44a18a6c5

diff --git a/net-wireless/kismet-rest/kismet-rest-2019.05.02.ebuild 
b/net-wireless/kismet-rest/kismet-rest-2019.05.02.ebuild
deleted file mode 100644
index 735d1be6422f..
--- a/net-wireless/kismet-rest/kismet-rest-2019.05.02.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1
-
-DESCRIPTION="Kismet REST Python API"
-HOMEPAGE="https://kismetwireless.net/docs/devel/webui_rest/endpoints/;
-if [ "${PV}" = "" ]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kismetwireless/python-kismet-rest.git;
-else
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/kismetwireless/python-kismet-rest/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/python-${P}"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/requests
-   !https://kismetwireless.net/docs/devel/webui_rest/endpoints/;
-if [ "${PV}" = "" ]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kismetwireless/python-kismet-rest.git;
-else
-   KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/kismetwireless/python-kismet-rest/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/python-${P}"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/requests
-   !
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   zeroch...@gentoo.org
-   Rick Farina
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 300d769a3087..cb661f6e2119 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -499,7 +499,6 @@ dev-python/pynput
 media-libs/elgato-streamdeck
 media-video/streamdeck-ui
 net-wireless/jackit
-net-wireless/kismet-rest
 
 # Sam James  (2022-07-02)
 # Deprecated dependencies, no activity upstream. Bugs #845615, #796326.



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

2022-07-31 Thread Jakov Smolić
commit: d9f7c4de6f0ea6b162853b8e034a237110a18479
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jul 31 18:27:12 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:37:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f7c4de

dev-util/rebar-bin: treeclean

Closes: https://bugs.gentoo.org/855728
Bug: https://bugs.gentoo.org/749363
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-util/rebar-bin/Manifest|  1 -
 dev-util/rebar-bin/metadata.xml| 29 -
 dev-util/rebar-bin/rebar-bin-3.18.0.ebuild | 21 -
 profiles/package.mask  |  5 -
 4 files changed, 56 deletions(-)

diff --git a/dev-util/rebar-bin/Manifest b/dev-util/rebar-bin/Manifest
deleted file mode 100644
index 760f340f563f..
--- a/dev-util/rebar-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rebar-bin-3.18.0 952478 BLAKE2B 
3719582dd2328bcc63b328bb177de14702d517049e0935fe25def30c1b290efa64b891711cb6616152904b48ad4dade9623fd50d81b7f850c118156991bacb43
 SHA512 
f52b79f3e1527687c50062eb0a520e913f8a381b9eb836886988460f2e38f135d03e1ecf1022f332498116a498619b3d1f71663bb51d9af9cd7a5c4efc0a

diff --git a/dev-util/rebar-bin/metadata.xml b/dev-util/rebar-bin/metadata.xml
deleted file mode 100644
index 851f4e99775b..
--- a/dev-util/rebar-bin/metadata.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   matt...@gentoo.org
-   Matthew Smith
-   
-   
-   Rebar3 is an Erlang tool that makes it easy to create, develop, 
and
-   release Erlang libraries, applications, and systems in a 
repeatable
-   manner.
-
-   Rebar3 will:
-
-   - respect and enforce standard Erlang/OTP conventions for 
project
-   structure so they are easily reusable by the community;
-   - manage source dependencies and Erlang packages while ensuring
-   repeatable builds;
-   - handle build artifacts, paths, and libraries such that 
standard
-   development tools can be used without a headache;
-   - adapt to projects of all sizes on almost any platform;
-   - treat documentation as a feature, and errors or lack of 
documentation
-   as a bug.
-   
-   
-   erlang/rebar3
-   
-

diff --git a/dev-util/rebar-bin/rebar-bin-3.18.0.ebuild 
b/dev-util/rebar-bin/rebar-bin-3.18.0.ebuild
deleted file mode 100644
index 0191858ec8ad..
--- a/dev-util/rebar-bin/rebar-bin-3.18.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A sophisticated build-tool for Erlang projects that follows OTP 
principles"
-HOMEPAGE="https://rebar3.org https://github.com/erlang/rebar3;
-SRC_URI="https://github.com/erlang/rebar3/releases/download/${PV}/rebar3 -> 
${P}"
-S="${WORKDIR}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND="dev-lang/erlang"
-
-QA_PREBUILT="usr/bin/rebar3"
-
-src_install() {
-   newbin "${DISTDIR}"/${P} rebar3
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index e068908fb8d7..c8460794d2be 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -514,11 +514,6 @@ app-vim/pyclewn
 # Removal on 2022-08-01.  Bug #855737.
 dev-python/geoip-python
 
-# Matthew Smith  (2022-07-02)
-# Superseded by dev-util/rebar:3.
-# Removal in 30 days. Bug #855728.
-dev-util/rebar-bin
-
 # Fabian Groffen  (2022-07-02)
 # Segfaults handling SPF validations (warn on permerror), like the
 # previous release, better not to trust your important mail to



[gentoo-commits] repo/gentoo:master commit in: net-wireless/kismetdb/, profiles/

2022-07-31 Thread Jakov Smolić
commit: b50ef2afd55a53b8be599a631722923d50aca4e7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jul 31 18:32:10 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:37:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50ef2af

net-wireless/kismetdb: treeclean

Closes: https://bugs.gentoo.org/809533
Closes: https://bugs.gentoo.org/846203
Signed-off-by: Jakov Smolić  gentoo.org>

 net-wireless/kismetdb/Manifest   |  1 -
 net-wireless/kismetdb/kismetdb-2019.05.05.ebuild | 27 
 net-wireless/kismetdb/kismetdb-.ebuild   | 27 
 net-wireless/kismetdb/metadata.xml   |  8 ---
 profiles/package.mask|  1 -
 5 files changed, 64 deletions(-)

diff --git a/net-wireless/kismetdb/Manifest b/net-wireless/kismetdb/Manifest
deleted file mode 100644
index a67a53481494..
--- a/net-wireless/kismetdb/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kismetdb-2019.05.05.tar.gz 31425 BLAKE2B 
4aa4ee6924792376e84fb4a4fb86a425319ea21fc10dc5874df35aa551ce444f62dd381359bad994b89defee3fef8f0bed5e80ffc0d18c025bed28b5cb2efa45
 SHA512 
0b36c1d4dfb0ffb5749c32884ce1b44c1ece196ebaf07db66157aed2c649c2b4dc650a6553a2e263c4518da2f06f1602754917d5db07f3ab39efb63c38dd8327

diff --git a/net-wireless/kismetdb/kismetdb-2019.05.05.ebuild 
b/net-wireless/kismetdb/kismetdb-2019.05.05.ebuild
deleted file mode 100644
index 7eebdb9d6a0e..
--- a/net-wireless/kismetdb/kismetdb-2019.05.05.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1
-
-DESCRIPTION="Kismetdb database log helper library"
-HOMEPAGE="https://kismetwireless.net/;
-if [ "${PV}" = "" ]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://www.kismetwireless.net/git/python-kismet-db.git;
-else
-   
SRC_URI="https://github.com/kismetwireless/python-kismet-db/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/python-kismet-db-${PV}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/simplekml[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-BDEPEND=""

diff --git a/net-wireless/kismetdb/kismetdb-.ebuild 
b/net-wireless/kismetdb/kismetdb-.ebuild
deleted file mode 100644
index f711584c7675..
--- a/net-wireless/kismetdb/kismetdb-.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1
-
-DESCRIPTION="Kismetdb database log helper library"
-HOMEPAGE="https://kismetwireless.net/;
-if [ "${PV}" = "" ]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kismetwireless/python-kismet-db.git;
-else
-   
SRC_URI="https://github.com/kismetwireless/python-kismet-db/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/python-kismet-db-${PV}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/simplekml[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-BDEPEND=""

diff --git a/net-wireless/kismetdb/metadata.xml 
b/net-wireless/kismetdb/metadata.xml
deleted file mode 100644
index 97eff4632a18..
--- a/net-wireless/kismetdb/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   zeroch...@gentoo.org
-   Rick Farina
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 270fef2f6d1c..300d769a3087 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -500,7 +500,6 @@ media-libs/elgato-streamdeck
 media-video/streamdeck-ui
 net-wireless/jackit
 net-wireless/kismet-rest
-net-wireless/kismetdb
 
 # Sam James  (2022-07-02)
 # Deprecated dependencies, no activity upstream. Bugs #845615, #796326.



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

2022-07-31 Thread Jakov Smolić
commit: 69d8a96bcf957bc2b602876197e09f30e42f6b44
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jul 31 18:28:25 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:37:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d8a96b

dev-python/geoip-python: treeclean

Closes: https://bugs.gentoo.org/855737
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/geoip-python/Manifest   |  1 -
 .../geoip-python/geoip-python-1.3.2-r1.ebuild  | 36 --
 dev-python/geoip-python/metadata.xml   | 12 
 profiles/package.mask  |  7 -
 4 files changed, 56 deletions(-)

diff --git a/dev-python/geoip-python/Manifest b/dev-python/geoip-python/Manifest
deleted file mode 100644
index 661de1570e6e..
--- a/dev-python/geoip-python/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST geoip-api-python-1.3.2.tar.gz 35674 BLAKE2B 
c6c4469164347c8c1a8a5231be25370e806768d7f155832cf759469320d8adbd5efcd002d14d1d95522e8bcb4db12668b28b437b45af669bb336024662908498
 SHA512 
284209a6894d55ef95844c5c4c7aafff99ebcb13996e5ff64a0c31b38677e13c11d51fd8b0250d0fa097f15805c27b572d5aa12c2b217a839afe3cdd0851c414

diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild 
b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
deleted file mode 100644
index e1d5af985e43..
--- a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-MY_PN="geoip-api-python"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Python bindings for GeoIP"
-HOMEPAGE="https://github.com/maxmind/geoip-api-python;
-SRC_URI="https://github.com/maxmind/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc x86"
-IUSE="examples"
-
-RDEPEND=">=dev-libs/geoip-1.4.8"
-DEPEND="${RDEPEND}"
-
-DOCS=( README.rst ChangeLog.md )
-
-distutils_enable_tests nose
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/geoip-python/metadata.xml 
b/dev-python/geoip-python/metadata.xml
deleted file mode 100644
index 93a536da30e0..
--- a/dev-python/geoip-python/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   pyt...@gentoo.org
-   Python
-   
-   
-   maxmind/geoip-api-python
-   GeoIP
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index c8460794d2be..270fef2f6d1c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -507,13 +507,6 @@ net-wireless/kismetdb
 # Removal on 2022-08-02.
 app-vim/pyclewn
 
-# Michał Górny  (2022-07-02)
-# Last release in 2014.  Archived upstream, and superseded by GeoIP2
-# (not packaged).  There is only one revdep (net-p2p/deluge) for which
-# it is optional.
-# Removal on 2022-08-01.  Bug #855737.
-dev-python/geoip-python
-
 # Fabian Groffen  (2022-07-02)
 # Segfaults handling SPF validations (warn on permerror), like the
 # previous release, better not to trust your important mail to



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

2022-07-31 Thread Jakov Smolić
commit: 92f6f1d435f163631995c3cad982a1fb06c46dc5
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jul 31 18:29:09 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:37:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f6f1d4

net-analyzer/linkchecker: Remove dev-python/geoip-python optfeature

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/linkchecker/linkchecker-10.0.1.ebuild | 3 +--
 net-analyzer/linkchecker/linkchecker-10.1.0.ebuild | 1 -
 net-analyzer/linkchecker/linkchecker-.ebuild   | 3 +--
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/linkchecker/linkchecker-10.0.1.ebuild 
b/net-analyzer/linkchecker/linkchecker-10.0.1.ebuild
index 0ad17fa60829..a8763abda747 100644
--- a/net-analyzer/linkchecker/linkchecker-10.0.1.ebuild
+++ b/net-analyzer/linkchecker/linkchecker-10.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -49,6 +49,5 @@ python_install_all() {
 pkg_postinst() {
optfeature "bash-completion support" 
dev-python/argcomplete[${PYTHON_USEDEP}]
optfeature "Virus scanning" app-antivirus/clamav
-   optfeature "Geo IP support" dev-python/geoip-python[${PYTHON_USEDEP}]
optfeature "GNOME proxy settings support" 
dev-python/pygobject[${PYTHON_USEDEP}]
 }

diff --git a/net-analyzer/linkchecker/linkchecker-10.1.0.ebuild 
b/net-analyzer/linkchecker/linkchecker-10.1.0.ebuild
index 35609f6170a1..6cc868a4f617 100644
--- a/net-analyzer/linkchecker/linkchecker-10.1.0.ebuild
+++ b/net-analyzer/linkchecker/linkchecker-10.1.0.ebuild
@@ -55,6 +55,5 @@ python_install_all() {
 pkg_postinst() {
optfeature "bash-completion support" 
dev-python/argcomplete[${PYTHON_USEDEP}]
optfeature "Virus scanning" app-antivirus/clamav
-   optfeature "Geo IP support" dev-python/geoip-python[${PYTHON_USEDEP}]
optfeature "GNOME proxy settings support" 
dev-python/pygobject[${PYTHON_USEDEP}]
 }

diff --git a/net-analyzer/linkchecker/linkchecker-.ebuild 
b/net-analyzer/linkchecker/linkchecker-.ebuild
index 9bcf1112b5ea..2664028efa30 100644
--- a/net-analyzer/linkchecker/linkchecker-.ebuild
+++ b/net-analyzer/linkchecker/linkchecker-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -54,6 +54,5 @@ python_install_all() {
 pkg_postinst() {
optfeature "bash-completion support" 
dev-python/argcomplete[${PYTHON_USEDEP}]
optfeature "Virus scanning" app-antivirus/clamav
-   optfeature "Geo IP support" dev-python/geoip-python[${PYTHON_USEDEP}]
optfeature "GNOME proxy settings support" 
dev-python/pygobject[${PYTHON_USEDEP}]
 }



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, net-p2p/deluge/

2022-07-31 Thread Jakov Smolić
commit: aaf94788e7f71a625de48d392d4704d9f55f4c68
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jul 31 18:31:28 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:37:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf94788

net-p2p/deluge: Remove USE=geoip

Signed-off-by: Jakov Smolić  gentoo.org>

 net-p2p/deluge/deluge-2.0.5-r2.ebuild | 3 +--
 net-p2p/deluge/deluge-.ebuild | 3 +--
 profiles/base/package.use.mask| 4 
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/net-p2p/deluge/deluge-2.0.5-r2.ebuild 
b/net-p2p/deluge/deluge-2.0.5-r2.ebuild
index a7ebceeadb89..cb1b052dce3e 100644
--- a/net-p2p/deluge/deluge-2.0.5-r2.ebuild
+++ b/net-p2p/deluge/deluge-2.0.5-r2.ebuild
@@ -20,7 +20,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="console geoip gtk libnotify sound webinterface"
+IUSE="console gtk libnotify sound webinterface"
 REQUIRED_USE="
${PYTHON_REQUIRED_USE}
libnotify? ( gtk )
@@ -51,7 +51,6 @@ RDEPEND="
>=dev-python/twisted-17.1.0[crypt(-),${PYTHON_USEDEP}]
)
>=dev-python/zope-interface-4.4.2[${PYTHON_USEDEP}]
-   geoip? ( dev-python/geoip-python[${PYTHON_USEDEP}] )
gtk? (
sound? ( dev-python/pygame[${PYTHON_USEDEP}] )
dev-python/pygobject:3[${PYTHON_USEDEP}]

diff --git a/net-p2p/deluge/deluge-.ebuild 
b/net-p2p/deluge/deluge-.ebuild
index 644f610caf03..344df118563b 100644
--- a/net-p2p/deluge/deluge-.ebuild
+++ b/net-p2p/deluge/deluge-.ebuild
@@ -20,7 +20,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="console geoip gtk libnotify sound webinterface"
+IUSE="console gtk libnotify sound webinterface"
 REQUIRED_USE="
${PYTHON_REQUIRED_USE}
libnotify? ( gtk )
@@ -51,7 +51,6 @@ RDEPEND="
>=dev-python/twisted-17.1.0[crypt(-),${PYTHON_USEDEP}]
)
>=dev-python/zope-interface-4.4.2[${PYTHON_USEDEP}]
-   geoip? ( dev-python/geoip-python[${PYTHON_USEDEP}] )
gtk? (
sound? ( dev-python/pygame[${PYTHON_USEDEP}] )
dev-python/pygobject:3[${PYTHON_USEDEP}]

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 31653fa07119..e62f3577f90a 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -25,10 +25,6 @@ sci-physics/bullet tbb
 # please unmask as needed, may require patching
 >=dev-lang/rust-1.62.0 miri
 
-# Michał Górny  (2022-07-02)
-# dev-python/geoip-python is masked for removal.
-net-p2p/deluge geoip
-
 # James Le Cuirot  (2022-06-25)
 # This flag concerns an x86-specific problem.
 sys-libs/glibc stack-realign



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

2022-07-31 Thread Arthur Zamarin
commit: d3a33b1008543f7964d2f0592d540c150c660f77
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 31 18:20:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 31 18:20:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a33b10

dev-java/netty: Stabilize 4.1.35-r1 arm64, #859361

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/netty/netty-4.1.35-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/netty/netty-4.1.35-r1.ebuild 
b/dev-java/netty/netty-4.1.35-r1.ebuild
index fd236b9511b2..693bf87c6b51 100644
--- a/dev-java/netty/netty-4.1.35-r1.ebuild
+++ b/dev-java/netty/netty-4.1.35-r1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/netty/netty/archive/refs/tags/netty-${PV}.Final.tar.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 # We do not build the full range of modules provided by netty but only what
 # was available before in netty-common, netty-buffer and netty-transport.



[gentoo-commits] repo/gentoo:master commit in: dev-java/conversant-disruptor/

2022-07-31 Thread Arthur Zamarin
commit: dbe8c16b05a1984418f2451d177f315ddede5307
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 31 18:20:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 31 18:20:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe8c16b

dev-java/conversant-disruptor: Stabilize 1.2.20 arm64, #859361

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/conversant-disruptor/conversant-disruptor-1.2.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/conversant-disruptor/conversant-disruptor-1.2.20.ebuild 
b/dev-java/conversant-disruptor/conversant-disruptor-1.2.20.ebuild
index 3eab6e27b7c6..d29f64fd9a94 100644
--- a/dev-java/conversant-disruptor/conversant-disruptor-1.2.20.ebuild
+++ b/dev-java/conversant-disruptor/conversant-disruptor-1.2.20.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/conversant/disruptor/archive/${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 # Compile dependencies
 # POM: pom.xml



[gentoo-commits] repo/gentoo:master commit in: dev-java/jackson-dataformat-xml/

2022-07-31 Thread Arthur Zamarin
commit: 4bc749fd5a65bcb101ffcc6b85240460675f79ca
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 31 18:20:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 31 18:20:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc749fd

dev-java/jackson-dataformat-xml: Stabilize 2.13.3-r1 arm64, #859361

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/jackson-dataformat-xml/jackson-dataformat-xml-2.13.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-java/jackson-dataformat-xml/jackson-dataformat-xml-2.13.3-r1.ebuild 
b/dev-java/jackson-dataformat-xml/jackson-dataformat-xml-2.13.3-r1.ebuild
index ef3a1fa5a48c..af94b82ff4ac 100644
--- a/dev-java/jackson-dataformat-xml/jackson-dataformat-xml-2.13.3-r1.ebuild
+++ b/dev-java/jackson-dataformat-xml/jackson-dataformat-xml-2.13.3-r1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 # Common dependencies
 # POM: pom.xml



[gentoo-commits] repo/gentoo:master commit in: dev-java/jctools-core/

2022-07-31 Thread Arthur Zamarin
commit: 5e141f117764621e42030f407efddb6f23e60c8a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 31 18:20:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 31 18:20:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e141f11

dev-java/jctools-core: Stabilize 3.1.0 arm64, #859361

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/jctools-core/jctools-core-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jctools-core/jctools-core-3.1.0.ebuild 
b/dev-java/jctools-core/jctools-core-3.1.0.ebuild
index 9b473b907abc..aa0d71ccb18c 100644
--- a/dev-java/jctools-core/jctools-core-3.1.0.ebuild
+++ b/dev-java/jctools-core/jctools-core-3.1.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/JCTools/JCTools/archive/v${PV}.tar.gz -> jctools-${P
 
 LICENSE="Apache-2.0"
 SLOT="3"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 # Compile dependencies
 # POM: pom.xml



[gentoo-commits] repo/gentoo:master commit in: dev-java/log4j-core/

2022-07-31 Thread Arthur Zamarin
commit: 695a3c2aec5cb9ee116cbec5090fdb749cafc081
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 31 18:20:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 31 18:20:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=695a3c2a

dev-java/log4j-core: Stabilize 2.17.2-r1 arm64, #859361

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/log4j-core/log4j-core-2.17.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/log4j-core/log4j-core-2.17.2-r1.ebuild 
b/dev-java/log4j-core/log4j-core-2.17.2-r1.ebuild
index 14d277adefea..ccbc2b1c3afe 100644
--- a/dev-java/log4j-core/log4j-core-2.17.2-r1.ebuild
+++ b/dev-java/log4j-core/log4j-core-2.17.2-r1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="mirror://apache/logging/log4j/${PV}/apache-log4j-${PV}-src.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 # We don't have junit-vintage and junit-jupiter
 RESTRICT="test"



  1   2   3   4   >