diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-02-10 18:13:58 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-02-10 18:13:58 +0000 |
commit | e8600a9101b8bdf1edcc093dc5c5aee813f7ee37 (patch) | |
tree | 888631d68829a5326b29cc51383ea1f78a1ff68e /net-analyzer | |
parent | add ~ppc-macos (diff) | |
download | gentoo-2-e8600a9101b8bdf1edcc093dc5c5aee813f7ee37.tar.gz gentoo-2-e8600a9101b8bdf1edcc093dc5c5aee813f7ee37.tar.bz2 gentoo-2-e8600a9101b8bdf1edcc093dc5c5aee813f7ee37.zip |
Install internal html files to the correct place for bug 81449.
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ntop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ntop/Manifest | 18 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-3.1.ebuild | 6 |
3 files changed, 10 insertions, 19 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog index e12c13bfb6ba..f52c986a86d2 100644 --- a/net-analyzer/ntop/ChangeLog +++ b/net-analyzer/ntop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ntop # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.33 2005/01/31 14:23:31 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.34 2005/02/10 18:13:58 ka0ttic Exp $ + + 10 Feb 2005; Aaron Walker <ka0ttic@gentoo.org> ntop-3.1.ebuild: + Install internal html files to the correct place for bug 81449. 31 Jan 2005; Daniel Black <dragonheart@gentoo.org> ntop-3.0.ebuild, ntop-3.1.ebuild: diff --git a/net-analyzer/ntop/Manifest b/net-analyzer/ntop/Manifest index 9b1342c8f44b..eec9c0a7506d 100644 --- a/net-analyzer/ntop/Manifest +++ b/net-analyzer/ntop/Manifest @@ -1,19 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 80eaefdfcfb8ab50b54112c73b96501b ChangeLog 4114 -MD5 846e7479e3e9df4363f2721b7fb47320 metadata.xml 233 +MD5 9a7ec08b27a1a319e26b2152848e2bd4 ntop-3.1.ebuild 2342 MD5 ebf97d76921e175f2af48c0811a84cec ntop-3.0.ebuild 1604 -MD5 ca37f2a6eeea775d7f805629da6c0bd2 ntop-3.1.ebuild 2427 +MD5 6e75a8d8ad359c9353053f66cbbf1b8e ChangeLog 4247 +MD5 846e7479e3e9df4363f2721b7fb47320 metadata.xml 233 MD5 35c576fac5bd8cbf0da850ccc00dd924 files/digest-ntop-3.0 58 MD5 bb970d07a76d2b939ec08c2796519021 files/digest-ntop-3.1 58 -MD5 d1e896708a98eaca02f55c44ae517768 files/globals-core.c.diff 536 MD5 a9cad5851ac81cbd8589f60287f3e497 files/ntop-confd 131 +MD5 d1e896708a98eaca02f55c44ae517768 files/globals-core.c.diff 536 MD5 9e6b1e20779d7fb6699c956adf6b8b05 files/ntop-init 294 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB/j9pmdTrptrqvGERAtsYAJ9mDHZuLyravSULzURIaJEb18a3QQCfaVs0 -YEnOItIk/vEspXZdawtJrgc= -=xuDK ------END PGP SIGNATURE----- diff --git a/net-analyzer/ntop/ntop-3.1.ebuild b/net-analyzer/ntop/ntop-3.1.ebuild index 100642ce7c0d..18d8c4da81bd 100644 --- a/net-analyzer/ntop/ntop-3.1.ebuild +++ b/net-analyzer/ntop/ntop-3.1.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/ntop/ntop-3.1.ebuild,v 1.2 2005/01/31 14:23:31 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.1.ebuild,v 1.3 2005/02/10 18:13:58 ka0ttic Exp $ inherit gnuconfig eutils @@ -73,9 +73,7 @@ src_install() { dodoc AUTHORS CONTENTS ChangeLog MANIFESTO NEWS dodoc PORTING README SUPPORT_NTOP.txt THANKS docs/* - mv ${D}/usr/share/ntop/html ${D}/usr/share/doc/${PF} - rmdir ${D}/usr/share/ntop - chown -R root:root ${D}/etc/ntop ${D}/usr/share/doc/${PF}/html \ + chown -R root:root ${D}/etc/ntop ${D}/usr/share/${PN}/html \ ${D}/usr/lib/ntop dohtml ntop.html |