From 2f7a20a33828c2a7c16e202c04bd8a83bf36baa8 Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Wed, 5 Dec 2001 02:01:47 +0000 Subject: Upgraded to version 5.2. --- app-editors/nedit/files/digest-nedit-5.1.1-r2 | 1 - app-editors/nedit/files/digest-nedit-5.2 | 1 + app-editors/nedit/nedit-5.1.1-r2.ebuild | 42 --------------------------- app-editors/nedit/nedit-5.2.ebuild | 42 +++++++++++++++++++++++++++ 4 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 app-editors/nedit/files/digest-nedit-5.1.1-r2 create mode 100644 app-editors/nedit/files/digest-nedit-5.2 delete mode 100644 app-editors/nedit/nedit-5.1.1-r2.ebuild create mode 100644 app-editors/nedit/nedit-5.2.ebuild (limited to 'app-editors/nedit') diff --git a/app-editors/nedit/files/digest-nedit-5.1.1-r2 b/app-editors/nedit/files/digest-nedit-5.1.1-r2 deleted file mode 100644 index e76d0da5e342..000000000000 --- a/app-editors/nedit/files/digest-nedit-5.1.1-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 dba0970c60debada237ca852b5f57ec8 nedit-5.1.1-src.tar.gz 618496 diff --git a/app-editors/nedit/files/digest-nedit-5.2 b/app-editors/nedit/files/digest-nedit-5.2 new file mode 100644 index 000000000000..8240c46d7f07 --- /dev/null +++ b/app-editors/nedit/files/digest-nedit-5.2 @@ -0,0 +1 @@ +MD5 c5aa936eccfc1d1c0f39d339f0d88d76 nedit-5.2-src.tar.gz 770048 diff --git a/app-editors/nedit/nedit-5.1.1-r2.ebuild b/app-editors/nedit/nedit-5.1.1-r2.ebuild deleted file mode 100644 index 03799a6e19bd..000000000000 --- a/app-editors/nedit/nedit-5.1.1-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger -# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.1.1-r2.ebuild,v 1.2 2001/11/10 02:54:28 hallski Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="NEdit is a multi-purpose text editor for the X Window System" -SRC_URI="ftp://ftp.nedit.org/pub/v5_1_1/${P}-src.tar.gz" -HOMEPAGE="http://nedit.org/" - -DEPEND="virtual/glibc - >=dev-util/yacc-1.9.1 - >=x11-libs/openmotif-2.1.30" - -RDEPEND="virtual/glibc - >=x11-libs/openmotif-2.1.30" - -src_unpack() { - - unpack ${A} - cd ${S}/makefiles - cp Makefile.linux Makefile.orig - sed -e "s:-O:${CFLAGS}:" Makefile.orig > Makefile.linux - -} - -src_compile() { - - try make linux - -} - -src_install () { - - into /usr - dobin source/nc source/nedit - newman nedit.man nedit.1 - newman nc.man nc.1 - dodoc README ReleaseNotes nedit.doc - -} - diff --git a/app-editors/nedit/nedit-5.2.ebuild b/app-editors/nedit/nedit-5.2.ebuild new file mode 100644 index 000000000000..2fdf307d105a --- /dev/null +++ b/app-editors/nedit/nedit-5.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Geert Bevin +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.2.ebuild,v 1.1 2001/12/05 02:01:46 gbevin Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="NEdit is a multi-purpose text editor for the X Window System" +SRC_URI="ftp://ftp.nedit.org/pub/v5_2/${P}-src.tar.gz" +HOMEPAGE="http://nedit.org/" + +DEPEND="virtual/glibc + >=dev-util/yacc-1.9.1 + >=x11-libs/openmotif-2.1.30" + +RDEPEND="virtual/glibc + >=x11-libs/openmotif-2.1.30" + +src_unpack() { + + unpack ${A} + cd ${S}/makefiles + cp Makefile.linux Makefile.orig + sed -e "s:-O:${CFLAGS}:" Makefile.orig > Makefile.linux + +} + +src_compile() { + + try make linux + +} + +src_install () { + + into /usr + dobin source/nc source/nedit + newman doc/nedit.man nedit.1 + newman doc/nc.man nc.1 + dodoc README ReleaseNotes doc/faq* doc/nedit.doc doc/README.FAQ doc/NEdit.ad + +} + -- cgit v1.2.3-65-gdbad