From aa9e2908a63b785b9ff785a042628e2adefe4233 Mon Sep 17 00:00:00 2001 From: Jon Hood Date: Sun, 2 May 2004 02:09:42 +0000 Subject: version bump irt #48170 --- net-p2p/gnunet/ChangeLog | 7 +++- net-p2p/gnunet/Manifest | 4 +- net-p2p/gnunet/files/digest-gnunet-0.6.2 | 1 + net-p2p/gnunet/gnunet-0.6.2.ebuild | 64 ++++++++++++++++++++++++++++++++ 4 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 net-p2p/gnunet/files/digest-gnunet-0.6.2 create mode 100644 net-p2p/gnunet/gnunet-0.6.2.ebuild (limited to 'net-p2p') diff --git a/net-p2p/gnunet/ChangeLog b/net-p2p/gnunet/ChangeLog index 458cb9e53b0d..bc844e5c7d87 100644 --- a/net-p2p/gnunet/ChangeLog +++ b/net-p2p/gnunet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/gnunet # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.21 2004/04/28 18:41:41 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.22 2004/05/02 02:09:42 squinky86 Exp $ + +*gnunet-0.6.2 (01 May 2004) + + 01 May 2004; Jon Hood +gnunet-0.6.2.ebuild: + Version bump. Closes #48170. 28 Apr 2004; Jon Hood gnunet-0.5.4-r1.ebuild, gnunet-0.5.5.ebuild, gnunet-0.6.0.ebuild, gnunet-0.6.1b.ebuild, diff --git a/net-p2p/gnunet/Manifest b/net-p2p/gnunet/Manifest index ac2024cecc41..d5c34b69c1bd 100644 --- a/net-p2p/gnunet/Manifest +++ b/net-p2p/gnunet/Manifest @@ -2,10 +2,12 @@ MD5 8d4dd0949f65d152f294407042e645c1 gnunet-0.5.5.ebuild 1260 MD5 ea51e97cb7566ab77de309b5ebce68a3 gnunet-0.6.1c.ebuild 1470 MD5 28fd4f448ca69666fe9a2b546885f5c7 gnunet-0.5.4-r1.ebuild 1269 MD5 8842bc0976ada205d4da386fff3f966b gnunet-0.6.1b.ebuild 1199 -MD5 b97583a0c0b40cb17ff241825a0cecbd ChangeLog 3606 +MD5 e60b627b30719cabed416670a285b7d8 gnunet-0.6.2.ebuild 1469 +MD5 bab74ef77a32d288d52306be9230a01e ChangeLog 3736 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 MD5 7497a53319c18a07e6f673a925b1bf8c files/digest-gnunet-0.6.1b 67 MD5 99094e50a9e664c0f98757ec36e1b5fe files/digest-gnunet-0.6.1c 67 MD5 c9f162707edf3372ba994a5d274c1280 files/digest-gnunet-0.5.5 65 +MD5 0e1a9b825d565da6bcddd0167198bcb2 files/digest-gnunet-0.6.2 66 MD5 d628356df7b12ee797cbd14ac6918610 files/gnunet 947 MD5 12b0bdd38d4a838fcc6d4e8b970870f5 files/digest-gnunet-0.5.4-r1 65 diff --git a/net-p2p/gnunet/files/digest-gnunet-0.6.2 b/net-p2p/gnunet/files/digest-gnunet-0.6.2 new file mode 100644 index 000000000000..d8e37f9c36d8 --- /dev/null +++ b/net-p2p/gnunet/files/digest-gnunet-0.6.2 @@ -0,0 +1 @@ +MD5 f53c9e17fcece9781f1e81eb5fb816a5 GNUnet-0.6.2.tar.bz2 1057957 diff --git a/net-p2p/gnunet/gnunet-0.6.2.ebuild b/net-p2p/gnunet/gnunet-0.6.2.ebuild new file mode 100644 index 000000000000..1ebe2a3b3650 --- /dev/null +++ b/net-p2p/gnunet/gnunet-0.6.2.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.6.2.ebuild,v 1.1 2004/05/02 02:09:42 squinky86 Exp $ + +inherit libtool + +S="${WORKDIR}/GNUnet-${PV}" +DESCRIPTION="GNUnet is an anonymous, distributed, reputation based network." +HOMEPAGE="http://www.gnu.org/software/GNUnet/" +SRC_URI="mirror://gnu/${PN}/GNUnet-${PV}.tar.bz2" +RESTRICT="nomirror" + +IUSE="ipv6 gtk crypt mysql" + +KEYWORDS="~x86" +LICENSE="GPL-2" +SLOT="0" + +DEPEND=">=dev-libs/openssl-0.9.6d + >=sys-libs/gdbm-1.8.0 + crypt? ( dev-libs/libgcrypt ) + gtk? ( =x11-libs/gtk+-1.2* ) + mysql? ( dev-db/mysql ) + >=media-libs/libextractor-0.3.1" + +src_compile() { + elibtoolize + + local myconf + + if ! use gtk; then + myconf="${myconf} --without-gtk" + fi + + if ! use crypt; then + myconf="${myconf} --without-gcrypt" + fi + + if ! use mysql; then + myconf="${myconf} --without-mysql" + fi + + econf ${myconf} `use_enable ipv6` || die + + emake || die "emake failed" +} + +src_install() { + make DESTDIR=${D} install || die "make install failed" + dodoc AUTHORS ChangeLog PLATFORMS README UPDATING + insinto /etc + newins contrib/gnunet.root gnunet.conf + docinto contrib + dodoc contrib/* +} + +pkg_postinst() { + use ipv6 && ewarn "ipv6 support is -very- experimental and prone to bug" + einfo + einfo "now copy an appropriate config file from" + einfo "/usr/share/doc/${P}/contrib" + einfo "to ~/.gnunet/gnunet.conf" + einfo +} -- cgit v1.2.3-65-gdbad