From 37dbd049afe2ff6a31d23ccbb9247a87c343ca55 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Fri, 24 Sep 2004 17:53:35 +0000 Subject: Version bump. Marked 1.36 stable on x86. Removed old ebuild. --- app-editors/ne/ChangeLog | 8 +++++++- app-editors/ne/Manifest | 12 ++--------- app-editors/ne/files/digest-ne-1.35 | 1 - app-editors/ne/files/digest-ne-1.37 | 1 + app-editors/ne/ne-1.35.ebuild | 37 --------------------------------- app-editors/ne/ne-1.36.ebuild | 15 +++++--------- app-editors/ne/ne-1.37.ebuild | 41 +++++++++++++++++++++++++++++++++++++ 7 files changed, 56 insertions(+), 59 deletions(-) delete mode 100644 app-editors/ne/files/digest-ne-1.35 create mode 100644 app-editors/ne/files/digest-ne-1.37 delete mode 100644 app-editors/ne/ne-1.35.ebuild create mode 100644 app-editors/ne/ne-1.37.ebuild (limited to 'app-editors') diff --git a/app-editors/ne/ChangeLog b/app-editors/ne/ChangeLog index 293e0fd5fc50..8bba0c0851ec 100644 --- a/app-editors/ne/ChangeLog +++ b/app-editors/ne/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/ne # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ChangeLog,v 1.8 2004/09/07 23:06:53 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ChangeLog,v 1.9 2004/09/24 17:53:35 swegener Exp $ + +*ne-1.37 (24 Sep 2004) + + 24 Sep 2004; Sven Wegener -ne-1.35.ebuild, + ne-1.36.ebuild, +ne-1.37.ebuild: + Version bump. Marked 1.36 stable on x86. Removed old ebuild. 08 Sep 2004; Sven Wegener -ne-1.19.ebuild, ne-1.35.ebuild: diff --git a/app-editors/ne/Manifest b/app-editors/ne/Manifest index e5689b63c9b7..441f25a8f873 100644 --- a/app-editors/ne/Manifest +++ b/app-editors/ne/Manifest @@ -1,17 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 ec660ff9379a2d55610a43ba4a6a51f8 ne-1.35.ebuild 1130 MD5 026b721839e148074249a3649f4ed65b ne-1.36.ebuild 1240 MD5 96c5a9a96b7414a4cc00bb34c82d807c metadata.xml 275 MD5 5b8630629238f4e0a4fd2b613103bdf6 ChangeLog 1093 +MD5 026b721839e148074249a3649f4ed65b ne-1.37.ebuild 1240 MD5 83ea9a543f92f36ba8b56fe1d393e431 files/digest-ne-1.35 60 MD5 f42f170988b1e65d3614a7f8c8e1e3d8 files/1.36-include-fix.patch 825 MD5 00fcc22f5e66eaa8d63653b147365adb files/digest-ne-1.36 60 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBPj8YI1lqEGTUzyQRAvrsAJ4l733yY8R5LQma0MPy5FRoJnGOHwCgjoEs -xDYx4qiTfc/oIS9284Zlhkg= -=OSpm ------END PGP SIGNATURE----- +MD5 957fcbf3d32a65e17400ffa24f29b0b8 files/digest-ne-1.37 60 diff --git a/app-editors/ne/files/digest-ne-1.35 b/app-editors/ne/files/digest-ne-1.35 deleted file mode 100644 index 5823de63fdf5..000000000000 --- a/app-editors/ne/files/digest-ne-1.35 +++ /dev/null @@ -1 +0,0 @@ -MD5 dfdec289ec522f3987596d2a43a02149 ne-1.35.tar.gz 1074947 diff --git a/app-editors/ne/files/digest-ne-1.37 b/app-editors/ne/files/digest-ne-1.37 new file mode 100644 index 000000000000..6c685b732746 --- /dev/null +++ b/app-editors/ne/files/digest-ne-1.37 @@ -0,0 +1 @@ +MD5 c2144aaafb3c6ba2648fe9b50cc174d9 ne-1.37.tar.gz 1076869 diff --git a/app-editors/ne/ne-1.35.ebuild b/app-editors/ne/ne-1.35.ebuild deleted file mode 100644 index e6ac00aca489..000000000000 --- a/app-editors/ne/ne-1.35.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ne-1.35.ebuild,v 1.4 2004/09/07 23:06:53 swegener Exp $ - -DESCRIPTION="the nice editor, easy to use for the beginner and powerful for the wizard" -HOMEPAGE="http://ne.dsi.unimi.it/" -SRC_URI="http://ne.dsi.unimi.it/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="ncurses" - -DEPEND="ncurses? ( >=sys-libs/ncurses-5.2 )" -PROVIDE="virtual/editor" - -src_compile() { - if use ncurses - then - emake -C src ne CFLAGS="${CFLAGS} -DNODEBUG -D_POSIX_C_SOURCE=199506L" LIBS="-lncurses" || die "emake failed" - else - emake -C src net CFLAGS="${CFLAGS} -DNODEBUG -DTERMCAP -D_POSIX_C_SOURCE=199506L" LIBS="" || die "emake failed" - fi -} - -src_install() { - gunzip doc/ne.info*.gz || die "gunzip failed" - - dobin src/ne || die "dobin failed" - doman doc/ne.1 || die "doman failed" - doinfo doc/*.info* || die "doinfo failed" - dohtml doc/*.html || die "dohtml failed" - dodoc \ - CHANGES README \ - doc/*.txt doc/*.ps doc/*.pdf doc/*.texinfo doc/default.* \ - || die "dodoc failed" -} diff --git a/app-editors/ne/ne-1.36.ebuild b/app-editors/ne/ne-1.36.ebuild index d67001da90cf..f5c3df776e5d 100644 --- a/app-editors/ne/ne-1.36.ebuild +++ b/app-editors/ne/ne-1.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ne-1.36.ebuild,v 1.1 2004/08/22 13:37:42 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ne-1.36.ebuild,v 1.2 2004/09/24 17:53:35 swegener Exp $ inherit eutils @@ -10,10 +10,10 @@ SRC_URI="http://ne.dsi.unimi.it/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="ncurses" +KEYWORDS="x86 ~ppc" +IUSE="" -DEPEND="ncurses? ( >=sys-libs/ncurses-5.2 )" +DEPEND=">=sys-libs/ncurses-5.2" PROVIDE="virtual/editor" src_unpack() { @@ -24,12 +24,7 @@ src_unpack() { } src_compile() { - if use ncurses - then - emake -j1 -C src ne CFLAGS="${CFLAGS} -DNODEBUG -D_POSIX_C_SOURCE=199506L" LIBS="-lncurses" || die "emake failed" - else - emake -j1 -C src net CFLAGS="${CFLAGS} -DNODEBUG -DTERMCAP -D_POSIX_C_SOURCE=199506L" LIBS="" || die "emake failed" - fi + emake -j1 -C src ne CFLAGS="${CFLAGS} -DNODEBUG -D_POSIX_C_SOURCE=199506L" LIBS="-lncurses" || die "emake failed" } src_install() { diff --git a/app-editors/ne/ne-1.37.ebuild b/app-editors/ne/ne-1.37.ebuild new file mode 100644 index 000000000000..d665cb56e00a --- /dev/null +++ b/app-editors/ne/ne-1.37.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ne-1.37.ebuild,v 1.1 2004/09/24 17:53:35 swegener Exp $ + +inherit eutils + +DESCRIPTION="the nice editor, easy to use for the beginner and powerful for the wizard" +HOMEPAGE="http://ne.dsi.unimi.it/" +SRC_URI="http://ne.dsi.unimi.it/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND=">=sys-libs/ncurses-5.2" +PROVIDE="virtual/editor" + +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/1.36-include-fix.patch +} + +src_compile() { + emake -j1 -C src ne CFLAGS="${CFLAGS} -DNODEBUG -D_POSIX_C_SOURCE=199506L" LIBS="-lncurses" || die "emake failed" +} + +src_install() { + gunzip doc/ne.info*.gz || die "gunzip failed" + + dobin src/ne || die "dobin failed" + doman doc/ne.1 || die "doman failed" + doinfo doc/*.info* || die "doinfo failed" + dohtml doc/*.html || die "dohtml failed" + dodoc \ + CHANGES README \ + doc/*.txt doc/*.ps doc/*.pdf doc/*.texinfo doc/default.* \ + || die "dodoc failed" +} -- cgit v1.2.3-65-gdbad