summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/gift-openft/Manifest2
-rw-r--r--net-p2p/gift-openft/files/digest-gift-openft-0.2.0.01
-rw-r--r--net-p2p/gift-openft/gift-openft-0.2.0.0.ebuild41
3 files changed, 0 insertions, 44 deletions
diff --git a/net-p2p/gift-openft/Manifest b/net-p2p/gift-openft/Manifest
index fc29aad911b6..d077c32d889f 100644
--- a/net-p2p/gift-openft/Manifest
+++ b/net-p2p/gift-openft/Manifest
@@ -1,7 +1,5 @@
MD5 5d49a3a91d32b827dc5a26a4a47e9503 ChangeLog 729
MD5 1489b846c740d19dc96c1561d42c6d7c gift-openft-0.1.0.5.ebuild 1073
-MD5 7b441ff2d1424dc3ca03a526e017a265 gift-openft-0.2.0.0.ebuild 1078
MD5 9c83b9f3230e23a2c8c2172c1a1a08bc gift-openft-0.2.1.1.ebuild 1073
MD5 c9354d85a093cd23c1baef275db4802e files/digest-gift-openft-0.1.0.5 72
-MD5 f868ae34af565bee0712d77325dad834 files/digest-gift-openft-0.2.0.0 72
MD5 1f68036610082ca44a3a554b9d90d614 files/digest-gift-openft-0.2.1.1 72
diff --git a/net-p2p/gift-openft/files/digest-gift-openft-0.2.0.0 b/net-p2p/gift-openft/files/digest-gift-openft-0.2.0.0
deleted file mode 100644
index 52267eace380..000000000000
--- a/net-p2p/gift-openft/files/digest-gift-openft-0.2.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 54118927f62890894d097ef66b152c4b gift-openft-0.2.0.0.tar.bz2 250436
diff --git a/net-p2p/gift-openft/gift-openft-0.2.0.0.ebuild b/net-p2p/gift-openft/gift-openft-0.2.0.0.ebuild
deleted file mode 100644
index 1bfbbca334c8..000000000000
--- a/net-p2p/gift-openft/gift-openft-0.2.0.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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-openft/gift-openft-0.2.0.0.ebuild,v 1.1 2003/08/16 23:10:06 lostlogic Exp $
-
-DESCRIPTION="The giFT OpenFT plugin"
-HOMEPAGE="http://gift.sf.net/"
-SRC_URI="mirror://sourceforge/gift/${P}.tar.bz2"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~sparc ~ppc"
-
-DEPEND="virtual/glibc
- >=net-p2p/gift-0.11.3
- >=sys-apps/sed-4
- >=sys-libs/zlib-1.1.4"
-
-S=${WORKDIR}/${P}
-
-src_compile() {
- econf || dir "failed to configure"
- emake || die "failed to build"
-}
-
-src_install() {
- einstall giftconfdir=${D}/etc/giFT \
- plugindir=${D}/usr/lib/giFT \
- datadir=${D}/usr/share/giFT \
- giftperldir=${D}/usr/bin \
- libgiftincdir=${D}/usr/include/libgift || die "Install failed"
-}
-
-pkg_postinst() {
- einfo "To run giFT with OpenFT support, run:"
- einfo "giFT -p /usr/lib/giFT/libOpenFT.so"
- echo
- einfo "Alternatively you can add the following line to"
- einfo "your ~/.giFT/gift.conf configuration file:"
- einfo "plugins = OpenFT"
-}
-
-