summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-07-01 10:45:10 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-07-01 10:45:10 +0000
commitfa8dd9a5f59168b0108655c28afcdea1f8b290f1 (patch)
tree70afcb327abe1cd922749ff71a5be3eb22a0d534 /net-p2p/pandodl
parentChange libdrm mask to all 2.3.1 for now, it breaks the intel driver (which sh... (diff)
downloadgentoo-2-fa8dd9a5f59168b0108655c28afcdea1f8b290f1.tar.gz
gentoo-2-fa8dd9a5f59168b0108655c28afcdea1f8b290f1.tar.bz2
gentoo-2-fa8dd9a5f59168b0108655c28afcdea1f8b290f1.zip
Remove old.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r3 x86_64)
Diffstat (limited to 'net-p2p/pandodl')
-rw-r--r--net-p2p/pandodl/ChangeLog6
-rw-r--r--net-p2p/pandodl/pandodl-0.9.1.0.ebuild39
2 files changed, 5 insertions, 40 deletions
diff --git a/net-p2p/pandodl/ChangeLog b/net-p2p/pandodl/ChangeLog
index f42cd759efca..0ae14f9d3fa6 100644
--- a/net-p2p/pandodl/ChangeLog
+++ b/net-p2p/pandodl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/pandodl
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/pandodl/ChangeLog,v 1.3 2008/01/28 12:57:51 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/pandodl/ChangeLog,v 1.4 2008/07/01 10:45:10 coldwind Exp $
+
+ 01 Jul 2008; Santiago M. Mola <coldwind@gentoo.org>
+ -pandodl-0.9.1.0.ebuild:
+ Remove old.
28 Jan 2008; Santiago M. Mola <coldwind@gentoo.org>
pandodl-0.9.2.0.ebuild:
diff --git a/net-p2p/pandodl/pandodl-0.9.1.0.ebuild b/net-p2p/pandodl/pandodl-0.9.1.0.ebuild
deleted file mode 100644
index 9e72312afe84..000000000000
--- a/net-p2p/pandodl/pandodl-0.9.1.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/pandodl/pandodl-0.9.1.0.ebuild,v 1.2 2007/06/27 22:29:15 coldwind Exp $
-
-inherit eutils
-
-DESCRIPTION="Downloader client for the Pando torrent-like P2P system"
-HOMEPAGE="http://www.pando.com/"
-SRC_URI="http://www.pando.com/dl/download/${P}.tar.bz2"
-
-LICENSE="Pando-EULA"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RESTRICT="strip"
-
-DEPEND=""
-RDEPEND="sys-libs/libstdc++-v3
- >=x11-libs/gtk+-2.6
- >=dev-libs/expat-2.0.0"
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
- check_license
-}
-
-src_install() {
- insinto /opt/${PN}
- doins -r lib *.png || die
-
- exeinto /opt/${PN}/bin
- doexe bin/pandoDownloader || die
-
- dobin ${FILESDIR}/${PN} || die
-
- dodoc README || die
-}