diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-02-01 00:13:35 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-02-01 00:13:35 +0000 |
commit | f658421a630c224d5be9da0190641744e31ec8fb (patch) | |
tree | beca45d0f2ebb34cb1c8fd7beaa20a3957665ed3 /net-p2p/gift-fasttrack | |
parent | Version bumped. Closes 38330 (diff) | |
download | historical-f658421a630c224d5be9da0190641744e31ec8fb.tar.gz historical-f658421a630c224d5be9da0190641744e31ec8fb.tar.bz2 historical-f658421a630c224d5be9da0190641744e31ec8fb.zip |
cleanup
Diffstat (limited to 'net-p2p/gift-fasttrack')
7 files changed, 1 insertions, 130 deletions
diff --git a/net-p2p/gift-fasttrack/Manifest b/net-p2p/gift-fasttrack/Manifest index 13d18c79f45e..6438873cfc73 100644 --- a/net-p2p/gift-fasttrack/Manifest +++ b/net-p2p/gift-fasttrack/Manifest @@ -1,9 +1,3 @@ -MD5 ceb9635ee30a9dc08d8e5a71c00edd4d gift-fasttrack-0.8.4.ebuild 1234 -MD5 0f015a4fdbc2a773b97bf7dc691b37c1 gift-fasttrack-0.8.1.ebuild 1209 -MD5 16a045ed9e5d75e9b0642da0da62d2d1 gift-fasttrack-0.8.3.ebuild 1236 MD5 bd9b62f97cc16b59786b89d2314275b6 ChangeLog 908 -MD5 b6b268aa50112a9f5ffa2c11ce304515 gift-fasttrack-0.8.2.ebuild 1236 -MD5 281932b8dc87c3c85c1b57e29c2cb6c1 files/digest-gift-fasttrack-0.8.1 72 -MD5 89ba3b632718dced20c9e7793a92ac05 files/digest-gift-fasttrack-0.8.2 72 -MD5 76855ad10b756da3690f8a3dbe900299 files/digest-gift-fasttrack-0.8.3 72 +MD5 ceb9635ee30a9dc08d8e5a71c00edd4d gift-fasttrack-0.8.4.ebuild 1234 MD5 0c880f6322aad65d62614a7e46b8d1a1 files/digest-gift-fasttrack-0.8.4 72 diff --git a/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.1 b/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.1 deleted file mode 100644 index a36daf7cb433..000000000000 --- a/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c71ceb7b2efc4476420eaf4f8d109a9c giFT-FastTrack-0.8.1.tar.gz 131336 diff --git a/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.2 b/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.2 deleted file mode 100644 index 538d7a7456c2..000000000000 --- a/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 515e090a190fc9c18faa114a61a2b6f7 giFT-FastTrack-0.8.2.tar.gz 279055 diff --git a/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.3 b/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.3 deleted file mode 100644 index ade3a4374eca..000000000000 --- a/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 2f355e357e8ef777acf7ff37be117fd4 giFT-FastTrack-0.8.3.tar.gz 281405 diff --git a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.1.ebuild b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.1.ebuild deleted file mode 100644 index a7f9d7a6ff5b..000000000000 --- a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.1.ebuild +++ /dev/null @@ -1,40 +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-fasttrack/gift-fasttrack-0.8.1.ebuild,v 1.2 2003/07/16 22:07:45 naz Exp $ - -DESCRIPTION="FastTrack Plugin for giFT" -HOMEPAGE="https://developer.berlios.de/projects/gift-fasttrack/" -SRC_URI="http://download.berlios.de/${PN}/giFT-FastTrack-${PV}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc" - -DEPEND="virtual/glibc - !net-p2p/gift-fasttrack-cvs - >=net-p2p/gift-0.11.1 - >=sys-apps/sed-4 - >=sys-libs/zlib-1.1.4" - -S=${WORKDIR}/giFT-FastTrack - -src_compile() { - cp /usr/share/libtool/ltmain.sh . - ./autogen.sh --prefix=/usr --host=${CHOST} || die "FastTrack configure failed" -# econf || dir "FastTrack plugin failed to configure" - emake || die "FastTrack plugin failed to build" -} - -src_install() { - make install DESTDIR="${D}" || "FastTrack plugin failed to install" - -} - -pkg_postinst() { - einfo "To run giFT with FastTrack support, run:" - einfo "giFT -p /usr/lib/giFT/libFastTrack.so" - echo - einfo "Alternatively you can add the following line to" - einfo "your ~/.giFT/gift.conf configuration file:" - einfo "plugins = OpenFT:FastTrack" -} - diff --git a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.2.ebuild b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.2.ebuild deleted file mode 100644 index 24aa099e110d..000000000000 --- a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.2.ebuild +++ /dev/null @@ -1,40 +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-fasttrack/gift-fasttrack-0.8.2.ebuild,v 1.1 2003/07/24 14:38:19 lostlogic Exp $ - -DESCRIPTION="FastTrack Plugin for giFT" -HOMEPAGE="https://developer.berlios.de/projects/gift-fasttrack/" -SRC_URI="http://download.berlios.de/${PN}/giFT-FastTrack-${PV}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc" - -DEPEND="virtual/glibc - !net-p2p/gift-fasttrack-cvs - >=net-p2p/gift-0.11.1 - >=sys-apps/sed-4 - >=sys-libs/zlib-1.1.4" - -S=${WORKDIR}/${P/gift-fasttrack/giFT-FastTrack} - -src_compile() { -# cp /usr/share/libtool/ltmain.sh . -# ./autogen.sh --prefix=/usr --host=${CHOST} || die "FastTrack configure failed" - econf || dir "FastTrack plugin failed to configure" - emake || die "FastTrack plugin failed to build" -} - -src_install() { - make install DESTDIR="${D}" || "FastTrack plugin failed to install" - -} - -pkg_postinst() { - einfo "To run giFT with FastTrack support, run:" - einfo "giFT -p /usr/lib/giFT/libFastTrack.so" - echo - einfo "Alternatively you can add the following line to" - einfo "your ~/.giFT/gift.conf configuration file:" - einfo "plugins = OpenFT:FastTrack" -} - diff --git a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.3.ebuild b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.3.ebuild deleted file mode 100644 index 410dfba59da6..000000000000 --- a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.3.ebuild +++ /dev/null @@ -1,40 +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-fasttrack/gift-fasttrack-0.8.3.ebuild,v 1.1 2003/08/16 23:12:19 lostlogic Exp $ - -DESCRIPTION="FastTrack Plugin for giFT" -HOMEPAGE="https://developer.berlios.de/projects/gift-fasttrack/" -SRC_URI="http://download.berlios.de/${PN}/giFT-FastTrack-${PV}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc" - -DEPEND="virtual/glibc - !net-p2p/gift-fasttrack-cvs - >=net-p2p/gift-0.11.1 - >=sys-apps/sed-4 - >=sys-libs/zlib-1.1.4" - -S=${WORKDIR}/${P/gift-fasttrack/giFT-FastTrack} - -src_compile() { -# cp /usr/share/libtool/ltmain.sh . -# ./autogen.sh --prefix=/usr --host=${CHOST} || die "FastTrack configure failed" - econf || dir "FastTrack plugin failed to configure" - emake || die "FastTrack plugin failed to build" -} - -src_install() { - make install DESTDIR="${D}" || "FastTrack plugin failed to install" - -} - -pkg_postinst() { - einfo "To run giFT with FastTrack support, run:" - einfo "giFT -p /usr/lib/giFT/libFastTrack.so" - echo - einfo "Alternatively you can add the following line to" - einfo "your ~/.giFT/gift.conf configuration file:" - einfo "plugins = OpenFT:FastTrack" -} - |