diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-01-31 23:49:32 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-01-31 23:49:32 +0000 |
commit | 2de75534c042f375bce1a010dc554c23c91575e5 (patch) | |
tree | 14816bc58f5afd38ce7530630f1dc14ef1e0887b | |
parent | cleanup (diff) | |
download | gentoo-2-2de75534c042f375bce1a010dc554c23c91575e5.tar.gz gentoo-2-2de75534c042f375bce1a010dc554c23c91575e5.tar.bz2 gentoo-2-2de75534c042f375bce1a010dc554c23c91575e5.zip |
cleanup
-rw-r--r-- | net-p2p/gift/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/gift/files/digest-gift-0.11.1 | 1 | ||||
-rw-r--r-- | net-p2p/gift/files/digest-gift-0.11.3 | 1 | ||||
-rw-r--r-- | net-p2p/gift/gift-0.11.1.ebuild | 50 | ||||
-rw-r--r-- | net-p2p/gift/gift-0.11.3.ebuild | 44 |
5 files changed, 0 insertions, 100 deletions
diff --git a/net-p2p/gift/Manifest b/net-p2p/gift/Manifest index 52af556cea32..399df9cec28b 100644 --- a/net-p2p/gift/Manifest +++ b/net-p2p/gift/Manifest @@ -1,7 +1,3 @@ MD5 8da620a98f993b7f0d1237de97d976f3 ChangeLog 914 -MD5 601748b4dd68eb74cb57997f103c0b99 gift-0.11.1.ebuild 1546 -MD5 c674c2466d6ab350077b7d560c1549e6 gift-0.11.3.ebuild 1372 MD5 ef1d68feb0315d987552dd048146e215 gift-0.11.4.ebuild 1376 -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.1 b/net-p2p/gift/files/digest-gift-0.11.1 deleted file mode 100644 index 49893093ab7c..000000000000 --- a/net-p2p/gift/files/digest-gift-0.11.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 84a03d803abd0f93634f588e37340d6f giFT-0.11.1.tar.bz2 519631 diff --git a/net-p2p/gift/files/digest-gift-0.11.3 b/net-p2p/gift/files/digest-gift-0.11.3 deleted file mode 100644 index 16548d1b9b54..000000000000 --- a/net-p2p/gift/files/digest-gift-0.11.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 fc93e3784224c16e96f9d8a540d9d75c gift-0.11.3.tar.bz2 345256 diff --git a/net-p2p/gift/gift-0.11.1.ebuild b/net-p2p/gift/gift-0.11.1.ebuild deleted file mode 100644 index 4f0650e71c5f..000000000000 --- a/net-p2p/gift/gift-0.11.1.ebuild +++ /dev/null @@ -1,50 +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/gift-0.11.1.ebuild,v 1.4 2003/09/10 05:32:54 vapier Exp $ - -inherit debug flag-o-matic -strip-flags - -DESCRIPTION="A OpenFT, Gnutella and FastTrack p2p network client" -HOMEPAGE="http://gift.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P/ft/FT}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~alpha" - -DEPEND="virtual/glibc - !net-p2p/gift - >=sys-apps/sed-4 - >=sys-libs/zlib-1.1.4" - -S=${WORKDIR}/${P/ft/FT} - -src_compile() { - econf --enable-gnutella || die "Configure" -# ./autogen.sh --prefix=/usr --enable-gnutella --host=${CHOST} || die "Bootstrap configure failed" - emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || 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" - - # 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 "user account to create the giFT configuration files." - 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" -} diff --git a/net-p2p/gift/gift-0.11.3.ebuild b/net-p2p/gift/gift-0.11.3.ebuild deleted file mode 100644 index 37998d7f13b0..000000000000 --- a/net-p2p/gift/gift-0.11.3.ebuild +++ /dev/null @@ -1,44 +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/gift-0.11.3.ebuild,v 1.4 2003/09/10 05:32:54 vapier Exp $ - -DESCRIPTION="A OpenFT, Gnutella and FastTrack p2p network client" -HOMEPAGE="http://gift.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~sparc ~ppc ~alpha" - -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" -} |