summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2006-04-27 09:29:49 +0000
committerHarald van Dijk <truedfx@gentoo.org>2006-04-27 09:29:49 +0000
commit3061ae1898d48c229ac50c24465e317ca00fae65 (patch)
treeec8026918383d80d5cb995adbf05a59e5f8b3aa0 /app-editors/le
parentFixing duff SHA256 digests: Bug # 131293 (diff)
downloadgentoo-2-3061ae1898d48c229ac50c24465e317ca00fae65.tar.gz
gentoo-2-3061ae1898d48c229ac50c24465e317ca00fae65.tar.bz2
gentoo-2-3061ae1898d48c229ac50c24465e317ca00fae65.zip
Provide virtual/editor and remove linux-headers workaround
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'app-editors/le')
-rw-r--r--app-editors/le/ChangeLog6
-rw-r--r--app-editors/le/le-1.12.5.ebuild13
2 files changed, 7 insertions, 12 deletions
diff --git a/app-editors/le/ChangeLog b/app-editors/le/ChangeLog
index 68cc3c098fdb..cb958304d0d3 100644
--- a/app-editors/le/ChangeLog
+++ b/app-editors/le/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/le
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.8 2006/02/06 01:04:04 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.9 2006/04/27 09:29:49 truedfx Exp $
+
+ 27 Apr 2006; Harald van Dijk <truedfx@gentoo.org> le-1.12.5.ebuild:
+ Provide virtual/editor, and remove linux-headers workaround now that it's no
+ longer necessary
*le-1.12.5 (06 Feb 2006)
diff --git a/app-editors/le/le-1.12.5.ebuild b/app-editors/le/le-1.12.5.ebuild
index 56f178854549..756f86164b8a 100644
--- a/app-editors/le/le-1.12.5.ebuild
+++ b/app-editors/le/le-1.12.5.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.12.5.ebuild,v 1.1 2006/02/06 01:04:04 truedfx Exp $
-
-inherit flag-o-matic
+# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.12.5.ebuild,v 1.2 2006/04/27 09:29:49 truedfx Exp $
DESCRIPTION="Terminal text editor"
HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html"
@@ -16,14 +14,7 @@ IUSE=""
DEPEND="virtual/libc
>=sys-libs/ncurses-5.2-r5"
-src_compile() {
- # Work around linux-headers C++ incompatibility
- # This should be removed once linux-headers is fixed
- append-flags $(test-flags -fpermissive)
-
- econf || die "configure failed"
- emake || die "make failed"
-}
+PROVIDE="virtual/editor"
src_install() {
make DESTDIR="${D}" install || die "make install failed"