summaryrefslogtreecommitdiff
path: root/app-portage
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-03-23 00:31:41 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-03-23 00:31:41 +0000
commitadd1c3acddd7a3f49fdb230135725463d2662921 (patch)
tree9cbe35db675b23a6afadbe3a78f9944ea8990f18 /app-portage
parent6fe1dafaa446d9bc41dea28a43551fffa73f6b87 (diff)
gentoo auto-resync : 23:03:2025 - 00:31:41
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/Manifest.gzbin9593 -> 9596 bytes
-rw-r--r--app-portage/elicense/Manifest3
-rw-r--r--app-portage/elicense/elicense-1.0.2-r1.ebuild36
-rw-r--r--app-portage/elicense/elicense-1.0.2-r2.ebuild24
-rw-r--r--app-portage/elicense/elicense-1.0.2.ebuild36
5 files changed, 25 insertions, 74 deletions
diff --git a/app-portage/Manifest.gz b/app-portage/Manifest.gz
index 92a6664b209a..32b973df44e5 100644
--- a/app-portage/Manifest.gz
+++ b/app-portage/Manifest.gz
Binary files differ
diff --git a/app-portage/elicense/Manifest b/app-portage/elicense/Manifest
index e82e30cc3a64..406b94518426 100644
--- a/app-portage/elicense/Manifest
+++ b/app-portage/elicense/Manifest
@@ -1,4 +1,3 @@
DIST elicense-1.0.2.tar.gz 9262 BLAKE2B fd1e808f577269758ed46c8e8965dc1be7649c825a094ff5b2e09dba12af5249a5a73dc5489ed131c8221e88642f92ac8b859ad5185d3a0c095bd1485178cd27 SHA512 ac6788e7726d962e72855da053be0c44722a013dfa7f500dc137ae46d946c176a285455ddaa5eeee1f6e224d5960aa2a578caa7c3182a5f93d3bbfae8cfd4a93
-EBUILD elicense-1.0.2-r1.ebuild 916 BLAKE2B 9ed8d5a1d0f8c66a88e20af6eaee4b1d89bea9173601dc6a458d17f80b6ddb089f2e437c05307470bc5e1737b18556e940b9ca9a3c1dd23c989a0f6862cf4875 SHA512 59e295208017c80e5e578868e746b7975847734395dffec51054b58e0014792f3571c165dcac943c59b6ce687367dc52ff6e01c23f91f84d8c0450755e4ec44f
-EBUILD elicense-1.0.2.ebuild 918 BLAKE2B 17101edd61a6ccda8b2e6514a4e187ba2259413f9110e5dfe3182421c125a8d584b4f6714201bb230d099d78cb117ac503e47e9402d6e482646f0566cdc84b31 SHA512 36d285b210de5cce68b177b38cad0968d48235a93f30cf07858f421ea222861c6b69fdda3d711153e512a9a6f28a5b6b8b97a19d426721901f29550890937705
+EBUILD elicense-1.0.2-r2.ebuild 671 BLAKE2B 151d7eb55a71e45b76c236d5d8c29c477ea78d7d79f78e2aa35e82b3292ad9d7e776f3b736a9bc8ba7ced9b2f55bb466693b4b4b242bfadd9e8369d1922eaac3 SHA512 ac9d37ee6d3a6d219b02d1544143beb831dd5e155d766e9becbb6086714d93c10462ea5b5b4343fb0759d770ff8bd7c6e509f9bbd455e5a90f8562653e968dca
MISC metadata.xml 349 BLAKE2B d45dc9b7713a6e5972ed03a22d0e485ae73aafd3be6ef37a56998fc94716bec72e54b392e634b8a878ededcae2614217420489ed3bd39bc1d5bcdbd486bfbe82 SHA512 1abb607ef8e9f3e712a869f615932f2b3e81bbcbcc3187753b33525cd43061fc72526b19b712c0a44bb638fe6ffc03902998ff61a3884984f74cc8ef6f94e3c1
diff --git a/app-portage/elicense/elicense-1.0.2-r1.ebuild b/app-portage/elicense/elicense-1.0.2-r1.ebuild
deleted file mode 100644
index 9256e397c361..000000000000
--- a/app-portage/elicense/elicense-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( pypy3 python3_{9..12} )
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="https://github.com/Whissi/elicense.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~riscv ~s390 sparc x86"
-fi
-
-DESCRIPTION="Tool to find installed packages in Gentoo with non-accepted license(s)"
-HOMEPAGE="https://github.com/Whissi/elicense"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=sys-apps/portage-2.3.62[${PYTHON_USEDEP}]"
-
-src_prepare() {
- default
-
- local MY_PV=${PV}
- if [[ ${PV} == "9999" ]]; then
- local last_commit=$(git rev-parse HEAD)
- MY_PV="${last_commit:0:7}-git"
- fi
-
- sed -i -e "s/^MY_PV =.*$/MY_PV = \"${MY_PV}\"/" \
- elicense || die "Failed to sed in version."
-}
diff --git a/app-portage/elicense/elicense-1.0.2-r2.ebuild b/app-portage/elicense/elicense-1.0.2-r2.ebuild
new file mode 100644
index 000000000000..c10febf07685
--- /dev/null
+++ b/app-portage/elicense/elicense-1.0.2-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Tool to find installed packages in Gentoo with non-accepted license(s)"
+HOMEPAGE="https://github.com/Whissi/elicense"
+SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~riscv ~s390 sparc x86"
+
+RDEPEND=">=sys-apps/portage-2.3.62[${PYTHON_USEDEP}]"
+
+src_prepare() {
+ default
+
+ sed -i -e "s/^MY_PV =.*$/MY_PV = \"${PV}\"/" elicense || die
+}
diff --git a/app-portage/elicense/elicense-1.0.2.ebuild b/app-portage/elicense/elicense-1.0.2.ebuild
deleted file mode 100644
index 2acc81b8c618..000000000000
--- a/app-portage/elicense/elicense-1.0.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( pypy3 python3_{9..12} )
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="https://github.com/Whissi/elicense.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/Whissi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~riscv ~s390 sparc x86"
-fi
-
-DESCRIPTION="Tool to find installed packages in Gentoo with non-accepted license(s)"
-HOMEPAGE="https://github.com/Whissi/elicense"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=sys-apps/portage-2.3.62[${PYTHON_USEDEP}]"
-
-src_prepare() {
- default
-
- local MY_PV=${PV}
- if [[ ${PV} == "9999" ]]; then
- local last_commit=$(git rev-parse HEAD)
- MY_PV="${last_commit:0:7}-git"
- fi
-
- sed -i -e "s/^MY_PV =.*$/MY_PV = \"${MY_PV}\"/" \
- elicense || die "Failed to sed in version."
-}