summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-06-20 17:48:43 +0000
committerJon Hood <squinky86@gentoo.org>2004-06-20 17:48:43 +0000
commitc7746df2577d01bf5d35e5a685b4d43103a186fb (patch)
treecc7f35c698d87869a9da0c61a3ef334aec972b76 /net-p2p
parentVersion bumped. Ebuilds cleanup. (Manifest recommit) (diff)
downloadgentoo-2-c7746df2577d01bf5d35e5a685b4d43103a186fb.tar.gz
gentoo-2-c7746df2577d01bf5d35e5a685b4d43103a186fb.tar.bz2
gentoo-2-c7746df2577d01bf5d35e5a685b4d43103a186fb.zip
removing vulnerable versions
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/gift-fasttrack/ChangeLog6
-rw-r--r--net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.51
-rw-r--r--net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.61
-rw-r--r--net-p2p/gift-fasttrack/gift-fasttrack-0.8.5.ebuild44
-rw-r--r--net-p2p/gift-fasttrack/gift-fasttrack-0.8.6.ebuild42
5 files changed, 5 insertions, 89 deletions
diff --git a/net-p2p/gift-fasttrack/ChangeLog b/net-p2p/gift-fasttrack/ChangeLog
index b465b9e4cd82..a21fc799391b 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-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/ChangeLog,v 1.14 2004/06/19 21:12:04 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-fasttrack/ChangeLog,v 1.15 2004/06/20 17:48:43 squinky86 Exp $
+
+ 19 Jun 2004; Jon Hood <squinky86@gentoo.org> -gift-fasttrack-0.8.5.ebuild,
+ -gift-fasttrack-0.8.6.ebuild:
+ removing vulnerable versions
19 Jun 2004; Danny van Dyk <kugelfang@gentoo.org>
gift-fasttrack-0.8.7.ebuild:
diff --git a/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.5 b/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.5
deleted file mode 100644
index f275ddeb2aeb..000000000000
--- a/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 021669cbd185a45a7b2e71006e60b38a giFT-FastTrack-0.8.5.tar.gz 340603
diff --git a/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.6 b/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.6
deleted file mode 100644
index f633dfde4a49..000000000000
--- a/net-p2p/gift-fasttrack/files/digest-gift-fasttrack-0.8.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 21bb27bd1384339e096b7d90de5b1fc9 giFT-FastTrack-0.8.6.tar.gz 362589
diff --git a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.5.ebuild b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.5.ebuild
deleted file mode 100644
index 01bd9452b1a6..000000000000
--- a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2004 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.5.ebuild,v 1.8 2004/05/04 05:03:24 eradicator Exp $
-
-IUSE=""
-
-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/glibc
- >=net-p2p/gift-0.11.1
- >=sys-apps/sed-4
- >=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"
-
-}
-
-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.6.ebuild b/net-p2p/gift-fasttrack/gift-fasttrack-0.8.6.ebuild
deleted file mode 100644
index 2f918e3d2e68..000000000000
--- a/net-p2p/gift-fasttrack/gift-fasttrack-0.8.6.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2004 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.6.ebuild,v 1.3 2004/04/30 17:18:01 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/glibc
- >=net-p2p/gift-0.11.1
- >=sys-apps/sed-4
- >=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 "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"
-}