summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/cutter')
-rw-r--r--net-analyzer/cutter/ChangeLog7
-rw-r--r--net-analyzer/cutter/cutter-1.03-r1.ebuild18
2 files changed, 13 insertions, 12 deletions
diff --git a/net-analyzer/cutter/ChangeLog b/net-analyzer/cutter/ChangeLog
index 62841ff4245c..46e06302f9e6 100644
--- a/net-analyzer/cutter/ChangeLog
+++ b/net-analyzer/cutter/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/cutter
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cutter/ChangeLog,v 1.12 2011/12/12 07:08:56 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cutter/ChangeLog,v 1.13 2014/07/10 22:21:46 jer Exp $
+
+ 10 Jul 2014; Jeroen Roovers <jer@gentoo.org> cutter-1.03-r1.ebuild:
+ EAPI bump. Update HOMEPAGE/SRC_URI.
12 Dec 2011; Mike Frysinger <vapier@gentoo.org> cutter-1.03-r1.ebuild:
Mark amd64 stable.
diff --git a/net-analyzer/cutter/cutter-1.03-r1.ebuild b/net-analyzer/cutter/cutter-1.03-r1.ebuild
index abf276202732..b741ea54eb2d 100644
--- a/net-analyzer/cutter/cutter-1.03-r1.ebuild
+++ b/net-analyzer/cutter/cutter-1.03-r1.ebuild
@@ -1,31 +1,29 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cutter/cutter-1.03-r1.ebuild,v 1.4 2011/12/12 07:08:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cutter/cutter-1.03-r1.ebuild,v 1.5 2014/07/10 22:21:46 jer Exp $
+EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="TCP/IP Connection cutting on Linux Firewalls and Routers"
-HOMEPAGE="http://www.lowth.com/cutter/"
-SRC_URI="http://www.lowth.com/cutter/software/${P}.tgz"
+HOMEPAGE="http://www.digitage.co.uk/digitage/software/linux-security/cutter"
+SRC_URI="http://www.digitage.co.uk/digitage/files/${PN}/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-IUSE=""
KEYWORDS="amd64 ~ppc x86"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/${P}-debian.patch
rm -f Makefile # implicit rules are better ;x
}
src_compile() {
- emake cutter CC="$(tc-getCC)" || die
+ emake cutter CC="$(tc-getCC)"
}
src_install() {
- dosbin cutter || die
+ dosbin cutter
dodoc README
doman debian/cutter.8
}