summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-02-21 15:11:21 +0000
committerUlrich Müller <ulm@gentoo.org>2008-02-21 15:11:21 +0000
commit919a9dd67f93148399f80534ff69e9c5f677182e (patch)
tree65648d0b2543dc834ef74031b262b80c2e6b8d5d /app-editors/nedit
parentversion bump (diff)
downloadgentoo-2-919a9dd67f93148399f80534ff69e9c5f677182e.tar.gz
gentoo-2-919a9dd67f93148399f80534ff69e9c5f677182e.tar.bz2
gentoo-2-919a9dd67f93148399f80534ff69e9c5f677182e.zip
Stable on amd64, bug 209925. Remove old revision.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors/nedit')
-rw-r--r--app-editors/nedit/ChangeLog6
-rw-r--r--app-editors/nedit/nedit-5.5-r1.ebuild4
-rw-r--r--app-editors/nedit/nedit-5.5.ebuild43
3 files changed, 7 insertions, 46 deletions
diff --git a/app-editors/nedit/ChangeLog b/app-editors/nedit/ChangeLog
index 27a0283c2439..631f6389b3dc 100644
--- a/app-editors/nedit/ChangeLog
+++ b/app-editors/nedit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/nedit
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.51 2008/02/14 19:26:52 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.52 2008/02/21 15:11:21 ulm Exp $
+
+ 21 Feb 2008; Ulrich Mueller <ulm@gentoo.org> -nedit-5.5.ebuild,
+ nedit-5.5-r1.ebuild:
+ Stable on amd64, bug 209925. Remove old revision.
14 Feb 2008; nixnut <nixnut@gentoo.org> nedit-5.5-r1.ebuild:
Stable on ppc wrt bug 209925
diff --git a/app-editors/nedit/nedit-5.5-r1.ebuild b/app-editors/nedit/nedit-5.5-r1.ebuild
index 2358df78c048..ed10de6f76cf 100644
--- a/app-editors/nedit/nedit-5.5-r1.ebuild
+++ b/app-editors/nedit/nedit-5.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5-r1.ebuild,v 1.6 2008/02/14 19:26:52 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5-r1.ebuild,v 1.7 2008/02/21 15:11:21 ulm Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/nedit/${P}-src.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~mips ppc sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~mips ppc sparc x86 ~x86-fbsd"
IUSE="spell"
RDEPEND="spell? ( virtual/aspell-dict )
diff --git a/app-editors/nedit/nedit-5.5.ebuild b/app-editors/nedit/nedit-5.5.ebuild
deleted file mode 100644
index 79204a41624c..000000000000
--- a/app-editors/nedit/nedit-5.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5.ebuild,v 1.12 2007/07/05 20:36:32 uberlord Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="multi-purpose text editor for the X Window System"
-HOMEPAGE="http://nedit.org/"
-SRC_URI="mirror://sourceforge/nedit/${P}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 mips ppc sparc x86 ~x86-fbsd"
-IUSE="spell"
-
-RDEPEND="spell? ( virtual/aspell-dict )
- x11-libs/openmotif
- x11-libs/libXp"
-DEPEND="${RDEPEND}
- || ( dev-util/yacc sys-devel/bison )
- x11-libs/openmotif"
-
-src_compile() {
- sed -i -e "s:-Wl,-Bstatic::" makefiles/Makefile.linux
- sed -i -e "s:0.93.0:0.94.0:" util/check_lin_tif.c
- sed -i -e "s:CFLAGS=-O:CFLAGS=${CFLAGS}:" makefiles/Makefile.linux
- sed -i -e 's:"/bin/csh":"/bin/sh":' source/preferences.c
- make CC=$(tc-getCC) linux || die
-}
-
-src_install() {
- into /usr
- dobin source/nedit
- exeinto /usr/bin
- newexe source/nc neditc
- newman doc/nedit.man nedit.1
- newman doc/nc.man neditc.1
-
- dodoc README ReleaseNotes ChangeLog COPYRIGHT
- cd doc
- dodoc *.txt nedit.doc README.FAQ NEdit.ad
- dohtml *.{dtd,xsl,xml,html,awk}
-}