From f84d6cfc321a1c5a6da98f38ea04806491cf39e0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 22 Feb 2003 07:53:27 +0000 Subject: version bump --- app-editors/nano/ChangeLog | 7 +++- app-editors/nano/files/digest-nano-1.1.99_pre1 | 1 - app-editors/nano/files/digest-nano-1.1.99_pre2 | 1 - app-editors/nano/files/digest-nano-1.1.99_pre3 | 1 - app-editors/nano/files/digest-nano-1.2.0 | 1 + app-editors/nano/nano-1.1.99_pre1.ebuild | 47 -------------------------- app-editors/nano/nano-1.1.99_pre2.ebuild | 47 -------------------------- app-editors/nano/nano-1.1.99_pre3.ebuild | 47 -------------------------- app-editors/nano/nano-1.2.0.ebuild | 47 ++++++++++++++++++++++++++ 9 files changed, 54 insertions(+), 145 deletions(-) delete mode 100644 app-editors/nano/files/digest-nano-1.1.99_pre1 delete mode 100644 app-editors/nano/files/digest-nano-1.1.99_pre2 delete mode 100644 app-editors/nano/files/digest-nano-1.1.99_pre3 create mode 100644 app-editors/nano/files/digest-nano-1.2.0 delete mode 100644 app-editors/nano/nano-1.1.99_pre1.ebuild delete mode 100644 app-editors/nano/nano-1.1.99_pre2.ebuild delete mode 100644 app-editors/nano/nano-1.1.99_pre3.ebuild create mode 100644 app-editors/nano/nano-1.2.0.ebuild (limited to 'app-editors') 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 : + 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_pre2.ebuild b/app-editors/nano/nano-1.1.99_pre2.ebuild deleted file mode 100644 index b46038d2259e..000000000000 --- a/app-editors/nano/nano-1.1.99_pre2.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_pre2.ebuild,v 1.3 2003/02/13 06:57:50 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.2.0.ebuild b/app-editors/nano/nano-1.2.0.ebuild new file mode 100644 index 000000000000..a0e3b0fb9725 --- /dev/null +++ b/app-editors/nano/nano-1.2.0.ebuild @@ -0,0 +1,47 @@ +# 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.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.2/${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 +} -- cgit v1.2.3-65-gdbad