diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-21 17:18:45 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-21 17:18:45 +0000 |
commit | 8793c8381fbd641f8987ccf6c1ccada132611421 (patch) | |
tree | 71378da0f913b9d4e16db8cdf301cc69cd7538f5 /net-p2p/gift-fasttrack | |
parent | Drop old (diff) | |
download | gentoo-2-8793c8381fbd641f8987ccf6c1ccada132611421.tar.gz gentoo-2-8793c8381fbd641f8987ccf6c1ccada132611421.tar.bz2 gentoo-2-8793c8381fbd641f8987ccf6c1ccada132611421.zip |
Drop old
(Portage version: 2.1.2-r1)
Diffstat (limited to 'net-p2p/gift-fasttrack')
-rw-r--r-- | net-p2p/gift-fasttrack/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.8 | 1 | ||||
-rw-r--r-- | net-p2p/gift-fasttrack/gift-fasttrack-0.8.8.ebuild | 44 |
3 files changed, 6 insertions, 47 deletions
diff --git a/net-p2p/gift-fasttrack/ChangeLog b/net-p2p/gift-fasttrack/ChangeLog index a92e8d613e32..eee129a49b59 100644 --- a/net-p2p/gift-fasttrack/ChangeLog +++ b/net-p2p/gift-fasttrack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/gift-fasttrack -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/ChangeLog,v 1.31 2006/09/11 20:52:53 tcort Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/ChangeLog,v 1.32 2007/01/21 17:18:45 armin76 Exp $ + + 21 Jan 2007; Raúl Porcel <armin76@gentoo.org> + -gift-fasttrack-0.8.8.ebuild: + Drop old 11 Sep 2006; Thomas Cort <tcort@gentoo.org> gift-fasttrack-0.8.9.ebuild: Stable on alpha. diff --git a/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.8 b/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.8 deleted file mode 100644 index 84da43a2e8e2..000000000000 --- a/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 de3ab6de8e6fadeeb92e826e792d7819 giFT-FastTrack-0.8.8.tar.gz 461594 diff --git a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.8.ebuild b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.8.ebuild deleted file mode 100644 index 92e9444cf317..000000000000 --- a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.8.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/gift-fasttrack-0.8.8.ebuild,v 1.2 2005/02/02 16:57:27 squinky86 Exp $ - -IUSE="" - -MY_P=${P/gift-fasttrack/giFT-FastTrack} - -DESCRIPTION="FastTrack Plugin for giFT" -HOMEPAGE="https://developer.berlios.de/projects/gift-fasttrack/" -SRC_URI="http://download.berlios.de/${PN}/${MY_P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc ~amd64" - -DEPEND="virtual/libc - dev-util/pkgconfig" - -RDEPEND=">=net-p2p/gift-0.11.1 - >=sys-libs/zlib-1.1.4" - -S=${WORKDIR}/${MY_P} - -src_compile() { -# cp /usr/share/libtool/ltmain.sh . -# ./autogen.sh --prefix=/usr --host=${CHOST} || die "FastTrack configure failed" - econf || die "FastTrack plugin failed to configure" - emake || die "FastTrack plugin failed to build" -} - -src_install() { - make install DESTDIR="${D}" || die "FastTrack plugin failed to install" - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} - -pkg_postinst() { - einfo "It is recommended that you re-run gift-setup as" - einfo "the user you will run the giFT daemon as:" - einfo "\tgift-setup" - echo - einfo "Alternatively you can add the following line to" - einfo "your ~/.giFT/giftd.conf configuration file:" - einfo "plugins = OpenFT:FastTrack" -} |