summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-02-01 00:09:55 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-02-01 00:09:55 +0000
commitdbd9f64abbcd32451b992b8ec337a56f74b54e2d (patch)
tree233fabc26acea375e574ee8721fd86acb21070bf /net-p2p/gift
parentVersion bumped. Closes 38330 (diff)
downloadgentoo-2-dbd9f64abbcd32451b992b8ec337a56f74b54e2d.tar.gz
gentoo-2-dbd9f64abbcd32451b992b8ec337a56f74b54e2d.tar.bz2
gentoo-2-dbd9f64abbcd32451b992b8ec337a56f74b54e2d.zip
Version bumped. Closes 38330
Diffstat (limited to 'net-p2p/gift')
-rw-r--r--net-p2p/gift/ChangeLog7
-rw-r--r--net-p2p/gift/Manifest4
-rw-r--r--net-p2p/gift/files/digest-gift-0.11.51
-rw-r--r--net-p2p/gift/gift-0.11.5.ebuild45
4 files changed, 54 insertions, 3 deletions
diff --git a/net-p2p/gift/ChangeLog b/net-p2p/gift/ChangeLog
index 1656c4692224..b9ffa61ac4bb 100644
--- a/net-p2p/gift/ChangeLog
+++ b/net-p2p/gift/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/gift
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/ChangeLog,v 1.36 2004/01/31 23:51:26 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/ChangeLog,v 1.37 2004/02/01 00:09:23 mholzer Exp $
+
+*gift-0.11.5 (01 Feb 2004)
+
+ 01 Feb 2004; Martin Holzer <mholzer@gentoo.org> gift-0.11.5.ebuild:
+ Version bumped. Closes 38330
01 Feb 2004; Martin Holzer <mholzer@gentoo.org> gift-0.11.4.ebuild:
adding RESTRICT=nomirror
diff --git a/net-p2p/gift/Manifest b/net-p2p/gift/Manifest
index d0194130d281..a5ef160fec7f 100644
--- a/net-p2p/gift/Manifest
+++ b/net-p2p/gift/Manifest
@@ -1,6 +1,6 @@
-MD5 285b3adc395e5c8a5623230feb290519 ChangeLog 1014
+MD5 f07c2b4770a6e3dfacd2eecc11210bd1 ChangeLog 1144
MD5 875f23093b78af2d864a7a7ba464f126 metadata.xml 223
-MD5 9757f420be00ac9e4796b785bd35ba2c gift-0.11.5.ebuild 1398
+MD5 0687fb08638f1e04bc7fe5da0636c85e gift-0.11.5.ebuild 1398
MD5 9757f420be00ac9e4796b785bd35ba2c gift-0.11.4.ebuild 1398
MD5 7e403ad63fc68ca374e607c47b7a9898 files/digest-gift-0.11.5 64
MD5 c9316e8bf5f03cc8504bbcd2ddc1cddb files/digest-gift-0.11.4 64
diff --git a/net-p2p/gift/files/digest-gift-0.11.5 b/net-p2p/gift/files/digest-gift-0.11.5
new file mode 100644
index 000000000000..8a384247f3c8
--- /dev/null
+++ b/net-p2p/gift/files/digest-gift-0.11.5
@@ -0,0 +1 @@
+MD5 f492b6e3607aed801b77657f3808f5c1 gift-0.11.5.tar.bz2 528989
diff --git a/net-p2p/gift/gift-0.11.5.ebuild b/net-p2p/gift/gift-0.11.5.ebuild
new file mode 100644
index 000000000000..f25abd4bcf1f
--- /dev/null
+++ b/net-p2p/gift/gift-0.11.5.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.11.5.ebuild,v 1.1 2004/02/01 00:09:23 mholzer Exp $
+
+DESCRIPTION="A OpenFT, Gnutella and FastTrack p2p network client"
+HOMEPAGE="http://gift.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+RESTRICT="nomirror"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 sparc ~ppc ~alpha ~amd64"
+
+DEPEND="virtual/glibc
+ !net-p2p/gift
+ >=sys-apps/sed-4
+ >=sys-libs/zlib-1.1.4"
+
+src_compile() {
+ econf || die "Configure failed"
+ emake || die "Make failed"
+}
+
+src_install() {
+ einstall \
+ giftconfdir=${D}/etc/giFT \
+ plugindir=${D}/usr/lib/giFT \
+ giftdatadir=${D}/usr/share/giFT \
+ giftperldir=${D}/usr/bin \
+ libgiftincdir=${D}/usr/include/libgift || die "Install failed"
+}
+
+pkg_postinst() {
+ einfo "First, you need to run giFT-setup with your normal"
+ einfo "user account to create the giFT configuration files."
+ echo
+ einfo "This package no longer contains any protocol plugins,"
+ einfo "please try gift-fasttrack, gift-openft, gift-gnutella"
+ einfo "for protocol support."
+ echo
+ einfo "If you encounter issues with this package, please contact"
+ einfo "us via bugs.gentoo.org rather than attempting to contact"
+ einfo "the upstream developers, as they are hesitant to provide"
+ einfo "appropriate and polite support"
+}