diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-13 10:27:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-13 10:27:40 +0000 |
commit | 6328af0c3c090a8763460e74b8826771b104e005 (patch) | |
tree | 7a1a2aab5d42e59f13b9389134a4bcbce478f8e5 /app-editors/nedit | |
parent | bleh (diff) | |
download | gentoo-2-6328af0c3c090a8763460e74b8826771b104e005.tar.gz gentoo-2-6328af0c3c090a8763460e74b8826771b104e005.tar.bz2 gentoo-2-6328af0c3c090a8763460e74b8826771b104e005.zip |
version bump
Diffstat (limited to 'app-editors/nedit')
-rw-r--r-- | app-editors/nedit/ChangeLog | 9 | ||||
-rw-r--r-- | app-editors/nedit/files/digest-nedit-5.3 | 1 | ||||
-rw-r--r-- | app-editors/nedit/nedit-5.2.ebuild | 28 | ||||
-rw-r--r-- | app-editors/nedit/nedit-5.3.ebuild | 47 |
4 files changed, 72 insertions, 13 deletions
diff --git a/app-editors/nedit/ChangeLog b/app-editors/nedit/ChangeLog index bdd10feddc9d..12c7d2dd57bc 100644 --- a/app-editors/nedit/ChangeLog +++ b/app-editors/nedit/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-editors/nedit # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.1 2002/02/01 21:53:01 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.2 2002/07/13 10:27:39 seemant Exp $ + +*nedit-5.3 (13 Jul 2002) + + 13 Jul 2002; Seemant Kulleen <seemant@gentoo.org> nedit-5.3.ebuild + ChangeLog files/digest-nedit-5.3 : + + Version bump. *nedit-5.2 (1 Feb 2002) diff --git a/app-editors/nedit/files/digest-nedit-5.3 b/app-editors/nedit/files/digest-nedit-5.3 new file mode 100644 index 000000000000..8ad5b649f10d --- /dev/null +++ b/app-editors/nedit/files/digest-nedit-5.3 @@ -0,0 +1 @@ +MD5 47afb4e07698f45e95d49c27f3d2f9e1 nedit-5.3-source.tar.gz 991690 diff --git a/app-editors/nedit/nedit-5.2.ebuild b/app-editors/nedit/nedit-5.2.ebuild index e10c92bb4752..3f47e7cfbe26 100644 --- a/app-editors/nedit/nedit-5.2.ebuild +++ b/app-editors/nedit/nedit-5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.2.ebuild,v 1.2 2002/07/11 06:30:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.2.ebuild,v 1.3 2002/07/13 10:27:40 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="NEdit is a multi-purpose text editor for the X Window System" @@ -13,29 +13,33 @@ DEPEND="virtual/glibc RDEPEND="virtual/glibc >=x11-libs/openmotif-2.1.30" - + +SLOT="0" +KEYWORDS="x86" +LICENSE="GPL-2" + src_unpack() { - unpack ${A} - cd ${S}/makefiles - cp Makefile.linux Makefile.orig - sed -e "s:-O:${CFLAGS}:" Makefile.orig > Makefile.linux + unpack ${A} + cd ${S}/makefiles + cp Makefile.linux Makefile.orig + sed -e "s:-O:${CFLAGS}:" Makefile.orig > Makefile.linux } src_compile() { - try make linux + make linux || die } 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 + 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 } diff --git a/app-editors/nedit/nedit-5.3.ebuild b/app-editors/nedit/nedit-5.3.ebuild new file mode 100644 index 000000000000..7d79c0c9f028 --- /dev/null +++ b/app-editors/nedit/nedit-5.3.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.3.ebuild,v 1.1 2002/07/13 10:27:40 seemant Exp $ + +S=${WORKDIR}/${P} +MY_PV=${PV/./_} +DESCRIPTION="NEdit is a multi-purpose text editor for the X Window System" +SRC_URI="http://www.nedit.org/ftp/v${MY_PV}/${P}-source.tar.gz" +HOMEPAGE="http://nedit.org/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +RDEPEND=">=x11-libs/openmotif-2.1.30" + +DEPEND="${RDEPEND} + dev-util/yacc" + +src_unpack() { + + unpack ${A} + cd ${S}/makefiles + cp Makefile.linux Makefile.orig + sed -e "s:-O:${CFLAGS}:" Makefile.orig > Makefile.linux + +} + +src_compile() { + + make linux || die + +} + +src_install () { + + into /usr + dobin source/nc source/nedit + newman doc/nedit.man nedit.1 + newman doc/nc.man nc.1 + + dodoc README ReleaseNotes ChangeLog COPYRIGHT + cd doc + dodoc *.txt nedit.doc README.FAQ NEdit.ad + dohtml *.{dtd,xsl,xml,html,awk} + +} |