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

2024-04-21 Thread Jonas Stein
commit: 42b46a99b28d6d34472e5d2e1528405fc3a21132
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Apr 21 23:56:26 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Apr 21 23:56:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b46a99

sys-apps/inxi: drop 3.3.31.2

Signed-off-by: Jonas Stein  gentoo.org>

 sys-apps/inxi/Manifest |  1 -
 sys-apps/inxi/inxi-3.3.31.2.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index 1bb7fbd26871..fce8408fd373 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -1,5 +1,4 @@
 DIST inxi-3.3.27.1.tar.gz 614167 BLAKE2B 
1a312255340bfe361eb10dd725cc9fb1421d8dfda34ee944347278e4a293cbcb51d1e2b7aa00f26c16286b90f26d3e0f91f68fb4beeb112ecd8f7a3bc86680ff
 SHA512 
f21285d709d8dc7ce393a6c3b43b5ebabb8ef2c55adf43f00935b728a28f502bbcbd8c1482249e872e4623430f01b4e8cf51f0a6790d56fb12147fa125152575
 DIST inxi-3.3.30.1.tar.gz 643283 BLAKE2B 
cfcafc643e7e18261fac622df3614e7ad296ec2233ebf6750243d9490e0ca5e8ba3742286a0630ae948d16ac4d09705ffc1b20df666f48ed2c5331a8320919d7
 SHA512 
dba5c23d991bd6fb34eec9c2b6107da4e0ddab202f97e8aa53efb25d446fbe77f5250a9d14f543014f21d2cc614cd4e2d486a9f1fae78dde37ecee418cb763f5
-DIST inxi-3.3.31.2.tar.gz 646036 BLAKE2B 
271a15f0ac88543b1950e1eeca99deb2991138cb73bfcd9db77a63e49ae71e6aa4fc1f7ad4c837485d42b1bc5e5a122a3ba50e61faaf7238590c135b5db496d4
 SHA512 
d45bcfcddcf4229a292ea95e8517308852a5ffec8f00a059a2191acbb5a7e0b4e298c8b0597b3281e600913d82ce3e7d284735e608032bd843ddb79ae030e3ae
 DIST inxi-3.3.33.1.tar.gz 679978 BLAKE2B 
7445989e64cbb4beb39d6b415230ed70f5b7be90a9b4155104abdb4d57d490ea5ae09cd48871ed3745ba7b719fe4eb49e9706ad168f59245c66f8f576cf022f3
 SHA512 
7537da7175fe1578a09567e169a309c5258cbb1fd1ae7e58d98df800110cd0775f8a73f672a5a6a8f0a950123f4f5908a15023648da9150f43464d25be10
 DIST inxi-3.3.34.1.tar.gz 683279 BLAKE2B 
5693d8add89185fe626f8f6a9e606f7582175402158cd01e30b91779eb289e00d5e8bc71c0d72028b0d5bf1913c040c206c7db83e5fd4639a622dc847d6f1ba9
 SHA512 
75b21d4ac99383b44d9a2f0f206b3bc612bd2f10fdae44e4b15373090825eea6c7c70250c8f535438d44fc4e938e4ebdb813016cc4a6ab2dbd6d91b6b50adc27

diff --git a/sys-apps/inxi/inxi-3.3.31.2.ebuild 
b/sys-apps/inxi/inxi-3.3.31.2.ebuild
deleted file mode 100644
index 5b9fb0891c53..
--- a/sys-apps/inxi/inxi-3.3.31.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV=$(ver_rs 3 '-')
-# 2.3.56 was the last version with no tagged release.
-# It was also the last Bash based release. Later versions are Perl based
-
-DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://codeberg.org/smxi/inxi;
-SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="bluetooth hddtemp opengl"
-
-RDEPEND="dev-lang/perl
-   sys-apps/pciutils
-   sys-apps/usbutils
-   bluetooth? ( net-wireless/bluez )
-   hddtemp? ( app-admin/hddtemp )
-   opengl? ( x11-apps/mesa-progs )
-   "
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-   dodoc README.txt
-}



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

2024-04-20 Thread Jonas Stein
commit: 6787eb8f4fb17fa459b8c8fa5e76cac513ccab23
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Apr 20 21:34:13 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sat Apr 20 21:34:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6787eb8f

sys-apps/inxi: drop 3.3.29.1

Signed-off-by: Jonas Stein  gentoo.org>

 sys-apps/inxi/Manifest |  1 -
 sys-apps/inxi/inxi-3.3.29.1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index 70bd44eb6197..1bb7fbd26871 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -1,5 +1,4 @@
 DIST inxi-3.3.27.1.tar.gz 614167 BLAKE2B 
1a312255340bfe361eb10dd725cc9fb1421d8dfda34ee944347278e4a293cbcb51d1e2b7aa00f26c16286b90f26d3e0f91f68fb4beeb112ecd8f7a3bc86680ff
 SHA512 
f21285d709d8dc7ce393a6c3b43b5ebabb8ef2c55adf43f00935b728a28f502bbcbd8c1482249e872e4623430f01b4e8cf51f0a6790d56fb12147fa125152575
-DIST inxi-3.3.29.1.tar.gz 630296 BLAKE2B 
176b20b113b3339f27d2ec16681d652e8ccaefed80c220078fa4e625ad7191cd6ebc9ada049197a858475e5c656b5f74f599ca202e1e47d6682e4cd9049eb763
 SHA512 
09b5a7553ccfd42a3c2e58d4718c487f84bf22df76710a6c42a2a4dd08343279f1d2523652a476ed475c5e019ad5aa02c0886bc40d57de407c9489054f812b5c
 DIST inxi-3.3.30.1.tar.gz 643283 BLAKE2B 
cfcafc643e7e18261fac622df3614e7ad296ec2233ebf6750243d9490e0ca5e8ba3742286a0630ae948d16ac4d09705ffc1b20df666f48ed2c5331a8320919d7
 SHA512 
dba5c23d991bd6fb34eec9c2b6107da4e0ddab202f97e8aa53efb25d446fbe77f5250a9d14f543014f21d2cc614cd4e2d486a9f1fae78dde37ecee418cb763f5
 DIST inxi-3.3.31.2.tar.gz 646036 BLAKE2B 
271a15f0ac88543b1950e1eeca99deb2991138cb73bfcd9db77a63e49ae71e6aa4fc1f7ad4c837485d42b1bc5e5a122a3ba50e61faaf7238590c135b5db496d4
 SHA512 
d45bcfcddcf4229a292ea95e8517308852a5ffec8f00a059a2191acbb5a7e0b4e298c8b0597b3281e600913d82ce3e7d284735e608032bd843ddb79ae030e3ae
 DIST inxi-3.3.33.1.tar.gz 679978 BLAKE2B 
7445989e64cbb4beb39d6b415230ed70f5b7be90a9b4155104abdb4d57d490ea5ae09cd48871ed3745ba7b719fe4eb49e9706ad168f59245c66f8f576cf022f3
 SHA512 
7537da7175fe1578a09567e169a309c5258cbb1fd1ae7e58d98df800110cd0775f8a73f672a5a6a8f0a950123f4f5908a15023648da9150f43464d25be10

diff --git a/sys-apps/inxi/inxi-3.3.29.1.ebuild 
b/sys-apps/inxi/inxi-3.3.29.1.ebuild
deleted file mode 100644
index 5b9fb0891c53..
--- a/sys-apps/inxi/inxi-3.3.29.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV=$(ver_rs 3 '-')
-# 2.3.56 was the last version with no tagged release.
-# It was also the last Bash based release. Later versions are Perl based
-
-DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://codeberg.org/smxi/inxi;
-SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="bluetooth hddtemp opengl"
-
-RDEPEND="dev-lang/perl
-   sys-apps/pciutils
-   sys-apps/usbutils
-   bluetooth? ( net-wireless/bluez )
-   hddtemp? ( app-admin/hddtemp )
-   opengl? ( x11-apps/mesa-progs )
-   "
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-   dodoc README.txt
-}



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

2024-04-20 Thread Jonas Stein
commit: 1b11dbfc95f74cd992bee190fc9b919f0d20d437
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Apr 20 21:23:54 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sat Apr 20 21:23:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b11dbfc

sys-apps/inxi: add 3.3.34.1

Signed-off-by: Jonas Stein  gentoo.org>

 sys-apps/inxi/Manifest |  1 +
 sys-apps/inxi/inxi-3.3.34.1.ebuild | 76 ++
 2 files changed, 77 insertions(+)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index 0d2777a69699..70bd44eb6197 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -3,3 +3,4 @@ DIST inxi-3.3.29.1.tar.gz 630296 BLAKE2B 
176b20b113b3339f27d2ec16681d652e8ccaefe
 DIST inxi-3.3.30.1.tar.gz 643283 BLAKE2B 
cfcafc643e7e18261fac622df3614e7ad296ec2233ebf6750243d9490e0ca5e8ba3742286a0630ae948d16ac4d09705ffc1b20df666f48ed2c5331a8320919d7
 SHA512 
dba5c23d991bd6fb34eec9c2b6107da4e0ddab202f97e8aa53efb25d446fbe77f5250a9d14f543014f21d2cc614cd4e2d486a9f1fae78dde37ecee418cb763f5
 DIST inxi-3.3.31.2.tar.gz 646036 BLAKE2B 
271a15f0ac88543b1950e1eeca99deb2991138cb73bfcd9db77a63e49ae71e6aa4fc1f7ad4c837485d42b1bc5e5a122a3ba50e61faaf7238590c135b5db496d4
 SHA512 
d45bcfcddcf4229a292ea95e8517308852a5ffec8f00a059a2191acbb5a7e0b4e298c8b0597b3281e600913d82ce3e7d284735e608032bd843ddb79ae030e3ae
 DIST inxi-3.3.33.1.tar.gz 679978 BLAKE2B 
7445989e64cbb4beb39d6b415230ed70f5b7be90a9b4155104abdb4d57d490ea5ae09cd48871ed3745ba7b719fe4eb49e9706ad168f59245c66f8f576cf022f3
 SHA512 
7537da7175fe1578a09567e169a309c5258cbb1fd1ae7e58d98df800110cd0775f8a73f672a5a6a8f0a950123f4f5908a15023648da9150f43464d25be10
+DIST inxi-3.3.34.1.tar.gz 683279 BLAKE2B 
5693d8add89185fe626f8f6a9e606f7582175402158cd01e30b91779eb289e00d5e8bc71c0d72028b0d5bf1913c040c206c7db83e5fd4639a622dc847d6f1ba9
 SHA512 
75b21d4ac99383b44d9a2f0f206b3bc612bd2f10fdae44e4b15373090825eea6c7c70250c8f535438d44fc4e938e4ebdb813016cc4a6ab2dbd6d91b6b50adc27

diff --git a/sys-apps/inxi/inxi-3.3.34.1.ebuild 
b/sys-apps/inxi/inxi-3.3.34.1.ebuild
new file mode 100644
index ..990d547acf19
--- /dev/null
+++ b/sys-apps/inxi/inxi-3.3.34.1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV=$(ver_rs 3 '-')
+
+inherit optfeature
+
+DESCRIPTION="The CLI inxi collects and prints hardware and system information"
+HOMEPAGE="https://codeberg.org/smxi/inxi;
+SRC_URI="https://codeberg.org/smxi/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="dev-lang/perl
+   sys-apps/pciutils
+   "
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   dodoc README.txt
+}
+
+pkg_postinst() {
+   # All packages are in the same order as displayed by inxi --recommends
+   # including duplicates in order to keep track of changes in the future.
+   optfeature_header "Optional features as suggested by inxi --recommends:"
+
+   optfeature "blockdev: --admin -p/-P (filesystem blocksize)" 
sys-apps/util-linux
+   optfeature "bt-adapter: -E bluetooth data (if no hciconfig, btmgmt)" 
net-wireless/bluez-tools
+   optfeature "btmgmt: -E bluetooth data (if no hciconfig)" 
net-wireless/bluez
+   optfeature "dig: -i wlan IP" net-dns/bind-tools
+   optfeature "dmidecode: -M if no sys machine data; -m" sys-apps/dmidecode
+   optfeature "doas: -Dx hddtemp-user; -o file-user (alt for sudo)" 
app-admin/doas
+   optfeature "fdisk: -D partition scheme (fallback)" sys-apps/util-linux
+
+   # currently implicit dependency:
+   # optfeature "file: -o unmounted file system (if no lsblk)" 
sys-apps/file
+   # not packaged yet:
+   # fruid_print: -M machine data, Elbrus only
+
+   optfeature "hciconfig: -E bluetooth data (deprecated, good report)" 
net-wireless/bluez
+   optfeature "hddtemp: -Dx show hdd temp, if no drivetemp module" 
app-admin/hddtemp
+   optfeature "ifconfig: -i ip LAN (deprecated)" sys-apps/net-tools
+   optfeature "ip: -i ip LAN" sys-apps/iproute2
+   optfeature "ipmitool: -s IPMI sensors (servers)" sys-apps/ipmitool
+   optfeature "ipmi-sensors: -s IPMI sensors (servers)" sys-libs/freeipmi
+   optfeature "lsblk: -L LUKS/bcache; -o unmounted file system (best 
option)" sys-apps/util-linux
+   optfeature "lsusb: -A usb audio; -J (optional); -N usb networking" 
sys-apps/usbutils
+   optfeature "lvs: -L LVM data" sys-fs/lvm2
+   optfeature "mdadm: -Ra advanced mdraid data" sys-fs/mdadm
+ 

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

2024-04-08 Thread Jonas Stein
commit: ac32d6459f01c627264b8fdc5420b0be38fe5bf6
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Apr  8 21:22:24 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Mon Apr  8 21:22:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac32d645

dev-util/reuse: add 3.0.2

Signed-off-by: Jonas Stein  gentoo.org>

 dev-util/reuse/Manifest   |  1 +
 dev-util/reuse/reuse-3.0.2.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/dev-util/reuse/Manifest b/dev-util/reuse/Manifest
index 730e7d6ded68..3709263d0beb 100644
--- a/dev-util/reuse/Manifest
+++ b/dev-util/reuse/Manifest
@@ -1,2 +1,3 @@
 DIST reuse-2.1.0.gh.tar.gz 260786 BLAKE2B 
371c1167e10449ecdbaf0a93dbfa7d50c700daaf71394379a48d1baaae0b1be03728e79fd551da75a3743e06cae1a77e744548845d1356a6af3eb39bef46
 SHA512 
912d713b2c68029cc67a5fbebfca61d96165ae8ae9d927bbdd651cf2130104b297d5c0133f1a46442cba3ec84d00ba92c27414bff770d2250f5a2131c7ad4aef
 DIST reuse-3.0.1.gh.tar.gz 305441 BLAKE2B 
e2f0cc4b4aea3e2b09e4ee395ec545a6cd683a083d05498b56401782439882853673bfb3d589ef6c4986cd86fcab64b9cc5ae40e5ddc7f36478582ca458fff81
 SHA512 
eb3aeb98b6fe127001702cf2a2c067e298fba071582206174a3647ccbf38263fa71dc6e56558926e4adce628c541035e4bce2afaa9fddfd89cbdb20cfe57aef5
+DIST reuse-3.0.2.gh.tar.gz 305529 BLAKE2B 
96835aa6c47a951d7515236a632895e22ea93cad3602c4c37f45714ebe830b605315af479b7e5bbad764420ffc59997a163bbbe7a1b133bcd72f88af60b67c80
 SHA512 
cdf37980dddb116823fd0f0d47f6b6380e9da500cb3f33cf4fcfb75c367af7a7e3147848463f3d70c28dce72b8c0ad5d0b8284a69f7905050b0ba9ee7fff2f5c

diff --git a/dev-util/reuse/reuse-3.0.2.ebuild 
b/dev-util/reuse/reuse-3.0.2.ebuild
new file mode 100644
index ..bf0a250f90bb
--- /dev/null
+++ b/dev-util/reuse/reuse-3.0.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=poetry
+
+inherit distutils-r1
+
+DESCRIPTION="Manage license information according to the SPDX standard"
+HOMEPAGE="https://reuse.software/
+   https://github.com/fsfe/reuse-tool;
+MY_PN="${PN}-tool"
+SRC_URI="https://github.com/fsfe/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="GPL-3+ CC-BY-SA-4.0 CC0-1.0 Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-python/binaryornot-0.4.4[${PYTHON_USEDEP}]
+   >=dev-python/boolean-py-3.8[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/license-expression-1.0[${PYTHON_USEDEP}]
+   >=dev-python/python-debian-0.1.48[${PYTHON_USEDEP}]"
+
+BDEPEND="sys-devel/gettext
+   test? (
+   dev-vcs/git
+   dev-vcs/mercurial
+   )"
+
+PATCHES=( "${FILESDIR}/reuse-2.1.0_docs.patch" )
+
+DOCS=( AUTHORS.rst CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md README.md )
+
+distutils_enable_tests pytest
+
+# dev-python/sphinx-autodoc-typehints will be dropped after 2.1.0
+distutils_enable_sphinx docs \
+   ">=dev-python/furo-2023.3.27" \
+   ">=dev-python/recommonmark-0.7.1" \
+   ">=dev-python/sphinxcontrib-apidoc-0.3.0" \
+   ">=dev-python/sphinx-autodoc-typehints-1.12.0"
+
+python_test() {
+   cd "${T}" || die
+   epytest "${S}"/tests
+}



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

2024-03-19 Thread Jonas Stein
commit: 62f3dcef3531241fda1ec6e7cd646656a53917cb
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Mar 19 21:57:25 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Tue Mar 19 22:06:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f3dcef

sys-apps/inxi: bump to 3.3.33.1 add optfeatures

Version bump to 3.3.33.1
Add optional dependencies with optfeature
Upstream moved from github to codeberg

Signed-off-by: Jonas Stein  gentoo.org>

 sys-apps/inxi/Manifest |  1 +
 sys-apps/inxi/inxi-3.3.27.1.ebuild |  2 +-
 sys-apps/inxi/inxi-3.3.29.1.ebuild |  4 +-
 sys-apps/inxi/inxi-3.3.30.1.ebuild |  4 +-
 sys-apps/inxi/inxi-3.3.31.2.ebuild |  4 +-
 sys-apps/inxi/inxi-3.3.33.1.ebuild | 76 ++
 sys-apps/inxi/metadata.xml |  1 +
 7 files changed, 85 insertions(+), 7 deletions(-)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index 3c5d17648696..0d2777a69699 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -2,3 +2,4 @@ DIST inxi-3.3.27.1.tar.gz 614167 BLAKE2B 
1a312255340bfe361eb10dd725cc9fb1421d8df
 DIST inxi-3.3.29.1.tar.gz 630296 BLAKE2B 
176b20b113b3339f27d2ec16681d652e8ccaefed80c220078fa4e625ad7191cd6ebc9ada049197a858475e5c656b5f74f599ca202e1e47d6682e4cd9049eb763
 SHA512 
09b5a7553ccfd42a3c2e58d4718c487f84bf22df76710a6c42a2a4dd08343279f1d2523652a476ed475c5e019ad5aa02c0886bc40d57de407c9489054f812b5c
 DIST inxi-3.3.30.1.tar.gz 643283 BLAKE2B 
cfcafc643e7e18261fac622df3614e7ad296ec2233ebf6750243d9490e0ca5e8ba3742286a0630ae948d16ac4d09705ffc1b20df666f48ed2c5331a8320919d7
 SHA512 
dba5c23d991bd6fb34eec9c2b6107da4e0ddab202f97e8aa53efb25d446fbe77f5250a9d14f543014f21d2cc614cd4e2d486a9f1fae78dde37ecee418cb763f5
 DIST inxi-3.3.31.2.tar.gz 646036 BLAKE2B 
271a15f0ac88543b1950e1eeca99deb2991138cb73bfcd9db77a63e49ae71e6aa4fc1f7ad4c837485d42b1bc5e5a122a3ba50e61faaf7238590c135b5db496d4
 SHA512 
d45bcfcddcf4229a292ea95e8517308852a5ffec8f00a059a2191acbb5a7e0b4e298c8b0597b3281e600913d82ce3e7d284735e608032bd843ddb79ae030e3ae
+DIST inxi-3.3.33.1.tar.gz 679978 BLAKE2B 
7445989e64cbb4beb39d6b415230ed70f5b7be90a9b4155104abdb4d57d490ea5ae09cd48871ed3745ba7b719fe4eb49e9706ad168f59245c66f8f576cf022f3
 SHA512 
7537da7175fe1578a09567e169a309c5258cbb1fd1ae7e58d98df800110cd0775f8a73f672a5a6a8f0a950123f4f5908a15023648da9150f43464d25be10

diff --git a/sys-apps/inxi/inxi-3.3.27.1.ebuild 
b/sys-apps/inxi/inxi-3.3.27.1.ebuild
index 151dbb74..1ed63b070e2a 100644
--- a/sys-apps/inxi/inxi-3.3.27.1.ebuild
+++ b/sys-apps/inxi/inxi-3.3.27.1.ebuild
@@ -8,7 +8,7 @@ MY_PV=$(ver_rs 3 '-')
 # It was also the last Bash based release. Later versions are Perl based
 
 DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://github.com/smxi/inxi;
+HOMEPAGE="https://codeberg.org/smxi/inxi;
 SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${PN}-${MY_PV}"
 

diff --git a/sys-apps/inxi/inxi-3.3.29.1.ebuild 
b/sys-apps/inxi/inxi-3.3.29.1.ebuild
index 1b3918e6aebe..5b9fb0891c53 100644
--- a/sys-apps/inxi/inxi-3.3.29.1.ebuild
+++ b/sys-apps/inxi/inxi-3.3.29.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,7 +8,7 @@ MY_PV=$(ver_rs 3 '-')
 # It was also the last Bash based release. Later versions are Perl based
 
 DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://github.com/smxi/inxi;
+HOMEPAGE="https://codeberg.org/smxi/inxi;
 SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${PN}-${MY_PV}"
 

diff --git a/sys-apps/inxi/inxi-3.3.30.1.ebuild 
b/sys-apps/inxi/inxi-3.3.30.1.ebuild
index a706e26a71c6..b6c6cb35e9a5 100644
--- a/sys-apps/inxi/inxi-3.3.30.1.ebuild
+++ b/sys-apps/inxi/inxi-3.3.30.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,7 +8,7 @@ MY_PV=$(ver_rs 3 '-')
 # It was also the last Bash based release. Later versions are Perl based
 
 DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://github.com/smxi/inxi;
+HOMEPAGE="https://codeberg.org/smxi/inxi;
 SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${PN}-${MY_PV}"
 

diff --git a/sys-apps/inxi/inxi-3.3.31.2.ebuild 
b/sys-apps/inxi/inxi-3.3.31.2.ebuild
index 1b3918e6aebe..5b9fb0891c53 100644
--- a/sys-apps/inxi/inxi-3.3.31.2.ebuild
+++ b/sys-apps/inxi/inxi-3.3.31.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of th

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

2024-01-28 Thread Jonas Stein
commit: e63eb6709c5f6c12d312c9683e72f1d9368f9024
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:55:41 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:55:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63eb670

net-analyzer/prettyping: update HOMEPAGE

Signed-off-by: Jonas Stein  gentoo.org>

 net-analyzer/prettyping/prettyping-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/prettyping/prettyping-1.0.1.ebuild 
b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
index d8edee93db2a..284ed8a7c3b4 100644
--- a/net-analyzer/prettyping/prettyping-1.0.1.ebuild
+++ b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="Ping wrapper that produces coloured, easily readable output"
-HOMEPAGE="http://denilson.sa.nom.br/prettyping/;
+HOMEPAGE="https://denilson.sa.nom.br/prettyping/;
 SRC_URI="https://github.com/denilsonsa/prettyping/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"



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

2024-01-28 Thread Jonas Stein
commit: 20dfec3086201d895df479c269dc1ba3653bb8af
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:47:35 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20dfec30

app-admin/usbview: drop to maintainer-needed

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 app-admin/usbview/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-admin/usbview/metadata.xml b/app-admin/usbview/metadata.xml
index 9a0cbad9a0eb..5184cee2ce40 100644
--- a/app-admin/usbview/metadata.xml
+++ b/app-admin/usbview/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   Proxy Maintainers
-   proxy-ma...@gentoo.org
-   
+   

gregkh/usbview




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

2024-01-28 Thread Jonas Stein
commit: d93f7fcb9b5429d754428133cd247dad8ac779e4
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:52:43 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93f7fcb

sys-fs/compsize: drop to maintainer-needed

Closes: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 sys-fs/compsize/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/sys-fs/compsize/metadata.xml b/sys-fs/compsize/metadata.xml
index 8230f6be4b7b..ba656c0ab8ac 100644
--- a/sys-fs/compsize/metadata.xml
+++ b/sys-fs/compsize/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   Proxy Maintainers
-   proxy-ma...@gentoo.org
-   
+   

kilobyte/compsize




[gentoo-commits] repo/gentoo:master commit in: media-video/jellyfin-web-jmp-bin/

2024-01-28 Thread Jonas Stein
commit: 29989b3dd2b9ed806bd38a0fdd3982b3528b8c2c
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:50:55 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29989b3d

media-video/jellyfin-web-jmp-bin: update maintainers

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 media-video/jellyfin-web-jmp-bin/metadata.xml | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/media-video/jellyfin-web-jmp-bin/metadata.xml 
b/media-video/jellyfin-web-jmp-bin/metadata.xml
index ea9cd35c6c30..58ee6abd4705 100644
--- a/media-video/jellyfin-web-jmp-bin/metadata.xml
+++ b/media-video/jellyfin-web-jmp-bin/metadata.xml
@@ -8,12 +8,4 @@
ar...@gentoo.org
Arsen Arsenović

-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-
+   



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

2024-01-28 Thread Jonas Stein
commit: 701a89277de9912e152e3c862bb551c6cb60e993
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:51:57 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701a8927

net-misc/xmrig: update maintainers

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 net-misc/xmrig/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-misc/xmrig/metadata.xml b/net-misc/xmrig/metadata.xml
index de0cfaf84747..e7d991de9b98 100644
--- a/net-misc/xmrig/metadata.xml
+++ b/net-misc/xmrig/metadata.xml
@@ -5,10 +5,6 @@
 matt...@gentoo.org
 Matthew Smith
   
-  
-tel...@posteo.de
-James Beddek
-  
   
 candr...@gentoo.org
 Craig Andrews



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

2024-01-28 Thread Jonas Stein
commit: 1f31bdb3528fefafd32193a6c6465770f37ab344
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:50:35 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f31bdb3

media-video/jellyfin-media-player: update maintainers

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 media-video/jellyfin-media-player/metadata.xml | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/media-video/jellyfin-media-player/metadata.xml 
b/media-video/jellyfin-media-player/metadata.xml
index ea9cd35c6c30..58ee6abd4705 100644
--- a/media-video/jellyfin-media-player/metadata.xml
+++ b/media-video/jellyfin-media-player/metadata.xml
@@ -8,12 +8,4 @@
ar...@gentoo.org
Arsen Arsenović

-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-
+   



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

2024-01-28 Thread Jonas Stein
commit: 443b1fd0d0d3a51e6f9720d1778017f85cf1e277
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:52:13 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443b1fd0

sci-libs/caffe2: update maintainers

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 sci-libs/caffe2/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/sci-libs/caffe2/metadata.xml b/sci-libs/caffe2/metadata.xml
index e69bb62ba592..64d212edd735 100644
--- a/sci-libs/caffe2/metadata.xml
+++ b/sci-libs/caffe2/metadata.xml
@@ -5,10 +5,6 @@
tup...@gentoo.org
Tupone Alfredo

-   
-   tel...@posteo.de
-   James Beddek
-   

Support distributed applications
Use FBGEMM



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

2024-01-28 Thread Jonas Stein
commit: 19e9d3b88a857f95965ed001b11270c3e8a02b43
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:51:14 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e9d3b8

net-analyzer/prettyping: drop to maintainer-needed

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 net-analyzer/prettyping/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-analyzer/prettyping/metadata.xml 
b/net-analyzer/prettyping/metadata.xml
index 1d0798c0bdf1..07495e084893 100644
--- a/net-analyzer/prettyping/metadata.xml
+++ b/net-analyzer/prettyping/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

'prettyping' is a wrapper around the standard 'ping' tool,
making the output prettier, more colorful, more compact,



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

2024-01-28 Thread Jonas Stein
commit: 31e1dd84fd5a208635096fb7e2afa1f775aababd
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:50:16 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e1dd84

media-video/handbrake: drop to maintainer-needed

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 media-video/handbrake/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/media-video/handbrake/metadata.xml 
b/media-video/handbrake/metadata.xml
index f3a4081b7b29..2a156bc117f3 100644
--- a/media-video/handbrake/metadata.xml
+++ b/media-video/handbrake/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   Proxy Maintainers
-   proxy-ma...@gentoo.org
-   
+   

Support for the streaming media 
framework from media-libs/gstreamer.
Install the GTK UI, ghb.



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

2024-01-28 Thread Jonas Stein
commit: 4fd374094b2080afcd4f58bd25f3242a60cc5b97
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:48:48 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd37409

dev-libs/cudnn-frontend: drop to maintainer-needed

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 dev-libs/cudnn-frontend/metadata.xml | 11 ++-
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/dev-libs/cudnn-frontend/metadata.xml 
b/dev-libs/cudnn-frontend/metadata.xml
index 3f54ce321e06..3cce6a37e444 100644
--- a/dev-libs/cudnn-frontend/metadata.xml
+++ b/dev-libs/cudnn-frontend/metadata.xml
@@ -1,14 +1,7 @@
 
-https://www.gentoo.org/dtd/metadata.dtd'>
+https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   tup...@gentoo.org
-   Tupone Alfredo
-   
+   

NVIDIA/cudnn-frontend




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

2024-01-28 Thread Jonas Stein
commit: 39dcc96d181ee0877846d4a25a73eccac5baa25c
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 22:49:45 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 22:52:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39dcc96d

media-libs/svt-hevc: update maintainers

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 media-libs/svt-hevc/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/media-libs/svt-hevc/metadata.xml b/media-libs/svt-hevc/metadata.xml
index d8170c303fcc..8d78ba1412a6 100644
--- a/media-libs/svt-hevc/metadata.xml
+++ b/media-libs/svt-hevc/metadata.xml
@@ -1,14 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-tel...@posteo.de
-James Beddek
-
-
-Proxy Maintainers
-proxy-ma...@gentoo.org
-
 
 media-vi...@gentoo.org
 



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

2024-01-28 Thread Jonas Stein
commit: 64bea957e9561d4666f095a6da1ac5e76e0b5f25
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 21:02:26 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 21:02:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bea957

app-editors/micro: drop to maintainer-needed

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 app-editors/micro/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-editors/micro/metadata.xml b/app-editors/micro/metadata.xml
index 7128365b1861..87b4441bb04c 100644
--- a/app-editors/micro/metadata.xml
+++ b/app-editors/micro/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   Proxy Maintainers
-   proxy-ma...@gentoo.org
-   
+   

zyedidia/micro




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

2024-01-28 Thread Jonas Stein
commit: ff9701e54e9f56dd4287b4dd0b1a7d1ba85a593e
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 20:55:52 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 20:55:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9701e5

media-libs/svt-av1: update maintainers

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 media-libs/svt-av1/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/media-libs/svt-av1/metadata.xml b/media-libs/svt-av1/metadata.xml
index c21ba5dd13e0..cc3d7275c796 100644
--- a/media-libs/svt-av1/metadata.xml
+++ b/media-libs/svt-av1/metadata.xml
@@ -1,14 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   Proxy Maintainers
-   proxy-ma...@gentoo.org
-   

media-vi...@gentoo.org




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

2024-01-28 Thread Jonas Stein
commit: ca55ef82e5a90a91a62e30aa513366f28607679d
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 28 20:36:01 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan 28 20:36:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca55ef82

app-shells/fzf: drop to maintainer-needed

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein  gentoo.org>

 app-shells/fzf/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-shells/fzf/metadata.xml b/app-shells/fzf/metadata.xml
index 6f4551e4a947..5941ab0f0b01 100644
--- a/app-shells/fzf/metadata.xml
+++ b/app-shells/fzf/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tel...@posteo.de
-   James Beddek
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

junegunn/fzf




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

2024-01-22 Thread Jonas Stein
commit: 767f9cb3c21a8a169f02a667445e5b0ec0898e1b
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Jan 23 00:43:33 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Tue Jan 23 00:43:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767f9cb3

Revert "net-im/gajim: Drop obsolete dependencies"

This reverts commit 5e498b423519546be66088a8a6dda25674846004.

Signed-off-by: Jonas Stein  gentoo.org>

 net-im/gajim/gajim-1.8.4.ebuild | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/net-im/gajim/gajim-1.8.4.ebuild b/net-im/gajim/gajim-1.8.4.ebuild
index 0602d0f646aa..6df386fa3c70 100644
--- a/net-im/gajim/gajim-1.8.4.ebuild
+++ b/net-im/gajim/gajim-1.8.4.ebuild
@@ -16,6 +16,9 @@ SRC_URI="https://gajim.org/downloads/$(ver_cut 
1-2)/${P/_p/-}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
+# KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+# Gajim depends now on omemo-dr. Add KEYWORDS again,
+# when https://bugs.gentoo.org/912285 is fixed.
 
 KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 IUSE="+crypt geolocation jingle remote rst +spell upnp +webp"
