diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-02-12 12:39:05 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-02-12 12:39:05 +0000 |
commit | b8cef2e96f6335386d5f2a51fa28463f8e6609de (patch) | |
tree | 42eeb5d9120ac3f4a7ebb2ef6dd6ff95829809ae /media-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-b8cef2e96f6335386d5f2a51fa28463f8e6609de.tar.gz gentoo-2-b8cef2e96f6335386d5f2a51fa28463f8e6609de.tar.bz2 gentoo-2-b8cef2e96f6335386d5f2a51fa28463f8e6609de.zip |
add slotted 0.4 version
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libquvi-scripts/ChangeLog | 10 | ||||
-rw-r--r-- | media-libs/libquvi-scripts/libquvi-scripts-0.4.21-r1.ebuild | 27 |
2 files changed, 35 insertions, 2 deletions
diff --git a/media-libs/libquvi-scripts/ChangeLog b/media-libs/libquvi-scripts/ChangeLog index 9f43f2e04443..3984f3e1432f 100644 --- a/media-libs/libquvi-scripts/ChangeLog +++ b/media-libs/libquvi-scripts/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libquvi-scripts -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/ChangeLog,v 1.57 2013/12/03 01:20:51 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libquvi-scripts/ChangeLog,v 1.58 2014/02/12 12:39:05 aballier Exp $ + +*libquvi-scripts-0.4.21-r1 (12 Feb 2014) + + 12 Feb 2014; Alexis Ballier <aballier@gentoo.org> + +libquvi-scripts-0.4.21-r1.ebuild: + add slotted 0.4 version *libquvi-scripts-0.9.20131130 (03 Dec 2013) *libquvi-scripts-0.4.21 (03 Dec 2013) diff --git a/media-libs/libquvi-scripts/libquvi-scripts-0.4.21-r1.ebuild b/media-libs/libquvi-scripts/libquvi-scripts-0.4.21-r1.ebuild new file mode 100644 index 000000000000..5fc55b4479dc --- /dev/null +++ b/media-libs/libquvi-scripts/libquvi-scripts-0.4.21-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 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.21-r1.ebuild,v 1.1 2014/02/12 12:39:05 aballier Exp $ + +EAPI=5 + +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.4" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="offensive" + +DEPEND="app-arch/xz-utils" +RDEPEND="!=media-libs/libquvi-scripts-0.4*:0" + +# tests fetch data from live websites, so it's rather normal that they +# will fail +RESTRICT="test" + +src_configure() { + econf \ + --without-manual \ + $(use_with offensive nsfw) +} |