summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-02-05 08:50:20 +0000
committerNick Hadaway <raker@gentoo.org>2003-02-05 08:50:20 +0000
commite480a940048f51dae1da6435bd872bc90bc21cce (patch)
treede91cc89622f777b010be53251f72b418fb7f7b5 /net-p2p/gnunet
parentVersion bump. (diff)
downloadhistorical-e480a940048f51dae1da6435bd872bc90bc21cce.tar.gz
historical-e480a940048f51dae1da6435bd872bc90bc21cce.tar.bz2
historical-e480a940048f51dae1da6435bd872bc90bc21cce.zip
Version bump
Diffstat (limited to 'net-p2p/gnunet')
-rw-r--r--net-p2p/gnunet/ChangeLog8
-rw-r--r--net-p2p/gnunet/files/digest-gnunet-0.5.1a1
-rw-r--r--net-p2p/gnunet/gnunet-0.5.1a.ebuild32
3 files changed, 40 insertions, 1 deletions
diff --git a/net-p2p/gnunet/ChangeLog b/net-p2p/gnunet/ChangeLog
index 8a3a20e938cd..5e5a6453b015 100644
--- a/net-p2p/gnunet/ChangeLog
+++ b/net-p2p/gnunet/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/gnunet
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.3 2002/08/27 16:46:11 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.4 2003/02/05 08:50:20 raker Exp $
+
+*gnunet-0.5.1a (05 Feb 2003)
+
+ 05 Feb 2003; Nick Hadaway <raker@gentoo.org> gnunet-0.5.1a.ebuild,
+ files/digest-gnunet-0.5.1a :
+ Version bump. Depends on libextractor-0.2.0 now.
*gnunet-0.4.6 (27 Aug 2002)
diff --git a/net-p2p/gnunet/files/digest-gnunet-0.5.1a b/net-p2p/gnunet/files/digest-gnunet-0.5.1a
new file mode 100644
index 000000000000..40188e450c44
--- /dev/null
+++ b/net-p2p/gnunet/files/digest-gnunet-0.5.1a
@@ -0,0 +1 @@
+MD5 0e506d602cdc168e6a0f8065da85e565 GNUnet-0.5.1a.tar.bz2 438138
diff --git a/net-p2p/gnunet/gnunet-0.5.1a.ebuild b/net-p2p/gnunet/gnunet-0.5.1a.ebuild
new file mode 100644
index 000000000000..d228b0d1b0b7
--- /dev/null
+++ b/net-p2p/gnunet/gnunet-0.5.1a.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2002 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.1 2003/02/05 08:50:20 raker Exp $
+
+S="${WORKDIR}/GNUnet-${PV}"
+DESCRIPTION="GNUnet is an anonymous, distributed, reputation based network."
+HOMEPAGE="http://www.ovmj.org/GNUnet/"
+SRC_URI="http://www.ovmj.org/GNUnet/download/GNUnet-${PV}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND=">=dev-libs/openssl-0.9.6d
+ >=sys-libs/gdbm-1.8.0
+ =dev-libs/glib-1.2*
+ =x11-libs/gtk+-1.2*
+ >=dev-libs/libextractor-0.2.0"
+
+
+src_compile () {
+ econf
+ make || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
+
+ docinto contrib
+ dodoc contrib/*
+}