summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-09-16 23:13:07 +0000
committerJeroen Roovers <jer@gentoo.org>2010-09-16 23:13:07 +0000
commit456fb7f2466caae4f40abd81590c49216eabe4ec (patch)
tree4c690d763a2b6bf6acca0fdfd4368ab1c8e285ab /net-analyzer
parentVersion bump. Respect LDFLAGS (bug #335621), CC, CFLAGS. (diff)
downloadgentoo-2-456fb7f2466caae4f40abd81590c49216eabe4ec.tar.gz
gentoo-2-456fb7f2466caae4f40abd81590c49216eabe4ec.tar.bz2
gentoo-2-456fb7f2466caae4f40abd81590c49216eabe4ec.zip
Remove Debian patching as it is mostly replicated and the epatch call was not working anyway.
(Portage version: 2.2_rc82/cvs/Linux i686)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/sniffit/ChangeLog9
-rw-r--r--net-analyzer/sniffit/sniffit-0.3.7-r3.ebuild (renamed from net-analyzer/sniffit/sniffit-0.3.7-r2.ebuild)6
2 files changed, 11 insertions, 4 deletions
diff --git a/net-analyzer/sniffit/ChangeLog b/net-analyzer/sniffit/ChangeLog
index bbc5023658b0..55699b640c57 100644
--- a/net-analyzer/sniffit/ChangeLog
+++ b/net-analyzer/sniffit/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-analyzer/sniffit
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sniffit/ChangeLog,v 1.17 2010/09/16 16:35:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sniffit/ChangeLog,v 1.18 2010/09/16 23:13:07 jer Exp $
+
+*sniffit-0.3.7-r3 (16 Sep 2010)
+
+ 16 Sep 2010; Jeroen Roovers <jer@gentoo.org> -sniffit-0.3.7-r2.ebuild,
+ +sniffit-0.3.7-r3.ebuild:
+ Remove Debian patching as it is mostly replicated and the epatch call was
+ not working anyway.
16 Sep 2010; Jeroen Roovers <jer@gentoo.org> sniffit-0.3.7-r2.ebuild:
Merge epatch calls. Do not install LICENSE. Fix quoting issues. Remove
diff --git a/net-analyzer/sniffit/sniffit-0.3.7-r2.ebuild b/net-analyzer/sniffit/sniffit-0.3.7-r3.ebuild
index 2a5fd8d9eafa..6a185718509b 100644
--- a/net-analyzer/sniffit/sniffit-0.3.7-r2.ebuild
+++ b/net-analyzer/sniffit/sniffit-0.3.7-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sniffit/sniffit-0.3.7-r2.ebuild,v 1.2 2010/09/16 16:35:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sniffit/sniffit-0.3.7-r3.ebuild,v 1.1 2010/09/16 23:13:07 jer Exp $
EAPI="2"
@@ -22,10 +22,10 @@ LICENSE="as-is"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
+#S="${WORKDIR}"/${P/-/.}.beta
+
src_prepare() {
epatch \
- "${WORKDIR}"/${PN}_0.3.7.beta-15.diff \
- ${PN}-0.3.7.beta/debian/patches/ \
"${FILESDIR}"/${P}-flags.patch \
"${FILESDIR}"/${P}-misc.patch
}