diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-06-14 06:55:22 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-06-14 06:55:22 +0000 |
commit | 61d7339a660e7b22dab430bc4c8345d622ce7bec (patch) | |
tree | 5086e770d231680ea159d9f7c9bc4c97cc55ea88 /media-libs/libquvi-scripts | |
parent | Fixed bug #397609. Removed old versions (diff) | |
download | gentoo-2-61d7339a660e7b22dab430bc4c8345d622ce7bec.tar.gz gentoo-2-61d7339a660e7b22dab430bc4c8345d622ce7bec.tar.bz2 gentoo-2-61d7339a660e7b22dab430bc4c8345d622ce7bec.zip |
Version bump.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libquvi-scripts')
-rw-r--r-- | media-libs/libquvi-scripts/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libquvi-scripts/libquvi-scripts-0.4.6.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/media-libs/libquvi-scripts/ChangeLog b/media-libs/libquvi-scripts/ChangeLog index 17d643a56182..6698ac41fe21 100644 --- a/media-libs/libquvi-scripts/ChangeLog +++ b/media-libs/libquvi-scripts/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libquvi-scripts # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/ChangeLog,v 1.10 2012/05/31 15:28:11 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/ChangeLog,v 1.11 2012/06/14 06:55:22 radhermit Exp $ + +*libquvi-scripts-0.4.6 (14 Jun 2012) + + 14 Jun 2012; Tim Harder <radhermit@gentoo.org> +libquvi-scripts-0.4.6.ebuild: + Version bump. 31 May 2012; Tim Harder <radhermit@gentoo.org> -libquvi-scripts-0.4.3.ebuild: Remove old. diff --git a/media-libs/libquvi-scripts/libquvi-scripts-0.4.6.ebuild b/media-libs/libquvi-scripts/libquvi-scripts-0.4.6.ebuild new file mode 100644 index 000000000000..b954032900c1 --- /dev/null +++ b/media-libs/libquvi-scripts/libquvi-scripts-0.4.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 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.6.ebuild,v 1.1 2012/06/14 06:55:22 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) +} |