summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-05-10 14:54:49 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-05-10 14:54:49 +0000
commita9249949e80ed48d7cd51d996cbddde257992d3b (patch)
tree2e89bbe347a71a876fd581aecc344c4f1643ddff /app-editors/nedit
parentRemove old (diff)
downloadhistorical-a9249949e80ed48d7cd51d996cbddde257992d3b.tar.gz
historical-a9249949e80ed48d7cd51d996cbddde257992d3b.tar.bz2
historical-a9249949e80ed48d7cd51d996cbddde257992d3b.zip
Remove old
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'app-editors/nedit')
-rw-r--r--app-editors/nedit/ChangeLog7
-rw-r--r--app-editors/nedit/nedit-5.5_p20090914.ebuild55
2 files changed, 5 insertions, 57 deletions
diff --git a/app-editors/nedit/ChangeLog b/app-editors/nedit/ChangeLog
index ee0569eef612..8d030bd2ec9e 100644
--- a/app-editors/nedit/ChangeLog
+++ b/app-editors/nedit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/nedit
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.65 2011/04/12 12:12:50 ulm Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.66 2012/05/10 14:54:29 ago Exp $
+
+ 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -nedit-5.5_p20090914.ebuild:
+ Remove old
12 Apr 2011; Ulrich Mueller <ulm@gentoo.org> nedit-5.5-r1.ebuild,
nedit-5.5_p20090914.ebuild, nedit-5.5_p20110116.ebuild:
diff --git a/app-editors/nedit/nedit-5.5_p20090914.ebuild b/app-editors/nedit/nedit-5.5_p20090914.ebuild
deleted file mode 100644
index b7a18ae0539b..000000000000
--- a/app-editors/nedit/nedit-5.5_p20090914.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5_p20090914.ebuild,v 1.9 2011/04/12 12:12:50 ulm Exp $
-
-EAPI=2
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="Multi-purpose text editor for the X Window System"
-HOMEPAGE="http://nedit.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=x11-libs/openmotif-2.3:0
- x11-libs/libXp
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- || ( dev-util/yacc sys-devel/bison )
- dev-lang/perl"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- #respecting LDFLAGS, bug #208189
- epatch "${FILESDIR}"/${P}-ldflags.patch
- sed \
- -e "s:bin/:${EPREFIX}/bin/:g" \
- -i Makefile source/preferences.c source/help_data.h source/nedit.c Xlt/Makefile || die
-}
-
-src_configure() {
- sed -i -e "s:CFLAGS=-O:CFLAGS=${CFLAGS}:" -e "s:check_tif_rule::" \
- makefiles/Makefile.linux || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" linux || die
- emake VERSION="NEdit ${PV}" -j1 -C doc all || die
-}
-
-src_install() {
- dobin source/nedit || die
- newbin source/nc neditc || die
- newman doc/nedit.man nedit.1 || die
- newman doc/nc.man neditc.1 || die
-
- dodoc README ReleaseNotes ChangeLog || die
- cd doc
- dodoc nedit.doc NEdit.ad faq.txt || die
- dohtml nedit.html || die
-}