summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-31 11:13:44 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-31 11:13:44 +0000
commitb7655584eba4c25cd59e4cfc12f34ea238b1c849 (patch)
tree3dfda39a71b1d4ad8826a823c44e8f863c070b62 /media-sound/protux
parentAdd oci8-instant-client USE flag for dev-lang/php. (diff)
downloadhistorical-b7655584eba4c25cd59e4cfc12f34ea238b1c849.tar.gz
historical-b7655584eba4c25cd59e4cfc12f34ea238b1c849.tar.bz2
historical-b7655584eba4c25cd59e4cfc12f34ea238b1c849.zip
Cleanup of econf call, without assuming GNU ld.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'media-sound/protux')
-rw-r--r--media-sound/protux/ChangeLog6
-rw-r--r--media-sound/protux/Manifest16
-rw-r--r--media-sound/protux/protux-0.20.1.ebuild7
-rw-r--r--media-sound/protux/protux-0.20.2.ebuild7
4 files changed, 17 insertions, 19 deletions
diff --git a/media-sound/protux/ChangeLog b/media-sound/protux/ChangeLog
index 3ca4143f9b73..9bd0f7e1fe23 100644
--- a/media-sound/protux/ChangeLog
+++ b/media-sound/protux/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/protux
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/protux/ChangeLog,v 1.18 2005/09/04 10:58:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/protux/ChangeLog,v 1.19 2005/10/31 11:13:44 flameeyes Exp $
+
+ 31 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> protux-0.20.1.ebuild,
+ protux-0.20.2.ebuild:
+ Cleanup of econf call, without assuming GNU ld.
04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> protux-0.20.1.ebuild,
protux-0.20.2.ebuild:
diff --git a/media-sound/protux/Manifest b/media-sound/protux/Manifest
index cf9608e73733..cc91a3c5fb55 100644
--- a/media-sound/protux/Manifest
+++ b/media-sound/protux/Manifest
@@ -1,17 +1,17 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 241b1a7e098b4e3027fc55b1f15a026f ChangeLog 2442
-MD5 dc993a56aa285ea3598f5e64fe110d75 protux-0.20.2.ebuild 946
-MD5 8b1b6dfc4b9756a910c06f78769d4b7d protux-0.20.1.ebuild 922
-MD5 d0d7ea03e238a808414b4426394c100f metadata.xml 221
+MD5 630ba8b07f22b89b0247adc0191eca97 ChangeLog 2592
+MD5 2ef4161f2da38462aeb9b3ef66c67442 files/digest-protux-0.20.1 65
MD5 c4d75b6d370a9e848f5dd0e5a87b2d02 files/digest-protux-0.20.2 65
MD5 1cd68658f27d5467ba72e158eaf76083 files/protux-gentoo.patch 468
-MD5 2ef4161f2da38462aeb9b3ef66c67442 files/digest-protux-0.20.1 65
+MD5 d0d7ea03e238a808414b4426394c100f metadata.xml 221
+MD5 87e7c1ff4787e2c726be24d7552a3bfb protux-0.20.1.ebuild 842
+MD5 9d6032f3d9a16872b2eb0b850cfe4dc6 protux-0.20.2.ebuild 866
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDGtNZj5H05b2HAEkRAhP9AJ4t51wthP3et1ThzM2GzElKVFFH6ACfT3Ob
-qLwMvI0a4yoDS2WVCRqXYJ8=
-=edQB
+iD8DBQFDZfx0j5H05b2HAEkRAuLUAJ9wUeHtKAJStFMxDIJB6G4kbRzieACfdI1b
+dnkzxaG/O4jhgfFpikUIxeo=
+=ErJ2
-----END PGP SIGNATURE-----
diff --git a/media-sound/protux/protux-0.20.1.ebuild b/media-sound/protux/protux-0.20.1.ebuild
index f58f750e4866..e2d97e759bfd 100644
--- a/media-sound/protux/protux-0.20.1.ebuild
+++ b/media-sound/protux/protux-0.20.1.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/protux/protux-0.20.1.ebuild,v 1.7 2005/09/04 10:58:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/protux/protux-0.20.1.ebuild,v 1.8 2005/10/31 11:13:44 flameeyes Exp $
inherit eutils kde-functions
@@ -28,10 +28,7 @@ src_unpack() {
src_compile() {
export QT_MOC=${QTDIR}/bin/moc
- local myconf
- myconf="--with-gnu-ld"
- use static || myconf="${myconf} --enable-static=no"
- econf ${myconf} || die "configure failed"
+ econf $(use_enable static) || die "configure failed"
emake || die
}
diff --git a/media-sound/protux/protux-0.20.2.ebuild b/media-sound/protux/protux-0.20.2.ebuild
index 446c160f91ef..f0422c392d82 100644
--- a/media-sound/protux/protux-0.20.2.ebuild
+++ b/media-sound/protux/protux-0.20.2.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/protux/protux-0.20.2.ebuild,v 1.7 2005/09/04 10:58:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/protux/protux-0.20.2.ebuild,v 1.8 2005/10/31 11:13:44 flameeyes Exp $
inherit eutils kde-functions
@@ -28,10 +28,7 @@ src_unpack() {
src_compile() {
export QT_MOC=${QTDIR}/bin/moc
- local myconf
- myconf="--with-gnu-ld"
- use static || myconf="${myconf} --enable-static=no"
- econf ${myconf} || die "configure failed"
+ econf $(use_enable static) || die "configure failed"
emake || die
}