summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-06-21 22:35:41 +0000
committerMike Frysinger <vapier@gentoo.org>2010-06-21 22:35:41 +0000
commitf32342483f53f17e6b12958653e8a3f964e20b19 (patch)
tree21b8bffaa3dbafb87fa39b51cc76a9076de5ca71 /sys-libs/lwp/lwp-2.6.ebuild
parentremoved useless src_compile function (lefover from local bump) (diff)
downloadgentoo-2-f32342483f53f17e6b12958653e8a3f964e20b19.tar.gz
gentoo-2-f32342483f53f17e6b12958653e8a3f964e20b19.tar.bz2
gentoo-2-f32342483f53f17e6b12958653e8a3f964e20b19.zip
Remove bogus deps and switch to DESTDIR install.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/lwp/lwp-2.6.ebuild')
-rw-r--r--sys-libs/lwp/lwp-2.6.ebuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/sys-libs/lwp/lwp-2.6.ebuild b/sys-libs/lwp/lwp-2.6.ebuild
index 9b4ee61634cf..550315020bc2 100644
--- a/sys-libs/lwp/lwp-2.6.ebuild
+++ b/sys-libs/lwp/lwp-2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/lwp/lwp-2.6.ebuild,v 1.1 2010/05/09 12:07:47 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/lwp/lwp-2.6.ebuild,v 1.2 2010/06/21 22:35:41 vapier Exp $
inherit eutils
@@ -8,17 +8,11 @@ DESCRIPTION="Light weight process library (used by Coda). This is NOT libwww-pe
HOMEPAGE="http://www.coda.cs.cmu.edu/"
SRC_URI="http://www.coda.cs.cmu.edu/pub/lwp/src/${P}.tar.gz"
-SLOT="1"
LICENSE="LGPL-2.1"
+SLOT="1"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-DEPEND="sys-apps/grep
- sys-apps/sed
- sys-devel/libtool
- sys-devel/gcc"
-RDEPEND=""
-
src_unpack() {
unpack ${A}
cd "${S}"
@@ -28,6 +22,6 @@ src_unpack() {
}
src_install() {
- einstall || die "einstall failed."
+ emake install DESTDIR="${D}" || die
dodoc AUTHORS NEWS PORTING README
}