diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-14 08:21:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-14 08:21:22 +0000 |
commit | a060fa2809b25cb0e1dd547f2ca7cc026343777e (patch) | |
tree | af704941ad4360a98f01d68b5eb9c5b9730ef2a4 /app-editors/nano | |
parent | stable (diff) | |
download | historical-a060fa2809b25cb0e1dd547f2ca7cc026343777e.tar.gz historical-a060fa2809b25cb0e1dd547f2ca7cc026343777e.tar.bz2 historical-a060fa2809b25cb0e1dd547f2ca7cc026343777e.zip |
move 1.2.x to stable
Diffstat (limited to 'app-editors/nano')
-rw-r--r-- | app-editors/nano/nano-1.2.0.ebuild | 6 | ||||
-rw-r--r-- | app-editors/nano/nano-1.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/nano/nano-1.2.2.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/app-editors/nano/nano-1.2.0.ebuild b/app-editors/nano/nano-1.2.0.ebuild index c7f6bcf55925..639cbf8032bb 100644 --- a/app-editors/nano/nano-1.2.0.ebuild +++ b/app-editors/nano/nano-1.2.0.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.0.ebuild,v 1.7 2003/07/16 14:33:51 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.0.ebuild,v 1.8 2003/11/14 08:21:22 vapier Exp $ MY_P="${PN}-${PV/_}" DESCRIPTION="clone of Pico with more functions in a smaller size" SRC_URI="http://www.nano-editor.org/dist/v1.2/${MY_P}.tar.gz" HOMEPAGE="http://www.nano-editor.org/" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha ~mips hppa arm" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha mips hppa arm" IUSE="nls build slang spell" S=${WORKDIR}/${MY_P} diff --git a/app-editors/nano/nano-1.2.1.ebuild b/app-editors/nano/nano-1.2.1.ebuild index 0426f727ce34..8844c298fc6d 100644 --- a/app-editors/nano/nano-1.2.1.ebuild +++ b/app-editors/nano/nano-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.1.ebuild,v 1.10 2003/10/03 11:56:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.1.ebuild,v 1.11 2003/11/14 08:21:22 vapier Exp $ MY_P=${PN}-${PV/_} DESCRIPTION="GNU GPL'd Pico clone with more functionality" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.nano-editor.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ppc sparc alpha mips hppa ~arm" +KEYWORDS="amd64 x86 ppc sparc alpha mips hppa arm" IUSE="nls build spell justify" DEPEND=">=sys-libs/ncurses-5.2 diff --git a/app-editors/nano/nano-1.2.2.ebuild b/app-editors/nano/nano-1.2.2.ebuild index 0302c987903c..b033b2033a2d 100644 --- a/app-editors/nano/nano-1.2.2.ebuild +++ b/app-editors/nano/nano-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.2.ebuild,v 1.14 2003/11/14 08:19:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.2.ebuild,v 1.15 2003/11/14 08:21:22 vapier Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.nano-editor.org/dist/v1.2/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~sparc alpha mips hppa arm ~amd64 ia64" +KEYWORDS="x86 ppc sparc alpha mips hppa arm amd64 ia64" IUSE="nls build spell justify debug slang" DEPEND=">=sys-libs/ncurses-5.2 |