diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-02-10 23:00:50 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-02-10 23:00:50 +0000 |
commit | 672ea9e67f17f60089a49f1dbf8480a6fd436c6f (patch) | |
tree | 1014bc1e23f3569af5d8bbf7e819f28e3f3c252b /media-libs | |
parent | Remove old. (diff) | |
download | gentoo-2-672ea9e67f17f60089a49f1dbf8480a6fd436c6f.tar.gz gentoo-2-672ea9e67f17f60089a49f1dbf8480a6fd436c6f.tar.bz2 gentoo-2-672ea9e67f17f60089a49f1dbf8480a6fd436c6f.zip |
Remove old.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libquvi-scripts/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libquvi-scripts/libquvi-scripts-0.4.0.ebuild | 26 | ||||
-rw-r--r-- | media-libs/libquvi-scripts/libquvi-scripts-0.4.1.ebuild | 26 |
3 files changed, 6 insertions, 54 deletions
diff --git a/media-libs/libquvi-scripts/ChangeLog b/media-libs/libquvi-scripts/ChangeLog index ab83a2e74ebe..66922c289b84 100644 --- a/media-libs/libquvi-scripts/ChangeLog +++ b/media-libs/libquvi-scripts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libquvi-scripts -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/ChangeLog,v 1.5 2011/12/14 18:12:12 ago Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/ChangeLog,v 1.6 2012/02/10 23:00:49 radhermit Exp $ + + 10 Feb 2012; Tim Harder <radhermit@gentoo.org> -libquvi-scripts-0.4.0.ebuild, + -libquvi-scripts-0.4.1.ebuild: + Remove old. 14 Dec 2011; Agostino Sarubbo <ago@gentoo.org> libquvi-scripts-0.4.2.ebuild: Stable for AMD64, wrt bug #393409 diff --git a/media-libs/libquvi-scripts/libquvi-scripts-0.4.0.ebuild b/media-libs/libquvi-scripts/libquvi-scripts-0.4.0.ebuild deleted file mode 100644 index 6742458c20e6..000000000000 --- a/media-libs/libquvi-scripts/libquvi-scripts-0.4.0.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-libs/libquvi-scripts/libquvi-scripts-0.4.0.ebuild,v 1.1 2011/10/10 07:25:27 radhermit Exp $ - -EAPI=4 - -DESCRIPTION="Embedded lua scripts for libquvi" -HOMEPAGE="http://quvi.sourceforge.net/" -SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="offensive" - -DEPEND="app-arch/xz-utils" - -# tests fetch data from live websites, so it's rather normal that they -# will fail -RESTRICT="test" - -src_configure() { - econf \ - --with-manual \ - $(use_with offensive nsfw) -} diff --git a/media-libs/libquvi-scripts/libquvi-scripts-0.4.1.ebuild b/media-libs/libquvi-scripts/libquvi-scripts-0.4.1.ebuild deleted file mode 100644 index 15a058a390b2..000000000000 --- a/media-libs/libquvi-scripts/libquvi-scripts-0.4.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-libs/libquvi-scripts/libquvi-scripts-0.4.1.ebuild,v 1.1 2011/11/08 02:05:47 radhermit Exp $ - -EAPI=4 - -DESCRIPTION="Embedded lua scripts for libquvi" -HOMEPAGE="http://quvi.sourceforge.net/" -SRC_URI="mirror://sourceforge/quvi/${PV:0:3}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="offensive" - -DEPEND="app-arch/xz-utils" - -# tests fetch data from live websites, so it's rather normal that they -# will fail -RESTRICT="test" - -src_configure() { - econf \ - --with-manual \ - $(use_with offensive nsfw) -} |