summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-01-21 17:18:45 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-01-21 17:18:45 +0000
commit3bdf8e91b77c61b4962d5481f54b790f98226e2c (patch)
treea2a751c9a3c0745ca72e984371959567fbfabfb8 /net-p2p/gift-ares
parentVersion bump reported by Samuli Suominen <sasuomin@uusikaupunki.fi> on bug #1... (diff)
downloadhistorical-3bdf8e91b77c61b4962d5481f54b790f98226e2c.tar.gz
historical-3bdf8e91b77c61b4962d5481f54b790f98226e2c.tar.bz2
historical-3bdf8e91b77c61b4962d5481f54b790f98226e2c.zip
Drop old
Package-Manager: portage-2.1.2-r1
Diffstat (limited to 'net-p2p/gift-ares')
-rw-r--r--net-p2p/gift-ares/ChangeLog7
-rw-r--r--net-p2p/gift-ares/files/digest-gift-ares-0.3.03
-rw-r--r--net-p2p/gift-ares/gift-ares-0.3.0.ebuild44
3 files changed, 5 insertions, 49 deletions
diff --git a/net-p2p/gift-ares/ChangeLog b/net-p2p/gift-ares/ChangeLog
index 40883eb6ec1b..fe8fc8650a58 100644
--- a/net-p2p/gift-ares/ChangeLog
+++ b/net-p2p/gift-ares/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/gift-ares
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-ares/ChangeLog,v 1.8 2006/09/10 16:36:06 the_paya Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-ares/ChangeLog,v 1.9 2007/01/21 17:16:05 armin76 Exp $
+
+ 21 Jan 2007; Raúl Porcel <armin76@gentoo.org> -gift-ares-0.3.0.ebuild:
+ Drop old
10 Sep 2006; Javier Villavicencio <the_paya@gentoo.org>
gift-ares-0.3.0-r1.ebuild:
diff --git a/net-p2p/gift-ares/files/digest-gift-ares-0.3.0 b/net-p2p/gift-ares/files/digest-gift-ares-0.3.0
deleted file mode 100644
index 80419e92390a..000000000000
--- a/net-p2p/gift-ares/files/digest-gift-ares-0.3.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 51ca0cf8aad7e1ea5ffbbca2fa71c1db gift-ares-0.3.0.tar.bz2 311141
-RMD160 31c291a85cb52527c39681fdd4e1fd164255ab85 gift-ares-0.3.0.tar.bz2 311141
-SHA256 bfbd6673c58b8d7304cbfffd0dbb776b4fd6ca0ac5c807d71cdd702d3f411419 gift-ares-0.3.0.tar.bz2 311141
diff --git a/net-p2p/gift-ares/gift-ares-0.3.0.ebuild b/net-p2p/gift-ares/gift-ares-0.3.0.ebuild
deleted file mode 100644
index 8579aa4f5a5c..000000000000
--- a/net-p2p/gift-ares/gift-ares-0.3.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-ares/gift-ares-0.3.0.ebuild,v 1.2 2006/05/05 14:28:12 squinky86 Exp $
-
-inherit eutils
-
-IUSE=""
-
-DESCRIPTION="Ares Plugin for giFT"
-HOMEPAGE="http://gift-ares.berlios.de/"
-SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
-
-DEPEND="dev-util/pkgconfig"
-
-RDEPEND=">=net-p2p/gift-0.11.8"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-}
-
-src_compile() {
- econf || die "Ares plugin failed to configure"
- emake || die "Ares plugin failed to build"
-}
-
-src_install() {
- einstall plugindir=${D}/usr/$(get_libdir)/giFT || die "Ares 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, if this plugin is already"
- einfo "configured, you can add the following line"
- einfo "to ~/.giFT/giftd.conf"
- einfo "plugins = Ares"
-}