diff options
author | 2011-10-15 20:09:19 +0000 | |
---|---|---|
committer | 2011-10-15 20:09:19 +0000 | |
commit | 707e125792c327251196b08d3e68f6bb4b0d8a4b (patch) | |
tree | 45c2e32265992382c7849746c22afbb763e15040 /media-libs | |
parent | Stable on amd64 wrt bug #384379 (diff) | |
download | gentoo-2-707e125792c327251196b08d3e68f6bb4b0d8a4b.tar.gz gentoo-2-707e125792c327251196b08d3e68f6bb4b0d8a4b.tar.bz2 gentoo-2-707e125792c327251196b08d3e68f6bb4b0d8a4b.zip |
Remove old.
(Portage version: 2.2.0_alpha66/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/quvi/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/quvi/quvi-0.2.13.ebuild | 40 | ||||
-rw-r--r-- | media-libs/quvi/quvi-0.2.15.ebuild | 37 | ||||
-rw-r--r-- | media-libs/quvi/quvi-0.2.16.ebuild | 37 | ||||
-rw-r--r-- | media-libs/quvi/quvi-0.2.17-r1.ebuild | 40 | ||||
-rw-r--r-- | media-libs/quvi/quvi-0.2.17.ebuild | 35 | ||||
-rw-r--r-- | media-libs/quvi/quvi-0.2.18.ebuild | 40 |
7 files changed, 6 insertions, 230 deletions
diff --git a/media-libs/quvi/ChangeLog b/media-libs/quvi/ChangeLog index 5d2d0112ee8e..d28702a2bc91 100644 --- a/media-libs/quvi/ChangeLog +++ b/media-libs/quvi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/quvi # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/ChangeLog,v 1.35 2011/10/15 15:30:48 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/ChangeLog,v 1.36 2011/10/15 20:09:19 radhermit Exp $ + + 15 Oct 2011; Tim Harder <radhermit@gentoo.org> -quvi-0.2.13.ebuild, + -quvi-0.2.15.ebuild, -quvi-0.2.16.ebuild, -quvi-0.2.17.ebuild, + -quvi-0.2.17-r1.ebuild, -quvi-0.2.18.ebuild: + Remove old. 15 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> quvi-0.2.19.ebuild: ppc/ppc64 stable wrt #386629 diff --git a/media-libs/quvi/quvi-0.2.13.ebuild b/media-libs/quvi/quvi-0.2.13.ebuild deleted file mode 100644 index 06d75e98e625..000000000000 --- a/media-libs/quvi/quvi-0.2.13.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/quvi-0.2.13.ebuild,v 1.5 2011/03/13 14:16:47 xarthisius Exp $ - -EAPI=2 - -inherit versionator - -DESCRIPTION="library for parsing video download links" -HOMEPAGE="http://quvi.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="doc examples test offensive static-libs" - -RDEPEND=">=net-misc/curl-7.18.0 - dev-lang/lua[deprecated]" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -# tests fetch data from live websites, so it's rather normal that they -# will fail -RESTRICT="test" - -src_configure() { - econf \ - --without-doc \ - $(use_enable examples) \ - $(use_enable offensive nsfw) \ - $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog README || die "dodoc failed" - use doc && dodoc doc/How* - find "${D}" -name '*.la' -delete -} diff --git a/media-libs/quvi/quvi-0.2.15.ebuild b/media-libs/quvi/quvi-0.2.15.ebuild deleted file mode 100644 index 20e026e1dc20..000000000000 --- a/media-libs/quvi/quvi-0.2.15.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/quvi-0.2.15.ebuild,v 1.4 2011/07/17 11:40:38 xarthisius Exp $ - -EAPI=4 - -DESCRIPTION="library for parsing video download links" -HOMEPAGE="http://quvi.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PV:0:3}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="doc examples test offensive static-libs" - -RDEPEND=">=net-misc/curl-7.18.0 - dev-lang/lua[deprecated]" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -# tests fetch data from live websites, so it's rather normal that they -# will fail -RESTRICT="test" - -src_configure() { - econf \ - --without-doc \ - $(use_enable examples) \ - $(use_enable offensive nsfw) \ - $(use_enable static-libs static) -} - -src_install() { - default - use doc && dodoc doc/How* - find "${D}" -name '*.la' -delete -} diff --git a/media-libs/quvi/quvi-0.2.16.ebuild b/media-libs/quvi/quvi-0.2.16.ebuild deleted file mode 100644 index 3f0e0a10bcc8..000000000000 --- a/media-libs/quvi/quvi-0.2.16.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/quvi-0.2.16.ebuild,v 1.1 2011/05/22 03:28:45 radhermit Exp $ - -EAPI=4 - -DESCRIPTION="library for parsing video download links" -HOMEPAGE="http://quvi.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PV:0:3}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="doc examples test offensive static-libs" - -RDEPEND=">=net-misc/curl-7.18.0 - dev-lang/lua[deprecated]" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -# tests fetch data from live websites, so it's rather normal that they -# will fail -RESTRICT="test" - -src_configure() { - econf \ - --without-doc \ - $(use_enable examples) \ - $(use_enable offensive nsfw) \ - $(use_enable static-libs static) -} - -src_install() { - default - use doc && dodoc doc/How* - find "${D}" -name '*.la' -delete -} diff --git a/media-libs/quvi/quvi-0.2.17-r1.ebuild b/media-libs/quvi/quvi-0.2.17-r1.ebuild deleted file mode 100644 index a82cd6ee61be..000000000000 --- a/media-libs/quvi/quvi-0.2.17-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/quvi-0.2.17-r1.ebuild,v 1.1 2011/07/09 19:07:57 radhermit Exp $ - -EAPI=4 - -DESCRIPTION="library for parsing video download links" -HOMEPAGE="http://quvi.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PV:0:3}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="examples test offensive static-libs" - -RDEPEND=">=net-misc/curl-7.18.0 - dev-lang/lua[deprecated]" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -# tests fetch data from live websites, so it's rather normal that they -# will fail -RESTRICT="test" - -src_configure() { - econf \ - $(use_enable offensive nsfw) \ - $(use_enable static-libs static) -} - -src_install() { - default - - if use examples ; then - docinto examples - dodoc examples/*.{c,h} - fi - - find "${D}" -name '*.la' -delete -} diff --git a/media-libs/quvi/quvi-0.2.17.ebuild b/media-libs/quvi/quvi-0.2.17.ebuild deleted file mode 100644 index fcc42d046b41..000000000000 --- a/media-libs/quvi/quvi-0.2.17.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/quvi-0.2.17.ebuild,v 1.1 2011/06/22 06:22:48 radhermit Exp $ - -EAPI=4 - -DESCRIPTION="library for parsing video download links" -HOMEPAGE="http://quvi.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PV:0:3}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="examples test offensive static-libs" - -RDEPEND=">=net-misc/curl-7.18.0 - dev-lang/lua[deprecated]" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -# tests fetch data from live websites, so it's rather normal that they -# will fail -RESTRICT="test" - -src_configure() { - econf \ - $(use_enable examples) \ - $(use_enable offensive nsfw) \ - $(use_enable static-libs static) -} - -src_install() { - default - find "${D}" -name '*.la' -delete -} diff --git a/media-libs/quvi/quvi-0.2.18.ebuild b/media-libs/quvi/quvi-0.2.18.ebuild deleted file mode 100644 index a6b761392736..000000000000 --- a/media-libs/quvi/quvi-0.2.18.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/quvi-0.2.18.ebuild,v 1.1 2011/07/29 02:37:01 radhermit Exp $ - -EAPI=4 - -DESCRIPTION="library for parsing video download links" -HOMEPAGE="http://quvi.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PV:0:3}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="examples test offensive static-libs" - -RDEPEND=">=net-misc/curl-7.18.0 - dev-lang/lua[deprecated]" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -# tests fetch data from live websites, so it's rather normal that they -# will fail -RESTRICT="test" - -src_configure() { - econf \ - $(use_enable offensive nsfw) \ - $(use_enable static-libs static) -} - -src_install() { - default - - if use examples ; then - docinto examples - dodoc examples/*.{c,h} - fi - - find "${D}" -name '*.la' -delete -} |