diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-06-22 14:24:19 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-06-22 14:24:19 +0000 |
commit | aac905777f00adb40afc4b1eea022f315b25be2d (patch) | |
tree | 2867bb49defaaf1572d43c4203196884d0ac82aa /media-video/cclive | |
parent | version bump (diff) | |
download | gentoo-2-aac905777f00adb40afc4b1eea022f315b25be2d.tar.gz gentoo-2-aac905777f00adb40afc4b1eea022f315b25be2d.tar.bz2 gentoo-2-aac905777f00adb40afc4b1eea022f315b25be2d.zip |
remove old
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'media-video/cclive')
-rw-r--r-- | media-video/cclive/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.5.3.ebuild | 35 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.5.8.ebuild | 39 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.6.5.ebuild | 34 | ||||
-rw-r--r-- | media-video/cclive/cclive-0.7.3.1.ebuild | 26 |
5 files changed, 5 insertions, 135 deletions
diff --git a/media-video/cclive/ChangeLog b/media-video/cclive/ChangeLog index 0659c52fbc15..8226a220d899 100644 --- a/media-video/cclive/ChangeLog +++ b/media-video/cclive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/cclive # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.29 2011/06/22 14:22:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/ChangeLog,v 1.30 2011/06/22 14:24:19 aballier Exp $ + + 22 Jun 2011; Alexis Ballier <aballier@gentoo.org> -cclive-0.5.3.ebuild, + -cclive-0.5.8.ebuild, -cclive-0.6.5.ebuild, -cclive-0.7.3.1.ebuild: + remove old *cclive-0.7.4 (22 Jun 2011) diff --git a/media-video/cclive/cclive-0.5.3.ebuild b/media-video/cclive/cclive-0.5.3.ebuild deleted file mode 100644 index 44751be8b99f..000000000000 --- a/media-video/cclive/cclive-0.5.3.ebuild +++ /dev/null @@ -1,35 +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.5.3.ebuild,v 1.4 2010/02/06 13:26:17 hwoarang 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.8.ebuild b/media-video/cclive/cclive-0.5.8.ebuild deleted file mode 100644 index 7f6a836a9f18..000000000000 --- a/media-video/cclive/cclive-0.5.8.ebuild +++ /dev/null @@ -1,39 +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.5.8.ebuild,v 1.2 2010/02/24 13:39:54 fauli 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.5.ebuild b/media-video/cclive/cclive-0.6.5.ebuild deleted file mode 100644 index 4953d392dad1..000000000000 --- a/media-video/cclive/cclive-0.6.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.6.5.ebuild,v 1.2 2011/01/07 19:51:34 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 offensive" - -RDEPEND=">=media-libs/quvi-0.2.0 - >=dev-libs/libpcre-7.8[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() { - emake check || die "emake test failed" -} diff --git a/media-video/cclive/cclive-0.7.3.1.ebuild b/media-video/cclive/cclive-0.7.3.1.ebuild deleted file mode 100644 index f2be2962865c..000000000000 --- a/media-video/cclive/cclive-0.7.3.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.7.3.1.ebuild,v 1.1 2011/03/20 05:59:15 radhermit Exp $ - -EAPI=4 -CMAKE_MIN_VERSION="2.8.3" - -inherit cmake-utils - -DESCRIPTION="Command line tool for extracting videos from various websites" -HOMEPAGE="http://cclive.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PV:0:3}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -RDEPEND=">=media-libs/quvi-0.2.10 - >=dev-libs/boost-1.42 - >=net-misc/curl-7.20 - >=dev-libs/libpcre-8.02[cxx]" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -DOCS=(ChangeLog ChangeLog.pre-gitlog NEWS README) |