commit: 8e84f7093d95b7ac7b0b6db99cda576bdd1717ff
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 07:15:28 2023 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 07:16:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e84f709
app-arch/unrpa: drop 2.3.0
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
app-arch/unrpa/unrpa-2.3.0.ebuild | 15 ---------------
1 file changed, 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"