Make pkgcheck happy - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 8016f8b10c043c2e2d4d6e26dd78b4297c5e2c5b
DIR parent 9e7af996a5a451baede773a4a38e97a4d90ff5b3
HTML Author: parazyd <parazyd@dyne.org>
Date: Thu, 22 May 2025 19:41:41 +0200
Make pkgcheck happy
Diffstat:
M app-admin/drist/drist-1.05-r1.ebui… | 8 ++------
M app-admin/drist/metadata.xml | 8 +++-----
M app-admin/protecc/metadata.xml | 9 ++++++---
M app-admin/protecc/protecc-9999.ebu… | 8 ++++----
M app-admin/sup/sup-9999.ebuild | 5 +----
M app-misc/wendy/wendy-9999.ebuild | 6 +-----
M app-text/catpoint/catpoint-9999.eb… | 5 ++---
M app-text/json2tsv/json2tsv-9999.eb… | 8 ++------
M app-text/json2tsv/metadata.xml | 6 +++---
M app-text/md2pdf/Manifest | 2 +-
M app-text/md2pdf/md2pdf-0.2.ebuild | 4 ++--
M app-text/md2pdf/metadata.xml | 11 ++++++-----
M app-text/pointtools/pointtools-999… | 5 ++---
M app-text/utf8expr/utf8expr-9999.eb… | 5 +----
M app-text/xml2tsv/xml2tsv-9999.ebui… | 7 ++-----
M dev-embedded/0xFFFF/0xFFFF-9999.eb… | 5 +----
M dev-embedded/0xFFFF/metadata.xml | 10 +++++++---
M dev-python/apksigcopier/apksigcopi… | 7 +++----
M dev-python/apksigcopier/metadata.x… | 15 +++++++--------
M dev-python/feedgen/feedgen-1.0.0.e… | 5 ++---
M dev-python/feedgen/metadata.xml | 15 +++++++--------
R dev-python/mdx_truly_sane_lists/Ma… | 0
A dev-python/mdx-truly-sane-lists/md… | 16 ++++++++++++++++
A dev-python/mdx-truly-sane-lists/me… | 11 +++++++++++
D dev-python/mdx_truly_sane_lists/md… | 20 --------------------
D dev-python/mdx_truly_sane_lists/me… | 12 ------------
M dev-python/pycoingecko/metadata.xml | 15 +++++++--------
M dev-python/pycoingecko/pycoingecko… | 5 ++---
M dev-python/pystray/metadata.xml | 10 ++++++----
M dev-python/pystray/pystray-0.19.5.… | 9 ++++-----
M dev-python/qbittorrent-api/metadat… | 15 +++++++--------
M dev-python/qbittorrent-api/qbittor… | 5 ++---
M dev-python/secp256k1/metadata.xml | 15 +++++++--------
M dev-python/secp256k1/secp256k1-0.1… | 9 +++------
M dev-python/unicodeit/metadata.xml | 14 ++++++--------
M dev-python/unicodeit/unicodeit-0.7… | 8 ++------
M dev-vcs/git-restrict/git-restrict-… | 6 +-----
M dev-vcs/git-restrict/metadata.xml | 9 ++++++---
M net-misc/hurl/hurl-9999.ebuild | 4 +---
M net-misc/sacc/sacc-9999.ebuild | 6 +++---
M net-misc/tlstun/Manifest | 2 +-
M net-misc/tlstun/metadata.xml | 11 ++++++-----
M net-misc/tlstun/tlstun-1.1.0.ebuild | 9 ++-------
M net-news/sfeed/sfeed-9999.ebuild | 2 +-
D profiles/thirdpartymirrors | 1 -
M sys-fs/adbfs/adbfs-9999.ebuild | 5 ++---
M sys-fs/adbfs/metadata.xml | 11 ++++++-----
M sys-kernel/vanilla-sources/vanilla… | 4 ++--
M x11-libs/libwm/libwm-9999.ebuild | 8 ++------
M x11-libs/libwm/metadata.xml | 9 ++++++---
M x11-misc/slstatus/slstatus-9999.eb… | 3 +--
M x11-misc/wmutils/metadata.xml | 9 ++++++---
M x11-misc/wmutils/wmutils-9999.ebui… | 5 ++---
53 files changed, 186 insertions(+), 236 deletions(-)
---
DIR diff --git a/app-admin/drist/drist-1.05-r1.ebuild b/app-admin/drist/drist-1.05-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,11 +12,7 @@ EGIT_COMMIT="v${PV}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
+KEYWORDS=""
src_install() {
dobin drist
DIR diff --git a/app-admin/drist/metadata.xml b/app-admin/drist/metadata.xml
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
-<email>parazyd@dyne.org</email>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
</pkgmetadata>
DIR diff --git a/app-admin/protecc/metadata.xml b/app-admin/protecc/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>parazyd@dyne.org</email>
-</maintainer>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">parazyd/protecc</remote-id>
+ </upstream>
</pkgmetadata>
DIR diff --git a/app-admin/protecc/protecc-9999.ebuild b/app-admin/protecc/protecc-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit git-r3 linux-info linux-mod savedconfig
+inherit git-r3 linux-mod-r1 savedconfig
DESCRIPTION="A linux kernel module to fight against police terror"
HOMEPAGE="https://github.com/parazyd/protecc"
@@ -26,11 +26,11 @@ src_prepare() {
src_compile() {
BUILD_PARAMS="KERNELDIR=${KV_OUT_DIR} M=${S}"
- linux-mod_src_compile
+ linux-mod-r1_src_compile
}
src_install() {
- linux-mod_src_install
+ linux-mod-r1_src_install
dodoc README.md
save_config config.h
}
DIR diff --git a/app-admin/sup/sup-9999.ebuild b/app-admin/sup/sup-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,9 +14,6 @@ SLOT="0"
KEYWORDS=""
IUSE="savedconfig"
-DEPEND=""
-RDEPEND=""
-
src_prepare() {
default
restore_config config.h
DIR diff --git a/app-misc/wendy/wendy-9999.ebuild b/app-misc/wendy/wendy-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,10 +12,6 @@ EGIT_REPO_URI="git://z3bra.org/wendy"
LICENSE="ISC"
SLOT="0"
KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
src_prepare() {
default
DIR diff --git a/app-text/catpoint/catpoint-9999.ebuild b/app-text/catpoint/catpoint-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
inherit git-r3
DESCRIPTION="curses presentation tool"
-HOMEPAGE="git://bitreich.org/catpoint"
+HOMEPAGE="http://bitreich.org"
EGIT_REPO_URI="git://bitreich.org/catpoint"
LICENSE="GPL-3"
@@ -15,7 +15,6 @@ KEYWORDS=""
IUSE="static"
DEPEND="sys-libs/ncurses:0"
-RDEPEND=""
src_prepare() {
default
DIR diff --git a/app-text/json2tsv/json2tsv-9999.ebuild b/app-text/json2tsv/json2tsv-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,16 +6,12 @@ EAPI=8
inherit git-r3
DESCRIPTION="Simple json-to-tsv converter"
-HOMEPAGE="git://codemadness.org/json2tsv"
+HOMEPAGE="https://codemadness.org/git/json2tsv/file/README.html"
EGIT_REPO_URI="git://codemadness.org/json2tsv"
LICENSE="ISC"
SLOT="0"
KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
src_prepare() {
default
DIR diff --git a/app-text/json2tsv/metadata.xml b/app-text/json2tsv/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
-<email>parazyd@dyne.org</email>
-</maintainer>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
</pkgmetadata>
DIR diff --git a/app-text/md2pdf/Manifest b/app-text/md2pdf/Manifest
@@ -1 +1 @@
-DIST 0.2.tar.gz 243930 BLAKE2B 676cc9fef86b1af68aa724d9f7a8b44b4a9af678c36e367fe4c8becc75abade591610116aaefb6cd4dcec0de94e19a2e62883425d91b809e4ceb38cfa49d311a SHA512 cb65fba91e76d281a03b6251e691d7970f0d86a2f6e871f68d19071a6f7fe40ed0bdad132d33b45163eb495c69c7219e11a1cf92b41e09187d1013b9ca0de9a6
+DIST md2pdf-0.2.tar.gz 243930 BLAKE2B 676cc9fef86b1af68aa724d9f7a8b44b4a9af678c36e367fe4c8becc75abade591610116aaefb6cd4dcec0de94e19a2e62883425d91b809e4ceb38cfa49d311a SHA512 cb65fba91e76d281a03b6251e691d7970f0d86a2f6e871f68d19071a6f7fe40ed0bdad132d33b45163eb495c69c7219e11a1cf92b41e09187d1013b9ca0de9a6
DIR diff --git a/app-text/md2pdf/md2pdf-0.2.ebuild b/app-text/md2pdf/md2pdf-0.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Python tool for converting Markdown to PDF"
HOMEPAGE="https://github.com/parazyd/md2pdf"
-SRC_URI="https://github.com/parazyd/${PN}/archive/${PV}.tar.gz"
+SRC_URI="https://github.com/parazyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
DIR diff --git a/app-text/md2pdf/metadata.xml b/app-text/md2pdf/metadata.xml
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
-<email>parazyd@dyne.org</email>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">parazyd/md2pdf</remote-id>
+ </upstream>
</pkgmetadata>
DIR diff --git a/app-text/pointtools/pointtools-9999.ebuild b/app-text/pointtools/pointtools-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
inherit git-r3
DESCRIPTION="Tools to present point files"
-HOMEPAGE="git://bitreich.org/pointtools"
+HOMEPAGE="http://bitreich.org"
EGIT_REPO_URI="git://bitreich.org/pointtools"
LICENSE="GPL-3"
@@ -15,7 +15,6 @@ KEYWORDS=""
IUSE="static"
DEPEND="sys-libs/ncurses:0"
-RDEPEND=""
src_prepare() {
default
DIR diff --git a/app-text/utf8expr/utf8expr-9999.ebuild b/app-text/utf8expr/utf8expr-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,9 +14,6 @@ SLOT="0"
KEYWORDS=""
IUSE="static"
-DEPEND=""
-RDEPEND=""
-
src_prepare() {
default
DIR diff --git a/app-text/xml2tsv/xml2tsv-9999.ebuild b/app-text/xml2tsv/xml2tsv-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
inherit git-r3
DESCRIPTION="Simple xml-to-tsv converter"
-HOMEPAGE="git://bitreich.org/xml2tsv"
+HOMEPAGE="http://bitreich.org"
EGIT_REPO_URI="git://bitreich.org/xml2tsv"
LICENSE="ISC"
@@ -14,9 +14,6 @@ SLOT="0"
KEYWORDS=""
IUSE="static"
-DEPEND=""
-RDEPEND=""
-
src_prepare() {
default
DIR diff --git a/dev-embedded/0xFFFF/0xFFFF-9999.ebuild b/dev-embedded/0xFFFF/0xFFFF-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,9 +13,6 @@ SRC_URI="https://download.sourceforge.net/libusb/libusb-0.1.12.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-DEPEND=""
-RDEPEND=""
-
src_unpack() {
git-r3_src_unpack
default
DIR diff --git a/dev-embedded/0xFFFF/metadata.xml b/dev-embedded/0xFFFF/metadata.xml
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>parazyd@dyne.org</email>
-</maintainer>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">pali/0xFFFF</remote-id>
+ <remote-id type="sourceforge">download</remote-id>
+ </upstream>
</pkgmetadata>
DIR diff --git a/dev-python/apksigcopier/apksigcopier-1.1.1.ebuild b/dev-python/apksigcopier/apksigcopier-1.1.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{10..14} )
inherit distutils-r1 pypi
@@ -13,8 +13,7 @@ HOMEPAGE="https://github.com/obfusk/apksigcopier"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
DIR diff --git a/dev-python/apksigcopier/metadata.xml b/dev-python/apksigcopier/metadata.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
-<email>python@gentoo.org</email>
-</maintainer>
-<maintainer type="person">
-<email>parazyd@dyne.org</email>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">obfusk/apksigcopier</remote-id>
+ <remote-id type="pypi">apksigcopier</remote-id>
+ </upstream>
</pkgmetadata>
DIR diff --git a/dev-python/feedgen/feedgen-1.0.0.ebuild b/dev-python/feedgen/feedgen-1.0.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..13} )
+PYTHON_COMPAT=( python3_{8..14} )
inherit distutils-r1 pypi
@@ -14,7 +14,6 @@ HOMEPAGE="https://github.com/lkiesow/python-feedgen https://pypi.org/project/fee
LICENSE="LGPL-3 BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="
dev-python/lxml[${PYTHON_USEDEP}]
DIR diff --git a/dev-python/feedgen/metadata.xml b/dev-python/feedgen/metadata.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
-<email>python@gentoo.org</email>
-</maintainer>
-<maintainer type="person">
-<email>parazyd@dyne.org</email>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">lkiesow/python-feedgen</remote-id>
+ <remote-id type="pypi">feedgen</remote-id>
+ </upstream>
</pkgmetadata>
DIR diff --git a/dev-python/mdx_truly_sane_lists/Manifest b/dev-python/mdx-truly-sane-lists/Manifest
DIR diff --git a/dev-python/mdx-truly-sane-lists/mdx-truly-sane-lists-1.3-r2.ebuild b/dev-python/mdx-truly-sane-lists/mdx-truly-sane-lists-1.3-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Extension for Python-Markdown that makes lists truly sane."
+HOMEPAGE="https://github.com/radude/mdx_truly_sane_lists https://pypi.org/project/mdx_truly_sane_lists/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
DIR diff --git a/dev-python/mdx-truly-sane-lists/metadata.xml b/dev-python/mdx-truly-sane-lists/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">radude/mdx_truly_sane_lists</remote-id>
+ <remote-id type="pypi">mdx_truly_sane_lists</remote-id>
+ </upstream>
+</pkgmetadata>
DIR diff --git a/dev-python/mdx_truly_sane_lists/mdx_truly_sane_lists-1.3-r2.ebuild b/dev-python/mdx_truly_sane_lists/mdx_truly_sane_lists-1.3-r2.ebuild
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Extension for Python-Markdown that makes lists truly sane."
-HOMEPAGE="https://github.com/radude/mdx_truly_sane_lists https://pypi.org/project/mdx_truly_sane_lists/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
DIR diff --git a/dev-python/mdx_truly_sane_lists/metadata.xml b/dev-python/mdx_truly_sane_lists/metadata.xml
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>python@gentoo.org</email>
-</maintainer>
-<maintainer type="person">
-<email>parazyd@dyne.org</email>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
-</pkgmetadata>
DIR diff --git a/dev-python/pycoingecko/metadata.xml b/dev-python/pycoingecko/metadata.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
-<email>python@gentoo.org</email>
-</maintainer>
-<maintainer type="person">
-<email>parazyd@dyne.org</email>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">man-c/pycoingecko</remote-id>
+ <remote-id type="pypi">pycoingecko</remote-id>
+ </upstream>
</pkgmetadata>
DIR diff --git a/dev-python/pycoingecko/pycoingecko-3.2.0.ebuild b/dev-python/pycoingecko/pycoingecko-3.2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{10..14} )
inherit distutils-r1 pypi
DESCRIPTION="CoinGecko API wrapper"
@@ -13,7 +13,6 @@ HOMEPAGE="https://github.com/man-c/pycoingecko https://pypi.org/project/pycoinge
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="dev-python/requests[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
DIR diff --git a/dev-python/pystray/metadata.xml b/dev-python/pystray/metadata.xml
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>xarblu@protonmail.com</email>
- <name>Jonas Rakebrandt</name>
- </maintainer>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">moses-palmer/pystray</remote-id>
+ </upstream>
</pkgmetadata>
DIR diff --git a/dev-python/pystray/pystray-0.19.5.ebuild b/dev-python/pystray/pystray-0.19.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -20,9 +20,8 @@ DEPEND="
dev-python/six[${PYTHON_USEDEP}]
dev-python/python-xlib[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP}]
- dev-libs/libappindicator
"
+ #dev-libs/libappindicator
+
RDEPEND="${DEPEND}"
-BDEPEND="
- dev-python/sphinx[${PYTHON_USEDEP}]
-"
+BDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
DIR diff --git a/dev-python/qbittorrent-api/metadata.xml b/dev-python/qbittorrent-api/metadata.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
-<email>python@gentoo.org</email>
-</maintainer>
-<maintainer type="person">
-<email>parazyd@dyne.org</email>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">rmartin16/qbittorrent-api</remote-id>
+ <remote-id type="pypi">qbittorrent-api</remote-id>
+ </upstream>
</pkgmetadata>
DIR diff --git a/dev-python/qbittorrent-api/qbittorrent-api-2025.5.0.ebuild b/dev-python/qbittorrent-api/qbittorrent-api-2025.5.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{10..14} )
inherit distutils-r1 pypi
DESCRIPTION="qBittorrent Web API Client"
@@ -13,7 +13,6 @@ HOMEPAGE="https://github.com/rmartin16/qbittorrent-api/ https://pypi.org/project
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="
dev-python/requests[${PYTHON_USEDEP}]
DIR diff --git a/dev-python/secp256k1/metadata.xml b/dev-python/secp256k1/metadata.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
-<email>python@gentoo.org</email>
-</maintainer>
-<maintainer type="person">
-<email>parazyd@dyne.org</email>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">rustyrussell/secp256k1-py</remote-id>
+ <remote-id type="pypi">secp256k1</remote-id>
+ </upstream>
</pkgmetadata>
DIR diff --git a/dev-python/secp256k1/secp256k1-0.14.0.ebuild b/dev-python/secp256k1/secp256k1-0.14.0.ebuild
@@ -1,20 +1,18 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{10..14} )
inherit distutils-r1 pypi
DESCRIPTION="Python FFI bindings for libsecp256k1"
HOMEPAGE="https://github.com/rustyrussell/secp256k1-py https://pypi.org/project/secp256k1/"
-#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="dev-libs/libsecp256k1"
-RDEPEND="${DEPEND}"
-\ No newline at end of file
+RDEPEND="${DEPEND}"
DIR diff --git a/dev-python/unicodeit/metadata.xml b/dev-python/unicodeit/metadata.xml
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
-<email>python@gentoo.org</email>
-</maintainer>
-<maintainer type="person">
-<email>parazyd@dyne.org</email>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">unicodeit</remote-id>
+ </upstream>
</pkgmetadata>
DIR diff --git a/dev-python/unicodeit/unicodeit-0.7.5.ebuild b/dev-python/unicodeit/unicodeit-0.7.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{10..14} )
inherit distutils-r1 pypi
DESCRIPTION="Converts LaTeX tags to unicode"
@@ -13,7 +13,3 @@ HOMEPAGE="https://unicodeit.net https://pypi.org/project/unicodeit/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
DIR diff --git a/dev-vcs/git-restrict/git-restrict-9999.ebuild b/dev-vcs/git-restrict/git-restrict-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,10 +12,6 @@ EGIT_REPO_URI="https://git.parazyd.org/git-restrict.git"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
src_compile() {
emake all
DIR diff --git a/dev-vcs/git-restrict/metadata.xml b/dev-vcs/git-restrict/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>parazyd@dyne.org</email>
-</maintainer>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">parazyd/git-restrict</remote-id>
+ </upstream>
</pkgmetadata>
DIR diff --git a/net-misc/hurl/hurl-9999.ebuild b/net-misc/hurl/hurl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,13 +12,11 @@ EGIT_REPO_URI="git://git.codemadness.org/hurl"
LICENSE="ISC"
SLOT="0"
KEYWORDS=""
-IUSE=""
DEPEND="
dev-libs/libretls
dev-libs/libbsd
"
-RDEPEND=""
src_compile() {
emake all
DIR diff --git a/net-misc/sacc/sacc-9999.ebuild b/net-misc/sacc/sacc-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit git-r3 savedconfig toolchain-funcs
+inherit git-r3 savedconfig
DESCRIPTION="saccomys, simple console gopher client"
-HOMEPAGE="gopher://bitreich.org/1/scm/sacc"
+HOMEPAGE="http://bitreich.org"
EGIT_REPO_URI="git://bitreich.org/sacc"
LICENSE="ISC"
DIR diff --git a/net-misc/tlstun/Manifest b/net-misc/tlstun/Manifest
@@ -1 +1 @@
-DIST v1.1.0.tar.gz 14554 BLAKE2B 72ee08aeb4650b38260cb175dab6173474ac6e5903d3a8348eb40f76b0044850c1edcd2ff8bb11a7546d29d36e5684c8450996911fe902efed3659c2519e67f6 SHA512 0565708201ea8b9fa08c1c02ec88b91bc4660e99f111f662d4e2373949d8d0b5faf4c28bb3738c748d709f6c2728c1dffca681243360297b6a11efda419a3ff9
+DIST tlstun-1.1.0.tar.gz 14554 BLAKE2B 72ee08aeb4650b38260cb175dab6173474ac6e5903d3a8348eb40f76b0044850c1edcd2ff8bb11a7546d29d36e5684c8450996911fe902efed3659c2519e67f6 SHA512 0565708201ea8b9fa08c1c02ec88b91bc4660e99f111f662d4e2373949d8d0b5faf4c28bb3738c748d709f6c2728c1dffca681243360297b6a11efda419a3ff9
DIR diff --git a/net-misc/tlstun/metadata.xml b/net-misc/tlstun/metadata.xml
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
-<email>parazyd@dyne.org</email>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">parazyd/tlstun</remote-id>
+ </upstream>
</pkgmetadata>
DIR diff --git a/net-misc/tlstun/tlstun-1.1.0.ebuild b/net-misc/tlstun/tlstun-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,16 +7,11 @@ inherit go-module
DESCRIPTION="Simple Go program to add TLS support to other TCP listeners"
HOMEPAGE="https://github.com/parazyd/tlstun"
-SRC_URI="https://github.com/parazyd/${PN}/archive/refs/tags/v${PV}.tar.gz"
+SRC_URI="https://github.com/parazyd/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
src_compile() {
ego build
DIR diff --git a/net-news/sfeed/sfeed-9999.ebuild b/net-news/sfeed/sfeed-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIR diff --git a/profiles/thirdpartymirrors b/profiles/thirdpartymirrors
@@ -1 +0,0 @@
-salsa https://salsa.debian.org
DIR diff --git a/sys-fs/adbfs/adbfs-9999.ebuild b/sys-fs/adbfs/adbfs-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit git-r3
+inherit git-r3 toolchain-funcs
DESCRIPTION="Mount Android phones on Linux with adb. No root required."
HOMEPAGE="https://github.com/spion/adbfs-rootless"
@@ -12,7 +12,6 @@ EGIT_REPO_URI="https://github.com/spion/adbfs-rootless"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
-IUSE=""
DEPEND="
dev-util/android-tools
DIR diff --git a/sys-fs/adbfs/metadata.xml b/sys-fs/adbfs/metadata.xml
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
-<email>parazyd@dyne.org</email>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">spion/adbfs-rootless</remote-id>
+ </upstream>
</pkgmetadata>
DIR diff --git a/sys-kernel/vanilla-sources/vanilla-sources-6.14.7.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-6.14.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -13,4 +13,4 @@ DESCRIPTION="Full sources for the Linux kernel"
HOMEPAGE="https://www.kernel.org"
SRC_URI="${KERNEL_URI}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
DIR diff --git a/x11-libs/libwm/libwm-9999.ebuild b/x11-libs/libwm/libwm-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,11 +11,7 @@ EGIT_REPO_URI="https://github.com/wmutils/libwm.git"
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
+KEYWORDS=""
src_prepare() {
default
DIR diff --git a/x11-libs/libwm/metadata.xml b/x11-libs/libwm/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>parazyd@dyne.org</email>
-</maintainer>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">wmutils/libwm</remote-id>
+ </upstream>
</pkgmetadata>
DIR diff --git a/x11-misc/slstatus/slstatus-9999.ebuild b/x11-misc/slstatus/slstatus-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,6 @@ EGIT_REPO_URI="https://git.suckless.org/slstatus"
LICENSE="ISC"
SLOT="0"
KEYWORDS=""
-IUSE=""
DEPEND="x11-libs/libX11"
RDEPEND="${DEPEND}"
DIR diff --git a/x11-misc/wmutils/metadata.xml b/x11-misc/wmutils/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>parazyd@dyne.org</email>
-</maintainer>
+ <maintainer type="person">
+ <email>parazyd@dyne.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">wmutils/core</remote-id>
+ </upstream>
</pkgmetadata>
DIR diff --git a/x11-misc/wmutils/wmutils-9999.ebuild b/x11-misc/wmutils/wmutils-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,8 +11,7 @@ EGIT_REPO_URI="https://github.com/wmutils/core"
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
+KEYWORDS=""
DEPEND="x11-libs/libwm"
RDEPEND="${DEPEND}"