summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/gift-gnutella/ChangeLog6
-rw-r--r--net-p2p/gift-gnutella/files/0.0.9.2-nodes.patch.bz2bin0 -> 1693 bytes
-rw-r--r--net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild8
3 files changed, 9 insertions, 5 deletions
diff --git a/net-p2p/gift-gnutella/ChangeLog b/net-p2p/gift-gnutella/ChangeLog
index b748929af366..92ecca304912 100644
--- a/net-p2p/gift-gnutella/ChangeLog
+++ b/net-p2p/gift-gnutella/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/gift-gnutella
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/ChangeLog,v 1.15 2004/07/23 15:13:46 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/ChangeLog,v 1.16 2004/09/01 19:49:40 squinky86 Exp $
+
+ 01 Sep 2004; Jon Hood <squinky86@gentoo.org> +files/0.0.9.2-nodes.patch.bz2,
+ gift-gnutella-0.0.9.2.ebuild:
+ Adding updated caches irt #62544.
23 Jul 2004; Jon Hood <squinky86@gentoo.org>
+files/gift-gnutella-gcc35.patch, gift-gnutella-0.0.9.2.ebuild:
diff --git a/net-p2p/gift-gnutella/files/0.0.9.2-nodes.patch.bz2 b/net-p2p/gift-gnutella/files/0.0.9.2-nodes.patch.bz2
new file mode 100644
index 000000000000..6386a2827c34
--- /dev/null
+++ b/net-p2p/gift-gnutella/files/0.0.9.2-nodes.patch.bz2
Binary files differ
diff --git a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild
index af8e4656a3bc..8ea8723c8994 100644
--- a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild
+++ b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.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/gift-gnutella/gift-gnutella-0.0.9.2.ebuild,v 1.13 2004/08/25 17:57:46 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild,v 1.14 2004/09/01 19:49:40 squinky86 Exp $
inherit eutils
@@ -15,7 +15,8 @@ LICENSE="GPL-2"
KEYWORDS="x86 sparc ~ppc amd64"
DEPEND="virtual/libc
- dev-util/pkgconfig"
+ dev-util/pkgconfig
+ app-arch/bzip2"
RDEPEND=">=net-p2p/gift-0.11.6
>=sys-libs/zlib-1.1.4"
@@ -24,6 +25,7 @@ src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${PN}-gcc35.patch
+ epatch ${FILESDIR}/${PV}-nodes.patch.bz2
}
src_compile() {
@@ -47,5 +49,3 @@ pkg_postinst() {
einfo "your ~/.giFT/giftd.conf configuration file:"
einfo "plugins = Gnutella"
}
-
-