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 4DE9F138331 for ; Fri, 27 Apr 2018 14:42:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A8FBE086A; Fri, 27 Apr 2018 14:42:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 EA493E086E for ; Fri, 27 Apr 2018 14:42:44 +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 91C3C335C43 for ; Fri, 27 Apr 2018 14:42:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92F3F2AF for ; Fri, 27 Apr 2018 14:42:41 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1524840155.b46440b989c5e231b9de67b3b377309f3d2c1cc6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/nano/nano-9999.ebuild X-VCS-Directories: app-editors/nano/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b46440b989c5e231b9de67b3b377309f3d2c1cc6 X-VCS-Branch: master Date: Fri, 27 Apr 2018 14:42:41 +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-Archives-Salt: 80c4f709-d41b-41f8-8365-236646979980 X-Archives-Hash: e2d13cab65f0d56661bae78c82fb08ef commit: b46440b989c5e231b9de67b3b377309f3d2c1cc6 Author: Lars Wendler gentoo org> AuthorDate: Fri Apr 27 14:42:35 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Apr 27 14:42:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46440b9 app-editors/nano: Synced live ebuild. Package-Manager: Portage-2.3.31, Repoman-2.3.9 app-editors/nano/nano-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild index 0aed36a7b0e..2b29359919a 100644 --- a/app-editors/nano/nano-9999.ebuild +++ b/app-editors/nano/nano-9999.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.sv.gnu.org/nano.git" inherit git-r3 autotools else - MY_P=${PN}-${PV/_} + MY_P="${PN}-${PV/_}" SRC_URI="https://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi @@ -32,10 +32,10 @@ DEPEND="${RDEPEND} static? ( ${LIB_DEPEND} )" src_prepare() { + default if [[ ${PV} == "9999" ]] ; then eautoreconf fi - default } src_configure() { @@ -64,7 +64,7 @@ src_configure() { src_install() { default - rm -rf "${D}"/trash + rm -rf "${ED%/}"/trash dodoc doc/sample.nanorc docinto html @@ -78,6 +78,5 @@ src_install() { "${ED%/}"/etc/nanorc || die fi - dodir /usr/bin dosym ../../bin/nano /usr/bin/nano }