diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2023-03-24 10:15:28 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2023-03-24 10:16:50 +0300 |
commit | 8e84f7093d95b7ac7b0b6db99cda576bdd1717ff (patch) | |
tree | bf732b0fb31da2a4495821a01bbdbf7777b7972b /app-arch | |
parent | app-arch/unrpa: update EAPI 7 -> 8, enable python3_11 (diff) | |
download | gentoo-8e84f7093d95b7ac7b0b6db99cda576bdd1717ff.tar.gz gentoo-8e84f7093d95b7ac7b0b6db99cda576bdd1717ff.tar.bz2 gentoo-8e84f7093d95b7ac7b0b6db99cda576bdd1717ff.zip |
app-arch/unrpa: drop 2.3.0
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unrpa/unrpa-2.3.0.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-arch/unrpa/unrpa-2.3.0.ebuild b/app-arch/unrpa/unrpa-2.3.0.ebuild deleted file mode 100644 index 9310e3e2a7f9..000000000000 --- a/app-arch/unrpa/unrpa-2.3.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 - -DESCRIPTION="Ren'Py's RPA data file extractor" -HOMEPAGE="https://github.com/Lattyware/unrpa" -SRC_URI="https://github.com/Lattyware/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" |