summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-02-22 07:53:27 +0000
committerMike Frysinger <vapier@gentoo.org>2003-02-22 07:53:27 +0000
commitf84d6cfc321a1c5a6da98f38ea04806491cf39e0 (patch)
tree1537e83479eacf49340c53d7fc941fa0346bc471 /app-editors
parentadd arm patch to fix gcc from generating incorrect code (diff)
downloadgentoo-2-f84d6cfc321a1c5a6da98f38ea04806491cf39e0.tar.gz
gentoo-2-f84d6cfc321a1c5a6da98f38ea04806491cf39e0.tar.bz2
gentoo-2-f84d6cfc321a1c5a6da98f38ea04806491cf39e0.zip
version bump
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/nano/ChangeLog7
-rw-r--r--app-editors/nano/files/digest-nano-1.1.99_pre11
-rw-r--r--app-editors/nano/files/digest-nano-1.1.99_pre21
-rw-r--r--app-editors/nano/files/digest-nano-1.1.99_pre31
-rw-r--r--app-editors/nano/files/digest-nano-1.2.01
-rw-r--r--app-editors/nano/nano-1.1.99_pre1.ebuild47
-rw-r--r--app-editors/nano/nano-1.1.99_pre3.ebuild47
-rw-r--r--app-editors/nano/nano-1.2.0.ebuild (renamed from app-editors/nano/nano-1.1.99_pre2.ebuild)4
8 files changed, 9 insertions, 100 deletions
diff --git a/app-editors/nano/ChangeLog b/app-editors/nano/ChangeLog
index 2f8a1f04db84..6e998bf0fc5b 100644
--- a/app-editors/nano/ChangeLog
+++ b/app-editors/nano/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/nano
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.19 2003/02/22 07:31:27 zwelch Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.20 2003/02/22 07:51:56 vapier Exp $
+
+*nano-1.2.0 (22 Feb 2003)
+
+ 22 Feb 2003; Mike Frysinger <vapier@gentoo.org> :
+ Version bump.
*nano-1.1.99_pre3 (14 Feb 2003)
diff --git a/app-editors/nano/files/digest-nano-1.1.99_pre1 b/app-editors/nano/files/digest-nano-1.1.99_pre1
deleted file mode 100644
index 950945503e43..000000000000
--- a/app-editors/nano/files/digest-nano-1.1.99_pre1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 577b0de04365c6b687d5f4df217f6d89 nano-1.1.99pre1.tar.gz 841911
diff --git a/app-editors/nano/files/digest-nano-1.1.99_pre2 b/app-editors/nano/files/digest-nano-1.1.99_pre2
deleted file mode 100644
index 77e5b5072ac8..000000000000
--- a/app-editors/nano/files/digest-nano-1.1.99_pre2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7e4aeac2a850e832df3dacfef81345a7 nano-1.1.99pre2.tar.gz 862692
diff --git a/app-editors/nano/files/digest-nano-1.1.99_pre3 b/app-editors/nano/files/digest-nano-1.1.99_pre3
deleted file mode 100644
index 0fcb53df7cc8..000000000000
--- a/app-editors/nano/files/digest-nano-1.1.99_pre3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6bbe8e44b72e474c6fd915320da1f3ca nano-1.1.99pre3.tar.gz 893585
diff --git a/app-editors/nano/files/digest-nano-1.2.0 b/app-editors/nano/files/digest-nano-1.2.0
new file mode 100644
index 000000000000..22645dbbf9a4
--- /dev/null
+++ b/app-editors/nano/files/digest-nano-1.2.0
@@ -0,0 +1 @@
+MD5 48a045da0ac8851df23f00122d3646b8 nano-1.2.0.tar.gz 896742
diff --git a/app-editors/nano/nano-1.1.99_pre1.ebuild b/app-editors/nano/nano-1.1.99_pre1.ebuild
deleted file mode 100644
index 537b0184e239..000000000000
--- a/app-editors/nano/nano-1.1.99_pre1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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.1.99_pre1.ebuild,v 1.3 2003/02/13 06:57:44 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.1/${MY_P}.tar.gz"
-HOMEPAGE="http://www.nano-editor.org/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa"
-IUSE="nls build slang spell"
-
-S=${WORKDIR}/${MY_P}
-
-DEPEND=">=sys-libs/ncurses-5.2
- nls? ( sys-devel/gettext )"
-
-PROVIDE="virtual/editor"
-
-src_compile() {
- use build && myconf="${myconf} --disable-wrapping-as-root"
-
- econf \
- --bindir=/bin \
- --enable-color \
- --enable-multibuffer \
- --enable-nanorc \
- `use_enable spell` \
- `use_enable nls` \
- ${myconf} \
- || die "configure failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- use build \
- && rm -rf ${D}/usr/share \
- || dodoc ChangeLog README nanorc.sample AUTHORS BUGS NEWS TODO \
- && dohtml *.html
-
- dodir /usr/bin
- dosym /bin/nano /usr/bin/nano
-}
diff --git a/app-editors/nano/nano-1.1.99_pre3.ebuild b/app-editors/nano/nano-1.1.99_pre3.ebuild
deleted file mode 100644
index 0235482d6d1b..000000000000
--- a/app-editors/nano/nano-1.1.99_pre3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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.1.99_pre3.ebuild,v 1.2 2003/02/22 07:31:27 zwelch 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.1/${MY_P}.tar.gz"
-HOMEPAGE="http://www.nano-editor.org/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa arm"
-IUSE="nls build slang spell"
-
-S=${WORKDIR}/${MY_P}
-
-DEPEND=">=sys-libs/ncurses-5.2
- nls? ( sys-devel/gettext )"
-
-PROVIDE="virtual/editor"
-
-src_compile() {
- use build && myconf="${myconf} --disable-wrapping-as-root"
-
- econf \
- --bindir=/bin \
- --enable-color \
- --enable-multibuffer \
- --enable-nanorc \
- `use_enable spell` \
- `use_enable nls` \
- ${myconf} \
- || die "configure failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- use build \
- && rm -rf ${D}/usr/share \
- || dodoc ChangeLog README nanorc.sample AUTHORS BUGS NEWS TODO \
- && dohtml *.html
-
- dodir /usr/bin
- dosym /bin/nano /usr/bin/nano
-}
diff --git a/app-editors/nano/nano-1.1.99_pre2.ebuild b/app-editors/nano/nano-1.2.0.ebuild
index b46038d2259e..a0e3b0fb9725 100644
--- a/app-editors/nano/nano-1.1.99_pre2.ebuild
+++ b/app-editors/nano/nano-1.2.0.ebuild
@@ -1,10 +1,10 @@
# 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.1.99_pre2.ebuild,v 1.3 2003/02/13 06:57:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.0.ebuild,v 1.1 2003/02/22 07:51:56 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.1/${MY_P}.tar.gz"
+SRC_URI="http://www.nano-editor.org/dist/v1.2/${MY_P}.tar.gz"
HOMEPAGE="http://www.nano-editor.org/"
SLOT="0"