summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/iptstate')
-rw-r--r--net-analyzer/iptstate/ChangeLog6
-rw-r--r--net-analyzer/iptstate/Manifest14
-rw-r--r--net-analyzer/iptstate/iptstate-1.3.ebuild6
-rw-r--r--net-analyzer/iptstate/iptstate-1.4.ebuild7
4 files changed, 13 insertions, 20 deletions
diff --git a/net-analyzer/iptstate/ChangeLog b/net-analyzer/iptstate/ChangeLog
index 981cb4f7558f..83044ccdf13a 100644
--- a/net-analyzer/iptstate/ChangeLog
+++ b/net-analyzer/iptstate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/iptstate
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.13 2005/04/17 08:41:10 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/ChangeLog,v 1.14 2005/05/14 18:13:28 vanquirius Exp $
+
+ 14 May 2005; Marcelo Goes <vanquirius@gentoo.org> iptstate-1.3.ebuild,
+ iptstate-1.4.ebuild:
+ Adding die to make and make install.
*iptstate-1.4 (17 Apr 2005)
diff --git a/net-analyzer/iptstate/Manifest b/net-analyzer/iptstate/Manifest
index 98fa0ab9e888..de88cc948991 100644
--- a/net-analyzer/iptstate/Manifest
+++ b/net-analyzer/iptstate/Manifest
@@ -1,16 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 4d73efece1953332df635d42b7e1c5fe iptstate-1.3.ebuild 665
+MD5 6230b43c7c84fc733ad55a4982cbad14 iptstate-1.3.ebuild 679
MD5 d0abfcd91d07fc6e18b97c08649f339e ChangeLog 1274
-MD5 10f5c1cf409af9de34a69265c18ca905 iptstate-1.4.ebuild 668
+MD5 ca1b4a7affd5107a40152b05a5b281f3 iptstate-1.4.ebuild 681
MD5 0078da5477b6243403ca4a01592d8266 metadata.xml 270
MD5 77dad1200a91c12958bc01f9870ec63c files/digest-iptstate-1.3 63
MD5 72fdbf15ab86485724c1d3b46d7e30c2 files/digest-iptstate-1.4 64
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFCYiK1T+MN7JbqCpMRAjiNAJ9YpeR7GQHSmv3qVglBtv5p5+kdggCfQRRE
-qckEWJfIbwHOqxpSa6gQWDc=
-=cCn/
------END PGP SIGNATURE-----
diff --git a/net-analyzer/iptstate/iptstate-1.3.ebuild b/net-analyzer/iptstate/iptstate-1.3.ebuild
index 6ca4ca593a15..e7a16931e3d3 100644
--- a/net-analyzer/iptstate/iptstate-1.3.ebuild
+++ b/net-analyzer/iptstate/iptstate-1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.3.ebuild,v 1.6 2005/04/17 08:41:10 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.3.ebuild,v 1.7 2005/05/14 18:13:28 vanquirius Exp $
DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format"
@@ -15,10 +15,10 @@ KEYWORDS="x86 sparc ~amd64"
IUSE=""
src_compile() {
- make CXXFLAGS="${CXXFLAGS} -g -Wall" all
+ make CXXFLAGS="${CXXFLAGS} -g -Wall" all || die
}
src_install() {
- make PREFIX=${D}/usr install
+ make PREFIX=${D}/usr install || die
dodoc README Changelog BUGS CONTRIB LICENSE WISHLIST
}
diff --git a/net-analyzer/iptstate/iptstate-1.4.ebuild b/net-analyzer/iptstate/iptstate-1.4.ebuild
index 0fd90c5439bc..33e58020bb9f 100644
--- a/net-analyzer/iptstate/iptstate-1.4.ebuild
+++ b/net-analyzer/iptstate/iptstate-1.4.ebuild
@@ -1,7 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.4.ebuild,v 1.1 2005/04/17 08:41:10 eldad Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptstate/iptstate-1.4.ebuild,v 1.2 2005/05/14 18:13:28 vanquirius Exp $
DESCRIPTION="IP Tables State displays states being kept by iptables in a top-like format"
SRC_URI="http://www.phildev.net/iptstate/${P}.tar.bz2"
@@ -15,10 +14,10 @@ KEYWORDS="~x86 ~sparc ~amd64"
IUSE=""
src_compile() {
- make CXXFLAGS="${CXXFLAGS} -g -Wall" all
+ make CXXFLAGS="${CXXFLAGS} -g -Wall" all || die
}
src_install() {
- make PREFIX=${D}/usr install
+ make PREFIX=${D}/usr install || die
dodoc README Changelog BUGS CONTRIB LICENSE WISHLIST
}