From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C918D138350 for ; Sat, 22 Feb 2020 22:21:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCFBDE08EB; Sat, 22 Feb 2020 22:21:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEEE4E08EB for ; Sat, 22 Feb 2020 22:21:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EC5A34EF59 for ; Sat, 22 Feb 2020 22:21:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50CF9AF for ; Sat, 22 Feb 2020 22:21:53 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1582410099.2e20167d2d5ea81bd52b6e3d298346edcddd61b0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vice/vice-3.4_p37498.ebuild X-VCS-Directories: app-emulation/vice/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2e20167d2d5ea81bd52b6e3d298346edcddd61b0 X-VCS-Branch: master Date: Sat, 22 Feb 2020 22:21:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 39c45bca-df15-4920-bdd3-77fddd07bde2 X-Archives-Hash: 8c226227df09f7702d6f84defe8fbf85 commit: 2e20167d2d5ea81bd52b6e3d298346edcddd61b0 Author: David Seifert gentoo org> AuthorDate: Sat Feb 22 22:21:39 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 22 22:21:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e20167d app-emulation/vice: Canonical variable order Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> app-emulation/vice/vice-3.4_p37498.ebuild | 8 +++++--- 1 file 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 9d913fec427..e23e6deb107 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() {