summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-06-12 15:29:05 +0000
committerJeroen Roovers <jer@gentoo.org>2013-06-12 15:29:05 +0000
commit401e25a3d3d351bcdd75bf4b71ec7b0879dfccf9 (patch)
tree81eab9049d7cd449a834bebdd4c3a93d68a476c9 /net-analyzer/hydra
parentChange +fontforge dependency thanks to Jouni Rinne in bug #472756 (diff)
downloadgentoo-2-401e25a3d3d351bcdd75bf4b71ec7b0879dfccf9.tar.gz
gentoo-2-401e25a3d3d351bcdd75bf4b71ec7b0879dfccf9.tar.bz2
gentoo-2-401e25a3d3d351bcdd75bf4b71ec7b0879dfccf9.zip
Remove unused sed script.
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/hydra')
-rw-r--r--net-analyzer/hydra/ChangeLog5
-rw-r--r--net-analyzer/hydra/hydra-7.4.2.ebuild3
2 files changed, 5 insertions, 3 deletions
diff --git a/net-analyzer/hydra/ChangeLog b/net-analyzer/hydra/ChangeLog
index 9d815ed5bcc7..8c8519a39e18 100644
--- a/net-analyzer/hydra/ChangeLog
+++ b/net-analyzer/hydra/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/hydra
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/ChangeLog,v 1.75 2013/03/08 17:18:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/ChangeLog,v 1.76 2013/06/12 15:29:05 jer Exp $
+
+ 12 Jun 2013; Jeroen Roovers <jer@gentoo.org> hydra-7.4.2.ebuild:
+ Remove unused sed script.
*hydra-7.4.2 (08 Mar 2013)
diff --git a/net-analyzer/hydra/hydra-7.4.2.ebuild b/net-analyzer/hydra/hydra-7.4.2.ebuild
index eed220577150..f819354262d3 100644
--- a/net-analyzer/hydra/hydra-7.4.2.ebuild
+++ b/net-analyzer/hydra/hydra-7.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-7.4.2.ebuild,v 1.1 2013/03/08 17:18:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-7.4.2.ebuild,v 1.2 2013/06/12 15:29:05 jer Exp $
EAPI=5
inherit eutils toolchain-funcs
@@ -42,7 +42,6 @@ src_prepare() {
: > Makefile.unix
sed -i \
- -e 's:-O2:$(CPPFLAGS) $(CFLAGS):g' \
-e 's:|| echo.*$::' \
-e '/\t-$(CC)/s:-::' \
-e '/^OPTS/{s|=|+=|;s| -O3||}' \