summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2020-05-09 17:26:10 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2020-05-09 17:28:21 +0300
commit7133409e485d28330ecbccb36ea5bda3a20e6d57 (patch)
treeea3e965a3598fcb935853176526543943bc975e8 /app-arch
parentapp-arch/unrpa: remove old versions (diff)
downloadgentoo-7133409e485d28330ecbccb36ea5bda3a20e6d57.tar.gz
gentoo-7133409e485d28330ecbccb36ea5bda3a20e6d57.tar.bz2
gentoo-7133409e485d28330ecbccb36ea5bda3a20e6d57.zip
app-arch/unrpa: ebuild dead code elimination
Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/unrpa/unrpa-2.3.0.ebuild11
1 files changed, 2 insertions, 9 deletions
diff --git a/app-arch/unrpa/unrpa-2.3.0.ebuild b/app-arch/unrpa/unrpa-2.3.0.ebuild
index cbdcac3f608b..cc57f38ebbfe 100644
--- a/app-arch/unrpa/unrpa-2.3.0.ebuild
+++ b/app-arch/unrpa/unrpa-2.3.0.ebuild
@@ -6,16 +6,9 @@ EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/Lattyware/unrpa.git"
-else
- SRC_URI="https://github.com/Lattyware/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
+SRC_URI="https://github.com/Lattyware/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
DESCRIPTION="Ren'Py's RPA data file extractor"
HOMEPAGE="https://github.com/Lattyware/unrpa"
-
LICENSE="GPL-3"
SLOT="0"