summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-08-25 15:43:06 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-08-25 15:43:06 +0000
commit4b70540e13762bde512725985cdb7d48676d0050 (patch)
treeb83d1b8e79ae1a1b458d1ce64d949597180f3857 /media-video
parentversion bump (diff)
downloadgentoo-2-4b70540e13762bde512725985cdb7d48676d0050.tar.gz
gentoo-2-4b70540e13762bde512725985cdb7d48676d0050.tar.bz2
gentoo-2-4b70540e13762bde512725985cdb7d48676d0050.zip
remove old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/cclive/ChangeLog6
-rw-r--r--media-video/cclive/cclive-0.4.1.ebuild28
-rw-r--r--media-video/cclive/cclive-0.4.6.ebuild28
3 files changed, 5 insertions, 57 deletions
diff --git a/media-video/cclive/ChangeLog b/media-video/cclive/ChangeLog
index b76e443f3331..5fd573c6a33a 100644
--- a/media-video/cclive/ChangeLog
+++ b/media-video/cclive/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/cclive
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.3 2009/08/25 15:41:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.4 2009/08/25 15:43:06 aballier Exp $
+
+ 25 Aug 2009; Alexis Ballier <aballier@gentoo.org> -cclive-0.4.1.ebuild,
+ -cclive-0.4.6.ebuild:
+ remove old
*cclive-0.4.7 (25 Aug 2009)
diff --git a/media-video/cclive/cclive-0.4.1.ebuild b/media-video/cclive/cclive-0.4.1.ebuild
deleted file mode 100644
index 8b3e3a4ccd59..000000000000
--- a/media-video/cclive/cclive-0.4.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.4.1.ebuild,v 1.1 2009/05/05 21:22:39 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="Command line tool for extracting videos from various websites"
-HOMEPAGE="http://code.google.com/p/cclive/"
-SRC_URI="http://cclive.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND=">=net-misc/curl-7.18.0"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-64bit.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
diff --git a/media-video/cclive/cclive-0.4.6.ebuild b/media-video/cclive/cclive-0.4.6.ebuild
deleted file mode 100644
index f635a04e7ea0..000000000000
--- a/media-video/cclive/cclive-0.4.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.4.6.ebuild,v 1.1 2009/08/02 22:54:28 aballier Exp $
-
-EAPI=2
-
-DESCRIPTION="Command line tool for extracting videos from various websites"
-HOMEPAGE="http://code.google.com/p/cclive/"
-SRC_URI="http://cclive.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="perl"
-
-RDEPEND=">=net-misc/curl-7.18.0
- perl? ( sys-devel/libperl dev-lang/perl dev-perl/HTML-Parser )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_configure() {
- econf $(use_with perl)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}