diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-09-02 18:39:52 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-09-02 18:39:52 +0000 |
commit | 2019cad6d9d43ce3c1ea63b9a2cd66b8928762b9 (patch) | |
tree | 09372e0f9bcb7c2ab163f3582cf8857e268e7acf /net-p2p | |
parent | Bump (diff) | |
download | historical-2019cad6d9d43ce3c1ea63b9a2cd66b8928762b9.tar.gz historical-2019cad6d9d43ce3c1ea63b9a2cd66b8928762b9.tar.bz2 historical-2019cad6d9d43ce3c1ea63b9a2cd66b8928762b9.zip |
Bump
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gift/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/gift/files/digest-gift-0.11.4 | 1 | ||||
-rw-r--r-- | net-p2p/gift/gift-0.11.4.ebuild | 48 |
3 files changed, 51 insertions, 2 deletions
diff --git a/net-p2p/gift/Manifest b/net-p2p/gift/Manifest index f50425870251..3f958d5b1eea 100644 --- a/net-p2p/gift/Manifest +++ b/net-p2p/gift/Manifest @@ -1,7 +1,7 @@ MD5 5b46870b3def7c5d5d500a417eb5a67f gift-0.11.1.ebuild 1555 MD5 08223e635e473a966b2df215c5dc73ba gift-0.11.3.ebuild 1397 -MD5 f877fd0ea328301ff85421da34fd9dea ChangeLog 667 -MD5 08223e635e473a966b2df215c5dc73ba gift-0.11.4.ebuild 1397 +MD5 4bf51b4b8c853e0a12aeb04ed8f968cb ChangeLog 773 +MD5 f4e9f6aeade6e7c082d69bcb471521b4 gift-0.11.4.ebuild 1397 MD5 93526e524a41a4a69c2bce58826b062e files/digest-gift-0.11.1 64 MD5 0a7f09549fc4bd5a00fc06c378717df0 files/digest-gift-0.11.3 64 MD5 c9316e8bf5f03cc8504bbcd2ddc1cddb files/digest-gift-0.11.4 64 diff --git a/net-p2p/gift/files/digest-gift-0.11.4 b/net-p2p/gift/files/digest-gift-0.11.4 new file mode 100644 index 000000000000..3e15d7e2877d --- /dev/null +++ b/net-p2p/gift/files/digest-gift-0.11.4 @@ -0,0 +1 @@ +MD5 decc82159c6723be999b1306a808077f gift-0.11.4.tar.bz2 368969 diff --git a/net-p2p/gift/gift-0.11.4.ebuild b/net-p2p/gift/gift-0.11.4.ebuild new file mode 100644 index 000000000000..3a5f28008259 --- /dev/null +++ b/net-p2p/gift/gift-0.11.4.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2003 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.4.ebuild,v 1.1 2003/09/02 18:39:49 lostlogic Exp $ + +DESCRIPTION="A OpenFT, Gnutella and FastTrack p2p network client" +HOMEPAGE="http://gift.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ~sparc ~ppc ~alpha" + +DEPENDS="virtual/glibc + !net-p2p/gift + >=sys-apps/sed-4 + >=sys-libs/zlib-1.1.4" + +S=${WORKDIR}/${P} + +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" +} + |