summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-07 16:42:48 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-07 16:42:48 +0000
commit2b721374333c113e790914d068bc380aeec4ba1e (patch)
treee2c7ad8a1cf10e7d4eea09ac316c07390b77abca /media-sound
parentstable on x86, dont install INSTALL (diff)
downloadhistorical-2b721374333c113e790914d068bc380aeec4ba1e.tar.gz
historical-2b721374333c113e790914d068bc380aeec4ba1e.tar.bz2
historical-2b721374333c113e790914d068bc380aeec4ba1e.zip
Don't assume GNU ld (with configure at least).
Package-Manager: portage-2.0.53_rc4
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/beast/ChangeLog6
-rw-r--r--media-sound/beast/Manifest10
-rw-r--r--media-sound/beast/beast-0.6.4.ebuild4
-rw-r--r--media-sound/beast/beast-0.6.5.ebuild4
-rw-r--r--media-sound/beast/beast-0.6.6.ebuild4
5 files changed, 13 insertions, 15 deletions
diff --git a/media-sound/beast/ChangeLog b/media-sound/beast/ChangeLog
index af4f88da0b5b..5d8b786b7fba 100644
--- a/media-sound/beast/ChangeLog
+++ b/media-sound/beast/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/beast
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.19 2005/09/20 02:58:39 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.20 2005/10/07 16:42:48 flameeyes Exp $
+
+ 07 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> beast-0.6.4.ebuild,
+ beast-0.6.5.ebuild, beast-0.6.6.ebuild:
+ Don't assume GNU ld (with configure at least).
*beast-0.6.6 (20 Sep 2005)
diff --git a/media-sound/beast/Manifest b/media-sound/beast/Manifest
index 53e47fb8f553..b81bf32b1291 100644
--- a/media-sound/beast/Manifest
+++ b/media-sound/beast/Manifest
@@ -1,8 +1,8 @@
-MD5 3d2228c69c0428b0fdb688d91d1bd2f4 beast-0.6.5.ebuild 1115
-MD5 2dea516fd48d57d9fd1edbfe3f0beffc beast-0.6.4.ebuild 1104
-MD5 df80dcca8368f11c0da6313216184770 beast-0.6.6.ebuild 1197
-MD5 aef796639214a8084e3e77a98745b4fb ChangeLog 2929
-MD5 b263ff7675308d90b75a170acae3f5ff metadata.xml 177
+MD5 3a3117eefee7635c632472526f29388d ChangeLog 3093
+MD5 23005388ada2c5bb5b685cfc9f96aa23 beast-0.6.4.ebuild 1076
+MD5 e76478bb21c068b2aa3878832c7ad79c beast-0.6.5.ebuild 1084
+MD5 2da0bf34b348acd11db0cea0d47e033a beast-0.6.6.ebuild 1165
MD5 0b77b5cbace4f1933b8a5f3fa5375b6f files/digest-beast-0.6.4 64
MD5 4b4e3a3330b9a7ee302a339373a41a22 files/digest-beast-0.6.5 64
MD5 e623a662c32981677d9ab1570ebe5c76 files/digest-beast-0.6.6 64
+MD5 b263ff7675308d90b75a170acae3f5ff metadata.xml 177
diff --git a/media-sound/beast/beast-0.6.4.ebuild b/media-sound/beast/beast-0.6.4.ebuild
index 6c308c9061d8..a0574c479861 100644
--- a/media-sound/beast/beast-0.6.4.ebuild
+++ b/media-sound/beast/beast-0.6.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.6.4.ebuild,v 1.3 2005/05/01 18:27:15 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.6.4.ebuild,v 1.4 2005/10/07 16:42:48 flameeyes Exp $
inherit eutils
@@ -31,8 +31,6 @@ DEPEND="dev-util/pkgconfig
${RDEPEND}"
src_compile() {
- local myconf="--with-gnu-ld"
-
econf ${myconf} \
$(use_enable debug) \
$(use_enable static) \
diff --git a/media-sound/beast/beast-0.6.5.ebuild b/media-sound/beast/beast-0.6.5.ebuild
index 4d0e210b9c2a..74bbabed7e33 100644
--- a/media-sound/beast/beast-0.6.5.ebuild
+++ b/media-sound/beast/beast-0.6.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.6.5.ebuild,v 1.1 2005/04/13 20:18:47 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.6.5.ebuild,v 1.2 2005/10/07 16:42:48 flameeyes Exp $
inherit eutils
@@ -30,8 +30,6 @@ DEPEND="dev-util/pkgconfig
${RDEPEND}"
src_compile() {
- local myconf="--with-gnu-ld"
-
econf ${myconf} \
$(use_enable debug) \
$(use_enable static) \
diff --git a/media-sound/beast/beast-0.6.6.ebuild b/media-sound/beast/beast-0.6.6.ebuild
index 1d039728eff1..bf9e6c48d545 100644
--- a/media-sound/beast/beast-0.6.6.ebuild
+++ b/media-sound/beast/beast-0.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.6.6.ebuild,v 1.1 2005/09/20 02:58:39 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.6.6.ebuild,v 1.2 2005/10/07 16:42:48 flameeyes Exp $
inherit eutils flag-o-matic
@@ -33,8 +33,6 @@ src_compile() {
# avoid suid related security issues.
append-ldflags -Wl,-z,now
- local myconf="--with-gnu-ld"
-
econf ${myconf} \
$(use_enable debug) \
$(use_enable static) \