summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-03-23 10:06:59 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-03-23 10:06:59 +0000
commitc5dc34e1cb923e987549367d2b06e438e22cb155 (patch)
tree59a8ba6d8ae7669fddbad6263cda57ddfb7a2652 /net-p2p/gnunet
parent~ppc in keywords (diff)
downloadhistorical-c5dc34e1cb923e987549367d2b06e438e22cb155.tar.gz
historical-c5dc34e1cb923e987549367d2b06e438e22cb155.tar.bz2
historical-c5dc34e1cb923e987549367d2b06e438e22cb155.zip
Added postinst with einfo about the config file. closes #18020.
Diffstat (limited to 'net-p2p/gnunet')
-rw-r--r--net-p2p/gnunet/ChangeLog6
-rw-r--r--net-p2p/gnunet/gnunet-0.4.6.ebuild10
-rw-r--r--net-p2p/gnunet/gnunet-0.5.1a.ebuild10
-rw-r--r--net-p2p/gnunet/gnunet-0.5.2a.ebuild10
4 files changed, 32 insertions, 4 deletions
diff --git a/net-p2p/gnunet/ChangeLog b/net-p2p/gnunet/ChangeLog
index f844eba4a680..fa405a52433e 100644
--- a/net-p2p/gnunet/ChangeLog
+++ b/net-p2p/gnunet/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for net-p2p/gnunet
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.6 2003/03/23 01:34:06 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.7 2003/03/23 10:06:58 mholzer Exp $
*gnunet-0.5.2a (23 mar 2003)
+ 23 Mar 2003; Martin Holzer <mholzer@gentoo.org> gnunet-0.4.6.ebuild,
+ gnunet-0.5.1a.ebuild, gnunet-0.5.2a.ebuild:
+ Added postinst with einfo about the config file. closes #18020.
+
23 mar 2003; <spider@gentoo.org> gnunet-0.5.2a.ebuild:
Updated, bugfix release
diff --git a/net-p2p/gnunet/gnunet-0.4.6.ebuild b/net-p2p/gnunet/gnunet-0.4.6.ebuild
index 3a30c181501f..665afff65278 100644
--- a/net-p2p/gnunet/gnunet-0.4.6.ebuild
+++ b/net-p2p/gnunet/gnunet-0.4.6.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-p2p/gnunet/gnunet-0.4.6.ebuild,v 1.4 2003/02/13 15:19:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.4.6.ebuild,v 1.5 2003/03/23 10:06:59 mholzer Exp $
S="${WORKDIR}/GNUnet-${PV}"
DESCRIPTION="GNUnet is an anonymous, distributed, reputation based network."
@@ -35,3 +35,11 @@ src_install () {
docinto contrib
dodoc contrib/*
}
+
+pkg_postinst() {
+ einfo ""
+ einfo "now copy an appropriate config file from"
+ einfo "/usr/share/doc/${P}/contrib"
+ einfo "to ~/.gnunet/gnunet.conf"
+ einfo ""
+}
diff --git a/net-p2p/gnunet/gnunet-0.5.1a.ebuild b/net-p2p/gnunet/gnunet-0.5.1a.ebuild
index a966fbe2e105..9357e3cfed7c 100644
--- a/net-p2p/gnunet/gnunet-0.5.1a.ebuild
+++ b/net-p2p/gnunet/gnunet-0.5.1a.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-p2p/gnunet/gnunet-0.5.1a.ebuild,v 1.2 2003/02/13 15:19:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.5.1a.ebuild,v 1.3 2003/03/23 10:06:59 mholzer Exp $
S="${WORKDIR}/GNUnet-${PV}"
DESCRIPTION="GNUnet is an anonymous, distributed, reputation based network."
@@ -30,3 +30,11 @@ src_install () {
docinto contrib
dodoc contrib/*
}
+
+pkg_postinst() {
+ einfo ""
+ einfo "now copy an appropriate config file from"
+ einfo "/usr/share/doc/${P}/contrib"
+ einfo "to ~/.gnunet/gnunet.conf"
+ einfo ""
+}
diff --git a/net-p2p/gnunet/gnunet-0.5.2a.ebuild b/net-p2p/gnunet/gnunet-0.5.2a.ebuild
index 1692daeccb6b..88639755cfc9 100644
--- a/net-p2p/gnunet/gnunet-0.5.2a.ebuild
+++ b/net-p2p/gnunet/gnunet-0.5.2a.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-p2p/gnunet/gnunet-0.5.2a.ebuild,v 1.1 2003/03/23 01:34:06 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.5.2a.ebuild,v 1.2 2003/03/23 10:06:59 mholzer Exp $
S="${WORKDIR}/GNUnet-${PV}"
DESCRIPTION="GNUnet is an anonymous, distributed, reputation based network."
@@ -30,3 +30,11 @@ src_install () {
docinto contrib
dodoc contrib/*
}
+
+pkg_postinst() {
+ einfo ""
+ einfo "now copy an appropriate config file from"
+ einfo "/usr/share/doc/${P}/contrib"
+ einfo "to ~/.gnunet/gnunet.conf"
+ einfo ""
+}