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
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)
-rw-r--r--x11-plugins/wmmp/ChangeLog9
-rw-r--r--x11-plugins/wmmp/wmmp-0.10.0.ebuild15
-rw-r--r--x11-plugins/wmmp/wmmp-0.8.0.ebuild15
-rw-r--r--x11-plugins/wmmp/wmmp-0.9.1.ebuild15
-rw-r--r--x11-plugins/wmmp/wmmp-0.9.2.ebuild15
5 files changed, 19 insertions, 50 deletions
diff --git a/x11-plugins/wmmp/ChangeLog b/x11-plugins/wmmp/ChangeLog
index 71d6a6426196..cf018324c139 100644
--- a/x11-plugins/wmmp/ChangeLog
+++ b/x11-plugins/wmmp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/wmmp
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp/ChangeLog,v 1.11 2004/12/28 22:18:39 ciaranm Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp/ChangeLog,v 1.12 2005/10/07 15:43:45 flameeyes Exp $
+
+ 07 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> wmmp-0.8.0.ebuild,
+ wmmp-0.9.1.ebuild, wmmp-0.9.2.ebuild, wmmp-0.10.0.ebuild:
+ Don't assume that ld is GNU ld. Removed src_compile as it falls back to
+ default. Don't install COPYING and INSTALL files.
28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/x11-plugins/wmmp/wmmp-0.10.0.ebuild b/x11-plugins/wmmp/wmmp-0.10.0.ebuild
index 8fe1bcb16a5f..465c2237eba7 100644
--- a/x11-plugins/wmmp/wmmp-0.10.0.ebuild
+++ b/x11-plugins/wmmp/wmmp-0.10.0.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.10.0.ebuild,v 1.6 2004/09/15 19:42:58 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp/wmmp-0.10.0.ebuild,v 1.7 2005/10/07 15:43:45 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
}
diff --git a/x11-plugins/wmmp/wmmp-0.8.0.ebuild b/x11-plugins/wmmp/wmmp-0.8.0.ebuild
index ab77ca9f7711..fb65d5198d8f 100644
--- a/x11-plugins/wmmp/wmmp-0.8.0.ebuild
+++ b/x11-plugins/wmmp/wmmp-0.8.0.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.8.0.ebuild,v 1.5 2004/06/24 23:14:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp/wmmp-0.8.0.ebuild,v 1.6 2005/10/07 15:43:46 flameeyes Exp $
IUSE=""
@@ -16,21 +16,12 @@ KEYWORDS="~x86 ~sparc ~alpha amd64"
S=${WORKDIR}/${P/wm/WM}
-src_compile() {
- local myconf
- myconf="--with-gnu-ld"
-
- econf ${myconf} || die "configure failed"
-
- emake || die "make failed"
-}
-
src_install () {
dobin src/WMmp
doman doc/WMmp.1
- dodoc AUTHORS COPYING INSTALL README THANKS TODO
+ dodoc AUTHORS README THANKS TODO
}
diff --git a/x11-plugins/wmmp/wmmp-0.9.1.ebuild b/x11-plugins/wmmp/wmmp-0.9.1.ebuild
index 9c59a7feb3b4..4af39a03e728 100644
--- a/x11-plugins/wmmp/wmmp-0.9.1.ebuild
+++ b/x11-plugins/wmmp/wmmp-0.9.1.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.1.ebuild,v 1.5 2004/06/24 23:14:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp/wmmp-0.9.1.ebuild,v 1.6 2005/10/07 15:43:46 flameeyes Exp $
IUSE=""
@@ -17,17 +17,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
}
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
}