diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-01-06 10:41:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-01-06 10:41:54 +0000 |
commit | 870257589f8bad0b42e45ed069a73b92c4a2fba1 (patch) | |
tree | 8fe180f73d7d8537ece6b6174969bd172504b458 /app-editors/nedit | |
parent | virtual bootloaders in the profiles and virtuals files (diff) | |
download | gentoo-2-870257589f8bad0b42e45ed069a73b92c4a2fba1.tar.gz gentoo-2-870257589f8bad0b42e45ed069a73b92c4a2fba1.tar.bz2 gentoo-2-870257589f8bad0b42e45ed069a73b92c4a2fba1.zip |
providing virtual/editor
Diffstat (limited to 'app-editors/nedit')
-rw-r--r-- | app-editors/nedit/files/digest-nedit-5.3-r2 | 1 | ||||
-rw-r--r-- | app-editors/nedit/nedit-5.3-r1.ebuild | 10 |
2 files changed, 3 insertions, 8 deletions
diff --git a/app-editors/nedit/files/digest-nedit-5.3-r2 b/app-editors/nedit/files/digest-nedit-5.3-r2 new file mode 100644 index 000000000000..8ad5b649f10d --- /dev/null +++ b/app-editors/nedit/files/digest-nedit-5.3-r2 @@ -0,0 +1 @@ +MD5 47afb4e07698f45e95d49c27f3d2f9e1 nedit-5.3-source.tar.gz 991690 diff --git a/app-editors/nedit/nedit-5.3-r1.ebuild b/app-editors/nedit/nedit-5.3-r1.ebuild index 570e4fedff84..19093ac9ec01 100644 --- a/app-editors/nedit/nedit-5.3-r1.ebuild +++ b/app-editors/nedit/nedit-5.3-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.3-r1.ebuild,v 1.2 2002/12/09 04:17:40 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.3-r1.ebuild,v 1.3 2003/01/06 10:41:54 seemant Exp $ S=${WORKDIR}/${P} MY_PV=${PV/./_} -DESCRIPTION="NEdit is a multi-purpose text editor for the X Window System" +DESCRIPTION="NEdit is a multi-purpose Motif-based 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/" @@ -18,23 +18,18 @@ DEPEND="${RDEPEND} dev-util/yacc" src_unpack() { - unpack ${A} cd ${S}/makefiles cp Makefile.linux Makefile.orig sed -e "s:-O:${CFLAGS}:" -e "s/-lm/-lm -lXmu/" \ Makefile.orig > Makefile.linux || die - } src_compile() { - make linux || die - } src_install () { - into /usr dobin source/nedit exeinto /usr/bin @@ -46,5 +41,4 @@ src_install () { cd doc dodoc *.txt nedit.doc README.FAQ NEdit.ad dohtml *.{dtd,xsl,xml,html,awk} - } |