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
commitb16511c5535c249d8bb9acb4bc4c5834950327d3 (patch)
treed9b1db29e7f9fc7cfc682d1cfbe9f45581d36240 /net-p2p
parentVersion bumped. Closes 38330 (diff)
downloadhistorical-b16511c5535c249d8bb9acb4bc4c5834950327d3.tar.gz
historical-b16511c5535c249d8bb9acb4bc4c5834950327d3.tar.bz2
historical-b16511c5535c249d8bb9acb4bc4c5834950327d3.zip
Version bumped. Closes 38330
Diffstat (limited to 'net-p2p')
-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
3 files changed, 48 insertions, 2 deletions
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"
+}