diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-11-22 17:09:31 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-11-22 17:09:31 +0000 |
commit | c63d83b0da3eb3d2e90d18a45a1b9c6b28cbf6f8 (patch) | |
tree | efe22dd8278659fdbff288fdfe8feb1b9f1e2215 /net-analyzer | |
parent | Fixed SRC_URI as requested in bug #71908 (diff) | |
download | historical-c63d83b0da3eb3d2e90d18a45a1b9c6b28cbf6f8.tar.gz historical-c63d83b0da3eb3d2e90d18a45a1b9c6b28cbf6f8.tar.bz2 historical-c63d83b0da3eb3d2e90d18a45a1b9c6b28cbf6f8.zip |
die if emake fails.
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nettop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nettop/Manifest | 14 | ||||
-rw-r--r-- | net-analyzer/nettop/nettop-0.2.3.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/net-analyzer/nettop/ChangeLog b/net-analyzer/nettop/ChangeLog index d2ac132194b6..619e9f6391db 100644 --- a/net-analyzer/nettop/ChangeLog +++ b/net-analyzer/nettop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nettop # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/ChangeLog,v 1.6 2004/11/20 03:04:10 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/ChangeLog,v 1.7 2004/11/22 17:09:31 eldad Exp $ + + 22 Nov 2004; Eldad Zack <eldad@gentoo.org> nettop-0.2.3.ebuild: + die if emake fails. 19 Nov 2004; Jason Wever <weeve@gentoo.org> nettop-0.2.3.ebuild: Stable on sparc. diff --git a/net-analyzer/nettop/Manifest b/net-analyzer/nettop/Manifest index 623623a6978a..88fc41d6f880 100644 --- a/net-analyzer/nettop/Manifest +++ b/net-analyzer/nettop/Manifest @@ -1,4 +1,14 @@ -MD5 b2fa1b00c570c446806a794a037c6d87 ChangeLog 736 -MD5 87271f8a5003e85499212ce7cdf5e5dc nettop-0.2.3.ebuild 630 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 f7d0b0befc66e01c7fbf47502ceaa26c nettop-0.2.3.ebuild 637 +MD5 2c0099a665fdb9d02f60b5d7cb0320e4 ChangeLog 825 MD5 59fafa99faf187e744c602a625052f65 metadata.xml 232 MD5 d1dfb4623376711f1542dc52dcb85a7c files/digest-nettop-0.2.3 63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBohv/T+MN7JbqCpMRAm2qAKCIiZP64NLtgzP8q0dXV9DltLsusQCdEn15 +fjnx2fFxaNYGWycGI39ZC+M= +=f2Ca +-----END PGP SIGNATURE----- diff --git a/net-analyzer/nettop/nettop-0.2.3.ebuild b/net-analyzer/nettop/nettop-0.2.3.ebuild index edc5bf267244..6314b14593fe 100644 --- a/net-analyzer/nettop/nettop-0.2.3.ebuild +++ b/net-analyzer/nettop/nettop-0.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/nettop-0.2.3.ebuild,v 1.6 2004/11/20 03:04:10 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/nettop-0.2.3.ebuild,v 1.7 2004/11/22 17:09:31 eldad Exp $ IUSE="" @@ -20,7 +20,7 @@ src_compile() { local myconf myconf="--prefix=/usr" ./configure ${myconf} || die - emake + emake || die } src_install() { |