diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-06-12 20:58:46 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-06-12 20:58:46 +0000 |
commit | 3cd3043ba1143430bfe383f3464513e198d05d82 (patch) | |
tree | 22270ef722d08d650907a814cec2b7c71e26aaaf /media-video/cclive | |
parent | version bump (diff) | |
download | gentoo-2-3cd3043ba1143430bfe383f3464513e198d05d82.tar.gz gentoo-2-3cd3043ba1143430bfe383f3464513e198d05d82.tar.bz2 gentoo-2-3cd3043ba1143430bfe383f3464513e198d05d82.zip |
remove old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-video/cclive')
-rw-r--r-- | media-video/cclive/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.4.7.ebuild | 28 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.5.1.ebuild | 24 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.5.2.ebuild | 35 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.5.5.ebuild | 35 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.5.6.ebuild | 35 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.5.7.ebuild | 39 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.6.1.ebuild | 38 |
8 files changed, 6 insertions, 235 deletions
diff --git a/media-video/cclive/ChangeLog b/media-video/cclive/ChangeLog index 0d0544ccaaad..02ed9b902473 100644 --- a/media-video/cclive/ChangeLog +++ b/media-video/cclive/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/cclive # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.18 2010/06/12 20:49:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.19 2010/06/12 20:58:46 aballier Exp $ + + 12 Jun 2010; Alexis Ballier <aballier@gentoo.org> -cclive-0.4.7.ebuild, + -cclive-0.5.1.ebuild, -cclive-0.5.2.ebuild, -cclive-0.5.5.ebuild, + -cclive-0.5.6.ebuild, -cclive-0.5.7.ebuild, -cclive-0.6.1.ebuild: + remove old *cclive-0.6.3 (12 Jun 2010) diff --git a/media-video/cclive/cclive-0.4.7.ebuild b/media-video/cclive/cclive-0.4.7.ebuild deleted file mode 100644 index e1c1127309f2..000000000000 --- a/media-video/cclive/cclive-0.4.7.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.7.ebuild,v 1.1 2009/08/25 15:41:38 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 -} diff --git a/media-video/cclive/cclive-0.5.1.ebuild b/media-video/cclive/cclive-0.5.1.ebuild deleted file mode 100644 index 0454c4766e53..000000000000 --- a/media-video/cclive/cclive-0.5.1.ebuild +++ /dev/null @@ -1,24 +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.5.1.ebuild,v 1.1 2009/09/18 09:35:33 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="" - -RDEPEND=">=net-misc/curl-7.18.0 - >=dev-libs/libpcre-7.9[cxx]" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/media-video/cclive/cclive-0.5.2.ebuild b/media-video/cclive/cclive-0.5.2.ebuild deleted file mode 100644 index 980117e490e3..000000000000 --- a/media-video/cclive/cclive-0.5.2.ebuild +++ /dev/null @@ -1,35 +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.5.2.ebuild,v 1.1 2009/10/10 00:42:05 patrick 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="test" - -RDEPEND=">=net-misc/curl-7.18.0 - >=dev-libs/libpcre-7.9[cxx]" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - econf \ - --with-man \ - $(use_enable test tests) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" -} - -src_test() { - einfo "Tests require internet connection in order to work." - ADULT_OK="true" emake check || die "emake test failed" -} diff --git a/media-video/cclive/cclive-0.5.5.ebuild b/media-video/cclive/cclive-0.5.5.ebuild deleted file mode 100644 index 8d840688c2c1..000000000000 --- a/media-video/cclive/cclive-0.5.5.ebuild +++ /dev/null @@ -1,35 +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.5.5.ebuild,v 1.1 2009/11/21 02:44:11 vapier 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="test" - -RDEPEND=">=net-misc/curl-7.18.0 - >=dev-libs/libpcre-7.9[cxx]" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - econf \ - --with-man \ - $(use_enable test tests) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" -} - -src_test() { - einfo "Tests require internet connection in order to work." - ADULT_OK="true" emake check || die "emake test failed" -} diff --git a/media-video/cclive/cclive-0.5.6.ebuild b/media-video/cclive/cclive-0.5.6.ebuild deleted file mode 100644 index 5b04c8ae590f..000000000000 --- a/media-video/cclive/cclive-0.5.6.ebuild +++ /dev/null @@ -1,35 +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.5.6.ebuild,v 1.1 2009/12/16 14:01:20 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="test" - -RDEPEND=">=net-misc/curl-7.18.0 - >=dev-libs/libpcre-7.9[cxx]" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - econf \ - --with-man \ - $(use_enable test tests) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" -} - -src_test() { - einfo "Tests require internet connection in order to work." - ADULT_OK="true" emake check || die "emake test failed" -} diff --git a/media-video/cclive/cclive-0.5.7.ebuild b/media-video/cclive/cclive-0.5.7.ebuild deleted file mode 100644 index cfbd078c0b39..000000000000 --- a/media-video/cclive/cclive-0.5.7.ebuild +++ /dev/null @@ -1,39 +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.5.7.ebuild,v 1.2 2009/12/28 21:04:07 mr_bones_ 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="test offensive" - -RDEPEND=">=net-misc/curl-7.18.0 - >=dev-libs/libpcre-7.9[cxx]" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - econf \ - --with-man \ - $(use_enable test tests) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" -} - -src_test() { - local value - - ewarn "Tests require internet connection in order to work." - - use offensive && value="true" || value="false" - ADULT_OK="${value}" emake check || die "emake test failed" -} diff --git a/media-video/cclive/cclive-0.6.1.ebuild b/media-video/cclive/cclive-0.6.1.ebuild deleted file mode 100644 index ddfd407e7ac1..000000000000 --- a/media-video/cclive/cclive-0.6.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.6.1.ebuild,v 1.1 2010/02/14 12:44:56 hanno 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="test offensive" - -RDEPEND="media-libs/quvi" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - econf \ - --with-man \ - $(use_enable test tests) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" -} - -src_test() { - local value - - ewarn "Tests require internet connection in order to work." - - use offensive && value="true" || value="false" - ADULT_OK="${value}" emake check || die "emake test failed" -} |