summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-11-27 18:47:59 +0000
committerJon Hood <squinky86@gentoo.org>2004-11-27 18:47:59 +0000
commit06191c68953a585922a598fe78ae6ddcf4801273 (patch)
tree6f03221e2bdaaf32049246a3337fde50bb82e20e /net-p2p/ghostwhitecrab
parentVersion bump to 0.1.2 (diff)
downloadhistorical-06191c68953a585922a598fe78ae6ddcf4801273.tar.gz
historical-06191c68953a585922a598fe78ae6ddcf4801273.tar.bz2
historical-06191c68953a585922a598fe78ae6ddcf4801273.zip
add postinst
Diffstat (limited to 'net-p2p/ghostwhitecrab')
-rw-r--r--net-p2p/ghostwhitecrab/Manifest8
-rw-r--r--net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild8
2 files changed, 11 insertions, 5 deletions
diff --git a/net-p2p/ghostwhitecrab/Manifest b/net-p2p/ghostwhitecrab/Manifest
index 59b25d3c1387..332ecf0b8592 100644
--- a/net-p2p/ghostwhitecrab/Manifest
+++ b/net-p2p/ghostwhitecrab/Manifest
@@ -3,13 +3,13 @@ Hash: SHA1
MD5 b1e5bbfaa693938f49059e68135ab170 ChangeLog 401
MD5 da6649c6cd52477de0db1ccff6d5401b metadata.xml 247
-MD5 a42f7db9b53f140c5d5b5aa77db616ac ghostwhitecrab-0.9.1.ebuild 1917
+MD5 92ae812d392086b0e1543d2fe5ec082e ghostwhitecrab-0.9.1.ebuild 2073
MD5 0d3ad4300c554fadb5508ce8b8bb8dd4 files/digest-ghostwhitecrab-0.9.1 62
MD5 c03b01a8867a131e348d42fbeffde6f5 files/gwc.init 522
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBpSjEcAgAdbxYsnERAn1LAJ9l1lZsVp8SFVQY1sSTVH6d+CsjYACcCUu5
-WCyg5KT1ILDXaMup8c1AQUI=
-=35On
+iD8DBQFBqMvlcAgAdbxYsnERAgWeAKCJ6qR7iLnKvEBWPemM6E9sCY4PMwCfRhU3
+44CDSUhUxQGCgWx5Lixz7Pk=
+=d7Lo
-----END PGP SIGNATURE-----
diff --git a/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild b/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild
index 9934036efd6e..5754546b35d1 100644
--- a/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild
+++ b/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.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-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild,v 1.1 2004/11/25 00:35:10 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild,v 1.2 2004/11/27 18:47:59 squinky86 Exp $
inherit eutils
@@ -66,3 +66,9 @@ src_install() {
dohtml doc/*.html doc/*.css doc/specs/*.html
dodoc doc/specs/*.txt examples/*
}
+
+pkg_postinst() {
+ einfo "To have your cache submitted to the gnutella network,"
+ einfo "please submit it to:"
+ einfo "\thttp://gcachescan.jonatkins.com"
+}