summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-06 21:45:52 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-06 21:45:52 +0000
commitd158655ea1acd0cbbb56cd7a6d5c89f53bc5a6ed (patch)
tree11675365994c184a08cef20b258b0e406711158d
parentfix spelling mistake (diff)
downloadgentoo-2-d158655ea1acd0cbbb56cd7a6d5c89f53bc5a6ed.tar.gz
gentoo-2-d158655ea1acd0cbbb56cd7a6d5c89f53bc5a6ed.tar.bz2
gentoo-2-d158655ea1acd0cbbb56cd7a6d5c89f53bc5a6ed.zip
base SRC_URI off of $PV
(Portage version: 2.1.2_rc1-r3)
-rw-r--r--app-editors/nano/nano-1.3.12-r1.ebuild4
-rw-r--r--app-editors/nano/nano-2.0.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/nano/nano-1.3.12-r1.ebuild b/app-editors/nano/nano-1.3.12-r1.ebuild
index ac6e12097ced..11a51204189c 100644
--- a/app-editors/nano/nano-1.3.12-r1.ebuild
+++ b/app-editors/nano/nano-1.3.12-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild,v 1.14 2006/11/06 18:50:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild,v 1.15 2006/11/06 21:45:52 vapier Exp $
#ECVS_SERVER="savannah.gnu.org:/cvsroot/nano"
#ECVS_MODULE="nano"
@@ -12,7 +12,7 @@ inherit eutils
MY_P=${PN}-${PV/_}
DESCRIPTION="GNU GPL'd Pico clone with more functionality"
HOMEPAGE="http://www.nano-editor.org/"
-SRC_URI="http://www.nano-editor.org/dist/v1.3/${MY_P}.tar.gz"
+SRC_URI="http://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
diff --git a/app-editors/nano/nano-2.0.0.ebuild b/app-editors/nano/nano-2.0.0.ebuild
index f9244f9ac156..0bb114683b8e 100644
--- a/app-editors/nano/nano-2.0.0.ebuild
+++ b/app-editors/nano/nano-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.0.ebuild,v 1.1 2006/11/06 19:00:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.0.ebuild,v 1.2 2006/11/06 21:45:52 vapier Exp $
#ECVS_SERVER="savannah.gnu.org:/cvsroot/nano"
#ECVS_MODULE="nano"
@@ -11,7 +11,7 @@
MY_P=${PN}-${PV/_}
DESCRIPTION="GNU GPL'd Pico clone with more functionality"
HOMEPAGE="http://www.nano-editor.org/"
-SRC_URI="http://www.nano-editor.org/dist/v1.3/${MY_P}.tar.gz"
+SRC_URI="http://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"