diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-15 02:30:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-15 02:30:42 +0000 |
commit | 77da59cefae94748c45fb25d97c36a8853a8a74b (patch) | |
tree | cb3e5b112e3e873256960daff0b452a19c2e51cb /app-editors | |
parent | fix the bug number from my last commit... so many bugs. (diff) | |
download | gentoo-2-77da59cefae94748c45fb25d97c36a8853a8a74b.tar.gz gentoo-2-77da59cefae94748c45fb25d97c36a8853a8a74b.tar.bz2 gentoo-2-77da59cefae94748c45fb25d97c36a8853a8a74b.zip |
old
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/files/digest-nano-1.3.10-r1 | 3 | ||||
-rw-r--r-- | app-editors/nano/files/digest-nano-1.3.12 | 3 | ||||
-rw-r--r-- | app-editors/nano/nano-1.3.10-r1.ebuild | 81 | ||||
-rw-r--r-- | app-editors/nano/nano-1.3.12.ebuild | 74 |
4 files changed, 0 insertions, 161 deletions
diff --git a/app-editors/nano/files/digest-nano-1.3.10-r1 b/app-editors/nano/files/digest-nano-1.3.10-r1 deleted file mode 100644 index ea180ba8f3e4..000000000000 --- a/app-editors/nano/files/digest-nano-1.3.10-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 851609ae03ae967595a888219bad3e2d nano-1.3.10.tar.gz 1166572 -RMD160 8e48e5c99c384512bd08d89f93cfa797387b29af nano-1.3.10.tar.gz 1166572 -SHA256 f786b785e2657c1c5dd6555908e236982bdc5fbf6dd7f76f17da6ea5ddf2b5ce nano-1.3.10.tar.gz 1166572 diff --git a/app-editors/nano/files/digest-nano-1.3.12 b/app-editors/nano/files/digest-nano-1.3.12 deleted file mode 100644 index f1444b97207b..000000000000 --- a/app-editors/nano/files/digest-nano-1.3.12 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 1450892aac7ae31d00817d42636d9a0d nano-1.3.12.tar.gz 1250777 -RMD160 f594c4805af873718828b0aedba06c1f89946458 nano-1.3.12.tar.gz 1250777 -SHA256 f5537b8a988618fa8524b6a4b0a6950184d37db983b4521ad843b98845da571c nano-1.3.12.tar.gz 1250777 diff --git a/app-editors/nano/nano-1.3.10-r1.ebuild b/app-editors/nano/nano-1.3.10-r1.ebuild deleted file mode 100644 index 0ca1cb1d0944..000000000000 --- a/app-editors/nano/nano-1.3.10-r1.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# 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.10-r1.ebuild,v 1.10 2006/04/24 17:53:26 kumba Exp $ - -#ECVS_SERVER="savannah.gnu.org:/cvsroot/nano" -#ECVS_MODULE="nano" -#ECVS_AUTH="pserver" -#ECVS_USER="anonymous" -#inherit cvs -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" -IUSE="build debug justify minimal ncurses nls slang spell unicode" - -DEPEND=">=sys-libs/ncurses-5.2 - nls? ( sys-devel/gettext ) - !ncurses? ( slang? ( sys-libs/slang ) )" -PROVIDE="virtual/editor" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-disp.patch - epatch "${FILESDIR}"/${P}-crash.patch -} - -src_compile() { - if [[ ! -e configure ]] ; then - ./autogen.sh || die "autogen failed" - fi - - local myconf="" - use ncurses \ - && myconf="--without-slang" \ - || myconf="${myconf} $(use_with slang)" - - econf \ - --bindir=/bin \ - --enable-color \ - --enable-multibuffer \ - --enable-nanorc \ - --disable-wrapping-as-root \ - $(use_enable spell) \ - $(use_enable justify) \ - $(use_enable debug) \ - $(use_enable nls) \ - $(use_enable unicode utf8) \ - $(use_enable minimal tiny) \ - ${myconf} \ - || die "configure failed" - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - - if use build ; then - rm -rf "${D}"/usr/share - else - cat "${FILESDIR}"/nanorc-* >> doc/nanorc.sample - dodoc ChangeLog README doc/nanorc.sample AUTHORS BUGS NEWS TODO - dohtml *.html - insinto /etc - newins doc/nanorc.sample nanorc - fi - - dodir /usr/bin - dosym /bin/nano /usr/bin/nano -} - -pkg_postinst() { - einfo "More helpful info about nano, visit the GDP page:" - einfo "http://www.gentoo.org/doc/en/nano-basics-guide.xml" -} diff --git a/app-editors/nano/nano-1.3.12.ebuild b/app-editors/nano/nano-1.3.12.ebuild deleted file mode 100644 index 627f8dd450d5..000000000000 --- a/app-editors/nano/nano-1.3.12.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# 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.ebuild,v 1.1 2006/06/26 17:55:38 vapier Exp $ - -#ECVS_SERVER="savannah.gnu.org:/cvsroot/nano" -#ECVS_MODULE="nano" -#ECVS_AUTH="pserver" -#ECVS_USER="anonymous" -#inherit cvs -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="build debug justify minimal ncurses nls slang spell unicode" - -DEPEND=">=sys-libs/ncurses-5.2 - nls? ( sys-devel/gettext ) - !ncurses? ( slang? ( sys-libs/slang ) )" -PROVIDE="virtual/editor" - -src_compile() { - if [[ ! -e configure ]] ; then - ./autogen.sh || die "autogen failed" - fi - - local myconf="" - use ncurses \ - && myconf="--without-slang" \ - || myconf="${myconf} $(use_with slang)" - - econf \ - --bindir=/bin \ - --enable-color \ - --enable-multibuffer \ - --enable-nanorc \ - --disable-wrapping-as-root \ - $(use_enable spell) \ - $(use_enable justify) \ - $(use_enable debug) \ - $(use_enable nls) \ - $(use_enable unicode utf8) \ - $(use_enable minimal tiny) \ - ${myconf} \ - || die "configure failed" - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - - if use build ; then - rm -rf "${D}"/usr/share - else - cat "${FILESDIR}"/nanorc-* >> doc/nanorc.sample - dodoc ChangeLog README doc/nanorc.sample AUTHORS BUGS NEWS TODO - dohtml *.html - insinto /etc - newins doc/nanorc.sample nanorc - fi - - dodir /usr/bin - dosym /bin/nano /usr/bin/nano -} - -pkg_postinst() { - einfo "More helpful info about nano, visit the GDP page:" - einfo "http://www.gentoo.org/doc/en/nano-basics-guide.xml" -} |