@@ -31,23 +34,30 @@ DEPEND="${COMMON_DEPEND}
>=sys-devel/gettext-0.17-r1"
 RDEPEND="${COMMON_DEPEND}
$(python_gen_cond_dep '
+   dev-python/idna[${PYTHON_USEDEP}]
>=dev-python/nbxmpp-4.2.2[${PYTHON_USEDEP}]
=dev-python/secretstorage-3.1.1[${PYTHON_USEDEP}]
dev-python/css-parser[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
net-libs/libsoup:3.0[introspection]
media-libs/gsound[introspection]
dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/python-axolotl[${PYTHON_USEDEP}]
dev-python/qrcode[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/omemo-dr[${PYTHON_USEDEP}]
crypt? (
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
>=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
geolocation? ( app-misc/geoclue[introspection] )
jingle? (
@@ -58,6 +68,7 @@ RDEPEND="${COMMON_DEPEND}
media-plugins/gst-plugins-gtk
)
remote? (
+   >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
sys-apps/dbus[X]
)
rst? ( dev-python/docutils[${PYTHON_USEDEP}] )



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

2024-01-21 Thread Jonas Stein
commit: b2a893c2be3ad59d316f5c624d64a99d2d795582
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Jan 22 01:02:02 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Mon Jan 22 01:02:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a893c2

media-gfx/potrace: drop to maintainer-needed

Signed-off-by: Jonas Stein  gentoo.org>

 media-gfx/potrace/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/media-gfx/potrace/metadata.xml b/media-gfx/potrace/metadata.xml
index 8b3b122435f0..d7df75db004d 100644
--- a/media-gfx/potrace/metadata.xml
+++ b/media-gfx/potrace/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   fo...@gentoo.org
-   Fonts
-   
+


default to a4 paper size and metric measurement



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

2024-01-20 Thread Jonas Stein
commit: bc8a48bf6f5ad4f4adb02aa70a5ffce9a45ed4ff
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 21 00:49:39 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan 21 00:50:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8a48bf

dev-util/reuse: add 3.0.1

Signed-off-by: Jonas Stein  gentoo.org>

 dev-util/reuse/Manifest   |  1 +
 dev-util/reuse/reuse-3.0.1.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/dev-util/reuse/Manifest b/dev-util/reuse/Manifest
index 9a61e30a670b..730e7d6ded68 100644
--- a/dev-util/reuse/Manifest
+++ b/dev-util/reuse/Manifest
@@ -1 +1,2 @@
 DIST reuse-2.1.0.gh.tar.gz 260786 BLAKE2B 
371c1167e10449ecdbaf0a93dbfa7d50c700daaf71394379a48d1baaae0b1be03728e79fd551da75a3743e06cae1a77e744548845d1356a6af3eb39bef46
 SHA512 
912d713b2c68029cc67a5fbebfca61d96165ae8ae9d927bbdd651cf2130104b297d5c0133f1a46442cba3ec84d00ba92c27414bff770d2250f5a2131c7ad4aef
+DIST reuse-3.0.1.gh.tar.gz 305441 BLAKE2B 
e2f0cc4b4aea3e2b09e4ee395ec545a6cd683a083d05498b56401782439882853673bfb3d589ef6c4986cd86fcab64b9cc5ae40e5ddc7f36478582ca458fff81
 SHA512 
eb3aeb98b6fe127001702cf2a2c067e298fba071582206174a3647ccbf38263fa71dc6e56558926e4adce628c541035e4bce2afaa9fddfd89cbdb20cfe57aef5

diff --git a/dev-util/reuse/reuse-3.0.1.ebuild 
b/dev-util/reuse/reuse-3.0.1.ebuild
new file mode 100644
index ..bf0a250f90bb
--- /dev/null
+++ b/dev-util/reuse/reuse-3.0.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=poetry
+
+inherit distutils-r1
+
+DESCRIPTION="Manage license information according to the SPDX standard"
+HOMEPAGE="https://reuse.software/
+   https://github.com/fsfe/reuse-tool;
+MY_PN="${PN}-tool"
+SRC_URI="https://github.com/fsfe/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="GPL-3+ CC-BY-SA-4.0 CC0-1.0 Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-python/binaryornot-0.4.4[${PYTHON_USEDEP}]
+   >=dev-python/boolean-py-3.8[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/license-expression-1.0[${PYTHON_USEDEP}]
+   >=dev-python/python-debian-0.1.48[${PYTHON_USEDEP}]"
+
+BDEPEND="sys-devel/gettext
+   test? (
+   dev-vcs/git
+   dev-vcs/mercurial
+   )"
+
+PATCHES=( "${FILESDIR}/reuse-2.1.0_docs.patch" )
+
+DOCS=( AUTHORS.rst CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md README.md )
+
+distutils_enable_tests pytest
+
+# dev-python/sphinx-autodoc-typehints will be dropped after 2.1.0
+distutils_enable_sphinx docs \
+   ">=dev-python/furo-2023.3.27" \
+   ">=dev-python/recommonmark-0.7.1" \
+   ">=dev-python/sphinxcontrib-apidoc-0.3.0" \
+   ">=dev-python/sphinx-autodoc-typehints-1.12.0"
+
+python_test() {
+   cd "${T}" || die
+   epytest "${S}"/tests
+}



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

2024-01-20 Thread Jonas Stein
commit: 96206dbad59cee2c4fbc65a9b03674cd2abb5aea
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 21 00:40:23 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan 21 00:40:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96206dba

sys-apps/inxi: drop 3.3.28.1

Signed-off-by: Jonas Stein  gentoo.org>

 sys-apps/inxi/Manifest |  1 -
 sys-apps/inxi/inxi-3.3.28.1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index 38723e9e7be8..3c5d17648696 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -1,5 +1,4 @@
 DIST inxi-3.3.27.1.tar.gz 614167 BLAKE2B 
1a312255340bfe361eb10dd725cc9fb1421d8dfda34ee944347278e4a293cbcb51d1e2b7aa00f26c16286b90f26d3e0f91f68fb4beeb112ecd8f7a3bc86680ff
 SHA512 
f21285d709d8dc7ce393a6c3b43b5ebabb8ef2c55adf43f00935b728a28f502bbcbd8c1482249e872e4623430f01b4e8cf51f0a6790d56fb12147fa125152575
-DIST inxi-3.3.28.1.tar.gz 624472 BLAKE2B 
3d8ac9c21a7531e694e5de3a764906a69ef0c869f1bb4b7b5e5d0b42a74240a141c97401dfe78a85da27e7489d708fbfc4eb568adaab5270388aebd108f29e1a
 SHA512 
6360193cc1f7a71c7329352311fac625e6c80e37c2bd783a78a534ec9712afd7df17b445c652d97415f6162512ede34b32958311b1c5086e899a2aded7a8efd9
 DIST inxi-3.3.29.1.tar.gz 630296 BLAKE2B 
176b20b113b3339f27d2ec16681d652e8ccaefed80c220078fa4e625ad7191cd6ebc9ada049197a858475e5c656b5f74f599ca202e1e47d6682e4cd9049eb763
 SHA512 
09b5a7553ccfd42a3c2e58d4718c487f84bf22df76710a6c42a2a4dd08343279f1d2523652a476ed475c5e019ad5aa02c0886bc40d57de407c9489054f812b5c
 DIST inxi-3.3.30.1.tar.gz 643283 BLAKE2B 
cfcafc643e7e18261fac622df3614e7ad296ec2233ebf6750243d9490e0ca5e8ba3742286a0630ae948d16ac4d09705ffc1b20df666f48ed2c5331a8320919d7
 SHA512 
dba5c23d991bd6fb34eec9c2b6107da4e0ddab202f97e8aa53efb25d446fbe77f5250a9d14f543014f21d2cc614cd4e2d486a9f1fae78dde37ecee418cb763f5
 DIST inxi-3.3.31.2.tar.gz 646036 BLAKE2B 
271a15f0ac88543b1950e1eeca99deb2991138cb73bfcd9db77a63e49ae71e6aa4fc1f7ad4c837485d42b1bc5e5a122a3ba50e61faaf7238590c135b5db496d4
 SHA512 
d45bcfcddcf4229a292ea95e8517308852a5ffec8f00a059a2191acbb5a7e0b4e298c8b0597b3281e600913d82ce3e7d284735e608032bd843ddb79ae030e3ae

diff --git a/sys-apps/inxi/inxi-3.3.28.1.ebuild 
b/sys-apps/inxi/inxi-3.3.28.1.ebuild
deleted file mode 100644
index 1b3918e6aebe..
--- a/sys-apps/inxi/inxi-3.3.28.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV=$(ver_rs 3 '-')
-# 2.3.56 was the last version with no tagged release.
-# It was also the last Bash based release. Later versions are Perl based
-
-DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://github.com/smxi/inxi;
-SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="bluetooth hddtemp opengl"
-
-RDEPEND="dev-lang/perl
-   sys-apps/pciutils
-   sys-apps/usbutils
-   bluetooth? ( net-wireless/bluez )
-   hddtemp? ( app-admin/hddtemp )
-   opengl? ( x11-apps/mesa-progs )
-   "
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-   dodoc README.txt
-}



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

2024-01-20 Thread Jonas Stein
commit: 5e498b423519546be66088a8a6dda25674846004
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan 21 00:36:04 2024 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan 21 00:37:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e498b42

net-im/gajim: Drop obsolete dependencies

Drop obsolete dependencies, which are not used by Gajim directly.

Signed-off-by: Jonas Stein  gentoo.org>

 net-im/gajim/gajim-1.8.4.ebuild | 13 +
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/net-im/gajim/gajim-1.8.4.ebuild b/net-im/gajim/gajim-1.8.4.ebuild
index 03dbc2058313..0602d0f646aa 100644
--- a/net-im/gajim/gajim-1.8.4.ebuild
+++ b/net-im/gajim/gajim-1.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,9 +16,6 @@ SRC_URI="https://gajim.org/downloads/$(ver_cut 
1-2)/${P/_p/-}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-# KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-# Gajim depends now on omemo-dr. Add KEYWORDS again,
-# when https://bugs.gentoo.org/912285 is fixed.
 
 KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 IUSE="+crypt geolocation jingle remote rst +spell upnp +webp"
@@ -34,30 +31,23 @@ DEPEND="${COMMON_DEPEND}
>=sys-devel/gettext-0.17-r1"
 RDEPEND="${COMMON_DEPEND}
$(python_gen_cond_dep '
-   dev-python/idna[${PYTHON_USEDEP}]
>=dev-python/nbxmpp-4.2.2[${PYTHON_USEDEP}]
=dev-python/secretstorage-3.1.1[${PYTHON_USEDEP}]
dev-python/css-parser[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
net-libs/libsoup:3.0[introspection]
media-libs/gsound[introspection]
dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   dev-python/python-axolotl[${PYTHON_USEDEP}]
dev-python/qrcode[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/omemo-dr[${PYTHON_USEDEP}]
crypt? (
-   dev-python/pycryptodome[${PYTHON_USEDEP}]
>=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
geolocation? ( app-misc/geoclue[introspection] )
jingle? (
@@ -68,7 +58,6 @@ RDEPEND="${COMMON_DEPEND}
media-plugins/gst-plugins-gtk
)
remote? (
-   >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
sys-apps/dbus[X]
)
rst? ( dev-python/docutils[${PYTHON_USEDEP}] )



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

2023-12-25 Thread Jonas Stein
commit: e03fc78e68dadc0ef29ecc0dafa195e86825e00e
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Dec 25 21:11:55 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Mon Dec 25 21:11:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03fc78e

net-im/gajim: add 1.8.4

Signed-off-by: Jonas Stein  gentoo.org>

 net-im/gajim/Manifest   |   1 +
 net-im/gajim/gajim-1.8.4.ebuild | 105 
 2 files changed, 106 insertions(+)

diff --git a/net-im/gajim/Manifest b/net-im/gajim/Manifest
index 2f43efc8f76f..56614ec8e60c 100644
--- a/net-im/gajim/Manifest
+++ b/net-im/gajim/Manifest
@@ -1,3 +1,4 @@
 DIST gajim-1.7.3.tar.gz 3753831 BLAKE2B 
c7b8b1dc47b1faf9f1c0803e7931cb00bfbf31075fe481d557ec0f308c79e7580d0054d224781a67eaeea24dba40e40de5faf55d633d71f759022a1ac113f6e4
 SHA512 
66135e88784350bab79b61debc1b65144a82f8eee2c1841d21e4f511b3792361e57b60304d2478654e563687e8302426d76063e748236f4e1c959511c7c28665
 DIST gajim-1.8.0.tar.gz 3835799 BLAKE2B 
030293fc8114877c6d060cd0feae0fecdcecbb26aac8817e1db7db59aee3ee79973efc94584434641ccd39adcf809e0c7a86a017ab46c9695666d898fb7b7905
 SHA512 
724290de6d438aacd929a9759d7a712068c303caf9002a1a70ddc0e9aa16387054d3e4efacf84eced28f49ef79749c764d5fe67fcb23c3baef3a2b7714df218e
 DIST gajim-1.8.1.tar.gz 3844796 BLAKE2B 
b7bbd751a051cd2a46e814a9b3ebc08f10a6570dc071752838a2463019cdf6ea4198f2a349f3935c33d988cd6908cf31dba572bac31f9363675433328e6d679b
 SHA512 
b417d76a4225f16730441dee7befacd6db5be782c9271b789d5f9c10232e342f2d46930eef79a58839c13b2887926591d953a87a7544e32c7bf80d2c65390e31
+DIST gajim-1.8.4.tar.gz 3710470 BLAKE2B 
e23eafe707bc482a050fcef44df9e68af552444cce173c506538ebe01557a894dc0ba8b9afe18f195fd0b00b717b1268531a960b1c8b868c22081135d14e3079
 SHA512 
1a5b028c0e308eb15417c8c11584bc0e8b0218fead5155093ede4bc3961b6bee2b47bc3510f751dc70194634d6ca94d4a675f6891c8f050859fb4729020e52cb

diff --git a/net-im/gajim/gajim-1.8.4.ebuild b/net-im/gajim/gajim-1.8.4.ebuild
new file mode 100644
index ..03dbc2058313
--- /dev/null
+++ b/net-im/gajim/gajim-1.8.4.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="sqlite,xml(+)"
+DISTUTILS_USE_PEP517=standalone
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1 xdg-utils
+
+DESCRIPTION="Jabber client written in PyGTK"
+HOMEPAGE="https://gajim.org/;
+SRC_URI="https://gajim.org/downloads/$(ver_cut 1-2)/${P/_p/-}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+# KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+# Gajim depends now on omemo-dr. Add KEYWORDS again,
+# when https://bugs.gentoo.org/912285 is fixed.
+
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+IUSE="+crypt geolocation jingle remote rst +spell upnp +webp"
+
+COMMON_DEPEND="
+   dev-libs/gobject-introspection[cairo(+)]
+   >=x11-libs/gtk+-3.22:3[introspection]
+   x11-libs/gtksourceview:4[introspection]"
+DEPEND="${COMMON_DEPEND}
+   app-arch/unzip
+   virtual/pkgconfig
+   >=x11-libs/pango-1.5.0
+   >=sys-devel/gettext-0.17-r1"
+RDEPEND="${COMMON_DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/idna[${PYTHON_USEDEP}]
+   >=dev-python/nbxmpp-4.2.2[${PYTHON_USEDEP}]
+   =dev-python/secretstorage-3.1.1[${PYTHON_USEDEP}]
+   dev-python/css-parser[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   net-libs/libsoup:3.0[introspection]
+   media-libs/gsound[introspection]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/python-axolotl[${PYTHON_USEDEP}]
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/omemo-dr[${PYTHON_USEDEP}]
+   crypt? (
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
+   >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
+   geolocation? ( app-misc/geoclue[introspection] )
+   jingle? (
+   net-libs/farstream:0.2[introspection]
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   media-libs/gst-plugins-ugly:1.0
+   media-plugins/gst-plugins-gtk
+   )
+   remote? (
+   >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
+   sys-apps/dbus[X]
+   )
+   rst? ( dev-python/docutils[${PYTHON_USEDEP}] )
+   spell? (
+   app-text/gspell[introspection]
+   app-text/hun

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

2023-12-21 Thread Jonas Stein
commit: 26d8dafbaea03ac1d0d7407071e1ed18177ac827
Author: Jonas Stein  gentoo  org>
AuthorDate: Thu Dec 21 19:14:15 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Thu Dec 21 19:15:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d8dafb

sys-apps/inxi: add 3.3.31.2

Signed-off-by: Jonas Stein  gentoo.org>

 sys-apps/inxi/Manifest |  1 +
 sys-apps/inxi/inxi-3.3.31.2.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index 01945b33d244..38723e9e7be8 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -2,3 +2,4 @@ DIST inxi-3.3.27.1.tar.gz 614167 BLAKE2B 
1a312255340bfe361eb10dd725cc9fb1421d8df
 DIST inxi-3.3.28.1.tar.gz 624472 BLAKE2B 
3d8ac9c21a7531e694e5de3a764906a69ef0c869f1bb4b7b5e5d0b42a74240a141c97401dfe78a85da27e7489d708fbfc4eb568adaab5270388aebd108f29e1a
 SHA512 
6360193cc1f7a71c7329352311fac625e6c80e37c2bd783a78a534ec9712afd7df17b445c652d97415f6162512ede34b32958311b1c5086e899a2aded7a8efd9
 DIST inxi-3.3.29.1.tar.gz 630296 BLAKE2B 
176b20b113b3339f27d2ec16681d652e8ccaefed80c220078fa4e625ad7191cd6ebc9ada049197a858475e5c656b5f74f599ca202e1e47d6682e4cd9049eb763
 SHA512 
09b5a7553ccfd42a3c2e58d4718c487f84bf22df76710a6c42a2a4dd08343279f1d2523652a476ed475c5e019ad5aa02c0886bc40d57de407c9489054f812b5c
 DIST inxi-3.3.30.1.tar.gz 643283 BLAKE2B 
cfcafc643e7e18261fac622df3614e7ad296ec2233ebf6750243d9490e0ca5e8ba3742286a0630ae948d16ac4d09705ffc1b20df666f48ed2c5331a8320919d7
 SHA512 
dba5c23d991bd6fb34eec9c2b6107da4e0ddab202f97e8aa53efb25d446fbe77f5250a9d14f543014f21d2cc614cd4e2d486a9f1fae78dde37ecee418cb763f5
+DIST inxi-3.3.31.2.tar.gz 646036 BLAKE2B 
271a15f0ac88543b1950e1eeca99deb2991138cb73bfcd9db77a63e49ae71e6aa4fc1f7ad4c837485d42b1bc5e5a122a3ba50e61faaf7238590c135b5db496d4
 SHA512 
d45bcfcddcf4229a292ea95e8517308852a5ffec8f00a059a2191acbb5a7e0b4e298c8b0597b3281e600913d82ce3e7d284735e608032bd843ddb79ae030e3ae

diff --git a/sys-apps/inxi/inxi-3.3.31.2.ebuild 
b/sys-apps/inxi/inxi-3.3.31.2.ebuild
new file mode 100644
index ..1b3918e6aebe
--- /dev/null
+++ b/sys-apps/inxi/inxi-3.3.31.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV=$(ver_rs 3 '-')
+# 2.3.56 was the last version with no tagged release.
+# It was also the last Bash based release. Later versions are Perl based
+
+DESCRIPTION="The CLI inxi collects and prints hardware and system information"
+HOMEPAGE="https://github.com/smxi/inxi;
+SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="bluetooth hddtemp opengl"
+
+RDEPEND="dev-lang/perl
+   sys-apps/pciutils
+   sys-apps/usbutils
+   bluetooth? ( net-wireless/bluez )
+   hddtemp? ( app-admin/hddtemp )
+   opengl? ( x11-apps/mesa-progs )
+   "
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   dodoc README.txt
+}



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

2023-12-19 Thread Jonas Stein
commit: 6b967d8ae919ccf2f341e23d9a5482590b512b06
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Dec 19 21:31:07 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Tue Dec 19 21:31:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b967d8a

dev-util/reuse: new package, add 2.1.0

Signed-off-by: Jonas Stein  gentoo.org>

 dev-util/reuse/Manifest |  1 +
 dev-util/reuse/files/reuse-2.1.0_docs.patch | 15 +
 dev-util/reuse/metadata.xml | 13 
 dev-util/reuse/reuse-2.1.0.ebuild   | 50 +
 4 files changed, 79 insertions(+)

diff --git a/dev-util/reuse/Manifest b/dev-util/reuse/Manifest
new file mode 100644
index ..9a61e30a670b
--- /dev/null
+++ b/dev-util/reuse/Manifest
@@ -0,0 +1 @@
+DIST reuse-2.1.0.gh.tar.gz 260786 BLAKE2B 
371c1167e10449ecdbaf0a93dbfa7d50c700daaf71394379a48d1baaae0b1be03728e79fd551da75a3743e06cae1a77e744548845d1356a6af3eb39bef46
 SHA512 
912d713b2c68029cc67a5fbebfca61d96165ae8ae9d927bbdd651cf2130104b297d5c0133f1a46442cba3ec84d00ba92c27414bff770d2250f5a2131c7ad4aef

diff --git a/dev-util/reuse/files/reuse-2.1.0_docs.patch 
b/dev-util/reuse/files/reuse-2.1.0_docs.patch
new file mode 100644
index ..a9f19a8ea0a4
--- /dev/null
+++ b/dev-util/reuse/files/reuse-2.1.0_docs.patch
@@ -0,0 +1,15 @@
+--- a/docs/conf.py
 b/docs/conf.py
+@@ -189,9 +189,9 @@
+ """Copy the markdown files from the root of the project into the docs/
+ directory.
+ """
+-copyfile("../README.md", "readme.md")
+-copyfile("../CHANGELOG.md", "history.md")
+-copyfile("../CONTRIBUTING.md", "contributing.md")
++copyfile("README.md", "docs/readme.md")
++copyfile("CHANGELOG.md", "docs/history.md")
++copyfile("CONTRIBUTING.md", "docs/contributing.md")
+ 
+ 
+ def setup(app):

diff --git a/dev-util/reuse/metadata.xml b/dev-util/reuse/metadata.xml
new file mode 100644
index ..22d7a2c8d2d4
--- /dev/null
+++ b/dev-util/reuse/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   jst...@gentoo.org
+   Jonas Stein
+   
+   
+   https://reuse.readthedocs.io/
+   reuse
+   fsfe/reuse-tool
+   
+

diff --git a/dev-util/reuse/reuse-2.1.0.ebuild 
b/dev-util/reuse/reuse-2.1.0.ebuild
new file mode 100644
index ..097ea77f1667
--- /dev/null
+++ b/dev-util/reuse/reuse-2.1.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=poetry
+
+inherit distutils-r1
+
+DESCRIPTION="Manage license information according to the SPDX standard"
+HOMEPAGE="https://reuse.software/
+   https://github.com/fsfe/reuse-tool;
+MY_PN="${PN}-tool"
+SRC_URI="https://github.com/fsfe/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="GPL-3+ CC-BY-SA-4.0 CC0-1.0 Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-python/binaryornot-0.4.4[${PYTHON_USEDEP}]
+   >=dev-python/boolean-py-3.8[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/license-expression-1.0[${PYTHON_USEDEP}]
+   >=dev-python/python-debian-0.1.48[${PYTHON_USEDEP}]"
+
+BDEPEND="sys-devel/gettext
+   test? (
+   dev-vcs/git
+   dev-vcs/mercurial
+   )"
+
+PATCHES=( "${FILESDIR}/reuse-2.1.0_docs.patch" )
+
+DOCS=( AUTHORS.rst CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md README.md )
+
+distutils_enable_tests pytest
+
+# dev-python/sphinx-autodoc-typehints will be dropped after 2.1.0
+distutils_enable_sphinx docs \
+   ">=dev-python/furo-2023.3.27" \
+   ">=dev-python/recommonmark-0.7.1" \
+   ">=dev-python/sphinxcontrib-apidoc-0.3.0" \
+   ">=dev-python/sphinx-autodoc-typehints-1.12.0"
+
+python_test() {
+   cd "${T}" || die
+   epytest "${S}"/tests
+}



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

2023-10-22 Thread Jonas Stein
commit: 64cb5946d3ffd59181b4a09e0cff32ca148ee2e8
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Oct 22 16:39:41 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Oct 22 16:40:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64cb5946

app-admin/ryzen_smu: add 0.1.5

Closes: https://bugs.gentoo.org/916097
Signed-off-by: Jonas Stein  gentoo.org>

 app-admin/ryzen_smu/Manifest   |  1 +
 app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/app-admin/ryzen_smu/Manifest b/app-admin/ryzen_smu/Manifest
index b515364afb69..595450b0211e 100644
--- a/app-admin/ryzen_smu/Manifest
+++ b/app-admin/ryzen_smu/Manifest
@@ -1,3 +1,4 @@
 DIST ryzen_smu-0.1.2.tar.gz 169644 BLAKE2B 
48445c857d10077b87513d1ccaf6b94d46f6c9179f327de4309d699a17bdd6b41f956e29e324a466451fb2ed68218730c0a02a19b820909cc606eaeea85ed9ab
 SHA512 
7a47b193c7143c3b6bcc2943f9ee895fa1184c9c14953e728cda4f6c8416bef19f0c5fa34344bc47e21101f47816961c4a5f222fd70a7d29401452f90c75ba04
 DIST ryzen_smu-0.1.2_p20210627.tar.xz 151900 BLAKE2B 
c3845755753256aeee4e68d106e2f61c3c2578a31035eebac60d6e484f60a592de1c67574519d48cf251403cc118dd98efd030d4d7eee23f58b8f7b0d2e0ca8c
 SHA512 
65578d8696fe3b8d002895614df72d57700fb1a5b8587fe0671a6863446fad72425400f9f6767abfdc636927132820e63b7f780fd9e88b5ab4b13668be405ed0
 DIST ryzen_smu-0.1.2_p20211205.tar.xz 386260 BLAKE2B 
eea0466f6abd93a18c670fbbf603be7efb60807865151543341b6a0a9f248eff8a99d8ecda864bebab6e5e2471ff7239681a83ae9b3dded3b1350a7f363ee62c
 SHA512 
93f7eaac4811ac6e3d46abeb012b1ff4e334fc9247a3747ca67489a35ea04dce20806ae2e57f46e930e5238d1d2a966e8d0b83f8bf090a735d0c2d078f3256f3
+DIST ryzen_smu-v0.1.5.tar.bz2 415723 BLAKE2B 
0fed89aad85a5080d4c1a6ecdaaef6ffe2b70f0cebbf58392c725f1aa626151e4b5335096bd63cf73ff29d6f5768ce6e0a844dc7030e8c1e4dc5e04990521651
 SHA512 
5793beae8204a16800ed876da2a07d2f477a21cef706fed6076e1dcc6e74118b7c45a330e264302d644fdb49f7c44e4fca53dc67e43b2f2a62b3b1ea4ad00d8f

diff --git a/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild 
b/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild
new file mode 100644
index ..65855c43f75c
--- /dev/null
+++ b/app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-mod-r1
+
+DESCRIPTION="Kernel driver for AMD Ryzen's System Management Unit"
+HOMEPAGE="https://gitlab.com/leogx9r/ryzen_smu;
+SRC_URI="https://gitlab.com/leogx9r/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+   local modlist=( ryzen_smu )
+   local modargs=( KERNEL_BUILD="${KV_OUT_DIR}" )
+
+   linux-mod-r1_src_compile
+}
+
+src_install() {
+   linux-mod-r1_src_install
+
+   insinto /usr/lib/modules-load.d
+   doins "${FILESDIR}"/ryzen_smu.conf
+}



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

2023-10-17 Thread Jonas Stein
commit: bd90160aa68d3d7f9af172e837b9f6d2f629cd61
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Oct 17 21:28:39 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Tue Oct 17 21:28:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd90160a

sys-apps/inxi: add 3.3.30.1

Signed-off-by: Jonas Stein  gentoo.org>

 sys-apps/inxi/Manifest |  1 +
 sys-apps/inxi/inxi-3.3.30.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index 593fff1cd72a..01945b33d244 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -1,3 +1,4 @@
 DIST inxi-3.3.27.1.tar.gz 614167 BLAKE2B 
1a312255340bfe361eb10dd725cc9fb1421d8dfda34ee944347278e4a293cbcb51d1e2b7aa00f26c16286b90f26d3e0f91f68fb4beeb112ecd8f7a3bc86680ff
 SHA512 
f21285d709d8dc7ce393a6c3b43b5ebabb8ef2c55adf43f00935b728a28f502bbcbd8c1482249e872e4623430f01b4e8cf51f0a6790d56fb12147fa125152575
 DIST inxi-3.3.28.1.tar.gz 624472 BLAKE2B 
3d8ac9c21a7531e694e5de3a764906a69ef0c869f1bb4b7b5e5d0b42a74240a141c97401dfe78a85da27e7489d708fbfc4eb568adaab5270388aebd108f29e1a
 SHA512 
6360193cc1f7a71c7329352311fac625e6c80e37c2bd783a78a534ec9712afd7df17b445c652d97415f6162512ede34b32958311b1c5086e899a2aded7a8efd9
 DIST inxi-3.3.29.1.tar.gz 630296 BLAKE2B 
176b20b113b3339f27d2ec16681d652e8ccaefed80c220078fa4e625ad7191cd6ebc9ada049197a858475e5c656b5f74f599ca202e1e47d6682e4cd9049eb763
 SHA512 
09b5a7553ccfd42a3c2e58d4718c487f84bf22df76710a6c42a2a4dd08343279f1d2523652a476ed475c5e019ad5aa02c0886bc40d57de407c9489054f812b5c
+DIST inxi-3.3.30.1.tar.gz 643283 BLAKE2B 
cfcafc643e7e18261fac622df3614e7ad296ec2233ebf6750243d9490e0ca5e8ba3742286a0630ae948d16ac4d09705ffc1b20df666f48ed2c5331a8320919d7
 SHA512 
dba5c23d991bd6fb34eec9c2b6107da4e0ddab202f97e8aa53efb25d446fbe77f5250a9d14f543014f21d2cc614cd4e2d486a9f1fae78dde37ecee418cb763f5

diff --git a/sys-apps/inxi/inxi-3.3.30.1.ebuild 
b/sys-apps/inxi/inxi-3.3.30.1.ebuild
new file mode 100644
index ..1b3918e6aebe
--- /dev/null
+++ b/sys-apps/inxi/inxi-3.3.30.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV=$(ver_rs 3 '-')
+# 2.3.56 was the last version with no tagged release.
+# It was also the last Bash based release. Later versions are Perl based
+
+DESCRIPTION="The CLI inxi collects and prints hardware and system information"
+HOMEPAGE="https://github.com/smxi/inxi;
+SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="bluetooth hddtemp opengl"
+
+RDEPEND="dev-lang/perl
+   sys-apps/pciutils
+   sys-apps/usbutils
+   bluetooth? ( net-wireless/bluez )
+   hddtemp? ( app-admin/hddtemp )
+   opengl? ( x11-apps/mesa-progs )
+   "
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   dodoc README.txt
+}



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

2023-09-17 Thread Jonas Stein
commit: 272ae50606688ca8e8e3234fa58b572de3a63f5c
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Sep 17 20:15:10 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Sep 17 20:15:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272ae506

media-gfx/aewan: Fix typo in DESCRIPTION

Fixed typo in DESCRIPTION and use https

Signed-off-by: Jonas Stein  gentoo.org>

 media-gfx/aewan/aewan-1.0.01-r1.ebuild | 6 +++---
 media-gfx/aewan/aewan-1.0.01-r2.ebuild | 3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/media-gfx/aewan/aewan-1.0.01-r1.ebuild 
b/media-gfx/aewan/aewan-1.0.01-r1.ebuild
index b9d7e155d047..fcf73c326bb8 100644
--- a/media-gfx/aewan/aewan-1.0.01-r1.ebuild
+++ b/media-gfx/aewan/aewan-1.0.01-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit autotools
 
-DESCRIPTION="A curses-based ascii-art editor"
-HOMEPAGE="http://aewan.sourceforge.net/;
+DESCRIPTION="A curses-based editor for ASCII art"
+HOMEPAGE="https://aewan.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/media-gfx/aewan/aewan-1.0.01-r2.ebuild 
b/media-gfx/aewan/aewan-1.0.01-r2.ebuild
index 0a406742797c..c6ed390a2abd 100644
--- a/media-gfx/aewan/aewan-1.0.01-r2.ebuild
+++ b/media-gfx/aewan/aewan-1.0.01-r2.ebuild
@@ -5,9 +5,8 @@ EAPI=8
 
 inherit autotools
 
-DESCRIPTION="A curses-based ascii-art editor"
+DESCRIPTION="A curses-based editor for ASCII art"
 HOMEPAGE="https://aewan.sourceforge.net/;
-#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${P}/${P}.tar.gz"
 
 LICENSE="GPL-2"



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

2023-09-17 Thread Jonas Stein
commit: aca7394814e7aa8154cb2edf0b22e28a75ddff2a
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Sep 17 20:02:47 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Sep 17 20:02:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca73948

media-gfx/aewan: update HOMEPAGE, SRC_URI

Signed-off-by: Jonas Stein  gentoo.org>

 media-gfx/aewan/aewan-1.0.01-r2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-gfx/aewan/aewan-1.0.01-r2.ebuild 
b/media-gfx/aewan/aewan-1.0.01-r2.ebuild
index 27b18f02d410..0a406742797c 100644
--- a/media-gfx/aewan/aewan-1.0.01-r2.ebuild
+++ b/media-gfx/aewan/aewan-1.0.01-r2.ebuild
@@ -6,8 +6,9 @@ EAPI=8
 inherit autotools
 
 DESCRIPTION="A curses-based ascii-art editor"
-HOMEPAGE="http://aewan.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+HOMEPAGE="https://aewan.sourceforge.net/;
+#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${P}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



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

2023-08-31 Thread Jonas Stein
commit: 2fa4eeb2c013bef055d4426381d01d5112e79d2f
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Sep  1 04:01:18 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Fri Sep  1 04:01:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa4eeb2

app-text/tree: drop 2.0.4

Signed-off-by: Jonas Stein  gentoo.org>

 app-text/tree/Manifest  |  1 -
 app-text/tree/tree-2.0.4.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index eeaf1383c522..f7761a570ad0 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1,3 +1,2 @@
-DIST unix-tree-2.0.4.tar.gz 59497 BLAKE2B 
c55f8f64f2dfc6364ce3ab5ec26e59860f958eacbf681d1d53848172d474605f71864c1eb7db27be15f3df2fc2979787685e80de76ff817c5cdfafb9c52af203
 SHA512 
59f391de5792ce9990153c2de06bc545813f9e7aea635c574ef21f1603203146cdad4dbed821266715d716241d7153276aa220626ce8354446dd85df47e75fa6
 DIST unix-tree-2.1.0.tar.bz2 51401 BLAKE2B 
89b15df0268c03ba66827c7e6d234d1f5c4f6a5d9788e30bf6859d477b340393acbeec9ad7afc1909fdc7beb81ef7934917206066e0875d9f1662fca170f4127
 SHA512 
0f3a6ecb450bb3d683804667d4f15aecf9c9765578d47a62e39a8ff69cbe1c2a0a4a922fef3728359060338f4f9cd2de7ab8eb0f992a4c32949278bb47d17edc
 DIST unix-tree-2.1.1.tar.bz2 52550 BLAKE2B 
0f20009a6c64b07a0742637bf32366b038f5c9bb025755a0aa45edb8c92741dfbff1486179caeeb73cfa8f10de3ed8678b948c7416ee0463e785cf153e808ff0
 SHA512 
ed34b1d0df049986295e7f5539491acd6134fbe69050ac2634037d700a878b4937700bed777ef0624e2bb0fc8c2815bb5139272ffe575ecc9362b84e0fafc9c2

diff --git a/app-text/tree/tree-2.0.4.ebuild b/app-text/tree/tree-2.0.4.ebuild
deleted file mode 100644
index 3bfcf36cde72..
--- a/app-text/tree/tree-2.0.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit toolchain-funcs flag-o-matic bash-completion-r1
-
-DESCRIPTION="Lists directories recursively, and produces an indented listing 
of files"
-HOMEPAGE="https://mama.indstate.edu/users/ice/tree/ 
https://gitlab.com/OldManProgrammer/unix-tree;
-SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE=""
-
-S=${WORKDIR}/unix-${P}
-
-RDEPEND="!app-i18n/man-pages-l10n[l10n_fr]"
-
-src_compile() {
-   append-lfs-flags
-   emake \
-   CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-   LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-   dobin tree
-   doman doc/tree*.1
-   einstalldocs
-   newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
-}



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

2023-08-31 Thread Jonas Stein
commit: 2e4d5c79e043fe451f0c523895609dac6f3cb833
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Sep  1 03:57:43 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Fri Sep  1 03:58:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4d5c79

app-text/tree: add 2.1.1

Closes: https://bugs.gentoo.org/913352
Signed-off-by: Jonas Stein  gentoo.org>

 app-text/tree/Manifest  |  1 +
 app-text/tree/tree-2.1.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index bdbfe971a219..eeaf1383c522 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1,2 +1,3 @@
 DIST unix-tree-2.0.4.tar.gz 59497 BLAKE2B 
c55f8f64f2dfc6364ce3ab5ec26e59860f958eacbf681d1d53848172d474605f71864c1eb7db27be15f3df2fc2979787685e80de76ff817c5cdfafb9c52af203
 SHA512 
59f391de5792ce9990153c2de06bc545813f9e7aea635c574ef21f1603203146cdad4dbed821266715d716241d7153276aa220626ce8354446dd85df47e75fa6
 DIST unix-tree-2.1.0.tar.bz2 51401 BLAKE2B 
89b15df0268c03ba66827c7e6d234d1f5c4f6a5d9788e30bf6859d477b340393acbeec9ad7afc1909fdc7beb81ef7934917206066e0875d9f1662fca170f4127
 SHA512 
0f3a6ecb450bb3d683804667d4f15aecf9c9765578d47a62e39a8ff69cbe1c2a0a4a922fef3728359060338f4f9cd2de7ab8eb0f992a4c32949278bb47d17edc
+DIST unix-tree-2.1.1.tar.bz2 52550 BLAKE2B 
0f20009a6c64b07a0742637bf32366b038f5c9bb025755a0aa45edb8c92741dfbff1486179caeeb73cfa8f10de3ed8678b948c7416ee0463e785cf153e808ff0
 SHA512 
ed34b1d0df049986295e7f5539491acd6134fbe69050ac2634037d700a878b4937700bed777ef0624e2bb0fc8c2815bb5139272ffe575ecc9362b84e0fafc9c2

diff --git a/app-text/tree/tree-2.1.1.ebuild b/app-text/tree/tree-2.1.1.ebuild
new file mode 100644
index ..a8aa448762ab
--- /dev/null
+++ b/app-text/tree/tree-2.1.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs flag-o-matic bash-completion-r1
+
+DESCRIPTION="Lists directories recursively, and produces an indented listing 
of files"
+HOMEPAGE="https://mama.indstate.edu/users/ice/tree/ 
https://gitlab.com/OldManProgrammer/unix-tree;
+SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+
+S=${WORKDIR}/unix-${P}
+
+src_compile() {
+   append-lfs-flags
+   emake \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+   LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dobin tree
+   doman doc/tree*.1
+   einstalldocs
+   newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
+}



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

2023-08-26 Thread Jonas Stein
commit: bda2670792861734fa7d7d34e95051077c1eb222
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Aug 26 08:13:05 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sat Aug 26 08:13:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda26707

sys-apps/inxi: add 3.3.29.1

Signed-off-by: Jonas Stein  gentoo.org>

 sys-apps/inxi/Manifest |  1 +
 sys-apps/inxi/inxi-3.3.29.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index c073de43f52f..593fff1cd72a 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -1,2 +1,3 @@
 DIST inxi-3.3.27.1.tar.gz 614167 BLAKE2B 
1a312255340bfe361eb10dd725cc9fb1421d8dfda34ee944347278e4a293cbcb51d1e2b7aa00f26c16286b90f26d3e0f91f68fb4beeb112ecd8f7a3bc86680ff
 SHA512 
f21285d709d8dc7ce393a6c3b43b5ebabb8ef2c55adf43f00935b728a28f502bbcbd8c1482249e872e4623430f01b4e8cf51f0a6790d56fb12147fa125152575
 DIST inxi-3.3.28.1.tar.gz 624472 BLAKE2B 
3d8ac9c21a7531e694e5de3a764906a69ef0c869f1bb4b7b5e5d0b42a74240a141c97401dfe78a85da27e7489d708fbfc4eb568adaab5270388aebd108f29e1a
 SHA512 
6360193cc1f7a71c7329352311fac625e6c80e37c2bd783a78a534ec9712afd7df17b445c652d97415f6162512ede34b32958311b1c5086e899a2aded7a8efd9
+DIST inxi-3.3.29.1.tar.gz 630296 BLAKE2B 
176b20b113b3339f27d2ec16681d652e8ccaefed80c220078fa4e625ad7191cd6ebc9ada049197a858475e5c656b5f74f599ca202e1e47d6682e4cd9049eb763
 SHA512 
09b5a7553ccfd42a3c2e58d4718c487f84bf22df76710a6c42a2a4dd08343279f1d2523652a476ed475c5e019ad5aa02c0886bc40d57de407c9489054f812b5c

diff --git a/sys-apps/inxi/inxi-3.3.29.1.ebuild 
b/sys-apps/inxi/inxi-3.3.29.1.ebuild
new file mode 100644
index ..1b3918e6aebe
--- /dev/null
+++ b/sys-apps/inxi/inxi-3.3.29.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV=$(ver_rs 3 '-')
+# 2.3.56 was the last version with no tagged release.
+# It was also the last Bash based release. Later versions are Perl based
+
+DESCRIPTION="The CLI inxi collects and prints hardware and system information"
+HOMEPAGE="https://github.com/smxi/inxi;
+SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="bluetooth hddtemp opengl"
+
+RDEPEND="dev-lang/perl
+   sys-apps/pciutils
+   sys-apps/usbutils
+   bluetooth? ( net-wireless/bluez )
+   hddtemp? ( app-admin/hddtemp )
+   opengl? ( x11-apps/mesa-progs )
+   "
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   dodoc README.txt
+}



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

2023-08-17 Thread Jonas Stein
commit: de3dae24f9a25cd27c4d57a9e72f0e6761c34894
Author: Jonas Stein  gentoo  org>
AuthorDate: Thu Aug 17 20:26:14 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Thu Aug 17 20:26:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3dae24

package.mask: Last rite app-dicts/edictionary

Bug: https://bugs.gentoo.org/912363
Signed-off-by: Jonas Stein  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f78054a99552..00806e6446ce 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Jonas Stein  (2023-08-17)
+# Upstream warns that it is broken and there is no fix since 2010
+# Removal after 2023-10-01.  Bug #912363.
+app-dicts/edictionary
+
 # Hans de Graaff  (2023-08-17)
 # The ruby project no longer maintains the elisp ruby-mode with the last
 # changed upstream 5 years ago. ruby-mode is also included in Emacs



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

2023-08-14 Thread Jonas Stein
commit: 478a18efb06a4fd399b37c1ad711f9009fea221c
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Aug 14 20:48:21 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Mon Aug 14 20:48:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478a18ef

net-im/gajim: drop 1.4.7-r2

Signed-off-by: Jonas Stein  gentoo.org>

 net-im/gajim/Manifest  |  1 -
 net-im/gajim/gajim-1.4.7-r2.ebuild | 98 --
 2 files changed, 99 deletions(-)

diff --git a/net-im/gajim/Manifest b/net-im/gajim/Manifest
index cd6d2a28c4ea..2f43efc8f76f 100644
--- a/net-im/gajim/Manifest
+++ b/net-im/gajim/Manifest
@@ -1,4 +1,3 @@
-DIST gajim-1.4.7.tar.gz 7184866 BLAKE2B 
9be0ae485a372683623eff1f9ed1d209800c3088bf01c134bb5c6f1770e8ded1ebe6c2b301ad648c6cfb1793e2be43aade1410a701f7d0490f2ab1b0a4c3fdd5
 SHA512 
5988f6b7aa46166208b1693b9e1a5fe982cea2987f3f4170bcb14e4bb9be1154b1c6ceed020a949131a498db43d2dffee30bd3167cd56889c1cbb5641ed960f4
 DIST gajim-1.7.3.tar.gz 3753831 BLAKE2B 
c7b8b1dc47b1faf9f1c0803e7931cb00bfbf31075fe481d557ec0f308c79e7580d0054d224781a67eaeea24dba40e40de5faf55d633d71f759022a1ac113f6e4
 SHA512 
66135e88784350bab79b61debc1b65144a82f8eee2c1841d21e4f511b3792361e57b60304d2478654e563687e8302426d76063e748236f4e1c959511c7c28665
 DIST gajim-1.8.0.tar.gz 3835799 BLAKE2B 
030293fc8114877c6d060cd0feae0fecdcecbb26aac8817e1db7db59aee3ee79973efc94584434641ccd39adcf809e0c7a86a017ab46c9695666d898fb7b7905
 SHA512 
724290de6d438aacd929a9759d7a712068c303caf9002a1a70ddc0e9aa16387054d3e4efacf84eced28f49ef79749c764d5fe67fcb23c3baef3a2b7714df218e
 DIST gajim-1.8.1.tar.gz 3844796 BLAKE2B 
b7bbd751a051cd2a46e814a9b3ebc08f10a6570dc071752838a2463019cdf6ea4198f2a349f3935c33d988cd6908cf31dba572bac31f9363675433328e6d679b
 SHA512 
b417d76a4225f16730441dee7befacd6db5be782c9271b789d5f9c10232e342f2d46930eef79a58839c13b2887926591d953a87a7544e32c7bf80d2c65390e31

diff --git a/net-im/gajim/gajim-1.4.7-r2.ebuild 
b/net-im/gajim/gajim-1.4.7-r2.ebuild
deleted file mode 100644
index 0c1f9e76c74a..
--- a/net-im/gajim/gajim-1.4.7-r2.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="sqlite,xml(+)"
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 xdg-utils
-
-DESCRIPTION="Jabber client written in PyGTK"
-HOMEPAGE="https://gajim.org/;
-SRC_URI="https://gajim.org/downloads/$(ver_cut 1-2)/${P/_p/-}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-IUSE="+crypt geolocation jingle omemo remote rst +spell upnp +webp"
-S="${WORKDIR}/${P%_p2}"
-
-COMMON_DEPEND="
-   dev-libs/gobject-introspection[cairo(+)]
-   >=x11-libs/gtk+-3.22:3[introspection]
-   x11-libs/gtksourceview:4"
-DEPEND="${COMMON_DEPEND}
-   app-arch/unzip
-   virtual/pkgconfig
-   >=sys-devel/gettext-0.17-r1"
-RDEPEND="${COMMON_DEPEND}
-   $(python_gen_cond_dep '
-   dev-python/idna[${PYTHON_USEDEP}]
-   >=dev-python/nbxmpp-3.0.0[${PYTHON_USEDEP}]
-   =dev-python/secretstorage-3.1.1[${PYTHON_USEDEP}]
-   dev-python/css-parser[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   net-libs/libsoup:2.4[introspection]
-   media-libs/gsound[introspection]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   crypt? (
-   dev-python/pycryptodome[${PYTHON_USEDEP}]
-   >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
-   geolocation? ( app-misc/geoclue[introspection] )
-   jingle? (
-   net-libs/farstream:0.2[introspection]
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   media-libs/gst-plugins-ugly:1.0
-   media-plugins/gst-plugins-gtk
-   )
-   omemo? (
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   dev-python/python-axolotl[${PYTHON_USEDEP}]
-   dev-python/qrcode[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   )
-   remote? (
-   >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
-   sys-apps/dbus[X]
-   )
-   rst? ( dev-python/docutils[${PYTHON_USEDEP}] )
-   spell? (
-   app-text/gspell[introspection]
-   app-text/hunspell
-   )
-   upnp? ( net-libs/gupnp-igd:0[introspection] )
-   ')"
-
-src_install() {
-   distutils-r1_src_install
-
-   # a

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

2023-08-14 Thread Jonas Stein
commit: 2cd0f81884be879b08e51a5136f01dc67d2ffd7a
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Aug 14 19:55:42 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Mon Aug 14 19:57:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd0f818

net-im/gajim: add 1.8.0, 1.8.1

Signed-off-by: Jonas Stein  gentoo.org>

 net-im/gajim/Manifest   |   2 +
 net-im/gajim/gajim-1.8.0.ebuild | 105 
 net-im/gajim/gajim-1.8.1.ebuild | 105 
 3 files changed, 212 insertions(+)

diff --git a/net-im/gajim/Manifest b/net-im/gajim/Manifest
index ee06ad45b259..cd6d2a28c4ea 100644
--- a/net-im/gajim/Manifest
+++ b/net-im/gajim/Manifest
@@ -1,2 +1,4 @@
 DIST gajim-1.4.7.tar.gz 7184866 BLAKE2B 
9be0ae485a372683623eff1f9ed1d209800c3088bf01c134bb5c6f1770e8ded1ebe6c2b301ad648c6cfb1793e2be43aade1410a701f7d0490f2ab1b0a4c3fdd5
 SHA512 
5988f6b7aa46166208b1693b9e1a5fe982cea2987f3f4170bcb14e4bb9be1154b1c6ceed020a949131a498db43d2dffee30bd3167cd56889c1cbb5641ed960f4
 DIST gajim-1.7.3.tar.gz 3753831 BLAKE2B 
c7b8b1dc47b1faf9f1c0803e7931cb00bfbf31075fe481d557ec0f308c79e7580d0054d224781a67eaeea24dba40e40de5faf55d633d71f759022a1ac113f6e4
 SHA512 
66135e88784350bab79b61debc1b65144a82f8eee2c1841d21e4f511b3792361e57b60304d2478654e563687e8302426d76063e748236f4e1c959511c7c28665
+DIST gajim-1.8.0.tar.gz 3835799 BLAKE2B 
030293fc8114877c6d060cd0feae0fecdcecbb26aac8817e1db7db59aee3ee79973efc94584434641ccd39adcf809e0c7a86a017ab46c9695666d898fb7b7905
 SHA512 
724290de6d438aacd929a9759d7a712068c303caf9002a1a70ddc0e9aa16387054d3e4efacf84eced28f49ef79749c764d5fe67fcb23c3baef3a2b7714df218e
+DIST gajim-1.8.1.tar.gz 3844796 BLAKE2B 
b7bbd751a051cd2a46e814a9b3ebc08f10a6570dc071752838a2463019cdf6ea4198f2a349f3935c33d988cd6908cf31dba572bac31f9363675433328e6d679b
 SHA512 
b417d76a4225f16730441dee7befacd6db5be782c9271b789d5f9c10232e342f2d46930eef79a58839c13b2887926591d953a87a7544e32c7bf80d2c65390e31

diff --git a/net-im/gajim/gajim-1.8.0.ebuild b/net-im/gajim/gajim-1.8.0.ebuild
new file mode 100644
index ..0e911bf76b48
--- /dev/null
+++ b/net-im/gajim/gajim-1.8.0.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="sqlite,xml(+)"
+DISTUTILS_USE_PEP517=standalone
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1 xdg-utils
+
+DESCRIPTION="Jabber client written in PyGTK"
+HOMEPAGE="https://gajim.org/;
+SRC_URI="https://gajim.org/downloads/$(ver_cut 1-2)/${P/_p/-}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+# KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+# Gajim depends now on omemo-dr. Add KEYWORDS again,
+# when https://bugs.gentoo.org/912285 is fixed.
+
+KEYWORDS="~amd64"
+IUSE="+crypt geolocation jingle remote rst +spell upnp +webp"
+
+COMMON_DEPEND="
+   dev-libs/gobject-introspection[cairo(+)]
+   >=x11-libs/gtk+-3.22:3[introspection]
+   x11-libs/gtksourceview:4[introspection]"
+DEPEND="${COMMON_DEPEND}
+   app-arch/unzip
+   virtual/pkgconfig
+   >=x11-libs/pango-1.5.0
+   >=sys-devel/gettext-0.17-r1"
+RDEPEND="${COMMON_DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/idna[${PYTHON_USEDEP}]
+   >=dev-python/nbxmpp-4.2.2[${PYTHON_USEDEP}]
+   =dev-python/secretstorage-3.1.1[${PYTHON_USEDEP}]
+   dev-python/css-parser[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   net-libs/libsoup:3.0[introspection]
+   media-libs/gsound[introspection]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/python-axolotl[${PYTHON_USEDEP}]
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/omemo-dr[${PYTHON_USEDEP}]
+   crypt? (
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
+   >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
+   geolocation? ( app-misc/geoclue[introspection] )
+   jingle? (
+   net-libs/farstream:0.2[introspection]
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   media-libs/gst-plugins-ugly:1.0
+   media-plugins/gst-plugins-gtk
+   )
+   remote? (
+   >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
+   sys-apps/dbus[X]
+   )
+   rst? ( dev-python/docutils[${PYTHON_USEDEP}] )
+   spell? (
+   app-text/gsp

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

2023-08-09 Thread Jonas Stein
commit: 5f2882a5cd68d5f6267475790eea63e13dc61c22
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Aug  9 21:58:02 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Wed Aug  9 21:58:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2882a5

sys-apps/inxi: drop 3.3.20.1, 3.3.25.1

Signed-off-by: Jonas Stein  gentoo.org>

 sys-apps/inxi/Manifest |  2 --
 sys-apps/inxi/inxi-3.3.20.1.ebuild | 32 
 sys-apps/inxi/inxi-3.3.25.1.ebuild | 32 
 3 files changed, 66 deletions(-)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index 16aa442cf3a7..c073de43f52f 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -1,4 +1,2 @@
-DIST inxi-3.3.20.1.tar.gz 565689 BLAKE2B 
0b89e54e22d0c88b57fdc2dcb08fc3cbe6b79a724c12d8eafd2e6eb6639ee1346ef9ee34b09f446464bafa35df87489ff9b40ad9e8de67fbe82c1becdd5af8bf
 SHA512 
bdc4de6d2978ff17bdd4a5366d66fb483a304c61448ef33be902080a75ae6e78eba6bcd31b9a799a1eff01f22cc8e72200f314209e36af4287d8e5256bca4d05
-DIST inxi-3.3.25.1.tar.gz 591556 BLAKE2B 
5e9f24a7e9d8a2ef0322d18e106da1b126e7aed7ebb468aa7f7e553ce02dece9a255c1c155eefe7d766c501e8a80e48a5a3ac85fd4c12b07cf870076589cdb93
 SHA512 
1d2fc98c22ba3efb026e12dd17e2dcbe61a849a34846a72ee7ec267f3c233f2903606c3d17d79aacbd2a7c9842f39beb9e61933d41b7914ba07bdace3d29e53b
 DIST inxi-3.3.27.1.tar.gz 614167 BLAKE2B 
1a312255340bfe361eb10dd725cc9fb1421d8dfda34ee944347278e4a293cbcb51d1e2b7aa00f26c16286b90f26d3e0f91f68fb4beeb112ecd8f7a3bc86680ff
 SHA512 
f21285d709d8dc7ce393a6c3b43b5ebabb8ef2c55adf43f00935b728a28f502bbcbd8c1482249e872e4623430f01b4e8cf51f0a6790d56fb12147fa125152575
 DIST inxi-3.3.28.1.tar.gz 624472 BLAKE2B 
3d8ac9c21a7531e694e5de3a764906a69ef0c869f1bb4b7b5e5d0b42a74240a141c97401dfe78a85da27e7489d708fbfc4eb568adaab5270388aebd108f29e1a
 SHA512 
6360193cc1f7a71c7329352311fac625e6c80e37c2bd783a78a534ec9712afd7df17b445c652d97415f6162512ede34b32958311b1c5086e899a2aded7a8efd9

diff --git a/sys-apps/inxi/inxi-3.3.20.1.ebuild 
b/sys-apps/inxi/inxi-3.3.20.1.ebuild
deleted file mode 100644
index a706e26a71c6..
--- a/sys-apps/inxi/inxi-3.3.20.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV=$(ver_rs 3 '-')
-# 2.3.56 was the last version with no tagged release.
-# It was also the last Bash based release. Later versions are Perl based
-
-DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://github.com/smxi/inxi;
-SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
-IUSE="bluetooth hddtemp opengl"
-
-RDEPEND="dev-lang/perl
-   sys-apps/pciutils
-   sys-apps/usbutils
-   bluetooth? ( net-wireless/bluez )
-   hddtemp? ( app-admin/hddtemp )
-   opengl? ( x11-apps/mesa-progs )
-   "
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-   dodoc README.txt
-}

diff --git a/sys-apps/inxi/inxi-3.3.25.1.ebuild 
b/sys-apps/inxi/inxi-3.3.25.1.ebuild
deleted file mode 100644
index 1b3918e6aebe..
--- a/sys-apps/inxi/inxi-3.3.25.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV=$(ver_rs 3 '-')
-# 2.3.56 was the last version with no tagged release.
-# It was also the last Bash based release. Later versions are Perl based
-
-DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://github.com/smxi/inxi;
-SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="bluetooth hddtemp opengl"
-
-RDEPEND="dev-lang/perl
-   sys-apps/pciutils
-   sys-apps/usbutils
-   bluetooth? ( net-wireless/bluez )
-   hddtemp? ( app-admin/hddtemp )
-   opengl? ( x11-apps/mesa-progs )
-   "
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-   dodoc README.txt
-}



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

2023-08-09 Thread Jonas Stein
commit: 4af1e1383958d1de060028360a6745341f5a1ae0
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Aug  9 21:55:09 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Wed Aug  9 21:55:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af1e138

sys-apps/inxi: add 3.3.28.1

Signed-off-by: Jonas Stein  gentoo.org>

 sys-apps/inxi/Manifest |  1 +
 sys-apps/inxi/inxi-3.3.28.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index 2553fe38e431..16aa442cf3a7 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -1,3 +1,4 @@
 DIST inxi-3.3.20.1.tar.gz 565689 BLAKE2B 
0b89e54e22d0c88b57fdc2dcb08fc3cbe6b79a724c12d8eafd2e6eb6639ee1346ef9ee34b09f446464bafa35df87489ff9b40ad9e8de67fbe82c1becdd5af8bf
 SHA512 
bdc4de6d2978ff17bdd4a5366d66fb483a304c61448ef33be902080a75ae6e78eba6bcd31b9a799a1eff01f22cc8e72200f314209e36af4287d8e5256bca4d05
 DIST inxi-3.3.25.1.tar.gz 591556 BLAKE2B 
5e9f24a7e9d8a2ef0322d18e106da1b126e7aed7ebb468aa7f7e553ce02dece9a255c1c155eefe7d766c501e8a80e48a5a3ac85fd4c12b07cf870076589cdb93
 SHA512 
1d2fc98c22ba3efb026e12dd17e2dcbe61a849a34846a72ee7ec267f3c233f2903606c3d17d79aacbd2a7c9842f39beb9e61933d41b7914ba07bdace3d29e53b
 DIST inxi-3.3.27.1.tar.gz 614167 BLAKE2B 
1a312255340bfe361eb10dd725cc9fb1421d8dfda34ee944347278e4a293cbcb51d1e2b7aa00f26c16286b90f26d3e0f91f68fb4beeb112ecd8f7a3bc86680ff
 SHA512 
f21285d709d8dc7ce393a6c3b43b5ebabb8ef2c55adf43f00935b728a28f502bbcbd8c1482249e872e4623430f01b4e8cf51f0a6790d56fb12147fa125152575
+DIST inxi-3.3.28.1.tar.gz 624472 BLAKE2B 
3d8ac9c21a7531e694e5de3a764906a69ef0c869f1bb4b7b5e5d0b42a74240a141c97401dfe78a85da27e7489d708fbfc4eb568adaab5270388aebd108f29e1a
 SHA512 
6360193cc1f7a71c7329352311fac625e6c80e37c2bd783a78a534ec9712afd7df17b445c652d97415f6162512ede34b32958311b1c5086e899a2aded7a8efd9

diff --git a/sys-apps/inxi/inxi-3.3.28.1.ebuild 
b/sys-apps/inxi/inxi-3.3.28.1.ebuild
new file mode 100644
index ..1b3918e6aebe
--- /dev/null
+++ b/sys-apps/inxi/inxi-3.3.28.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV=$(ver_rs 3 '-')
+# 2.3.56 was the last version with no tagged release.
+# It was also the last Bash based release. Later versions are Perl based
+
+DESCRIPTION="The CLI inxi collects and prints hardware and system information"
+HOMEPAGE="https://github.com/smxi/inxi;
+SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="bluetooth hddtemp opengl"
+
+RDEPEND="dev-lang/perl
+   sys-apps/pciutils
+   sys-apps/usbutils
+   bluetooth? ( net-wireless/bluez )
+   hddtemp? ( app-admin/hddtemp )
+   opengl? ( x11-apps/mesa-progs )
+   "
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   dodoc README.txt
+}



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

2023-07-02 Thread Jonas Stein
commit: d1c373f41327dda227ca10618a18ec8caa9316aa
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jul  2 23:32:36 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jul  2 23:33:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c373f4

sys-apps/inxi: drop 3.3.17.1

Signed-off-by: Jonas Stein  gentoo.org>

 sys-apps/inxi/Manifest |  1 -
 sys-apps/inxi/inxi-3.3.17.1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index c343311bfe87..2553fe38e431 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -1,4 +1,3 @@
-DIST inxi-3.3.17.1.tar.gz 558476 BLAKE2B 
a53a90a9bbea44da7e2f4c77d2fbd6cf41fd4bcf95defe7c27379b62ccfbeee70e06865034082e4ffd24018312ca0f439d9ef7d746c979fbd4c5fff47b42f165
 SHA512 
2bf28e8c4bc3d93e309639e04dfafd6e7b2c82b33178c11e138828c8378e1636b1fb16dbae88838e69953020789637745ffa54818ed954624995c1daaf2387cb
 DIST inxi-3.3.20.1.tar.gz 565689 BLAKE2B 
0b89e54e22d0c88b57fdc2dcb08fc3cbe6b79a724c12d8eafd2e6eb6639ee1346ef9ee34b09f446464bafa35df87489ff9b40ad9e8de67fbe82c1becdd5af8bf
 SHA512 
bdc4de6d2978ff17bdd4a5366d66fb483a304c61448ef33be902080a75ae6e78eba6bcd31b9a799a1eff01f22cc8e72200f314209e36af4287d8e5256bca4d05
 DIST inxi-3.3.25.1.tar.gz 591556 BLAKE2B 
5e9f24a7e9d8a2ef0322d18e106da1b126e7aed7ebb468aa7f7e553ce02dece9a255c1c155eefe7d766c501e8a80e48a5a3ac85fd4c12b07cf870076589cdb93
 SHA512 
1d2fc98c22ba3efb026e12dd17e2dcbe61a849a34846a72ee7ec267f3c233f2903606c3d17d79aacbd2a7c9842f39beb9e61933d41b7914ba07bdace3d29e53b
 DIST inxi-3.3.27.1.tar.gz 614167 BLAKE2B 
1a312255340bfe361eb10dd725cc9fb1421d8dfda34ee944347278e4a293cbcb51d1e2b7aa00f26c16286b90f26d3e0f91f68fb4beeb112ecd8f7a3bc86680ff
 SHA512 
f21285d709d8dc7ce393a6c3b43b5ebabb8ef2c55adf43f00935b728a28f502bbcbd8c1482249e872e4623430f01b4e8cf51f0a6790d56fb12147fa125152575

diff --git a/sys-apps/inxi/inxi-3.3.17.1.ebuild 
b/sys-apps/inxi/inxi-3.3.17.1.ebuild
deleted file mode 100644
index f830c706f006..
--- a/sys-apps/inxi/inxi-3.3.17.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV=$(ver_rs 3 '-')
-# 2.3.56 was the last version with no tagged release.
-# It was also the last Bash based release. Later versions are Perl based
-
-DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://github.com/smxi/inxi;
-SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv x86"
-IUSE="bluetooth hddtemp opengl"
-
-RDEPEND="dev-lang/perl
-   sys-apps/pciutils
-   sys-apps/usbutils
-   bluetooth? ( net-wireless/bluez )
-   hddtemp? ( app-admin/hddtemp )
-   opengl? ( x11-apps/mesa-progs )
-   "
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-   dodoc README.txt
-}



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

2023-05-20 Thread Jonas Stein
commit: f43f9a485182ba8ec160ecd64ca6014493db6743
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat May 20 13:08:37 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sat May 20 13:09:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43f9a48

sys-apps/inxi: add 3.3.27.1

Signed-off-by: Jonas Stein  gentoo.org>

 sys-apps/inxi/Manifest |  1 +
 sys-apps/inxi/inxi-3.3.27.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index 570952846e6f..c343311bfe87 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -1,3 +1,4 @@
 DIST inxi-3.3.17.1.tar.gz 558476 BLAKE2B 
a53a90a9bbea44da7e2f4c77d2fbd6cf41fd4bcf95defe7c27379b62ccfbeee70e06865034082e4ffd24018312ca0f439d9ef7d746c979fbd4c5fff47b42f165
 SHA512 
2bf28e8c4bc3d93e309639e04dfafd6e7b2c82b33178c11e138828c8378e1636b1fb16dbae88838e69953020789637745ffa54818ed954624995c1daaf2387cb
 DIST inxi-3.3.20.1.tar.gz 565689 BLAKE2B 
0b89e54e22d0c88b57fdc2dcb08fc3cbe6b79a724c12d8eafd2e6eb6639ee1346ef9ee34b09f446464bafa35df87489ff9b40ad9e8de67fbe82c1becdd5af8bf
 SHA512 
bdc4de6d2978ff17bdd4a5366d66fb483a304c61448ef33be902080a75ae6e78eba6bcd31b9a799a1eff01f22cc8e72200f314209e36af4287d8e5256bca4d05
 DIST inxi-3.3.25.1.tar.gz 591556 BLAKE2B 
5e9f24a7e9d8a2ef0322d18e106da1b126e7aed7ebb468aa7f7e553ce02dece9a255c1c155eefe7d766c501e8a80e48a5a3ac85fd4c12b07cf870076589cdb93
 SHA512 
1d2fc98c22ba3efb026e12dd17e2dcbe61a849a34846a72ee7ec267f3c233f2903606c3d17d79aacbd2a7c9842f39beb9e61933d41b7914ba07bdace3d29e53b
+DIST inxi-3.3.27.1.tar.gz 614167 BLAKE2B 
1a312255340bfe361eb10dd725cc9fb1421d8dfda34ee944347278e4a293cbcb51d1e2b7aa00f26c16286b90f26d3e0f91f68fb4beeb112ecd8f7a3bc86680ff
 SHA512 
f21285d709d8dc7ce393a6c3b43b5ebabb8ef2c55adf43f00935b728a28f502bbcbd8c1482249e872e4623430f01b4e8cf51f0a6790d56fb12147fa125152575

diff --git a/sys-apps/inxi/inxi-3.3.27.1.ebuild 
b/sys-apps/inxi/inxi-3.3.27.1.ebuild
new file mode 100644
index ..1b3918e6aebe
--- /dev/null
+++ b/sys-apps/inxi/inxi-3.3.27.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV=$(ver_rs 3 '-')
+# 2.3.56 was the last version with no tagged release.
+# It was also the last Bash based release. Later versions are Perl based
+
+DESCRIPTION="The CLI inxi collects and prints hardware and system information"
+HOMEPAGE="https://github.com/smxi/inxi;
+SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="bluetooth hddtemp opengl"
+
+RDEPEND="dev-lang/perl
+   sys-apps/pciutils
+   sys-apps/usbutils
+   bluetooth? ( net-wireless/bluez )
+   hddtemp? ( app-admin/hddtemp )
+   opengl? ( x11-apps/mesa-progs )
+   "
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   dodoc README.txt
+}



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

2023-05-14 Thread Jonas Stein
commit: 02fe020d38a6570586e22204499eef6875a0a2e9
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun May 14 20:12:13 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun May 14 20:13:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02fe020d

app-arch/stenc: Add dependencies

Added pandoc and pkgconfig in BDEPEND

Signed-off-by: Jonas Stein  gentoo.org>

 app-arch/stenc/stenc-2.0.0.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/app-arch/stenc/stenc-2.0.0.ebuild 
b/app-arch/stenc/stenc-2.0.0.ebuild
index fc6166457297..d82e421cce64 100644
--- a/app-arch/stenc/stenc-2.0.0.ebuild
+++ b/app-arch/stenc/stenc-2.0.0.ebuild
@@ -20,6 +20,11 @@ HOMEPAGE="https://github.com/scsitape/stenc/;
 LICENSE="GPL-2"
 SLOT="0"
 
+BDEPEND="
+   app-text/pandoc
+   virtual/pkgconfig
+"
+
 src_prepare() {
default
eautoreconf



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

2023-05-14 Thread Jonas Stein
commit: 092eac43df7aa1b94a5c52ab4936f5f3ba26a542
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun May 14 14:36:12 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun May 14 19:35:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092eac43

app-arch/stenc: add 2.0.0

Signed-off-by: Jonas Stein  gentoo.org>

 app-arch/stenc/Manifest   |  1 +
 app-arch/stenc/stenc-2.0.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-arch/stenc/Manifest b/app-arch/stenc/Manifest
index 15de7048a6b6..f8cbaf0666a3 100644
--- a/app-arch/stenc/Manifest
+++ b/app-arch/stenc/Manifest
@@ -1 +1,2 @@
 DIST stenc-1.1.1.tar.gz 161761 BLAKE2B 
865d36befd53e1db00245688e2aac429546b29f7b039cbd04aaafb47fcc55f02ba01e7f13c7814ae4daf102372eded1f069c1b9ecfb2b2e7aaf009bfa2855ae4
 SHA512 
89eb1da2391be207e23d4e3cc6563405272eeb456b59360e92fbeca063badcfcf4c37fc814af59803707006e5c04e43e18755e1d30b0f3b3020a7645396db1a6
+DIST stenc-2.0.0.tar.gz 166547 BLAKE2B 
d5a5b8794887f7ba1353b573d4aad41abd719067ab7256f0f90101a960847707ce47d63618d7b406726841114e8495aba2a0c5053c3e11f9c118859ab8573a89
 SHA512 
9dcdcff547d8f0d1fd99eaaf54812e47ca5a3f4e56befe11d7e32919bc7caa968476f0f082925c86be1e9892369cec26125be089bf11f29c87ca63b3614ebffe

diff --git a/app-arch/stenc/stenc-2.0.0.ebuild 
b/app-arch/stenc/stenc-2.0.0.ebuild
new file mode 100644
index ..fc6166457297
--- /dev/null
+++ b/app-arch/stenc/stenc-2.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/scsitape/stenc.git;
+   S="${WORKDIR}/${P}/src"
+else
+   SRC_URI="https://github.com/scsitape/stenc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="SCSI Tape Encryption Manager enables AES support for LTO drives"
+HOMEPAGE="https://github.com/scsitape/stenc/;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+src_prepare() {
+   default
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/icewm/

2023-04-02 Thread Jonas Stein
commit: 09261f9f442da3233ae1028e6621e9a0d014578f
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Apr  2 15:03:42 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Apr  2 15:03:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09261f9f

x11-wm/icewm:

Typo in einfo - "Confilcting"

Closes: https://bugs.gentoo.org/903700
Signed-off-by: Jonas Stein  gentoo.org>

 x11-wm/icewm/icewm-2.9.6.ebuild | 4 ++--
 x11-wm/icewm/icewm-2.9.7.ebuild | 4 ++--
 x11-wm/icewm/icewm-3.3.1.ebuild | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/x11-wm/icewm/icewm-2.9.6.ebuild b/x11-wm/icewm/icewm-2.9.6.ebuild
index 0664df0f927f..8abbaa37a6ab 100644
--- a/x11-wm/icewm/icewm-2.9.6.ebuild
+++ b/x11-wm/icewm/icewm-2.9.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -82,7 +82,7 @@ BDEPEND="
 
 pkg_pretend() {
if use gdk-pixbuf && use imlib ; then
-   einfo 'Confilcting USE flags have been enabled:'
+   einfo 'Conflicting USE flags have been enabled:'
einfo '"gdk-pixbuf" and "imlib" exclude each other!'
einfo 'Using "gdk-pixbuf".'
fi

diff --git a/x11-wm/icewm/icewm-2.9.7.ebuild b/x11-wm/icewm/icewm-2.9.7.ebuild
index c329b7a03a4e..24527671c135 100644
--- a/x11-wm/icewm/icewm-2.9.7.ebuild
+++ b/x11-wm/icewm/icewm-2.9.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -82,7 +82,7 @@ BDEPEND="
 
 pkg_pretend() {
if use gdk-pixbuf && use imlib ; then
-   einfo 'Confilcting USE flags have been enabled:'
+   einfo 'Conflicting USE flags have been enabled:'
einfo '"gdk-pixbuf" and "imlib" exclude each other!'
einfo 'Using "gdk-pixbuf".'
fi

diff --git a/x11-wm/icewm/icewm-3.3.1.ebuild b/x11-wm/icewm/icewm-3.3.1.ebuild
index beda371ecbfd..182fcaf040ba 100644
--- a/x11-wm/icewm/icewm-3.3.1.ebuild
+++ b/x11-wm/icewm/icewm-3.3.1.ebuild
@@ -82,7 +82,7 @@ BDEPEND="
 
 pkg_pretend() {
if use gdk-pixbuf && use imlib ; then
-   einfo 'Confilcting USE flags have been enabled:'
+   einfo 'Conflicting USE flags have been enabled:'
einfo '"gdk-pixbuf" and "imlib" exclude each other!'
einfo 'Using "gdk-pixbuf".'
fi



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

2023-03-21 Thread Jonas Stein
commit: bb18825a65e0416d73fa64df0ec0cf984f5ed53d
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Mar 21 10:10:52 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Tue Mar 21 10:12:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb18825a

sys-apps/inxi: add 3.3.25.1

Signed-off-by: Jonas Stein  gentoo.org>

 sys-apps/inxi/Manifest |  1 +
 sys-apps/inxi/inxi-3.3.25.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index 23a9ad95171e..570952846e6f 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -1,2 +1,3 @@
 DIST inxi-3.3.17.1.tar.gz 558476 BLAKE2B 
a53a90a9bbea44da7e2f4c77d2fbd6cf41fd4bcf95defe7c27379b62ccfbeee70e06865034082e4ffd24018312ca0f439d9ef7d746c979fbd4c5fff47b42f165
 SHA512 
2bf28e8c4bc3d93e309639e04dfafd6e7b2c82b33178c11e138828c8378e1636b1fb16dbae88838e69953020789637745ffa54818ed954624995c1daaf2387cb
 DIST inxi-3.3.20.1.tar.gz 565689 BLAKE2B 
0b89e54e22d0c88b57fdc2dcb08fc3cbe6b79a724c12d8eafd2e6eb6639ee1346ef9ee34b09f446464bafa35df87489ff9b40ad9e8de67fbe82c1becdd5af8bf
 SHA512 
bdc4de6d2978ff17bdd4a5366d66fb483a304c61448ef33be902080a75ae6e78eba6bcd31b9a799a1eff01f22cc8e72200f314209e36af4287d8e5256bca4d05
+DIST inxi-3.3.25.1.tar.gz 591556 BLAKE2B 
5e9f24a7e9d8a2ef0322d18e106da1b126e7aed7ebb468aa7f7e553ce02dece9a255c1c155eefe7d766c501e8a80e48a5a3ac85fd4c12b07cf870076589cdb93
 SHA512 
1d2fc98c22ba3efb026e12dd17e2dcbe61a849a34846a72ee7ec267f3c233f2903606c3d17d79aacbd2a7c9842f39beb9e61933d41b7914ba07bdace3d29e53b

diff --git a/sys-apps/inxi/inxi-3.3.25.1.ebuild 
b/sys-apps/inxi/inxi-3.3.25.1.ebuild
new file mode 100644
index ..1b3918e6aebe
--- /dev/null
+++ b/sys-apps/inxi/inxi-3.3.25.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV=$(ver_rs 3 '-')
+# 2.3.56 was the last version with no tagged release.
+# It was also the last Bash based release. Later versions are Perl based
+
+DESCRIPTION="The CLI inxi collects and prints hardware and system information"
+HOMEPAGE="https://github.com/smxi/inxi;
+SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="bluetooth hddtemp opengl"
+
+RDEPEND="dev-lang/perl
+   sys-apps/pciutils
+   sys-apps/usbutils
+   bluetooth? ( net-wireless/bluez )
+   hddtemp? ( app-admin/hddtemp )
+   opengl? ( x11-apps/mesa-progs )
+   "
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   dodoc README.txt
+}



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

2023-02-11 Thread Jonas Stein
commit: cf14852d666ac2f279cdf15f56f2f12618c10ef7
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Feb 11 18:52:53 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sat Feb 11 18:52:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf14852d

dev-lang/crystal: drop to maintainer-needed

Bug: https://bugs.gentoo.org/739606
Signed-off-by: Jonas Stein  gentoo.org>

 dev-lang/crystal/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/dev-lang/crystal/metadata.xml b/dev-lang/crystal/metadata.xml
index 456e61401b3b..f77c85d20694 100644
--- a/dev-lang/crystal/metadata.xml
+++ b/dev-lang/crystal/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tosho...@shojigate.net
-   J. Pz
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

Crystal is a programming language that resembles Ruby but 
compiles to
native code and tries to be much more efficient, at the cost of



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

2023-02-11 Thread Jonas Stein
commit: 5d235f3e3687867894f461df1c1469b77c5e4863
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Feb 11 18:53:35 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sat Feb 11 18:53:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d235f3e

dev-util/shards: drop to maintainer-needed

Closes: https://bugs.gentoo.org/739606
Signed-off-by: Jonas Stein  gentoo.org>

 dev-util/shards/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/dev-util/shards/metadata.xml b/dev-util/shards/metadata.xml
index 60a4fed88a2f..52620946265d 100644
--- a/dev-util/shards/metadata.xml
+++ b/dev-util/shards/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tosho...@shojigate.net
-   J. Pz
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

crystal-lang/shards




[gentoo-commits] repo/gentoo:master commit in: sys-apps/bat/, app-misc/physlock/

2023-02-11 Thread Jonas Stein
commit: d77b1cf1f76a68044e8998ea784f4f831bf12306
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Feb 11 18:51:04 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sat Feb 11 18:51:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77b1cf1

app-misc/physlock: drop to maintainer-needed

Bug: https://bugs.gentoo.org/739606
Signed-off-by: Jonas Stein  gentoo.org>

 app-misc/physlock/metadata.xml | 9 +
 sys-apps/bat/metadata.xml  | 9 +
 2 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/app-misc/physlock/metadata.xml b/app-misc/physlock/metadata.xml
index 41a94ab16721..b303a39dffc8 100644
--- a/app-misc/physlock/metadata.xml
+++ b/app-misc/physlock/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tosho...@shojigate.net
-   J. Pz
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

Control physical access to a linux computer by locking all of 
its virtual
terminals / consoles.

diff --git a/sys-apps/bat/metadata.xml b/sys-apps/bat/metadata.xml
index 1a8d599e5e92..9b007f050989 100644
--- a/sys-apps/bat/metadata.xml
+++ b/sys-apps/bat/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   tosho...@shojigate.net
-   J. Pz
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

A cat(1) clone with wings
 



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

2023-01-31 Thread Jonas Stein
commit: edf7231cee8509dcc346c3c21891ccb6fbd69602
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Jan 31 22:57:05 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Tue Jan 31 22:57:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf7231c

net-vpn/logmein-hamachi: update HOMEPAGE, SRC_URI

https://www.vpn.net/ has an outdated certificate since a while, but
https://vpn.net/ works fine. Update SRC_URI

Closes: https://bugs.gentoo.org/889272
Signed-off-by: Jonas Stein  gentoo.org>

 net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.203.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.203.ebuild 
b/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.203.ebuild
index e1358b40444d..75c142f46046 100644
--- a/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.203.ebuild
+++ b/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.203.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,9 +6,9 @@ EAPI=7
 inherit linux-info systemd
 
 DESCRIPTION="LogMeIn Hamachi VPN tunneling engine"
-HOMEPAGE="https://www.vpn.net/;
-SRC_URI="x86?  ( https://www.vpn.net/installers/${P}-x86.tgz )
-   amd64?  ( https://www.vpn.net/installers/${P}-x64.tgz )"
+HOMEPAGE="https://vpn.net/;
+SRC_URI="x86?  ( https://vpn.net/installers/${P}-x86.tgz )
+   amd64?  ( https://vpn.net/installers/${P}-x64.tgz )"
 
 LICENSE="LogMeIn"
 SLOT="0"



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

2023-01-31 Thread Jonas Stein
commit: 991aab44f63b9af1a9319a07b484e702c8f63ab6
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Jan 31 22:39:57 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Tue Jan 31 22:39:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991aab44

net-vpn/logmein-hamachi: drop to maintainer-needed

Proxied maintainer retired due to inactivity.

Closes: https://bugs.gentoo.org/633192
Signed-off-by: Jonas Stein  gentoo.org>

 net-vpn/logmein-hamachi/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-vpn/logmein-hamachi/metadata.xml 
b/net-vpn/logmein-hamachi/metadata.xml
index 70282b9cc215..115e9d64a669 100644
--- a/net-vpn/logmein-hamachi/metadata.xml
+++ b/net-vpn/logmein-hamachi/metadata.xml
@@ -1,12 +1,5 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   nonno.cic...@libero.it
-   Simone Scanzoni
-   
-
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/wxGTK/

2023-01-28 Thread Jonas Stein
commit: dc3f6c62efcf23d8187559d25a4b94368b35a3aa
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Jan 28 23:41:30 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sat Jan 28 23:42:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3f6c62

x11-libs/wxGTK: update maintainers

Signed-off-by: Jonas Stein  gentoo.org>

 x11-libs/wxGTK/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/wxGTK/metadata.xml b/x11-libs/wxGTK/metadata.xml
index afaa0b148051..ae985025c0ac 100644
--- a/x11-libs/wxGTK/metadata.xml
+++ b/x11-libs/wxGTK/metadata.xml
@@ -3,7 +3,7 @@
 

wxwidg...@gentoo.org
-   All modifications to this package must be approved 
by the wxwidgets herd.
+   Gentoo wxWidgets Project






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

2023-01-17 Thread Jonas Stein
commit: bdeb6d7411a8cc3023369b7d0e7b1093d751bee7
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Jan 17 19:11:29 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Tue Jan 17 19:14:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdeb6d74

sci-mathematics/ent: update SRC_URI

SRC_URI was the gentoo mirror.

Signed-off-by: Jonas Stein  gentoo.org>

 sci-mathematics/ent/Manifest  | 2 +-
 sci-mathematics/ent/ent-101202.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/ent/Manifest b/sci-mathematics/ent/Manifest
index 56ed4def1764..a69def2e3131 100644
--- a/sci-mathematics/ent/Manifest
+++ b/sci-mathematics/ent/Manifest
@@ -1 +1 @@
-DIST random-101202.zip 76200 BLAKE2B 
fec032543e2b5721f558c641f9668544579db022e018ad025fad16b7402f9279a0b66c70465a6cae1cae81afecc04fccd02edc80f213d167cd513c18c876eda3
 SHA512 
f74cfae8cd8b9f405b7459a350571d3ef438bdba42508da59ca214f6e7f6372d253a4c1a30685aa7dfc1cf14dde9796ea54bf42aa103a63bae09a5bb3fd3d3d8
+DIST ent-101202.zip 76200 BLAKE2B 
fec032543e2b5721f558c641f9668544579db022e018ad025fad16b7402f9279a0b66c70465a6cae1cae81afecc04fccd02edc80f213d167cd513c18c876eda3
 SHA512 
f74cfae8cd8b9f405b7459a350571d3ef438bdba42508da59ca214f6e7f6372d253a4c1a30685aa7dfc1cf14dde9796ea54bf42aa103a63bae09a5bb3fd3d3d8

diff --git a/sci-mathematics/ent/ent-101202.ebuild 
b/sci-mathematics/ent/ent-101202.ebuild
index 4f6083e1c889..42778d0dd0c0 100644
--- a/sci-mathematics/ent/ent-101202.ebuild
+++ b/sci-mathematics/ent/ent-101202.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="Random number sequence test and entropy calculation"
 HOMEPAGE="https://www.fourmilab.ch/random/ 
https://github.com/Fourmilab/ent_random_sequence_tester;
-SRC_URI="mirror://gentoo/random-${PV}.zip"
+SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.zip;
 S="${WORKDIR}"
 
 LICENSE="public-domain"



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

2023-01-17 Thread Jonas Stein
commit: 12c7357341e7c6228ddd8fe0b1a7c6d085ed69a3
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Jan 17 17:37:41 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Tue Jan 17 17:37:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c73573

sci-mathematics/ent: update DESCRIPTION, HOMEPAGE

Signed-off-by: Jonas Stein  gentoo.org>

 sci-mathematics/ent/ent-101202.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-mathematics/ent/ent-101202.ebuild 
b/sci-mathematics/ent/ent-101202.ebuild
index 694df9dc8441..4f6083e1c889 100644
--- a/sci-mathematics/ent/ent-101202.ebuild
+++ b/sci-mathematics/ent/ent-101202.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 inherit toolchain-funcs
 
-DESCRIPTION="Pseudorandom number sequence test"
-HOMEPAGE="http://www.fourmilab.ch/random/;
+DESCRIPTION="Random number sequence test and entropy calculation"
+HOMEPAGE="https://www.fourmilab.ch/random/ 
https://github.com/Fourmilab/ent_random_sequence_tester;
 SRC_URI="mirror://gentoo/random-${PV}.zip"
 S="${WORKDIR}"
 



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

2023-01-13 Thread Jonas Stein
commit: e29d8082c10bf420fc81e495e55324d126f6e0d5
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Jan 13 20:52:57 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Fri Jan 13 20:55:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e29d8082

app-text/wgetpaste: Update HOMEPAGE

The old project HOMEPAGE https://wgetpaste.zlin.dk/
has not been updated for years.
The development continued on GH.

Signed-off-by: Jonas Stein  gentoo.org>

 app-text/wgetpaste/wgetpaste-2.29-r1.ebuild   | 4 ++--
 app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild | 5 ++---
 app-text/wgetpaste/wgetpaste-2.32.ebuild  | 5 ++---
 app-text/wgetpaste/wgetpaste-2.33-r1.ebuild   | 4 ++--
 4 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild 
b/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild
index 4df3cd271600..2600ece9d578 100644
--- a/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild
+++ b/app-text/wgetpaste/wgetpaste-2.29-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
 DESCRIPTION="Command-line interface to various pastebins"
-HOMEPAGE="https://wgetpaste.zlin.dk/;
+HOMEPAGE="https://github.com/zlin/wgetpaste;
 SRC_URI="https://wgetpaste.zlin.dk/${P}.tar.bz2;
 
 LICENSE="MIT"

diff --git a/app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild 
b/app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild
index 45a384368039..42f4a1862ccb 100644
--- a/app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild
+++ b/app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
 DESCRIPTION="Command-line interface to various pastebins"
-HOMEPAGE="https://wgetpaste.zlin.dk/;
-
+HOMEPAGE="https://github.com/zlin/wgetpaste;
 COMMIT_HASH="f9b08c50009485817e8b44300f79a92e37fe9f22"
 SRC_URI="https://github.com/zlin/wgetpaste/archive/${COMMIT_HASH}.tar.gz -> 
${P}.tar.gz"
 

diff --git a/app-text/wgetpaste/wgetpaste-2.32.ebuild 
b/app-text/wgetpaste/wgetpaste-2.32.ebuild
index d69842d8dc2e..970f038a41da 100644
--- a/app-text/wgetpaste/wgetpaste-2.32.ebuild
+++ b/app-text/wgetpaste/wgetpaste-2.32.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="Command-line interface to various pastebins"
-HOMEPAGE="https://wgetpaste.zlin.dk/;
-
+HOMEPAGE="https://github.com/zlin/wgetpaste;
 SRC_URI="https://github.com/zlin/wgetpaste/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/app-text/wgetpaste/wgetpaste-2.33-r1.ebuild 
b/app-text/wgetpaste/wgetpaste-2.33-r1.ebuild
index c8592f26415d..71e79ddd02dc 100644
--- a/app-text/wgetpaste/wgetpaste-2.33-r1.ebuild
+++ b/app-text/wgetpaste/wgetpaste-2.33-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 inherit optfeature
 
 DESCRIPTION="Command-line interface to various pastebins"
-HOMEPAGE="https://wgetpaste.zlin.dk/;
+HOMEPAGE="https://github.com/zlin/wgetpaste;
 SRC_URI="https://github.com/zlin/wgetpaste/releases/download/${PV}/${P}.tar.xz;
 
 LICENSE="MIT"



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

2023-01-09 Thread Jonas Stein
commit: 7fbcbac1fb14766b5d4ae1ec637a125b16d63dcc
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Jan  9 19:39:25 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Mon Jan  9 19:40:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fbcbac1

package.mask: Last rite www-client/dillo

Bug: https://bugs.gentoo.org/890244
Signed-off-by: Jonas Stein  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 7b890454a85b..0eb9c4b99428 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Jonas Stein  (2023-01-09)
+# Dead upstream, open bugs unmaintained.
+# Removal after 2023-03-01.  Bug #890244.
+www-client/dillo
+
 # John Helmert III  (2023-01-08)
 # Multiple vulnerabilities include remote code execution, maintainer
 # needed, removal in 30 days. Bug #834501



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

2023-01-08 Thread Jonas Stein
commit: ff9c90b3f6a765a0662dd13a2f80bde741e92e75
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Jan  9 01:36:01 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Mon Jan  9 01:36:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9c90b3

www-client/dillo: drop 

Signed-off-by: Jonas Stein  gentoo.org>

 www-client/dillo/dillo-.ebuild | 63 --
 1 file changed, 63 deletions(-)

diff --git a/www-client/dillo/dillo-.ebuild 
b/www-client/dillo/dillo-.ebuild
deleted file mode 100644
index 4432d6a7d224..
--- a/www-client/dillo/dillo-.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools desktop mercurial toolchain-funcs
-
-DESCRIPTION="Lean FLTK based web browser"
-HOMEPAGE="https://www.dillo.org/;
-SRC_URI="mirror://gentoo/${PN}.png"
-EHG_REPO_URI="https://hg.dillo.org/dillo;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc +gif ipv6 +jpeg +png ssl +xembed"
-
-RDEPEND="
-   >=x11-libs/fltk-1.3
-   sys-libs/zlib
-   jpeg? ( virtual/jpeg:0 )
-   png? ( >=media-libs/libpng-1.2:0 )
-   ssl? ( net-libs/mbedtls:= )
-"
-DEPEND="
-   ${RDEPEND}
-   doc? ( app-doc/doxygen )
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}2-inbuf.patch
-   "${FILESDIR}"/${PN}-3.0.5-fno-common.patch
-)
-DOCS="AUTHORS ChangeLog README NEWS doc/*.txt doc/README"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf  \
-   $(use_enable gif) \
-   $(use_enable ipv6) \
-   $(use_enable jpeg) \
-   $(use_enable png) \
-   $(use_enable ssl) \
-   $(use_enable xembed)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-   if use doc; then
-   doxygen Doxyfile || die
-   fi
-}
-
-src_install() {
-   default
-
-   use doc && dodoc -r html
-
-   doicon "${DISTDIR}"/${PN}.png
-   make_desktop_entry ${PN} Dillo
-}



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

2023-01-03 Thread Jonas Stein
commit: 4db2fc21090abb424b8b2751eb0993139ac9ded4
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Jan  4 01:57:24 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Wed Jan  4 02:04:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db2fc21

app-text/tree: add 2.1.0

Version bump and migrate to bz2 compression in SRC_URI

Suggested-by: Alexander Kurakin  mail.ru>
Closes: https://bugs.gentoo.org/889540
Signed-off-by: Jonas Stein  gentoo.org>

 app-text/tree/Manifest  |  1 +
 app-text/tree/tree-2.1.0.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index 76b3048e64d1..bdbfe971a219 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1 +1,2 @@
 DIST unix-tree-2.0.4.tar.gz 59497 BLAKE2B 
c55f8f64f2dfc6364ce3ab5ec26e59860f958eacbf681d1d53848172d474605f71864c1eb7db27be15f3df2fc2979787685e80de76ff817c5cdfafb9c52af203
 SHA512 
59f391de5792ce9990153c2de06bc545813f9e7aea635c574ef21f1603203146cdad4dbed821266715d716241d7153276aa220626ce8354446dd85df47e75fa6
+DIST unix-tree-2.1.0.tar.bz2 51401 BLAKE2B 
89b15df0268c03ba66827c7e6d234d1f5c4f6a5d9788e30bf6859d477b340393acbeec9ad7afc1909fdc7beb81ef7934917206066e0875d9f1662fca170f4127
 SHA512 
0f3a6ecb450bb3d683804667d4f15aecf9c9765578d47a62e39a8ff69cbe1c2a0a4a922fef3728359060338f4f9cd2de7ab8eb0f992a4c32949278bb47d17edc

diff --git a/app-text/tree/tree-2.1.0.ebuild b/app-text/tree/tree-2.1.0.ebuild
new file mode 100644
index ..fbad3d309fd4
--- /dev/null
+++ b/app-text/tree/tree-2.1.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs flag-o-matic bash-completion-r1
+
+DESCRIPTION="Lists directories recursively, and produces an indented listing 
of files"
+HOMEPAGE="https://mama.indstate.edu/users/ice/tree/ 
https://gitlab.com/OldManProgrammer/unix-tree;
+SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE=""
+
+S=${WORKDIR}/unix-${P}
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+   if use !elibc_glibc ; then
+   # 433972, also previously done only for elibc_uclibc
+   sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
+   fi
+   default
+}
+
+src_compile() {
+   append-lfs-flags
+   emake \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+   LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dobin tree
+   doman doc/tree*.1
+   einstalldocs
+   newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
+}



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

2023-01-01 Thread Jonas Stein
commit: c91d68586709af6f0bddd55659d2894c849a0c22
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jan  1 22:29:20 2023 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jan  1 22:29:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91d6858

package.mask: Last rite net-analyzer/chaosreader

Bug: https://bugs.gentoo.org/722568
Signed-off-by: Jonas Stein  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index ccd987923076..85d1b9828618 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Jonas Stein  (2023-01-01)
+# Package is broken and unusable, no activity upstream.
+# Removal after 2023-02-01.  Bug #722568.
+net-analyzer/chaosreader
+
 # Arthur Zamarin  (2022-12-31)
 # EAPI=6 ebuild, live only packages for 1 year! maintainer-needed package.
 # Removal: 2023-01-30.  Bug #889200.



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

2022-12-10 Thread Jonas Stein
commit: d6d138eff50017e84c60b8f712b2886d29a40365
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Dec 11 02:18:30 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Dec 11 02:18:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6d138ef

package.mask: Last rite dev-cpp/sourcetrail

Bug: https://bugs.gentoo.org/884715
Signed-off-by: Jonas Stein  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 74e9ad495a60..9be5ab60969f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Jonas Stein  (2022-12-11)
+# Unfetchable and mirror-restricted.
+# Upstream discontinued
+# Removal after 2023-02-01.  Bug #884715.
+dev-cpp/sourcetrail
+
 # Andreas K. Hüttel  (2022-12-10)
 # Fails to build with recent perl. No maintainer, no revdeps.
 # Removal in 30 days. Bug 849518



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

2022-12-05 Thread Jonas Stein
commit: 4a5c2f12b8fb03fb0e250e95272aac042f3aa333
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Dec  5 18:58:31 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Mon Dec  5 18:58:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5c2f12

app-text/tree: drop 1.8.0, 2.0.1, 2.0.2

Signed-off-by: Jonas Stein  gentoo.org>

 app-text/tree/Manifest  |  3 ---
 app-text/tree/tree-1.8.0.ebuild | 42 -
 app-text/tree/tree-2.0.1.ebuild | 41 
 app-text/tree/tree-2.0.2.ebuild | 41 
 4 files changed, 127 deletions(-)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index 3ac9374369ea..76b3048e64d1 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1,4 +1 @@
-DIST tree-1.8.0.tgz 50286 BLAKE2B 
51a27500b89a46add6e792d446b465696d2b34339bbd06f03baff9ce589131b5d82c414849f891dbb79a3f3cfb23b89336e783ad23b84c1fb5415a13fb9488cd
 SHA512 
3f657a6278ec5eab2fccab39dfd69bf9376811189a368b5e3213dc900b90a4e7a4961fc58eb80ad2efd5b40d2fbd0146ec59f30fe0bba576f93519214f240695
-DIST tree-2.0.1.tgz 57213 BLAKE2B 
977f3bd606881f92f7e39fb167205b468f77408a2fa3ff14c20eeab0e6f194115d2d41a3919751c9c9d103ae185dc231710a464f0c57ea244e8a410782503d6f
 SHA512 
11a45136d62ee7b4acdb599025c250f3b95c46c94cea132bdc226357561bbae3ed874a99e554d2e01a93eaac639fb89d8a2539964ce788540ac3537f0e4c
-DIST tree-2.0.2.tgz 57960 BLAKE2B 
3038b4a0f904ba4854ab40d52448fd0859380346d1a355c16fa97dfcae7b650ba4406e970555c79b5c5d5dca31677f5ae2b83cab0178e5580d342956167ba80b
 SHA512 
5b9612ada9e3b1414d06daf5d7589f18480f232ba6ea29a004ceb7ff5b46c57610766bdb2babe9c20047dfea39cb233a6d92a60fcf2c38beccbebc94fb1eb20f
 DIST unix-tree-2.0.4.tar.gz 59497 BLAKE2B 
c55f8f64f2dfc6364ce3ab5ec26e59860f958eacbf681d1d53848172d474605f71864c1eb7db27be15f3df2fc2979787685e80de76ff817c5cdfafb9c52af203
 SHA512 
59f391de5792ce9990153c2de06bc545813f9e7aea635c574ef21f1603203146cdad4dbed821266715d716241d7153276aa220626ce8354446dd85df47e75fa6

diff --git a/app-text/tree/tree-1.8.0.ebuild b/app-text/tree/tree-1.8.0.ebuild
deleted file mode 100644
index 98111d9ab0f7..
--- a/app-text/tree/tree-1.8.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs flag-o-matic bash-completion-r1
-
-DESCRIPTION="Lists directories recursively, and produces an indented listing 
of files"
-HOMEPAGE="http://mama.indstate.edu/users/ice/tree/;
-SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-src_prepare() {
-   sed -i -e 's:LINUX:__linux__:' tree.c || die
-   mv doc/tree.1.fr doc/tree.fr.1
-   if use !elibc_glibc ; then
-   # 433972, also previously done only for elibc_uclibc
-   sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
-   fi
-   default
-}
-
-src_compile() {
-   append-lfs-flags
-   emake \
-   CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-   LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-   dobin tree
-   doman doc/tree*.1
-   einstalldocs
-   newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
-}

diff --git a/app-text/tree/tree-2.0.1.ebuild b/app-text/tree/tree-2.0.1.ebuild
deleted file mode 100644
index 3dd93deef57e..
--- a/app-text/tree/tree-2.0.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit toolchain-funcs flag-o-matic bash-completion-r1
-
-DESCRIPTION="Lists directories recursively, and produces an indented listing 
of files"
-HOMEPAGE="http://mama.indstate.edu/users/ice/tree/;
-SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-src_prepare() {
-   sed -i -e 's:LINUX:__linux__:' tree.c || die
-   if use !elibc_glibc ; then
-   # 433972, also previously done only for elibc_uclibc
-   sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
-   fi
-   default
-}
-
-src_compile() {
-   append-lfs-flags
-   emake \
-   CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
-   LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-   

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

2022-11-13 Thread Jonas Stein
commit: 4d41b80106970b03fb11d5da2c5c6873a42d67d3
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Nov 13 22:59:01 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Nov 13 22:59:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d41b801

package.mask: Last rite net-mail/vchkuser

Bug: https://bugs.gentoo.org/881249
Signed-off-by: Jonas Stein  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2047743e7426..58bdd094651a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Jonas Stein  (2022-11-13)
+# Dead upstream
+# Removal after 2023-01-01.  Bug #881249.
+net-mail/vchkuser
+
 # Matthew Smith  (2022-11-13)
 # Please update to Erlang/OTP 25. Removal in 30 days.
 # Bug #864543



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

2022-10-31 Thread Jonas Stein
commit: 727d0856072173469820e903546565a9327effa3
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Nov  1 00:17:56 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Tue Nov  1 00:23:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727d0856

app-text/tree: add 2.0.4

Signed-off-by: Jonas Stein  gentoo.org>

 app-text/tree/Manifest  |  1 +
 app-text/tree/tree-2.0.4.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index 320423be412c..3ac9374369ea 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1,3 +1,4 @@
 DIST tree-1.8.0.tgz 50286 BLAKE2B 
51a27500b89a46add6e792d446b465696d2b34339bbd06f03baff9ce589131b5d82c414849f891dbb79a3f3cfb23b89336e783ad23b84c1fb5415a13fb9488cd
 SHA512 
3f657a6278ec5eab2fccab39dfd69bf9376811189a368b5e3213dc900b90a4e7a4961fc58eb80ad2efd5b40d2fbd0146ec59f30fe0bba576f93519214f240695
 DIST tree-2.0.1.tgz 57213 BLAKE2B 
977f3bd606881f92f7e39fb167205b468f77408a2fa3ff14c20eeab0e6f194115d2d41a3919751c9c9d103ae185dc231710a464f0c57ea244e8a410782503d6f
 SHA512 
11a45136d62ee7b4acdb599025c250f3b95c46c94cea132bdc226357561bbae3ed874a99e554d2e01a93eaac639fb89d8a2539964ce788540ac3537f0e4c
 DIST tree-2.0.2.tgz 57960 BLAKE2B 
3038b4a0f904ba4854ab40d52448fd0859380346d1a355c16fa97dfcae7b650ba4406e970555c79b5c5d5dca31677f5ae2b83cab0178e5580d342956167ba80b
 SHA512 
5b9612ada9e3b1414d06daf5d7589f18480f232ba6ea29a004ceb7ff5b46c57610766bdb2babe9c20047dfea39cb233a6d92a60fcf2c38beccbebc94fb1eb20f
+DIST unix-tree-2.0.4.tar.gz 59497 BLAKE2B 
c55f8f64f2dfc6364ce3ab5ec26e59860f958eacbf681d1d53848172d474605f71864c1eb7db27be15f3df2fc2979787685e80de76ff817c5cdfafb9c52af203
 SHA512 
59f391de5792ce9990153c2de06bc545813f9e7aea635c574ef21f1603203146cdad4dbed821266715d716241d7153276aa220626ce8354446dd85df47e75fa6

diff --git a/app-text/tree/tree-2.0.4.ebuild b/app-text/tree/tree-2.0.4.ebuild
new file mode 100644
index ..cea1e23ce933
--- /dev/null
+++ b/app-text/tree/tree-2.0.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit toolchain-funcs flag-o-matic bash-completion-r1
+
+DESCRIPTION="Lists directories recursively, and produces an indented listing 
of files"
+HOMEPAGE="https://mama.indstate.edu/users/ice/tree/ 
https://gitlab.com/OldManProgrammer/unix-tree;
+SRC_URI="https://gitlab.com/OldManProgrammer/unix-${PN}/-/archive/${PV}/unix-${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE=""
+
+S=${WORKDIR}/unix-${P}
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+   if use !elibc_glibc ; then
+   # 433972, also previously done only for elibc_uclibc
+   sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
+   fi
+   default
+}
+
+src_compile() {
+   append-lfs-flags
+   emake \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+   LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dobin tree
+   doman doc/tree*.1
+   einstalldocs
+   newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
+}



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

2022-10-31 Thread Jonas Stein
commit: 2c783254b191d6d93a7756041a4ee12c79b78e1c
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Nov  1 00:21:33 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Tue Nov  1 00:23:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c783254

app-text/tree: New Changelog

Updated Changelog location.
Use https and use the new gitlab source.

Signed-off-by: Jonas Stein  gentoo.org>

 app-text/tree/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tree/metadata.xml b/app-text/tree/metadata.xml
index 074c45a5cb82..df2247ec43bd 100644
--- a/app-text/tree/metadata.xml
+++ b/app-text/tree/metadata.xml
@@ -6,7 +6,7 @@
        Jonas Stein


-   
http://mama.indstate.edu/users/ice/tree/changes.html
+   
https://gitlab.com/OldManProgrammer/unix-tree/-/blob/master/CHANGES
OldManProgrammer/unix-tree
Old-Man-Programmer/tree




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

2022-10-26 Thread Jonas Stein
commit: 7df6950822c1c85afcf7141843e995a0422c8f87
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Oct 26 21:38:56 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Wed Oct 26 21:38:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df69508

package.mask: Last rite app-misc/tpconfig

Bug: https://bugs.gentoo.org/878337
Signed-off-by: Jonas Stein  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index c1b36a960c13..8f10534062c6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Jonas Stein  (2022-10-26)
+# Dead upstream, open bugs.
+# Removal after 2022-12-24.  Bug #878337.
+app-misc/tpconfig
+
 # Sam James  (2022-10-25)
 # Fails to build with Clang 16 but also modern linux-headers. No activity 
upstream.
 # Removal on 2022-10-25. bug #874420.



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

2022-09-16 Thread Jonas Stein
commit: 9e7fff867e81dae8a79894b2b09b624fd2c65d37
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Sep 16 18:34:18 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Fri Sep 16 19:00:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7fff86

sys-apps/inxi: drop 3.1.06.1, 3.3.08.1, 3.3.12.1, 3.3.13.1

Signed-off-by: Jonas Stein  gentoo.org>

 sys-apps/inxi/Manifest |  4 
 sys-apps/inxi/inxi-3.1.06.1.ebuild | 33 -
 sys-apps/inxi/inxi-3.3.08.1.ebuild | 32 
 sys-apps/inxi/inxi-3.3.12.1.ebuild | 32 
 sys-apps/inxi/inxi-3.3.13.1.ebuild | 32 
 5 files changed, 133 deletions(-)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index 44c34e1956c0..23a9ad95171e 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -1,6 +1,2 @@
-DIST inxi-3.1.06.1.tar.gz 357819 BLAKE2B 
e6eb8a34807323d7f46ff029af797e3a13229813bf0cff4b8b874cd21ff1d38459e2181ddf3882b4ee0d29e8c788e2fce1c01f5c295911493292082192c56c2b
 SHA512 
6621252048e95132cfec30e341f72f5942188f273488509614aab28e55ee9987b8f3820e1298c4d9a16b4f3464f1f270fb4c1d5e5a7bf0d2f616b4180193ab6b
-DIST inxi-3.3.08.1.tar.gz 467132 BLAKE2B 
c0254174c0a48936e1f183c16f985838cf74302da706996c1baec0c67b9c4209da5b555805cb668d626eccaa69f95e3cab2605b06d2cc7361a6cd3ff5d88c29e
 SHA512 
bcbb81dd022dbd525ed3811406997c6689f968de8a3b6e0988381d9d2a488617ef3bc966034f9baac8eebb412b8d2e612b7cece29d65bdcb20d8b8cdeca112e6
-DIST inxi-3.3.12.1.tar.gz 495524 BLAKE2B 
76b8600ea5bb5430a30bf3876ca80c1dbc8033449c3526c945d7457f3d9176d6299acf6d1a0b3e92c2f84e4b01ba70acbb326cfc9cd5b906e9e5a28550efa670
 SHA512 
5772b77a35342b6dee7211f31a35552794fddcdb01012e604c501707f1e3756791376b92e5c8f3d8c85493b83f2394d2e6f90f6e473225388975de2e174a2997
-DIST inxi-3.3.13.1.tar.gz 524354 BLAKE2B 
de12d2145f61b385d636aa9aa1efa057cfa12b010789ec34602ee7567d4db34a960a85b47d17f7a4db8cdb68a44d1085ca2f3be11ca503e5172525d75901d244
 SHA512 
6eed08ed0efb3574d294127beaec1373df434554ad98debd25ac865b85ab98e81e11f0cee855da0213cbc25fee95ce8504c7eaee90d99b8ad7c63f2b301394f3
 DIST inxi-3.3.17.1.tar.gz 558476 BLAKE2B 
a53a90a9bbea44da7e2f4c77d2fbd6cf41fd4bcf95defe7c27379b62ccfbeee70e06865034082e4ffd24018312ca0f439d9ef7d746c979fbd4c5fff47b42f165
 SHA512 
2bf28e8c4bc3d93e309639e04dfafd6e7b2c82b33178c11e138828c8378e1636b1fb16dbae88838e69953020789637745ffa54818ed954624995c1daaf2387cb
 DIST inxi-3.3.20.1.tar.gz 565689 BLAKE2B 
0b89e54e22d0c88b57fdc2dcb08fc3cbe6b79a724c12d8eafd2e6eb6639ee1346ef9ee34b09f446464bafa35df87489ff9b40ad9e8de67fbe82c1becdd5af8bf
 SHA512 
bdc4de6d2978ff17bdd4a5366d66fb483a304c61448ef33be902080a75ae6e78eba6bcd31b9a799a1eff01f22cc8e72200f314209e36af4287d8e5256bca4d05

diff --git a/sys-apps/inxi/inxi-3.1.06.1.ebuild 
b/sys-apps/inxi/inxi-3.1.06.1.ebuild
deleted file mode 100644
index e23e51c9515d..
--- a/sys-apps/inxi/inxi-3.1.06.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV=$(ver_rs 3 '-')
-# 2.3.56 was the last version with no tagged release.
-# It was also the last Bash based release. Later versions are Perl based
-
-DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://github.com/smxi/inxi;
-SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86"
-IUSE="bluetooth hddtemp opengl"
-
-DEPEND=""
-RDEPEND="dev-lang/perl
-   sys-apps/pciutils
-   sys-apps/usbutils
-   bluetooth? ( net-wireless/bluez )
-   hddtemp? ( app-admin/hddtemp )
-   opengl? ( x11-apps/mesa-progs )
-   "
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-}

diff --git a/sys-apps/inxi/inxi-3.3.08.1.ebuild 
b/sys-apps/inxi/inxi-3.3.08.1.ebuild
deleted file mode 100644
index e4c69812d030..
--- a/sys-apps/inxi/inxi-3.3.08.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV=$(ver_rs 3 '-')
-# 2.3.56 was the last version with no tagged release.
-# It was also the last Bash based release. Later versions are Perl based
-
-DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://github.com/smxi/inxi;
-SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
-IUSE="bluetooth hddtemp opengl"
-
-RDEPEND="dev-lang/perl
-   sys-apps/pciutils
-   sys-apps/us

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

2022-07-30 Thread Jonas Stein
commit: e3f0ee9f07dccc63fe4658b295cdc044f71d55e9
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Jul 30 19:36:24 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sat Jul 30 19:36:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f0ee9f

app-text/tree: bump to 2.0.2

Version bump to 2.0.2 fixes HTML output.

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

 app-text/tree/Manifest  |  1 +
 app-text/tree/tree-2.0.2.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-text/tree/Manifest b/app-text/tree/Manifest
index c24567515554..320423be412c 100644
--- a/app-text/tree/Manifest
+++ b/app-text/tree/Manifest
@@ -1,2 +1,3 @@
 DIST tree-1.8.0.tgz 50286 BLAKE2B 
51a27500b89a46add6e792d446b465696d2b34339bbd06f03baff9ce589131b5d82c414849f891dbb79a3f3cfb23b89336e783ad23b84c1fb5415a13fb9488cd
 SHA512 
3f657a6278ec5eab2fccab39dfd69bf9376811189a368b5e3213dc900b90a4e7a4961fc58eb80ad2efd5b40d2fbd0146ec59f30fe0bba576f93519214f240695
 DIST tree-2.0.1.tgz 57213 BLAKE2B 
977f3bd606881f92f7e39fb167205b468f77408a2fa3ff14c20eeab0e6f194115d2d41a3919751c9c9d103ae185dc231710a464f0c57ea244e8a410782503d6f
 SHA512 
11a45136d62ee7b4acdb599025c250f3b95c46c94cea132bdc226357561bbae3ed874a99e554d2e01a93eaac639fb89d8a2539964ce788540ac3537f0e4c
+DIST tree-2.0.2.tgz 57960 BLAKE2B 
3038b4a0f904ba4854ab40d52448fd0859380346d1a355c16fa97dfcae7b650ba4406e970555c79b5c5d5dca31677f5ae2b83cab0178e5580d342956167ba80b
 SHA512 
5b9612ada9e3b1414d06daf5d7589f18480f232ba6ea29a004ceb7ff5b46c57610766bdb2babe9c20047dfea39cb233a6d92a60fcf2c38beccbebc94fb1eb20f

diff --git a/app-text/tree/tree-2.0.2.ebuild b/app-text/tree/tree-2.0.2.ebuild
new file mode 100644
index ..4c7a39b7f496
--- /dev/null
+++ b/app-text/tree/tree-2.0.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit toolchain-funcs flag-o-matic bash-completion-r1
+
+DESCRIPTION="Lists directories recursively, and produces an indented listing 
of files"
+HOMEPAGE="http://mama.indstate.edu/users/ice/tree/;
+SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+src_prepare() {
+   sed -i -e 's:LINUX:__linux__:' tree.c || die
+   if use !elibc_glibc ; then
+   # 433972, also previously done only for elibc_uclibc
+   sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
+   fi
+   default
+}
+
+src_compile() {
+   append-lfs-flags
+   emake \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS} ${CPPFLAGS}" \
+   LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dobin tree
+   doman doc/tree*.1
+   einstalldocs
+   newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
+}



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

2022-07-29 Thread Jonas Stein
commit: 0efb9516ba0e4c635841af0020374dd83883965b
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Jul 29 22:13:50 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Fri Jul 29 22:13:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0efb9516

sys-apps/inxi: drop old

Drop old versions

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

 sys-apps/inxi/Manifest |  2 --
 sys-apps/inxi/inxi-3.3.04.1.ebuild | 33 -
 sys-apps/inxi/inxi-3.3.06.1.ebuild | 32 
 3 files changed, 67 deletions(-)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index bf06007db12a..44c34e1956c0 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -1,6 +1,4 @@
 DIST inxi-3.1.06.1.tar.gz 357819 BLAKE2B 
e6eb8a34807323d7f46ff029af797e3a13229813bf0cff4b8b874cd21ff1d38459e2181ddf3882b4ee0d29e8c788e2fce1c01f5c295911493292082192c56c2b
 SHA512 
6621252048e95132cfec30e341f72f5942188f273488509614aab28e55ee9987b8f3820e1298c4d9a16b4f3464f1f270fb4c1d5e5a7bf0d2f616b4180193ab6b
-DIST inxi-3.3.04.1.tar.gz 450695 BLAKE2B 
3bf2fc9296c9b1e2357e7df2edeb3df5069d48b401be793ab82bd630cfbf45fdc39d6403d851d46dfa9b8e7729da6dc07e96982941396e46493f4531bb29233c
 SHA512 
0ffde2362c79a4269df0f4bbe439e50d24a13969a22f6e84f6caeb8cace2ee49fb075d6051211709efdc831c2f7ef37eaa38d70306bc8f1a86f8ed0dc7dea094
-DIST inxi-3.3.06.1.tar.gz 460416 BLAKE2B 
a7a5eeade861294c8c18cd9594ef6fd0c681d8ae66b6e1b112dbc968be46a617db666d863f5138883d7651fad8e3b27c4f27a2b518233ffa2aae7e453feab62b
 SHA512 
0e9d7215339235914cfcd7292443199304d44e528545a0c1c3d65d597f57da5c2678c410d215e6c8668c22677f20d62c93bbd7fee02dc74f8c9aab75b1488d00
 DIST inxi-3.3.08.1.tar.gz 467132 BLAKE2B 
c0254174c0a48936e1f183c16f985838cf74302da706996c1baec0c67b9c4209da5b555805cb668d626eccaa69f95e3cab2605b06d2cc7361a6cd3ff5d88c29e
 SHA512 
bcbb81dd022dbd525ed3811406997c6689f968de8a3b6e0988381d9d2a488617ef3bc966034f9baac8eebb412b8d2e612b7cece29d65bdcb20d8b8cdeca112e6
 DIST inxi-3.3.12.1.tar.gz 495524 BLAKE2B 
76b8600ea5bb5430a30bf3876ca80c1dbc8033449c3526c945d7457f3d9176d6299acf6d1a0b3e92c2f84e4b01ba70acbb326cfc9cd5b906e9e5a28550efa670
 SHA512 
5772b77a35342b6dee7211f31a35552794fddcdb01012e604c501707f1e3756791376b92e5c8f3d8c85493b83f2394d2e6f90f6e473225388975de2e174a2997
 DIST inxi-3.3.13.1.tar.gz 524354 BLAKE2B 
de12d2145f61b385d636aa9aa1efa057cfa12b010789ec34602ee7567d4db34a960a85b47d17f7a4db8cdb68a44d1085ca2f3be11ca503e5172525d75901d244
 SHA512 
6eed08ed0efb3574d294127beaec1373df434554ad98debd25ac865b85ab98e81e11f0cee855da0213cbc25fee95ce8504c7eaee90d99b8ad7c63f2b301394f3

diff --git a/sys-apps/inxi/inxi-3.3.04.1.ebuild 
b/sys-apps/inxi/inxi-3.3.04.1.ebuild
deleted file mode 100644
index c608479bb8f9..
--- a/sys-apps/inxi/inxi-3.3.04.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV=$(ver_rs 3 '-')
-# 2.3.56 was the last version with no tagged release.
-# It was also the last Bash based release. Later versions are Perl based
-
-DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://github.com/smxi/inxi;
-SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="bluetooth hddtemp opengl"
-
-DEPEND=""
-RDEPEND="dev-lang/perl
-   sys-apps/pciutils
-   sys-apps/usbutils
-   bluetooth? ( net-wireless/bluez )
-   hddtemp? ( app-admin/hddtemp )
-   opengl? ( x11-apps/mesa-progs )
-   "
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-}

diff --git a/sys-apps/inxi/inxi-3.3.06.1.ebuild 
b/sys-apps/inxi/inxi-3.3.06.1.ebuild
deleted file mode 100644
index 3c22d8270f60..
--- a/sys-apps/inxi/inxi-3.3.06.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV=$(ver_rs 3 '-')
-# 2.3.56 was the last version with no tagged release.
-# It was also the last Bash based release. Later versions are Perl based
-
-DESCRIPTION="The CLI inxi collects and prints hardware and system information"
-HOMEPAGE="https://github.com/smxi/inxi;
-SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="bluetooth hddtemp opengl"
-
-RDEPEND="dev-lang/perl
-   sys-apps/pciutils
-   sys-apps/usbutils
-   bluetooth? ( net-wireless/bluez )
-   hddtemp? ( app-admin/hddtemp )
-   opengl? ( x11-apps/mesa-progs )
-   "
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-   dodoc README.txt
-}



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

2022-07-29 Thread Jonas Stein
commit: f78629883d720de571e4b4e12396a8e7ec5369a3
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Jul 29 22:11:38 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Fri Jul 29 22:11:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7862988

sys-apps/inxi: bump to 3.3.20.1

Version bump to version 3.3.20.1

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

 sys-apps/inxi/Manifest |  1 +
 sys-apps/inxi/inxi-3.3.20.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index 62e0cd64d678..bf06007db12a 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -5,3 +5,4 @@ DIST inxi-3.3.08.1.tar.gz 467132 BLAKE2B 
c0254174c0a48936e1f183c16f985838cf74302
 DIST inxi-3.3.12.1.tar.gz 495524 BLAKE2B 
76b8600ea5bb5430a30bf3876ca80c1dbc8033449c3526c945d7457f3d9176d6299acf6d1a0b3e92c2f84e4b01ba70acbb326cfc9cd5b906e9e5a28550efa670
 SHA512 
5772b77a35342b6dee7211f31a35552794fddcdb01012e604c501707f1e3756791376b92e5c8f3d8c85493b83f2394d2e6f90f6e473225388975de2e174a2997
 DIST inxi-3.3.13.1.tar.gz 524354 BLAKE2B 
de12d2145f61b385d636aa9aa1efa057cfa12b010789ec34602ee7567d4db34a960a85b47d17f7a4db8cdb68a44d1085ca2f3be11ca503e5172525d75901d244
 SHA512 
6eed08ed0efb3574d294127beaec1373df434554ad98debd25ac865b85ab98e81e11f0cee855da0213cbc25fee95ce8504c7eaee90d99b8ad7c63f2b301394f3
 DIST inxi-3.3.17.1.tar.gz 558476 BLAKE2B 
a53a90a9bbea44da7e2f4c77d2fbd6cf41fd4bcf95defe7c27379b62ccfbeee70e06865034082e4ffd24018312ca0f439d9ef7d746c979fbd4c5fff47b42f165
 SHA512 
2bf28e8c4bc3d93e309639e04dfafd6e7b2c82b33178c11e138828c8378e1636b1fb16dbae88838e69953020789637745ffa54818ed954624995c1daaf2387cb
+DIST inxi-3.3.20.1.tar.gz 565689 BLAKE2B 
0b89e54e22d0c88b57fdc2dcb08fc3cbe6b79a724c12d8eafd2e6eb6639ee1346ef9ee34b09f446464bafa35df87489ff9b40ad9e8de67fbe82c1becdd5af8bf
 SHA512 
bdc4de6d2978ff17bdd4a5366d66fb483a304c61448ef33be902080a75ae6e78eba6bcd31b9a799a1eff01f22cc8e72200f314209e36af4287d8e5256bca4d05

diff --git a/sys-apps/inxi/inxi-3.3.20.1.ebuild 
b/sys-apps/inxi/inxi-3.3.20.1.ebuild
new file mode 100644
index ..49cc31d24326
--- /dev/null
+++ b/sys-apps/inxi/inxi-3.3.20.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV=$(ver_rs 3 '-')
+# 2.3.56 was the last version with no tagged release.
+# It was also the last Bash based release. Later versions are Perl based
+
+DESCRIPTION="The CLI inxi collects and prints hardware and system information"
+HOMEPAGE="https://github.com/smxi/inxi;
+SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="bluetooth hddtemp opengl"
+
+RDEPEND="dev-lang/perl
+   sys-apps/pciutils
+   sys-apps/usbutils
+   bluetooth? ( net-wireless/bluez )
+   hddtemp? ( app-admin/hddtemp )
+   opengl? ( x11-apps/mesa-progs )
+   "
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   dodoc README.txt
+}



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

2022-07-03 Thread Jonas Stein
commit: af1f8def0330adeb9b0f53715aab52b3b3593add
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jul  3 10:04:53 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jul  3 10:06:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1f8def

app-arch/stenc: Drop old

Drop old versions.

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

 app-arch/stenc/Manifest   |  3 ---
 app-arch/stenc/stenc-1.0.7.ebuild | 18 --
 app-arch/stenc/stenc-1.0.8.ebuild | 31 ---
 app-arch/stenc/stenc-1.1.0.ebuild | 31 ---
 app-arch/stenc/stenc-1.1.1.ebuild |  5 -
 5 files changed, 88 deletions(-)

diff --git a/app-arch/stenc/Manifest b/app-arch/stenc/Manifest
index 1b846d80de10..15de7048a6b6 100644
--- a/app-arch/stenc/Manifest
+++ b/app-arch/stenc/Manifest
@@ -1,4 +1 @@
-DIST stenc-1.0.7.tar.gz 107096 BLAKE2B 
678be2fea4eb3db5cf84a70243fd61dcb574627bacb59b2f9af682e2e0851d41187565b4706313c98bb5b297f865b1424bc47c52f15efa2a2e8b2c7413b09009
 SHA512 
84cb0114c969e1a5122a8621d2c136663ee2a2d9aae1d455631c1d4555e947f4841004b74a1f63b800be713cfae637c19ea34adf40f0bc81f1c56a555a27ba31
-DIST stenc-1.0.8.tar.gz 29297 BLAKE2B 
269310fb7a9063eb3b367dfec534096201003e6178a31aeb73aa7a73ed0473d4a606634ac9cf7377d17240dee074345efa49fc907d9487f573a75ec44c3454f6
 SHA512 
4fd882861d248cf59cde1782833bd3e4f7e01e8b6c00424c55f26454a620510b22de0d42f2d7f6c4e67c2b26a174fe687756a75f410026fda4f9dc87
-DIST stenc-1.1.0.tar.gz 31822 BLAKE2B 
f132c74ac84f38b312a8fa74f0a0fbfd253748bbc0516e5f5a860dbeb4ad4683ad965858c73f2fba58075074e9fae6c6fadf66c9da2bd85bf88de877439f66ad
 SHA512 
d73eb349ad06979803caaa89af1068ef3732830b99557b7ca62d5cb357d7a105d1c884fea3c227b18e906a80f17581c08fe276f92ad698cd0dfca4919fe73fa9
 DIST stenc-1.1.1.tar.gz 161761 BLAKE2B 
865d36befd53e1db00245688e2aac429546b29f7b039cbd04aaafb47fcc55f02ba01e7f13c7814ae4daf102372eded1f069c1b9ecfb2b2e7aaf009bfa2855ae4
 SHA512 
89eb1da2391be207e23d4e3cc6563405272eeb456b59360e92fbeca063badcfcf4c37fc814af59803707006e5c04e43e18755e1d30b0f3b3020a7645396db1a6

diff --git a/app-arch/stenc/stenc-1.0.7.ebuild 
b/app-arch/stenc/stenc-1.0.7.ebuild
deleted file mode 100644
index 54552541a979..
--- a/app-arch/stenc/stenc-1.0.7.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="SCSI Tape Encryption Manager enables AES support for LTO drives"
-HOMEPAGE="https://sourceforge.net/projects/stenc/;
-SRC_URI="mirror://sourceforge/${PN}/source/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"

diff --git a/app-arch/stenc/stenc-1.0.8.ebuild 
b/app-arch/stenc/stenc-1.0.8.ebuild
deleted file mode 100644
index 2ac8822df2ec..
--- a/app-arch/stenc/stenc-1.0.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/scsitape/stenc.git;
-   S="${WORKDIR}/${P}/src"
-else
-   SRC_URI="https://github.com/scsitape/stenc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="SCSI Tape Encryption Manager enables AES support for LTO drives"
-HOMEPAGE="https://github.com/scsitape/stenc/;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   eautoreconf
-}

diff --git a/app-arch/stenc/stenc-1.1.0.ebuild 
b/app-arch/stenc/stenc-1.1.0.ebuild
deleted file mode 100644
index ab03524d5efc..
--- a/app-arch/stenc/stenc-1.1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/scsitape/stenc.git;
-   S="${WORKDIR}/${P}/src"
-else
-   SRC_URI="https://github.com/scsitape/stenc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="SCSI Tape Encryption Manager enables AES support for LTO drives"
-HOMEPAGE="https://github.com/scsitape/stenc/;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   eautoreconf
-}

diff --git a/app-arch/stenc/stenc-1.1.1.ebuild 
b/app-arch/stenc/stenc-1.1.1.ebuild
index ab03524d5efc..7a5055a0913b 100644
--- a/app-arch/stenc/stenc-1.1.1.ebuild
+++ b/app-arch/stenc/stenc-1.1.1.ebuild
@@ -20,11 +20,6 @@ HOMEPAGE="https://github.com/scsitape/stenc/;
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
 src_prepare() {
default
eautoreconf



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

2022-06-12 Thread Jonas Stein
commit: 040ee6dcd7bb1b3b7aa640fa0cb1909cacf6c904
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Jun 12 12:41:46 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Jun 12 12:41:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040ee6dc

sys-apps/inxi: bump to 3.3.17.1

Version bump of inxi

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

 sys-apps/inxi/Manifest |  1 +
 sys-apps/inxi/inxi-3.3.17.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index bf99acc8f283..62e0cd64d678 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -4,3 +4,4 @@ DIST inxi-3.3.06.1.tar.gz 460416 BLAKE2B 
a7a5eeade861294c8c18cd9594ef6fd0c681d8a
 DIST inxi-3.3.08.1.tar.gz 467132 BLAKE2B 
c0254174c0a48936e1f183c16f985838cf74302da706996c1baec0c67b9c4209da5b555805cb668d626eccaa69f95e3cab2605b06d2cc7361a6cd3ff5d88c29e
 SHA512 
bcbb81dd022dbd525ed3811406997c6689f968de8a3b6e0988381d9d2a488617ef3bc966034f9baac8eebb412b8d2e612b7cece29d65bdcb20d8b8cdeca112e6
 DIST inxi-3.3.12.1.tar.gz 495524 BLAKE2B 
76b8600ea5bb5430a30bf3876ca80c1dbc8033449c3526c945d7457f3d9176d6299acf6d1a0b3e92c2f84e4b01ba70acbb326cfc9cd5b906e9e5a28550efa670
 SHA512 
5772b77a35342b6dee7211f31a35552794fddcdb01012e604c501707f1e3756791376b92e5c8f3d8c85493b83f2394d2e6f90f6e473225388975de2e174a2997
 DIST inxi-3.3.13.1.tar.gz 524354 BLAKE2B 
de12d2145f61b385d636aa9aa1efa057cfa12b010789ec34602ee7567d4db34a960a85b47d17f7a4db8cdb68a44d1085ca2f3be11ca503e5172525d75901d244
 SHA512 
6eed08ed0efb3574d294127beaec1373df434554ad98debd25ac865b85ab98e81e11f0cee855da0213cbc25fee95ce8504c7eaee90d99b8ad7c63f2b301394f3
+DIST inxi-3.3.17.1.tar.gz 558476 BLAKE2B 
a53a90a9bbea44da7e2f4c77d2fbd6cf41fd4bcf95defe7c27379b62ccfbeee70e06865034082e4ffd24018312ca0f439d9ef7d746c979fbd4c5fff47b42f165
 SHA512 
2bf28e8c4bc3d93e309639e04dfafd6e7b2c82b33178c11e138828c8378e1636b1fb16dbae88838e69953020789637745ffa54818ed954624995c1daaf2387cb

diff --git a/sys-apps/inxi/inxi-3.3.17.1.ebuild 
b/sys-apps/inxi/inxi-3.3.17.1.ebuild
new file mode 100644
index ..49cc31d24326
--- /dev/null
+++ b/sys-apps/inxi/inxi-3.3.17.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV=$(ver_rs 3 '-')
+# 2.3.56 was the last version with no tagged release.
+# It was also the last Bash based release. Later versions are Perl based
+
+DESCRIPTION="The CLI inxi collects and prints hardware and system information"
+HOMEPAGE="https://github.com/smxi/inxi;
+SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="bluetooth hddtemp opengl"
+
+RDEPEND="dev-lang/perl
+   sys-apps/pciutils
+   sys-apps/usbutils
+   bluetooth? ( net-wireless/bluez )
+   hddtemp? ( app-admin/hddtemp )
+   opengl? ( x11-apps/mesa-progs )
+   "
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   dodoc README.txt
+}



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

2022-04-24 Thread Jonas Stein
commit: ec8bdedc547869c2d2bf234f47094a9036d9afc6
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Apr 24 23:37:31 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Apr 24 23:37:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8bdedc

app-arch/stenc: Version bump to 1.1.1

Version bump to 1.1.1

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

 app-arch/stenc/Manifest   |  1 +
 app-arch/stenc/stenc-1.1.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-arch/stenc/Manifest b/app-arch/stenc/Manifest
index f06cb6cf6c16..1b846d80de10 100644
--- a/app-arch/stenc/Manifest
+++ b/app-arch/stenc/Manifest
@@ -1,3 +1,4 @@
 DIST stenc-1.0.7.tar.gz 107096 BLAKE2B 
678be2fea4eb3db5cf84a70243fd61dcb574627bacb59b2f9af682e2e0851d41187565b4706313c98bb5b297f865b1424bc47c52f15efa2a2e8b2c7413b09009
 SHA512 
84cb0114c969e1a5122a8621d2c136663ee2a2d9aae1d455631c1d4555e947f4841004b74a1f63b800be713cfae637c19ea34adf40f0bc81f1c56a555a27ba31
 DIST stenc-1.0.8.tar.gz 29297 BLAKE2B 
269310fb7a9063eb3b367dfec534096201003e6178a31aeb73aa7a73ed0473d4a606634ac9cf7377d17240dee074345efa49fc907d9487f573a75ec44c3454f6
 SHA512 
4fd882861d248cf59cde1782833bd3e4f7e01e8b6c00424c55f26454a620510b22de0d42f2d7f6c4e67c2b26a174fe687756a75f410026fda4f9dc87
 DIST stenc-1.1.0.tar.gz 31822 BLAKE2B 
f132c74ac84f38b312a8fa74f0a0fbfd253748bbc0516e5f5a860dbeb4ad4683ad965858c73f2fba58075074e9fae6c6fadf66c9da2bd85bf88de877439f66ad
 SHA512 
d73eb349ad06979803caaa89af1068ef3732830b99557b7ca62d5cb357d7a105d1c884fea3c227b18e906a80f17581c08fe276f92ad698cd0dfca4919fe73fa9
+DIST stenc-1.1.1.tar.gz 161761 BLAKE2B 
865d36befd53e1db00245688e2aac429546b29f7b039cbd04aaafb47fcc55f02ba01e7f13c7814ae4daf102372eded1f069c1b9ecfb2b2e7aaf009bfa2855ae4
 SHA512 
89eb1da2391be207e23d4e3cc6563405272eeb456b59360e92fbeca063badcfcf4c37fc814af59803707006e5c04e43e18755e1d30b0f3b3020a7645396db1a6

diff --git a/app-arch/stenc/stenc-1.1.1.ebuild 
b/app-arch/stenc/stenc-1.1.1.ebuild
new file mode 100644
index ..ab03524d5efc
--- /dev/null
+++ b/app-arch/stenc/stenc-1.1.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/scsitape/stenc.git;
+   S="${WORKDIR}/${P}/src"
+else
+   SRC_URI="https://github.com/scsitape/stenc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="SCSI Tape Encryption Manager enables AES support for LTO drives"
+HOMEPAGE="https://github.com/scsitape/stenc/;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   eautoreconf
+}



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

2022-04-21 Thread Jonas Stein
commit: 6d8488f54693f74c492270a41944fb675211040a
Author: Jonas Stein  gentoo  org>
AuthorDate: Thu Apr 21 22:57:27 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Thu Apr 21 23:11:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8488f5

app-arch/stenc: Version bump to 1.1.0

Bump version to 1.1.0
Bump EAPI=8

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

 app-arch/stenc/Manifest   |  1 +
 app-arch/stenc/stenc-1.1.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-arch/stenc/Manifest b/app-arch/stenc/Manifest
index 8c8f20c3fed1..f06cb6cf6c16 100644
--- a/app-arch/stenc/Manifest
+++ b/app-arch/stenc/Manifest
@@ -1,2 +1,3 @@
 DIST stenc-1.0.7.tar.gz 107096 BLAKE2B 
678be2fea4eb3db5cf84a70243fd61dcb574627bacb59b2f9af682e2e0851d41187565b4706313c98bb5b297f865b1424bc47c52f15efa2a2e8b2c7413b09009
 SHA512 
84cb0114c969e1a5122a8621d2c136663ee2a2d9aae1d455631c1d4555e947f4841004b74a1f63b800be713cfae637c19ea34adf40f0bc81f1c56a555a27ba31
 DIST stenc-1.0.8.tar.gz 29297 BLAKE2B 
269310fb7a9063eb3b367dfec534096201003e6178a31aeb73aa7a73ed0473d4a606634ac9cf7377d17240dee074345efa49fc907d9487f573a75ec44c3454f6
 SHA512 
4fd882861d248cf59cde1782833bd3e4f7e01e8b6c00424c55f26454a620510b22de0d42f2d7f6c4e67c2b26a174fe687756a75f410026fda4f9dc87
+DIST stenc-1.1.0.tar.gz 31822 BLAKE2B 
f132c74ac84f38b312a8fa74f0a0fbfd253748bbc0516e5f5a860dbeb4ad4683ad965858c73f2fba58075074e9fae6c6fadf66c9da2bd85bf88de877439f66ad
 SHA512 
d73eb349ad06979803caaa89af1068ef3732830b99557b7ca62d5cb357d7a105d1c884fea3c227b18e906a80f17581c08fe276f92ad698cd0dfca4919fe73fa9

diff --git a/app-arch/stenc/stenc-1.1.0.ebuild 
b/app-arch/stenc/stenc-1.1.0.ebuild
new file mode 100644
index ..ab03524d5efc
--- /dev/null
+++ b/app-arch/stenc/stenc-1.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/scsitape/stenc.git;
+   S="${WORKDIR}/${P}/src"
+else
+   SRC_URI="https://github.com/scsitape/stenc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="SCSI Tape Encryption Manager enables AES support for LTO drives"
+HOMEPAGE="https://github.com/scsitape/stenc/;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   eautoreconf
+}



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

2022-04-10 Thread Jonas Stein
commit: 53c6e70a1614dfe0d56a4132cd4feac6ec52c525
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Apr 10 21:06:53 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Apr 10 21:10:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c6e70a

app-editors/qhexedit2: Maintainer retired

Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/638830
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 app-editors/qhexedit2/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-editors/qhexedit2/metadata.xml 
b/app-editors/qhexedit2/metadata.xml
index b21f150a2481..7db8b420f3d9 100644
--- a/app-editors/qhexedit2/metadata.xml
+++ b/app-editors/qhexedit2/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-ktr...@yandex.ru
-Victor Kustov
-
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-
+
 
 Install Qt5 hex editor
 



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

2022-04-10 Thread Jonas Stein
commit: 76643edb88b62b1377d40c2a05c42897fb9737fc
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Apr 10 21:10:48 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Apr 10 21:10:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76643edb

media-gfx/solvespace: Maintainer retired

Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/638830
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 media-gfx/solvespace/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/media-gfx/solvespace/metadata.xml 
b/media-gfx/solvespace/metadata.xml
index b4f0df25e5ad..d39d759d5cca 100644
--- a/media-gfx/solvespace/metadata.xml
+++ b/media-gfx/solvespace/metadata.xml
@@ -1,18 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-ktr...@yandex.ru
-Victor Kustov
-
 
 matt...@gentoo.org
 Matthew Smith
 
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-
 
 Solvespace is a parametric 2D/3D CAD tool. Applications include:
 - modeling 3d parts — draw with extrudes, revolves, and Boolean (union / 
difference) operations



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/drahnr-oregano/

2022-04-10 Thread Jonas Stein
commit: a33656841a921bb170db9d68d1a8c414ace7e4f9
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Apr 10 21:05:20 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Apr 10 21:10:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3365684

sci-electronics/drahnr-oregano: Maintainer retired

Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/638830
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 sci-electronics/drahnr-oregano/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/sci-electronics/drahnr-oregano/metadata.xml 
b/sci-electronics/drahnr-oregano/metadata.xml
index 52c86d49fdbf..c3c62f45ee23 100644
--- a/sci-electronics/drahnr-oregano/metadata.xml
+++ b/sci-electronics/drahnr-oregano/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   ktr...@yandex.ru
-   Victor Kustov
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

Oregano is an application for schematic capture and simulation 
of electrical
circuits. The actual simulation is performed by Berkeley Spice, 
or GNUcap or



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

2022-04-10 Thread Jonas Stein
commit: 0c782d93c8092ed740e5e2a5e47056a213dc1764
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Apr 10 21:10:16 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Apr 10 21:10:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c782d93

dev-embedded/ponyprog: Maintainer retired

Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/638830
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 dev-embedded/ponyprog/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-embedded/ponyprog/metadata.xml 
b/dev-embedded/ponyprog/metadata.xml
index 9f9c91c43622..039abd0b4f50 100644
--- a/dev-embedded/ponyprog/metadata.xml
+++ b/dev-embedded/ponyprog/metadata.xml
@@ -5,14 +5,6 @@
embed...@gentoo.org
Embedded Gentoo

-   
-   ktr...@yandex.ru
-   Victor Kustov
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

lancos/ponyprog
ponyprog



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

2022-04-10 Thread Jonas Stein
commit: f956b17e661ef4224f49af1bda151becf92c6365
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Apr 10 21:09:41 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Apr 10 21:10:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f956b17e

net-dns/maradns: Maintainer retired

Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/638830
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 net-dns/maradns/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/net-dns/maradns/metadata.xml b/net-dns/maradns/metadata.xml
index 650d4915b585..cef4084d070a 100644
--- a/net-dns/maradns/metadata.xml
+++ b/net-dns/maradns/metadata.xml
@@ -5,14 +5,6 @@
 slashbe...@gentoo.org
 Piotr Karbowski
 
-
-ktr...@yandex.ru
-Victor Kustov
-
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-
 
 samboy/MaraDNS
 



[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/gammu/

2022-04-10 Thread Jonas Stein
commit: 098ec1564ca84a615e9e3e75ce52071fbb43651e
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Apr 10 21:07:43 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Apr 10 21:10:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098ec156

app-mobilephone/gammu: Maintainer retired

Proxied maintainer retired due to inactivity.
Closes: https://bugs.gentoo.org/638830
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 app-mobilephone/gammu/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-mobilephone/gammu/metadata.xml 
b/app-mobilephone/gammu/metadata.xml
index d17bdaf5475d..5fe2fb6a1c5c 100644
--- a/app-mobilephone/gammu/metadata.xml
+++ b/app-mobilephone/gammu/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-ktr...@yandex.ru
-Victor Kustov
-
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-
+
 
 Enables bluetooth support
 Enables curl support



[gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/

2022-04-06 Thread Jonas Stein
commit: b45066a1a31a5719d49728a5fee4df864aec139b
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Apr  6 19:53:07 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Wed Apr  6 19:53:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45066a1

x11-misc/qtfm: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

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

 x11-misc/qtfm/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/x11-misc/qtfm/metadata.xml b/x11-misc/qtfm/metadata.xml
index 93c880291811..3b19574b6147 100644
--- a/x11-misc/qtfm/metadata.xml
+++ b/x11-misc/qtfm/metadata.xml
@@ -5,10 +5,6 @@
q...@gentoo.org
Gentoo Qt Project
 
-
-   desktop-m...@gentoo.org
-   Gentoo Desktop Miscellaneous Project
-
 
 Install the qtfm-tray removable device manager
 Install the libQtFM shared library and headers



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xfe/

2022-04-06 Thread Jonas Stein
commit: 7804e846302f7e697905840f69d686213187ec48
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Apr  6 19:46:53 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Wed Apr  6 19:46:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7804e846

x11-misc/xfe: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

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

 x11-misc/xfe/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/xfe/metadata.xml b/x11-misc/xfe/metadata.xml
index d2c81c70e336..532bd5a1c5e5 100644
--- a/x11-misc/xfe/metadata.xml
+++ b/x11-misc/xfe/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   desktop-m...@gentoo.org
-   Gentoo Desktop Miscellaneous Project
-   
+

xfe




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

2022-03-12 Thread Jonas Stein
commit: f706496eebf4cb11665ffb79fec28a2b0052fe0b
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Mar 12 12:14:03 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sat Mar 12 12:16:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f706496e

media-gfx/igal: Version bump to 3.1

Version bump to 3.1 and
EAPI=8 and Cleanup

Closes: https://bugs.gentoo.org/453814
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 media-gfx/igal/Manifest|  1 +
 media-gfx/igal/igal-3.1.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/media-gfx/igal/Manifest b/media-gfx/igal/Manifest
index d355cbc32460..69d88eb11a25 100644
--- a/media-gfx/igal/Manifest
+++ b/media-gfx/igal/Manifest
@@ -1 +1,2 @@
+DIST igal-3.1.tar.gz 29372 BLAKE2B 
bb83a13b082d4d94b0ff186ef34e9c670b5a49ba74ccd40675db6820931132697b886e58db9da7e620322fdb29a59437acd817d6ef69ea4cebdaa408d1fbe567
 SHA512 
28f036a5450d05c2d795355f52e0e3f5720d94e5e9d82d4b6bd53ff8ce5ea08352e3ec85ddbcca754e986a06fd205b1667b102981484c783add4496c50c102fe
 DIST igal2-2.0.tar.gz 27206 BLAKE2B 
64683d32d0fc3c16d4e27f6dcd1acb3d1e1b55de8e4362065bda9b9b27e6d54409e115af46da2505dfe79f00e5004ebfb395dc4fe71d91b557c43a0c4d4f01e1
 SHA512 
663bc4f05fbb226c55c3304126ceb480f050715499a2849567ad1d33da568ed02f85b64ad176f6e1cb1c99c8f50650676a7323f0d0497880802a245274a77a0f

diff --git a/media-gfx/igal/igal-3.1.ebuild b/media-gfx/igal/igal-3.1.ebuild
new file mode 100644
index ..6323fc514432
--- /dev/null
+++ b/media-gfx/igal/igal-3.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Static HTML image gallery generator"
+HOMEPAGE="https://igal.trexler.at/;
+SRC_URI="https://github.com/solbu/${PN}2/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}2-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+
+RDEPEND="
+   dev-lang/perl
+   virtual/imagemagick-tools
+   virtual/jpeg"
+
+src_prepare() {
+   default
+   sed -i -e "s|/usr/local/lib/igal2|${EPREFIX}/usr/share/igal2|g" \
+   igal2 igal2.1 || die
+   sed -i -e "s|/usr/local/bin/igal2|exec ${EPREFIX}/usr/bin/igal2|" \
+   -e "1s|^#.*|#!${EPREFIX}/bin/bash|" \
+   utilities/igal2.sh || die
+}
+
+src_compile() { :; }
+
+src_install() {
+   dobin igal2 utilities/igal2.sh
+   dosym igal2 /usr/bin/igal
+   doman igal2.1
+   dodoc ChangeLog README
+   insinto /usr/share/igal2
+   doins *.html tile.png igal2.css
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xpad/

2022-03-10 Thread Jonas Stein
commit: 6179fdc41d64694efb8c5818823ade30fd998138
Author: Jonas Stein  gentoo  org>
AuthorDate: Thu Mar 10 23:26:42 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Thu Mar 10 23:26:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6179fdc4

x11-misc/xpad: QA Fix in description

Desription should start with upper case and must be specific.

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

 x11-misc/xpad/xpad-5.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xpad/xpad-5.4.0.ebuild b/x11-misc/xpad/xpad-5.4.0.ebuild
index 56d33df01196..a1ae20d7ee74 100644
--- a/x11-misc/xpad/xpad-5.4.0.ebuild
+++ b/x11-misc/xpad/xpad-5.4.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 inherit autotools
 
-DESCRIPTION="a sticky note application for jotting down things to remember"
+DESCRIPTION="A sticky note application for GTK"
 HOMEPAGE="https://launchpad.net/xpad;
 SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2;
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xpad/

2022-03-10 Thread Jonas Stein
commit: ed17923ebe554079c2c05566686a7039756e634c
Author: Jonas Stein  gentoo  org>
AuthorDate: Thu Mar 10 23:27:39 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Thu Mar 10 23:27:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed17923e

x11-misc/xpad: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

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

 x11-misc/xpad/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/xpad/metadata.xml b/x11-misc/xpad/metadata.xml
index cc080979fe12..8f73356cc3dd 100644
--- a/x11-misc/xpad/metadata.xml
+++ b/x11-misc/xpad/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   desktop-m...@gentoo.org
-   Gentoo Desktop Miscellaneous Project
-   
+

xpad

https://launchpadlibrarian.net/253130440/ChangeLog



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

2022-03-09 Thread Jonas Stein
commit: 43488a42b43b78e5cda834b3d61848fc7cc6b6bf
Author: Jonas Stein  gentoo  org>
AuthorDate: Wed Mar  9 17:50:10 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Wed Mar  9 17:50:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43488a42

sys-apps/inxi: Bump to 3.3.13

Version bump to 3.3.13

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

 sys-apps/inxi/Manifest |  1 +
 sys-apps/inxi/inxi-3.3.13.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/sys-apps/inxi/Manifest b/sys-apps/inxi/Manifest
index a156f4836b3c..bf99acc8f283 100644
--- a/sys-apps/inxi/Manifest
+++ b/sys-apps/inxi/Manifest
@@ -3,3 +3,4 @@ DIST inxi-3.3.04.1.tar.gz 450695 BLAKE2B 
3bf2fc9296c9b1e2357e7df2edeb3df5069d48b
 DIST inxi-3.3.06.1.tar.gz 460416 BLAKE2B 
a7a5eeade861294c8c18cd9594ef6fd0c681d8ae66b6e1b112dbc968be46a617db666d863f5138883d7651fad8e3b27c4f27a2b518233ffa2aae7e453feab62b
 SHA512 
0e9d7215339235914cfcd7292443199304d44e528545a0c1c3d65d597f57da5c2678c410d215e6c8668c22677f20d62c93bbd7fee02dc74f8c9aab75b1488d00
 DIST inxi-3.3.08.1.tar.gz 467132 BLAKE2B 
c0254174c0a48936e1f183c16f985838cf74302da706996c1baec0c67b9c4209da5b555805cb668d626eccaa69f95e3cab2605b06d2cc7361a6cd3ff5d88c29e
 SHA512 
bcbb81dd022dbd525ed3811406997c6689f968de8a3b6e0988381d9d2a488617ef3bc966034f9baac8eebb412b8d2e612b7cece29d65bdcb20d8b8cdeca112e6
 DIST inxi-3.3.12.1.tar.gz 495524 BLAKE2B 
76b8600ea5bb5430a30bf3876ca80c1dbc8033449c3526c945d7457f3d9176d6299acf6d1a0b3e92c2f84e4b01ba70acbb326cfc9cd5b906e9e5a28550efa670
 SHA512 
5772b77a35342b6dee7211f31a35552794fddcdb01012e604c501707f1e3756791376b92e5c8f3d8c85493b83f2394d2e6f90f6e473225388975de2e174a2997
+DIST inxi-3.3.13.1.tar.gz 524354 BLAKE2B 
de12d2145f61b385d636aa9aa1efa057cfa12b010789ec34602ee7567d4db34a960a85b47d17f7a4db8cdb68a44d1085ca2f3be11ca503e5172525d75901d244
 SHA512 
6eed08ed0efb3574d294127beaec1373df434554ad98debd25ac865b85ab98e81e11f0cee855da0213cbc25fee95ce8504c7eaee90d99b8ad7c63f2b301394f3

diff --git a/sys-apps/inxi/inxi-3.3.13.1.ebuild 
b/sys-apps/inxi/inxi-3.3.13.1.ebuild
new file mode 100644
index ..27490346a682
--- /dev/null
+++ b/sys-apps/inxi/inxi-3.3.13.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV=$(ver_rs 3 '-')
+# 2.3.56 was the last version with no tagged release.
+# It was also the last Bash based release. Later versions are Perl based
+
+DESCRIPTION="The CLI inxi collects and prints hardware and system information"
+HOMEPAGE="https://github.com/smxi/inxi;
+SRC_URI="https://github.com/smxi/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="bluetooth hddtemp opengl"
+
+RDEPEND="dev-lang/perl
+   sys-apps/pciutils
+   sys-apps/usbutils
+   bluetooth? ( net-wireless/bluez )
+   hddtemp? ( app-admin/hddtemp )
+   opengl? ( x11-apps/mesa-progs )
+   "
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   dodoc README.txt
+}



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

2022-03-08 Thread Jonas Stein
commit: f9d16387c52e9a89113a06b9f9015d52bab3be6e
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Mar  8 14:51:10 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Tue Mar  8 14:52:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d16387

media-video/webcamoid: Bump to 8.8.0

Version bump to 8.8.0.
Closes: https://bugs.gentoo.org/771921
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 media-video/webcamoid/Manifest   |  1 +
 media-video/webcamoid/webcamoid-8.8.0.ebuild | 86 
 2 files changed, 87 insertions(+)

diff --git a/media-video/webcamoid/Manifest b/media-video/webcamoid/Manifest
index e7fd9d46106f..14023c27d3a2 100644
--- a/media-video/webcamoid/Manifest
+++ b/media-video/webcamoid/Manifest
@@ -1 +1,2 @@
 DIST webcamoid-8.7.1.tar.gz 8900338 BLAKE2B 
f379811cf9e44e67caa80c301c2774f13c686fa4721b5adc85dcd803ea97edb07073e53575c7dae8dab4ebfa0a9ee4f3691511cc7ddd6b55f84ae2cc77cd3c52
 SHA512 
b9a4b1dd4c863ab126e304eabce47c025ec0e3eb85a5b42035d26caa004399bde733913c0a5598ada3deb01673bd42ea54c9d2b06d300608582e63dda75d9bf6
+DIST webcamoid-8.8.0.tar.gz 8887888 BLAKE2B 
d0c3f0cee1fe487e8e61cb50148415899f2df8bdd1c48f1d944cece167e69fc6872cc7a45dbf441d6b4b88d0ae99c1a227339594a6ad94416b765a89eb1a70e0
 SHA512 
e21e3f6b7ad4f4031658033e94f377db06e06d5bad8f0540af6ac824972aa2811336d5edfef19c674e9b98d0bf9d96f22ac46623d5cb4c39bc310d248daf0bfa

diff --git a/media-video/webcamoid/webcamoid-8.8.0.ebuild 
b/media-video/webcamoid/webcamoid-8.8.0.ebuild
new file mode 100644
index ..80cf1db81110
--- /dev/null
+++ b/media-video/webcamoid/webcamoid-8.8.0.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils xdg-utils
+
+DESCRIPTION="A full featured webcam capture application"
+HOMEPAGE="https://webcamoid.github.io;
+SRC_URI="https://github.com/webcamoid/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+IUSE_AVKYS=( alsa coreaudio ffmpeg gstreamer jack libuvc oss pulseaudio 
qtaudio v4lutils videoeffects )
+IUSE="${IUSE_AVKYS[@]} debug headers v4l"
+
+REQUIRED_USE="v4lutils? ( v4l )"
+
+RDEPEND="
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtopengl:5
+   dev-qt/qtquickcontrols2:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   ffmpeg? ( media-video/ffmpeg:= )
+   gstreamer? ( >=media-libs/gstreamer-1.6.0 )
+   jack? ( virtual/jack )
+   libuvc? ( media-libs/libuvc )
+   pulseaudio? ( media-sound/pulseaudio )
+   qtaudio? ( dev-qt/qtmultimedia:5 )
+   v4l? ( media-libs/libv4l )
+"
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-3.6
+"
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-8.7.1-gcc11.patch
+)
+
+src_configure() {
+   local myqmakeargs=(
+   "CONFIG+=debug"
+   "PREFIX=/usr"
+   "BUILDDOCS=0"
+   "INSTALLDEVHEADERS=$(usex headers 1 0)"
+   "INSTALLQMLDIR=$(qt5_get_libdir)/qt5/qml"
+   "LIBDIR=/usr/$(get_libdir)"
+   "NOAVFOUNDATION=1"
+   "NODSHOW=1"
+   "NOVCAMWIN=1"
+   "NOWASAPI=1"
+   )
+
+   use v4l || myqmakeargs+=( "NOV4L2=1" )
+
+   local x
+   for x in ${IUSE_AVKYS[@]}; do
+   use ${x} || myqmakeargs+=( "NO${x^^}=1" )
+   done
+
+   eqmake5 ${myqmakeargs[@]}
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/ratpoison/

2022-02-20 Thread Jonas Stein
commit: dcf79061e84d860eda6391ab3b5bf85756a9df18
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Feb 21 01:28:21 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Mon Feb 21 01:28:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf79061

x11-wm/ratpoison: drop unused eclass: eutils

drop unused eclass: eutils

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

 x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild 
b/x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild
index 8346af3e1dc3..3d20f3c4d143 100644
--- a/x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild
+++ b/x11-wm/ratpoison/ratpoison-1.4.9-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit elisp-common eutils toolchain-funcs
+inherit elisp-common toolchain-funcs
 
 DESCRIPTION="window manager without mouse dependency"
 HOMEPAGE="http://www.nongnu.org/ratpoison/;



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

2022-02-20 Thread Jonas Stein
commit: e62c30f5fc775313a4584b771696b38c6ac66e5a
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Feb 20 22:16:10 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Feb 20 22:16:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62c30f5

x11-misc/xscreensaver-app: drop unused eclass: toolchain-funcs

drop unused eclass: toolchain-funcs

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

 x11-misc/xscreensaver-app/xscreensaver-app-2.3-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xscreensaver-app/xscreensaver-app-2.3-r4.ebuild 
b/x11-misc/xscreensaver-app/xscreensaver-app-2.3-r4.ebuild
index 9b0667e303b8..702dcdc35505 100644
--- a/x11-misc/xscreensaver-app/xscreensaver-app-2.3-r4.ebuild
+++ b/x11-misc/xscreensaver-app/xscreensaver-app-2.3-r4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools toolchain-funcs
+inherit autotools
 
 MY_PN=${PN/-a/.A}
 MY_PN=${MY_PN/xs/XS}



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

2022-02-20 Thread Jonas Stein
commit: 42f6d1c2f1c78c87e1a8400aa50884caa051c813
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Feb 20 22:17:03 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Feb 20 22:17:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f6d1c2

x11-misc/xscreensaver-app: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

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

 x11-misc/xscreensaver-app/metadata.xml | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/x11-misc/xscreensaver-app/metadata.xml 
b/x11-misc/xscreensaver-app/metadata.xml
index 1e8fc45040d0..1ee12ef30cb1 100644
--- a/x11-misc/xscreensaver-app/metadata.xml
+++ b/x11-misc/xscreensaver-app/metadata.xml
@@ -1,11 +1,8 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-desktop-m...@gentoo.org
-Gentoo Desktop Miscellaneous Project
-  
-  
-xscreensaverapp
-  
+
+   
+   xscreensaverapp
+   
 



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

2022-02-20 Thread Jonas Stein
commit: 93c1d8d8efdeacdda8a48a4e2305982de23b01e7
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Feb 20 22:10:38 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Feb 20 22:10:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c1d8d8

app-editors/wily: drop unused eclass: multilib

drop unused eclass: multilib

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

 app-editors/wily/wily-1.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/wily/wily-1.0-r2.ebuild 
b/app-editors/wily/wily-1.0-r2.ebuild
index 6ab975827e2e..b2ee14fbcb16 100644
--- a/app-editors/wily/wily-1.0-r2.ebuild
+++ b/app-editors/wily/wily-1.0-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit multilib toolchain-funcs
+inherit toolchain-funcs
 
 MY_P="${P/1.0/9libs}"
 



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

2022-02-20 Thread Jonas Stein
commit: f9a2656558d1ca6ddc8dba3f6c67266d40c246dc
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Feb 20 21:59:30 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sun Feb 20 21:59:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a26565

app-laptop/laptop-mode-tools: drop old

Drop obsolete version with QA bugs

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

 app-laptop/laptop-mode-tools/Manifest  |   1 -
 .../laptop-mode-tools-1.72.2-r2.ebuild | 100 -
 2 files changed, 101 deletions(-)

diff --git a/app-laptop/laptop-mode-tools/Manifest 
b/app-laptop/laptop-mode-tools/Manifest
index e7bd1d3e1b35..08e805ebf431 100644
--- a/app-laptop/laptop-mode-tools/Manifest
+++ b/app-laptop/laptop-mode-tools/Manifest
@@ -1,2 +1 @@
-DIST laptop-mode-tools_1.72.2.tar.gz 121437 BLAKE2B 
1fdcdb88183156e4983b4561218164df5dde9fc91e85ab0ec1e6a401d3e5c5e70597a97e16c476949e80a674c34683eac6429e64e76c7921bd28f560e4ffe3cb
 SHA512 
9a3960bad518aa73350b72ce30aeb80f3cbb1bf0fd6a11d5afe396b25c2b73f3b3d2fe7de0741eb94c9e3467c85a99741dc7acfd85339b9eb1daca09d3f8c56a
 DIST laptop-mode-tools_1.74.tar.gz 124163 BLAKE2B 
5080a646b7e0ddd53709aa445abfdde2ea4a7643bf97f86c6d7ca612b6e46210c825df1c01389125ff2dd79e37d2421b76db28f7415454c77a776c3526a08d12
 SHA512 
70154c5833c02e2adf50bf03b3d05b98946cb7fc5acb73c05f105e3bc34d62e54e57db98be6877b8ebf2d1b951de73ad5afee9a5f7c85a76055ddc0868d5397d

diff --git a/app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2-r2.ebuild 
b/app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2-r2.ebuild
deleted file mode 100644
index 4b6591ed5208..
--- a/app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2-r2.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib systemd tmpfiles udev
-
-MY_P="${PN}_${PV}"
-
-DESCRIPTION="Linux kernel laptop_mode user-space utilities"
-HOMEPAGE="https://github.com/rickysarraf/laptop-mode-tools/wiki;
-SRC_URI="https://github.com/rickysarraf/${PN}/releases/download/${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="+acpi apm bluetooth"
-
-RDEPEND="sys-apps/iproute2
-   sys-apps/ethtool
-   sys-apps/which
-   || (
-   sys-apps/sdparm
-   sys-apps/hdparm
-   )
-   acpi? ( sys-power/acpid )
-   apm? ( sys-apps/apmd )
-   bluetooth? ( net-wireless/bluez:= )"
-
-PATCHES=(
-   "${FILESDIR}/0001-Fix-case-sensitive-name-for-lmt.py.patch"
-)
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   # This should avoid conflict with pm-powersave wrt #327443 and #396703
-   cat <<-EOF > "${T}"/${PN}
-   HOOK_BLACKLIST="00powersave"
-   EOF
-}
-
-src_compile() { :; }
-
-src_install() {
-   DESTDIR="${D}" \
-   INIT_D="none" \
-   MAN_D="/usr/share/man" \
-   LIB_D="/usr/$(get_libdir)" \
-   UDEV_D="$(get_udevdir)" \
-   SYSTEMD_UNIT_D="$(systemd_get_systemunitdir)" \
-   TMPFILES_D="/usr/lib/tmpfiles.d" \
-   ACPI="$(use acpi && echo force || echo disabled)" \
-   PMU="$(false && echo force || echo disabled)" \
-   APM="$(use apm && echo force || echo disabled)" \
-   SYSTEMD=yes \
-   sh ./install.sh || die
-
-   dodoc Documentation/*.txt README.md
-   newinitd "${FILESDIR}"/laptop_mode.init-1.4 laptop_mode
-
-   # See src_prepare()
-   insinto /etc/pm/config.d
-   doins "${T}"/${PN}
-}
-
-pkg_postinst() {
-   tmpfiles_process laptop-mode.conf
-
-   if use acpi || use apm; then
-   if use acpi; then
-   daemon_name="acpid"
-   elif use apm; then
-   deamon_name="apmd"
-   fi
-   if [ "$(rc-config list default | grep laptop_mode)" = "" ] || [ 
"$(rc-config list default | grep ${daemon_name} )" = "" ]; then
-   ewarn "To enable automatic power state event handling,"
-   ewarn "e.g. enabling laptop_mode after unplugging the 
battery,"
-   ewarn "both laptop_mode and the ${daemon_name} daemon 
must be"
-   ewarn "added to default runlevel:"
-   if [ "$(rc-config list default | grep laptop_mode)" = 
"" ]; then
-   ewarn "# rc-update add laptop_mode defaul

[gentoo-commits] repo/gentoo:master commit in: x11-misc/xxkb/

2022-02-19 Thread Jonas Stein
commit: 30b6502dbcb86c08adcc14ea15af0cda666cef59
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Feb 19 14:05:51 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sat Feb 19 14:06:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b6502d

x11-misc/xxkb: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

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

 x11-misc/xxkb/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/xxkb/metadata.xml b/x11-misc/xxkb/metadata.xml
index 885a0aff0678..c1da2d8e3086 100644
--- a/x11-misc/xxkb/metadata.xml
+++ b/x11-misc/xxkb/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   desktop-m...@gentoo.org
-   Gentoo Desktop Miscellaneous Project
-   
+

xxkb




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

2022-02-18 Thread Jonas Stein
commit: 9309d707a0510e535ed8699ad45324670bb7e4a7
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Feb 18 21:33:40 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Fri Feb 18 21:33:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9309d707

app-cdr/xcdroast: dropped Maintainer

Dropped maintainer, who does not use the package himself anymore as he
explained by mail.

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

 app-cdr/xcdroast/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-cdr/xcdroast/metadata.xml b/app-cdr/xcdroast/metadata.xml
index 27169b9f6ce5..385e9d104dae 100644
--- a/app-cdr/xcdroast/metadata.xml
+++ b/app-cdr/xcdroast/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   birc...@gentoo.org
-   Andrew Savchenko
-   
+

xcdroast




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

2022-02-18 Thread Jonas Stein
commit: adfdd50c93e9d4ff60f18040f4fe605988621a72
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Feb 18 21:27:44 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Fri Feb 18 21:29:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adfdd50c

app-cdr/xcdroast: bump to 1.19

Version bump to 1.19
Bump to EAPI=8
change icon, because the old file is not available anymore
Drop old patches
Closes: https://bugs.gentoo.org/649982
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 app-cdr/xcdroast/Manifest |  1 +
 app-cdr/xcdroast/xcdroast-1.19.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/app-cdr/xcdroast/Manifest b/app-cdr/xcdroast/Manifest
index cd403a3fc812..704115751cac 100644
--- a/app-cdr/xcdroast/Manifest
+++ b/app-cdr/xcdroast/Manifest
@@ -1 +1,2 @@
 DIST xcdroast-0.98alpha16.tar.gz 3563666 BLAKE2B 
781f06e89265e9f30ea651d39219d7083a2cfc2833bc2ab0b57d9f67de77b2eb8aa6755148cd259e3c188a72f07026ecda91d0bbe09af4b55c696c75274739e0
 SHA512 
dec789955eb70a14f6bcb7c0895a6ca4b7c471cc5ee7ab12af1e671c8586c481c4a05e20eb42724d686d561a551809d9437dafadd3cd081079cefc28e0b94df7
+DIST xcdroast-1.19.tar.gz 3448552 BLAKE2B 
2e4e2b5119d5002870142d95345ddd33dad40c5a9d7517594da0dfd945bea012d5391b61fb6264d790cf4de6b990fc77f4b40fab594ac1a5d2279dafa933
 SHA512 
79449353ba5a1be990366e85bd807e4ef35ec19f021986634ee9549608dca0e447b61dbbed0f30f588baac49fc6b93c055800bedb629ff77274d7da7c39d7881

diff --git a/app-cdr/xcdroast/xcdroast-1.19.ebuild 
b/app-cdr/xcdroast/xcdroast-1.19.ebuild
new file mode 100644
index ..9db140ff8536
--- /dev/null
+++ b/app-cdr/xcdroast/xcdroast-1.19.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit desktop gnome2-utils
+
+DESCRIPTION="Lightweight cdrtools front-end for CD and DVD writing"
+HOMEPAGE="http://www.xcdroast.org/;
+SRC_URI="mirror://sourceforge/xcdroast/${P/_/}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="nls suid"
+
+RDEPEND=">=x11-libs/gtk+-2:2
+   >=app-cdr/cdrtools-3.02_alpha09"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${P/_/}
+
+src_prepare() {
+   default
+}
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   $(use_enable suid nonrootmode) \
+   --enable-gtk2 \
+   --mandir=/usr/share/man \
+   --sysconfdir=/etc
+}
+
+src_compile() {
+   emake PREFIX=/usr
+}
+
+src_install() {
+   emake PREFIX=/usr DESTDIR="${D}" install
+   dodoc -r AUTHORS ChangeLog README doc/*
+
+   insinto /usr/share/icons/hicolor/48x48/apps
+   newins xpms/ico_cdwriter.xpm xcdroast.xpm
+
+   make_desktop_entry xcdroast "X-CD-Roast" xcdroast 
"AudioVideo;DiscBurning"
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2022-02-17 Thread Jonas Stein
commit: 59af6b2c5864efc36c5b4ab45a5bd611af7158d0
Author: Jonas Stein  gentoo  org>
AuthorDate: Thu Feb 17 21:22:16 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Thu Feb 17 21:22:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59af6b2c

media-video/webcamoid: QA fixes

update icons
add missing local x
EAPI Bump

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

 media-video/webcamoid/webcamoid-8.7.1-r1.ebuild | 86 +
 1 file changed, 86 insertions(+)

diff --git a/media-video/webcamoid/webcamoid-8.7.1-r1.ebuild 
b/media-video/webcamoid/webcamoid-8.7.1-r1.ebuild
new file mode 100644
index ..80cf1db81110
--- /dev/null
+++ b/media-video/webcamoid/webcamoid-8.7.1-r1.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils xdg-utils
+
+DESCRIPTION="A full featured webcam capture application"
+HOMEPAGE="https://webcamoid.github.io;
+SRC_URI="https://github.com/webcamoid/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+IUSE_AVKYS=( alsa coreaudio ffmpeg gstreamer jack libuvc oss pulseaudio 
qtaudio v4lutils videoeffects )
+IUSE="${IUSE_AVKYS[@]} debug headers v4l"
+
+REQUIRED_USE="v4lutils? ( v4l )"
+
+RDEPEND="
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtopengl:5
+   dev-qt/qtquickcontrols2:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   ffmpeg? ( media-video/ffmpeg:= )
+   gstreamer? ( >=media-libs/gstreamer-1.6.0 )
+   jack? ( virtual/jack )
+   libuvc? ( media-libs/libuvc )
+   pulseaudio? ( media-sound/pulseaudio )
+   qtaudio? ( dev-qt/qtmultimedia:5 )
+   v4l? ( media-libs/libv4l )
+"
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-3.6
+"
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-8.7.1-gcc11.patch
+)
+
+src_configure() {
+   local myqmakeargs=(
+   "CONFIG+=debug"
+   "PREFIX=/usr"
+   "BUILDDOCS=0"
+   "INSTALLDEVHEADERS=$(usex headers 1 0)"
+   "INSTALLQMLDIR=$(qt5_get_libdir)/qt5/qml"
+   "LIBDIR=/usr/$(get_libdir)"
+   "NOAVFOUNDATION=1"
+   "NODSHOW=1"
+   "NOVCAMWIN=1"
+   "NOWASAPI=1"
+   )
+
+   use v4l || myqmakeargs+=( "NOV4L2=1" )
+
+   local x
+   for x in ${IUSE_AVKYS[@]}; do
+   use ${x} || myqmakeargs+=( "NO${x^^}=1" )
+   done
+
+   eqmake5 ${myqmakeargs[@]}
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xhkeys/

2022-02-15 Thread Jonas Stein
commit: 44637cb2fc31aae3a16ab41cfc3fe4cc568e0799
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Feb 15 13:05:53 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Tue Feb 15 13:05:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44637cb2

x11-misc/xhkeys: Fix SRC_URI

Fixed the SRC_URI.

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

 x11-misc/xhkeys/xhkeys-2.2.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild 
b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
index f5d1deed298a..120fccb46e3f 100644
--- a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
+++ b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-DESCRIPTION="assign particular actions to any key or key combination"
+DESCRIPTION="Assign particular actions to any key or key combination"
 HOMEPAGE="http://wmalms.tripod.com/#XHKEYS;
-SRC_URI="mirror://gentoo/${P}.tar.gz"
+SRC_URI="https://wmalms.tripod.com/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xhkeys/

2022-02-15 Thread Jonas Stein
commit: 6fd10f67c9a88521bc99111406ac97d1ce67eefa
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Feb 15 13:06:44 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Tue Feb 15 13:06:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd10f67

x11-misc/xhkeys: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

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

 x11-misc/xhkeys/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/xhkeys/metadata.xml b/x11-misc/xhkeys/metadata.xml
index d3e0f4631255..85e4ed814fa2 100644
--- a/x11-misc/xhkeys/metadata.xml
+++ b/x11-misc/xhkeys/metadata.xml
@@ -1,8 +1,5 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-desktop-m...@gentoo.org
-Gentoo Desktop Miscellaneous Project
-
+
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xnee/

2022-02-14 Thread Jonas Stein
commit: c6ace06446a92014ef8ef4b4032311ab74bd6d02
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Feb 14 22:02:21 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Mon Feb 14 22:02:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ace064

x11-misc/xnee: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

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

 x11-misc/xnee/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/xnee/metadata.xml b/x11-misc/xnee/metadata.xml
index d3e0f4631255..85e4ed814fa2 100644
--- a/x11-misc/xnee/metadata.xml
+++ b/x11-misc/xnee/metadata.xml
@@ -1,8 +1,5 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-desktop-m...@gentoo.org
-Gentoo Desktop Miscellaneous Project
-
+
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/

2022-02-14 Thread Jonas Stein
commit: 1560a64c5d6e2b0d24f5bd0d346391448ea1adac
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Feb 14 20:58:48 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Mon Feb 14 20:58:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1560a64c

x11-misc/evolvotron: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

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

 x11-misc/evolvotron/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/evolvotron/metadata.xml b/x11-misc/evolvotron/metadata.xml
index 5d820e33af8f..154ded0b9b65 100644
--- a/x11-misc/evolvotron/metadata.xml
+++ b/x11-misc/evolvotron/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   desktop-m...@gentoo.org
-   Gentoo Desktop Miscellaneous Project
-   
+

evolvotron




[gentoo-commits] repo/gentoo:master commit in: x11-misc/fraqtive/

2022-02-14 Thread Jonas Stein
commit: 7b4c1e9c713559b4a23b1513e32e2df737bd5c7b
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Feb 14 20:07:57 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Mon Feb 14 20:08:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4c1e9c

x11-misc/fraqtive: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

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

 x11-misc/fraqtive/fraqtive-0.4.8-r2.ebuild |  4 ++--
 x11-misc/fraqtive/metadata.xml | 11 ---
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/x11-misc/fraqtive/fraqtive-0.4.8-r2.ebuild 
b/x11-misc/fraqtive/fraqtive-0.4.8-r2.ebuild
index 0b5059a75c4d..4f7df3a77d82 100644
--- a/x11-misc/fraqtive/fraqtive-0.4.8-r2.ebuild
+++ b/x11-misc/fraqtive/fraqtive-0.4.8-r2.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
@@ -6,7 +6,7 @@ EAPI=7
 inherit qmake-utils toolchain-funcs xdg
 
 DESCRIPTION="Open source, multi-platform generator of the Mandelbrot family 
fractals"
-HOMEPAGE="https://fraqtive.mimec.org/;
+HOMEPAGE="https://fraqtive.mimec.org/ https://github.com/mimecorg/fraqtive;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"

diff --git a/x11-misc/fraqtive/metadata.xml b/x11-misc/fraqtive/metadata.xml
index 45bdd4629ff9..c8122e8ebae5 100644
--- a/x11-misc/fraqtive/metadata.xml
+++ b/x11-misc/fraqtive/metadata.xml
@@ -1,11 +1,8 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-desktop-m...@gentoo.org
-Gentoo Desktop Miscellaneous Project
-  
-  
-fraqtive
-  
+
+   
+   fraqtive
+   
 



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

2022-02-12 Thread Jonas Stein
commit: ca6f527b6deef03ac21813ed589c4323b20d1372
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Feb 12 18:42:27 2022 +
Commit:     Jonas Stein  gentoo  org>
CommitDate: Sat Feb 12 18:42:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6f527b

www-client/w3m: Maintainer dropped

The package does not fit in the scope of Cjk.
It was accidently listed. Reassigned after discussion on IRC.

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

 www-client/w3m/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/www-client/w3m/metadata.xml b/www-client/w3m/metadata.xml
index b7d92b163a89..db06b4f7b6c8 100644
--- a/www-client/w3m/metadata.xml
+++ b/www-client/w3m/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   c...@gentoo.org
-   Cjk
-   
+

Enable support for 
x11-libs/gdk-pixbuf
If you prefer Lynx-like key 
binding



  1   2   3   4   5   6   7   8   9   >