summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-07 15:43:46 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-07 15:43:46 +0000
commitaeeac0b8b3beb88dfc13986f076458d879cb5b36 (patch)
tree749c6e30cf259db93bbce935e69d002298e48c06 /x11-plugins/wmmp/wmmp-0.9.2.ebuild
parentRemove 1.6 patches as well (diff)
downloadgentoo-2-aeeac0b8b3beb88dfc13986f076458d879cb5b36.tar.gz
gentoo-2-aeeac0b8b3beb88dfc13986f076458d879cb5b36.tar.bz2
gentoo-2-aeeac0b8b3beb88dfc13986f076458d879cb5b36.zip
Don't assume that ld is GNU ld. Removed src_compile as it falls back to default. Don't install COPYING and INSTALL files.
(Portage version: 2.0.53_rc4)
Diffstat (limited to 'x11-plugins/wmmp/wmmp-0.9.2.ebuild')
-rw-r--r--x11-plugins/wmmp/wmmp-0.9.2.ebuild15
1 files changed, 3 insertions, 12 deletions
diff --git a/x11-plugins/wmmp/wmmp-0.9.2.ebuild b/x11-plugins/wmmp/wmmp-0.9.2.ebuild
index 87bb47dc3236..65843b4101ba 100644
--- a/x11-plugins/wmmp/wmmp-0.9.2.ebuild
+++ b/x11-plugins/wmmp/wmmp-0.9.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp/wmmp-0.9.2.ebuild,v 1.7 2004/06/24 23:14:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp/wmmp-0.9.2.ebuild,v 1.8 2005/10/07 15:43:46 flameeyes Exp $
IUSE=""
@@ -18,17 +18,8 @@ KEYWORDS="x86 ~sparc ~alpha amd64"
S=${WORKDIR}/${MY_P}
-src_compile() {
- local myconf
- myconf="--with-gnu-ld"
-
- econf ${myconf} || die "configure failed"
-
- emake || die "make failed"
-}
-
src_install () {
emake install DESTDIR=${D} || die
- dodoc AUTHORS COPYING INSTALL README THANKS TODO
+ dodoc AUTHORS README THANKS TODO
}