diff options
author | 2005-01-25 17:14:38 +0000 | |
---|---|---|
committer | 2005-01-25 17:14:38 +0000 | |
commit | d328a94fa86b1ed80da48b4a3d430ff24b775f39 (patch) | |
tree | fd1c54bf1e8204f4c13c50ce462fc448fca4f47b /net-analyzer | |
parent | Remove sed from global scope. (diff) | |
download | historical-d328a94fa86b1ed80da48b4a3d430ff24b775f39.tar.gz historical-d328a94fa86b1ed80da48b4a3d430ff24b775f39.tar.bz2 historical-d328a94fa86b1ed80da48b4a3d430ff24b775f39.zip |
Replaced einstall with emake install
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/echoping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/echoping/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/echoping/echoping-5.2.0.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-analyzer/echoping/ChangeLog b/net-analyzer/echoping/ChangeLog index 08497101b881..ec279db5b3d4 100644 --- a/net-analyzer/echoping/ChangeLog +++ b/net-analyzer/echoping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/echoping # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v 1.1 2005/01/25 15:15:35 angusyoung Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v 1.2 2005/01/25 17:14:38 angusyoung Exp $ + + 25 Jan 2005; Otavio R. Piske <angusyoung@gentoo.org> echoping-5.2.0.ebuild: + Removed einstall in favour of emake install *echoping-5.2.0 (25 Jan 2005) diff --git a/net-analyzer/echoping/Manifest b/net-analyzer/echoping/Manifest index 42c37416121a..68a1fff3f58b 100644 --- a/net-analyzer/echoping/Manifest +++ b/net-analyzer/echoping/Manifest @@ -1,5 +1,5 @@ -MD5 1378fc308d493e3de6a8db60366b6245 echoping-5.2.0.ebuild 1318 -MD5 a565c40826bb449ef902f20adfd1b69d ChangeLog 459 +MD5 e9cef2f0b518a8bf5cb446d30001a6a0 echoping-5.2.0.ebuild 1341 +MD5 0aafdddfc5d27567dbf1497f56d1bb6a ChangeLog 584 MD5 ac3074aa551da20b321f380c591f0847 metadata.xml 256 MD5 4783578f5986c067408a04d82e5ed589 files/digest-echoping-5.2.0 66 MD5 031f7ebff5b4da097049a014ad9b4890 files/maxtoread-5.2.0.patch 298 diff --git a/net-analyzer/echoping/echoping-5.2.0.ebuild b/net-analyzer/echoping/echoping-5.2.0.ebuild index 41a0a3d24fa5..129c4405b1f7 100644 --- a/net-analyzer/echoping/echoping-5.2.0.ebuild +++ b/net-analyzer/echoping/echoping-5.2.0.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/echoping/echoping-5.2.0.ebuild,v 1.1 2005/01/25 15:15:35 angusyoung Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-5.2.0.ebuild,v 1.2 2005/01/25 17:14:38 angusyoung Exp $ inherit eutils @@ -46,8 +46,8 @@ src_compile() { } src_install() { - einstall || die + emake install DESTDIR=${D} || die - # They are not installed by einstall + # They are not installed by emake install dodoc README AUTHORS ChangeLog COPYING DETAILS NEWS TODO } |