summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-04-25 00:17:34 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-04-25 00:17:34 +0000
commit8cf6f9c182caec1beb7d80716a5e335228083825 (patch)
treec558fde173622af556d09899e220b1a612839a6d /net-analyzer/tcpreplay
parentAdded check so that qt and dmalloc can't be enabled at the same time as they ... (diff)
downloadgentoo-2-8cf6f9c182caec1beb7d80716a5e335228083825.tar.gz
gentoo-2-8cf6f9c182caec1beb7d80716a5e335228083825.tar.bz2
gentoo-2-8cf6f9c182caec1beb7d80716a5e335228083825.zip
minor fix
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/tcpreplay')
-rw-r--r--net-analyzer/tcpreplay/ChangeLog6
-rw-r--r--net-analyzer/tcpreplay/Manifest12
-rw-r--r--net-analyzer/tcpreplay/tcpreplay-3.0_beta1.ebuild4
3 files changed, 8 insertions, 14 deletions
diff --git a/net-analyzer/tcpreplay/ChangeLog b/net-analyzer/tcpreplay/ChangeLog
index 0b3531534d1f..d52bb0f19f0c 100644
--- a/net-analyzer/tcpreplay/ChangeLog
+++ b/net-analyzer/tcpreplay/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/tcpreplay
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/ChangeLog,v 1.12 2005/04/05 15:52:49 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/ChangeLog,v 1.13 2005/04/25 00:17:34 vanquirius Exp $
+
+ 24 Apr 2005; Marcelo Goes <vanquirius@gentoo.org>
+ tcpreplay-3.0_beta1.ebuild:
+ Use make install instead of emake install.
05 Apr 2005; Aaron Walker <ka0ttic@gentoo.org> tcpreplay-3.0_beta1.ebuild:
Don't install their man2html, bug 88017.
diff --git a/net-analyzer/tcpreplay/Manifest b/net-analyzer/tcpreplay/Manifest
index e4d71932b533..7af10812011e 100644
--- a/net-analyzer/tcpreplay/Manifest
+++ b/net-analyzer/tcpreplay/Manifest
@@ -1,9 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 611a4d1a9a0e4a832fdc3234f91434a5 tcpreplay-2.3.3.ebuild 1168
MD5 94ac072464d33db5ccc07ea57e78267e tcpreplay-2.2.2.ebuild 842
-MD5 8bf97c477c7a773718acc40d7564e6d1 tcpreplay-3.0_beta1.ebuild 1213
+MD5 e173b6ddbd3cd9dbcb3fa60984a3f6c7 tcpreplay-3.0_beta1.ebuild 1212
MD5 ec7bc993123faf48a1371d6785ddb60d tcpreplay-2.3.2.ebuild 1168
MD5 d8f75cf7a4b5758c9d7c4498256b5806 tcpreplay-2.3.3-r1.ebuild 1204
MD5 3ca821f79658fdada5bb09f3204de4af ChangeLog 2004
@@ -15,10 +12,3 @@ MD5 a2e378f507f02665aa74c92df8ea254b files/digest-tcpreplay-2.2.2 67
MD5 bc5984507a3e4ebbee2b6d68de8d6eae files/digest-tcpreplay-2.3.2 67
MD5 8daa7ddc53cfe4ef8cd88df8f312339e files/digest-tcpreplay-2.3.3 67
MD5 7a5a48c32b202a4c9bf697c4c0f1ee31 files/digest-tcpreplay-3.0_beta1 71
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCUrRlEZCkKN40op4RAroZAJ0RFhOA7mftnJ5LZFGdxw0N8PkktACeNnt5
-FYCiwTJR5xJa4EDl25FZ3ZI=
-=UFsW
------END PGP SIGNATURE-----
diff --git a/net-analyzer/tcpreplay/tcpreplay-3.0_beta1.ebuild b/net-analyzer/tcpreplay/tcpreplay-3.0_beta1.ebuild
index e02ab3e043e5..05aeea65d673 100644
--- a/net-analyzer/tcpreplay/tcpreplay-3.0_beta1.ebuild
+++ b/net-analyzer/tcpreplay/tcpreplay-3.0_beta1.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/tcpreplay/tcpreplay-3.0_beta1.ebuild,v 1.2 2005/04/05 15:52:49 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/tcpreplay-3.0_beta1.ebuild,v 1.3 2005/04/25 00:17:34 vanquirius Exp $
MY_P=${PN}-${PV/_beta1/.beta1}
S=${WORKDIR}/${MY_P}
@@ -40,7 +40,7 @@ src_test() {
}
src_install() {
- emake DESTDIR=${D} install || die "emake install failed"
+ make DESTDIR=${D} install || die "emake install failed"
rm ${D}/usr/bin/man2html
dodoc docs/*
}