diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-03-06 05:43:53 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-03-06 05:43:53 +0000 |
commit | fa48b4bcd593ed1e9139dd581b618e6a38fcaf9d (patch) | |
tree | 9b9c694804f94d0dc25994b37dfb24d97a2032a2 /media-libs/libquvi-scripts/libquvi-scripts-0.4.3.ebuild | |
parent | Remove old. (diff) | |
download | gentoo-2-fa48b4bcd593ed1e9139dd581b618e6a38fcaf9d.tar.gz gentoo-2-fa48b4bcd593ed1e9139dd581b618e6a38fcaf9d.tar.bz2 gentoo-2-fa48b4bcd593ed1e9139dd581b618e6a38fcaf9d.zip |
Version bump.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libquvi-scripts/libquvi-scripts-0.4.3.ebuild')
-rw-r--r-- | media-libs/libquvi-scripts/libquvi-scripts-0.4.3.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-libs/libquvi-scripts/libquvi-scripts-0.4.3.ebuild b/media-libs/libquvi-scripts/libquvi-scripts-0.4.3.ebuild new file mode 100644 index 000000000000..caf8716510d1 --- /dev/null +++ b/media-libs/libquvi-scripts/libquvi-scripts-0.4.3.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.3.ebuild,v 1.1 2012/03/06 05:43:53 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) +} |