diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-12-05 10:42:46 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-12-05 10:42:46 +0000 |
commit | a85598e8340b07442c054843bb0043a0b6beeaf4 (patch) | |
tree | b4a0b854a991d6b20d8ee1ff33334f9f79f05a6c /media-libs/libquvi-scripts/libquvi-scripts-0.4.2.ebuild | |
parent | Preserve old lib and add revdep-rebuild warning (diff) | |
download | historical-a85598e8340b07442c054843bb0043a0b6beeaf4.tar.gz historical-a85598e8340b07442c054843bb0043a0b6beeaf4.tar.bz2 historical-a85598e8340b07442c054843bb0043a0b6beeaf4.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha79/cvs/Linux x86_64
Diffstat (limited to 'media-libs/libquvi-scripts/libquvi-scripts-0.4.2.ebuild')
-rw-r--r-- | media-libs/libquvi-scripts/libquvi-scripts-0.4.2.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-libs/libquvi-scripts/libquvi-scripts-0.4.2.ebuild b/media-libs/libquvi-scripts/libquvi-scripts-0.4.2.ebuild new file mode 100644 index 000000000000..f09a4e52fb34 --- /dev/null +++ b/media-libs/libquvi-scripts/libquvi-scripts-0.4.2.ebuild @@ -0,0 +1,26 @@ +# 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.2.ebuild,v 1.1 2011/12/05 10:39:44 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) +} |