diff options
author | Marcin Kryczek <mkay@gentoo.org> | 2005-09-21 11:55:19 +0000 |
---|---|---|
committer | Marcin Kryczek <mkay@gentoo.org> | 2005-09-21 11:55:19 +0000 |
commit | eefb5f926513bd4f4d92b3617e685bcff3ef6e9e (patch) | |
tree | 710dfe733b6c642f4bc03e5edd33d97f8b1f3534 /net-p2p/gnunet | |
parent | GTK support isn't optional. Fixing (diff) | |
download | gentoo-2-eefb5f926513bd4f4d92b3617e685bcff3ef6e9e.tar.gz gentoo-2-eefb5f926513bd4f4d92b3617e685bcff3ef6e9e.tar.bz2 gentoo-2-eefb5f926513bd4f4d92b3617e685bcff3ef6e9e.zip |
Removing 0.5.4-r1
(Portage version: 1.589-cvs)
Diffstat (limited to 'net-p2p/gnunet')
-rw-r--r-- | net-p2p/gnunet/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/gnunet/files/digest-gnunet-0.5.4-r1 | 1 | ||||
-rw-r--r-- | net-p2p/gnunet/gnunet-0.5.4-r1.ebuild | 51 |
3 files changed, 4 insertions, 53 deletions
diff --git a/net-p2p/gnunet/ChangeLog b/net-p2p/gnunet/ChangeLog index 36197a053933..800047db9c2b 100644 --- a/net-p2p/gnunet/ChangeLog +++ b/net-p2p/gnunet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gnunet # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.37 2005/09/21 11:53:08 mkay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.38 2005/09/21 11:55:19 mkay Exp $ + + 21 Sep 2005; <mkay@gentoo.org> -gnunet-0.5.4-r1.ebuild: + Removing 0.5.4-r1 21 Sep 2005; <mkay@gentoo.org> gnunet-0.7.0.ebuild: GTK support isn't optional. Fixing diff --git a/net-p2p/gnunet/files/digest-gnunet-0.5.4-r1 b/net-p2p/gnunet/files/digest-gnunet-0.5.4-r1 deleted file mode 100644 index 6cc2dc92d190..000000000000 --- a/net-p2p/gnunet/files/digest-gnunet-0.5.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 885476e1234d5cb71bc0fa044e868e49 GNUnet-0.5.4.tar.bz2 664164 diff --git a/net-p2p/gnunet/gnunet-0.5.4-r1.ebuild b/net-p2p/gnunet/gnunet-0.5.4-r1.ebuild deleted file mode 100644 index 74f2bb3219d5..000000000000 --- a/net-p2p/gnunet/gnunet-0.5.4-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.5.4-r1.ebuild,v 1.10 2004/06/25 00:33:04 agriffis 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" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~sparc" - -DEPEND=">=dev-libs/openssl-0.9.6d - >=sys-libs/gdbm-1.8.0 - =dev-libs/glib-1.2* - =x11-libs/gtk+-1.2* - >=media-libs/libextractor-0.2.0" - - -src_compile () { - elibtoolize - local myconf - use ipv6 && myconf="--enable-ipv6" || myconf=" --disable-ipv6" - econf ${myconf} || die "econf failed" - make || die -} - -src_install () { - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README - - dodir /etc - cp contrib/gnunet.conf.root ${D}/etc/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 "" -} |