summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2003-06-02 00:40:08 +0000
committerBrandon Low <lostlogic@gentoo.org>2003-06-02 00:40:08 +0000
commit353bbf009e988acccf963687e5775182ddeb5e5b (patch)
tree678d68ee9445ac789eb9f60f72a1b7b4a12eb8ba /net-p2p
parentworks (diff)
downloadhistorical-353bbf009e988acccf963687e5775182ddeb5e5b.tar.gz
historical-353bbf009e988acccf963687e5775182ddeb5e5b.tar.bz2
historical-353bbf009e988acccf963687e5775182ddeb5e5b.zip
works
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/gift-cvs/Manifest6
-rw-r--r--net-p2p/gift-cvs/files/digest-gift-cvs-0.12.0 (renamed from net-p2p/gift-cvs/files/digest-gift-cvs-0.11.0)0
-rw-r--r--net-p2p/gift-cvs/gift-cvs-0.12.0.ebuild (renamed from net-p2p/gift-cvs/gift-cvs-0.11.0.ebuild)11
3 files changed, 9 insertions, 8 deletions
diff --git a/net-p2p/gift-cvs/Manifest b/net-p2p/gift-cvs/Manifest
index eec64577bccd..f01b77323514 100644
--- a/net-p2p/gift-cvs/Manifest
+++ b/net-p2p/gift-cvs/Manifest
@@ -1,7 +1,5 @@
-MD5 b851d9ee9ec046ae847d6142cdf06d52 gift-cvs-0.12.0.ebuild 2942
+MD5 ba8deea95df4ba59e903b06a7d8dc632 gift-cvs-0.12.0.ebuild 2942
MD5 d3a8edef24632770acea87143985a8d3 gift-cvs-0.10.0.ebuild 1244
-MD5 eb8111de8550a9fe46807eee461b8a06 ChangeLog 997
-MD5 01f0e9a0b0bbc297b3170c2f224ec702 gift-cvs-0.11.0.ebuild 2720
+MD5 774cb751c59781a224ed3db2943243e4 ChangeLog 1189
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gift-cvs-0.10.0 0
-MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gift-cvs-0.11.0 0
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gift-cvs-0.12.0 0
diff --git a/net-p2p/gift-cvs/files/digest-gift-cvs-0.11.0 b/net-p2p/gift-cvs/files/digest-gift-cvs-0.12.0
index e69de29bb2d1..e69de29bb2d1 100644
--- a/net-p2p/gift-cvs/files/digest-gift-cvs-0.11.0
+++ b/net-p2p/gift-cvs/files/digest-gift-cvs-0.12.0
diff --git a/net-p2p/gift-cvs/gift-cvs-0.11.0.ebuild b/net-p2p/gift-cvs/gift-cvs-0.12.0.ebuild
index 68fd17f1dd39..6f6e3807911b 100644
--- a/net-p2p/gift-cvs/gift-cvs-0.11.0.ebuild
+++ b/net-p2p/gift-cvs/gift-cvs-0.12.0.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-cvs/gift-cvs-0.11.0.ebuild,v 1.1 2003/06/01 04:02:52 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-cvs/gift-cvs-0.12.0.ebuild,v 1.1 2003/06/02 00:40:05 lostlogic Exp $
DESCRIPTION="A OpenFT, Gnutella and FastTrack p2p network client"
HOMEPAGE="http://gift.sourceforge.net"
@@ -52,11 +52,14 @@ src_compile() {
./autogen.sh --prefix=/usr --enable-gnutella --host=${CHOST} || die "Bootstrap configure failed"
emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "Make failed"
- # Compile the FastTrack plugin. Some paths are hardcoded into the Makefile,
- # so we have to change them using sed.
+ # Compile the FastTrack plugin. The developers of this thing sure as hell don't like automated installs.
cd ${S}/FastTrack
sed -i -e "s:\$(HOME)/.giFT:${D}/etc/giFT:" \
- -e "s:/usr/local/lib/giFT:${D}/usr/lib/giFT:" Makefile
+ -e "s:/usr/local/lib/giFT:${D}/usr/lib/giFT:" \
+ -e "s:LIBGIFT_CFLAGS =:#LIBGIFT_CFLAGS =:" \
+ -e "s:LIBGIFT_LDFLAGS =:#LIBGIFT_LDFLAGS =:" Makefile
+ sed -i -e "s:#include <libgift/proto/:#include <../plugin/:" \
+ -e "s:#include <libgift/:#include <../lib/:" *.c *.h
emake || die "FastTrack plugin failed to build"
}