diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-06-05 21:31:05 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-06-05 21:31:05 +0000 |
commit | ab3b9d83310af1fa40432cf5ff8bc65e9a0f9c1b (patch) | |
tree | f310e4524a8341280c1d393c9785c711916343ad /net-analyzer/mtr | |
parent | Fix (diff) | |
download | gentoo-2-ab3b9d83310af1fa40432cf5ff8bc65e9a0f9c1b.tar.gz gentoo-2-ab3b9d83310af1fa40432cf5ff8bc65e9a0f9c1b.tar.bz2 gentoo-2-ab3b9d83310af1fa40432cf5ff8bc65e9a0f9c1b.zip |
Now installs into right location. closes #21495.
Diffstat (limited to 'net-analyzer/mtr')
-rw-r--r-- | net-analyzer/mtr/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/mtr/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/mtr/mtr-0.54.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-analyzer/mtr/ChangeLog b/net-analyzer/mtr/ChangeLog index 62a736c86455..c4c39eaa925d 100644 --- a/net-analyzer/mtr/ChangeLog +++ b/net-analyzer/mtr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/mtr # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.10 2003/05/17 11:23:16 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.11 2003/06/05 21:30:54 mholzer Exp $ + + 05 Jun 2003; Martin Holzer <mholzer@gentoo.org> mtr-0.54.ebuild: + Marked stable on x86. + Now installs into right location. closes #21495. *mtr-0.54 (17 May 2003) diff --git a/net-analyzer/mtr/Manifest b/net-analyzer/mtr/Manifest index 68926fe5557c..14a8e5199146 100644 --- a/net-analyzer/mtr/Manifest +++ b/net-analyzer/mtr/Manifest @@ -1,5 +1,5 @@ -MD5 c2d7c525b8967d0982db423f765d5093 ChangeLog 1183 +MD5 e3abd940ea4be3302343c95e3994497a ChangeLog 1326 MD5 89ad5e4dc0ca9bf79beb8fe28add08e8 mtr-0.49-r1.ebuild 983 -MD5 ac6dede63e99c82bb755fe6b6eb2c168 mtr-0.54.ebuild 852 +MD5 265c53071d90f8d40d395fc8b2d44cb7 mtr-0.54.ebuild 847 MD5 9ad35f50576c4ede55776cf455d747a9 files/digest-mtr-0.49-r1 59 MD5 7a626d479aec5d6bfba540b6f3935a9e files/digest-mtr-0.54 59 diff --git a/net-analyzer/mtr/mtr-0.54.ebuild b/net-analyzer/mtr/mtr-0.54.ebuild index 0ed2fd343d50..ea095976b628 100644 --- a/net-analyzer/mtr/mtr-0.54.ebuild +++ b/net-analyzer/mtr/mtr-0.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.54.ebuild,v 1.1 2003/05/17 11:20:57 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.54.ebuild,v 1.2 2003/06/05 21:30:54 mholzer Exp $ IUSE="gtk" @@ -14,7 +14,7 @@ DEPEND=">=sys-libs/ncurses-5.2 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~hppa" +KEYWORDS="x86 ~ppc ~sparc ~hppa" src_compile() { local myconf @@ -26,6 +26,6 @@ src_compile() { src_install() { # this binary is universal. ie: it does both console and gtk. - make DESTDIR=${D} sbindir=${D}/usr/bin install || die + make DESTDIR=${D} sbindir=/usr/bin install || die dodoc AUTHORS COPYING ChangeLog FORMATS NEWS README SECURITY TODO } |