diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-08-27 10:03:56 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-08-27 10:03:56 +0000 |
commit | 2cdfc7251736fc3a8286344d543e7494ce625911 (patch) | |
tree | dde3408aea03836ad4e2b47aa67f6600a459b41f /net-analyzer/netselect | |
parent | Version bump (diff) | |
download | gentoo-2-2cdfc7251736fc3a8286344d543e7494ce625911.tar.gz gentoo-2-2cdfc7251736fc3a8286344d543e7494ce625911.tar.bz2 gentoo-2-2cdfc7251736fc3a8286344d543e7494ce625911.zip |
Remove bindnow-flags
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-analyzer/netselect')
-rw-r--r-- | net-analyzer/netselect/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/netselect/netselect-0.3-r1.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/netselect/netselect-0.3-r2.ebuild | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net-analyzer/netselect/ChangeLog b/net-analyzer/netselect/ChangeLog index 99eb81b49017..79a1fb1feb0f 100644 --- a/net-analyzer/netselect/ChangeLog +++ b/net-analyzer/netselect/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/netselect -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.36 2007/11/09 21:03:13 grobian Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.37 2008/08/27 10:03:56 armin76 Exp $ + + 27 Aug 2008; Raúl Porcel <armin76@gentoo.org> netselect-0.3-r1.ebuild, + netselect-0.3-r2.ebuild: + Remove bindnow-flags 09 Nov 2007; Fabian Groffen <grobian@gentoo.org> netselect-0.3-r1.ebuild, netselect-0.3-r2.ebuild: diff --git a/net-analyzer/netselect/netselect-0.3-r1.ebuild b/net-analyzer/netselect/netselect-0.3-r1.ebuild index 7f10f5393a02..a4ea744a21e4 100644 --- a/net-analyzer/netselect/netselect-0.3-r1.ebuild +++ b/net-analyzer/netselect/netselect-0.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r1.ebuild,v 1.19 2007/11/09 21:03:13 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r1.ebuild,v 1.20 2008/08/27 10:03:56 armin76 Exp $ inherit eutils flag-o-matic @@ -23,8 +23,6 @@ src_unpack() { } src_compile() { - append-ldflags $(bindnow-flags) - sed -i \ -e "s:PREFIX =.*:PREFIX = ${D}usr:" \ -e "s:CFLAGS =.*:CFLAGS = -Wall -I. -g ${CFLAGS}:" \ diff --git a/net-analyzer/netselect/netselect-0.3-r2.ebuild b/net-analyzer/netselect/netselect-0.3-r2.ebuild index e28d714a9e41..7d138e843941 100644 --- a/net-analyzer/netselect/netselect-0.3-r2.ebuild +++ b/net-analyzer/netselect/netselect-0.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r2.ebuild,v 1.8 2008/01/10 09:10:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r2.ebuild,v 1.9 2008/08/27 10:03:56 armin76 Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -23,8 +23,6 @@ src_unpack() { } src_compile() { - append-ldflags $(bindnow-flags) - sed -i \ -e "s:PREFIX =.*:PREFIX = ${D}usr:" \ -e "s:CFLAGS =.*:CFLAGS = -Wall -I. -g ${CFLAGS}:" \ |