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 1A09D138359 for ; Sat, 9 May 2020 14:28:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33C29E0805; Sat, 9 May 2020 14:28:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1ABA3E0805 for ; Sat, 9 May 2020 14:28:36 +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 2D99534F104 for ; Sat, 9 May 2020 14:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF49222D for ; Sat, 9 May 2020 14:28:33 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1589034501.7133409e485d28330ecbccb36ea5bda3a20e6d57.bircoph@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unrpa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/unrpa/unrpa-2.3.0.ebuild X-VCS-Directories: app-arch/unrpa/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 7133409e485d28330ecbccb36ea5bda3a20e6d57 X-VCS-Branch: master Date: Sat, 9 May 2020 14:28:33 +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: 2f1988ec-b757-4ede-ac90-5289a5732f05 X-Archives-Hash: f9b744dea648dcd32ffd8028318024e5 commit: 7133409e485d28330ecbccb36ea5bda3a20e6d57 Author: Andrew Savchenko gentoo org> AuthorDate: Sat May 9 14:26:10 2020 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Sat May 9 14:28:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7133409e app-arch/unrpa: ebuild dead code elimination Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Andrew Savchenko gentoo.org> app-arch/unrpa/unrpa-2.3.0.ebuild | 11 ++--------- 1 file 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 cbdcac3f608..cc57f38ebbf 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"