summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-22 23:21:39 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-22 23:21:39 +0100
commit2e20167d2d5ea81bd52b6e3d298346edcddd61b0 (patch)
tree61b5d754a9908ac351ce67fdfa5bd3ac0c07afad /app-emulation/vice
parentmedia-libs/alsa-lib: Removed old (diff)
downloadgentoo-2e20167d2d5ea81bd52b6e3d298346edcddd61b0.tar.gz
gentoo-2e20167d2d5ea81bd52b6e3d298346edcddd61b0.tar.bz2
gentoo-2e20167d2d5ea81bd52b6e3d298346edcddd61b0.zip
app-emulation/vice: Canonical variable order
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-emulation/vice')
-rw-r--r--app-emulation/vice/vice-3.4_p37498.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-emulation/vice/vice-3.4_p37498.ebuild b/app-emulation/vice/vice-3.4_p37498.ebuild
index 9d913fec427c..e23e6deb107f 100644
--- a/app-emulation/vice/vice-3.4_p37498.ebuild
+++ b/app-emulation/vice/vice-3.4_p37498.ebuild
@@ -5,12 +5,13 @@ EAPI=7
inherit autotools multibuild
+MY_P="vice-emu-code-r${PV##*_p}-trunk-vice"
+
DESCRIPTION="The Versatile Commodore Emulator"
HOMEPAGE="http://vice-emu.sourceforge.net/"
-MY_P="vice-emu-code-r${PV##*_p}-trunk-vice"
-S="${WORKDIR}/${MY_P}"
-SRC_URI="https://sourceforge.net/code-snapshots/svn/v/vi/vice-emu/code/${MY_P}.zip"
#SRC_URI="mirror://sourceforge/vice-emu/releases/${P}.tar.gz"
+SRC_URI="https://sourceforge.net/code-snapshots/svn/v/vi/vice-emu/code/${MY_P}.zip"
+
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -73,6 +74,7 @@ BDEPEND="
doc? ( virtual/texi2dvi )
"
+S="${WORKDIR}/${MY_P}"
ECONF_SOURCE="${S}"
src_prepare() {