diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-05-14 18:13:28 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-05-14 18:13:28 +0000 |
commit | 58e16792f70d87b05630a6988e3c8e57548dc4b1 (patch) | |
tree | 03e3f6f4991ef0f7d56aec96cda880e3a7b42412 /net-analyzer | |
parent | amd64 stable (diff) | |
download | historical-58e16792f70d87b05630a6988e3c8e57548dc4b1.tar.gz historical-58e16792f70d87b05630a6988e3c8e57548dc4b1.tar.bz2 historical-58e16792f70d87b05630a6988e3c8e57548dc4b1.zip |
adding die to make and make install
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/iptstate/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/iptstate/Manifest | 16 | ||||
-rw-r--r-- | net-analyzer/iptstate/iptstate-1.3.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/iptstate/iptstate-1.4.ebuild | 7 |
4 files changed, 14 insertions, 21 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..ce82205d885f 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 d0abfcd91d07fc6e18b97c08649f339e ChangeLog 1274 -MD5 10f5c1cf409af9de34a69265c18ca905 iptstate-1.4.ebuild 668 +MD5 4ec3ac90092d3472de9cb8fc4965aa7f iptstate-1.3.ebuild 684 +MD5 b4400f9e392646fde37184f158b595c0 ChangeLog 1415 +MD5 babc867d24571b88afbe81c8b8ce4ea9 iptstate-1.4.ebuild 686 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 } |