diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-10 22:26:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-10 22:26:12 +0000 |
commit | 1ff386688f4e41a528d55bd8dd137dccc96681c2 (patch) | |
tree | 538015d871987ef81136e15eb2d77812a23eb2ee /app-editors | |
parent | allow GPL-2 in LICENSE #169936 by Sascha Geschwandtner (diff) | |
download | gentoo-2-1ff386688f4e41a528d55bd8dd137dccc96681c2.tar.gz gentoo-2-1ff386688f4e41a528d55bd8dd137dccc96681c2.tar.bz2 gentoo-2-1ff386688f4e41a528d55bd8dd137dccc96681c2.zip |
arm/ia64/s390/sh stable
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/nano-2.0.3.ebuild | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/app-editors/nano/nano-2.0.3.ebuild b/app-editors/nano/nano-2.0.3.ebuild index 984b97ac8321..4d24d2d3a931 100644 --- a/app-editors/nano/nano-2.0.3.ebuild +++ b/app-editors/nano/nano-2.0.3.ebuild @@ -1,21 +1,24 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.3.ebuild,v 1.2 2007/02/28 21:56:14 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.3.ebuild,v 1.3 2007/03/10 22:26:12 vapier Exp $ -#ECVS_SERVER="savannah.gnu.org:/cvsroot/nano" -#ECVS_MODULE="nano" -#ECVS_AUTH="pserver" -#ECVS_USER="anonymous" -#inherit cvs +if [[ ${PV} == "9999" ]] ; then + ECVS_SERVER="savannah.gnu.org:/cvsroot/nano" + ECVS_MODULE="nano" + ECVS_AUTH="pserver" + ECVS_USER="anonymous" + inherit cvs +else + SRC_URI="http://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz" +fi 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/v${PV:0:3}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="debug justify minimal ncurses nls slang spell unicode" DEPEND=">=sys-libs/ncurses-5.2 |