diff options
author | 2003-08-01 02:03:38 +0000 | |
---|---|---|
committer | 2003-08-01 02:03:38 +0000 | |
commit | 913747dbbe36dd27a21d0da7add12ebf417567be (patch) | |
tree | 74f960af0da35d2d29551854e203fed9df985e6c /net-p2p | |
parent | Bump (diff) | |
download | historical-913747dbbe36dd27a21d0da7add12ebf417567be.tar.gz historical-913747dbbe36dd27a21d0da7add12ebf417567be.tar.bz2 historical-913747dbbe36dd27a21d0da7add12ebf417567be.zip |
typo
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gift/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/gift/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/gift/gift-0.11.3.ebuild | 14 |
3 files changed, 12 insertions, 11 deletions
diff --git a/net-p2p/gift/ChangeLog b/net-p2p/gift/ChangeLog index 9202c0f76b38..5721462d9591 100644 --- a/net-p2p/gift/ChangeLog +++ b/net-p2p/gift/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/gift # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/ChangeLog,v 1.32 2003/08/01 01:56:49 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/ChangeLog,v 1.33 2003/08/01 02:03:35 lostlogic Exp $ + + 31 Jul 2003; Brandon Low <lostlogic@gentoo.org> gift-0.11.3.ebuild: + Clean up ebuild and add einfo *gift-0.11.3 (31 Jul 2003) diff --git a/net-p2p/gift/Manifest b/net-p2p/gift/Manifest index 31c316a6776a..2d7044e898a6 100644 --- a/net-p2p/gift/Manifest +++ b/net-p2p/gift/Manifest @@ -1,5 +1,5 @@ MD5 22d20bcd34114de3ba2400eebfe053ee gift-0.11.1.ebuild 1559 -MD5 b9a053e4ddf4a1f6f720e54dd8489597 gift-0.11.3.ebuild 1420 -MD5 d894df30349fda9e46606aa9bcd419ff ChangeLog 564 +MD5 57e795c7dd2f71c91a64fa6779ce4d76 gift-0.11.3.ebuild 1402 +MD5 f877fd0ea328301ff85421da34fd9dea ChangeLog 667 MD5 93526e524a41a4a69c2bce58826b062e files/digest-gift-0.11.1 64 MD5 0a7f09549fc4bd5a00fc06c378717df0 files/digest-gift-0.11.3 64 diff --git a/net-p2p/gift/gift-0.11.3.ebuild b/net-p2p/gift/gift-0.11.3.ebuild index 6545006b636f..9963c53fa1fd 100644 --- a/net-p2p/gift/gift-0.11.3.ebuild +++ b/net-p2p/gift/gift-0.11.3.ebuild @@ -1,6 +1,6 @@ # 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.3.ebuild,v 1.1 2003/08/01 01:56:49 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.11.3.ebuild,v 1.2 2003/08/01 02:03:35 lostlogic Exp $ DESCRIPTION="A OpenFT, Gnutella and FastTrack p2p network client" HOMEPAGE="http://gift.sourceforge.net" @@ -20,7 +20,6 @@ src_compile() { econf || die "Configure failed" emake || die "Make failed" -#CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "Make failed" } @@ -31,17 +30,16 @@ src_install() { giftdatadir=${D}/usr/share/giFT \ giftperldir=${D}/usr/bin \ libgiftincdir=${D}/usr/include/libgift || die "Install failed" - - # Fix the giFT-setup executable. -# cd ${D}/usr/bin -# sed -i -e 's:$prefix/etc/giFT/:/etc/giFT/:' giFT-setup - } pkg_postinst() { - einfo "First of all you need to run giFT-setup with your normal" + 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" |