* [gentoo-commits] gentoo-x86 commit in net-analyzer/iptraf-ng: iptraf-ng-1.1.3.1.ebuild
@ 2012-05-24 17:56 Samuli Suominen (ssuominen)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2012-05-24 17:56 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/05/24 17:56:56
Modified: iptraf-ng-1.1.3.1.ebuild
Log:
Drop one expression from sed for last commit. Since we are not using make install which is broken, we don't need this either.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Revision Changes Path
1.2 net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1.ebuild?r1=1.1&r2=1.2
Index: iptraf-ng-1.1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iptraf-ng-1.1.3.1.ebuild 24 May 2012 17:54:56 -0000 1.1
+++ iptraf-ng-1.1.3.1.ebuild 24 May 2012 17:56:56 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1.ebuild,v 1.1 2012/05/24 17:54:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1.ebuild,v 1.2 2012/05/24 17:56:56 ssuominen Exp $
EAPI=4
inherit toolchain-funcs
@@ -22,8 +22,7 @@
src_prepare() {
sed -i \
- -e '/man8dir/d' -e '/^CFLAGS =/s:-g -O2::' \
- -e '/^LDFLAGS =/d' -e '/^CC =/d' \
+ -e '/^CFLAGS =/s:-g -O2::' -e '/^LDFLAGS =/d' -e '/^CC =/d' \
Makefile || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-24 17:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-24 17:56 [gentoo-commits] gentoo-x86 commit in net-analyzer/iptraf-ng: iptraf-ng-1.1.3.1.ebuild Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox