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
commite056eed835e2491e0ec4403783837f12bfc47291 (patch)
tree308e6b3158d8c9b4dcda796643651c872d4d1f42 /app-editors/le/le-1.12.5.ebuild
parentFixing duff SHA256 digests: Bug # 131293 (diff)
downloadhistorical-e056eed835e2491e0ec4403783837f12bfc47291.tar.gz
historical-e056eed835e2491e0ec4403783837f12bfc47291.tar.bz2
historical-e056eed835e2491e0ec4403783837f12bfc47291.zip
Provide virtual/editor and remove linux-headers workaround
Package-Manager: portage-2.1_pre9-r4
Diffstat (limited to 'app-editors/le/le-1.12.5.ebuild')
-rw-r--r--app-editors/le/le-1.12.5.ebuild13
1 files changed, 2 insertions, 11 deletions
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"