* [gentoo-commits] gentoo-x86 commit in media-libs/quvi: ChangeLog quvi-0.2.17-r1.ebuild
@ 2011-07-09 19:07 Tim Harder (radhermit)
0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2011-07-09 19:07 UTC (permalink / raw
To: gentoo-commits
radhermit 11/07/09 19:07:57
Modified: ChangeLog
Added: quvi-0.2.17-r1.ebuild
Log:
Install example code instead of compiling it (fixes bugs #372573 and #372713).
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Revision Changes Path
1.28 media-libs/quvi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quvi/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quvi/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quvi/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/quvi/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 22 Jun 2011 06:22:48 -0000 1.27
+++ ChangeLog 9 Jul 2011 19:07:57 -0000 1.28
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/quvi
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/ChangeLog,v 1.27 2011/06/22 06:22:48 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/ChangeLog,v 1.28 2011/07/09 19:07:57 radhermit Exp $
+
+*quvi-0.2.17-r1 (09 Jul 2011)
+
+ 09 Jul 2011; Tim Harder <radhermit@gentoo.org> +quvi-0.2.17-r1.ebuild:
+ Install example code instead of compiling it (fixes bugs #372573 and
+ #372713).
*quvi-0.2.17 (22 Jun 2011)
1.1 media-libs/quvi/quvi-0.2.17-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quvi/quvi-0.2.17-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quvi/quvi-0.2.17-r1.ebuild?rev=1.1&content-type=text/plain
Index: quvi-0.2.17-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/quvi-0.2.17-r1.ebuild,v 1.1 2011/07/09 19:07:57 radhermit Exp $
EAPI=4
DESCRIPTION="library for parsing video download links"
HOMEPAGE="http://quvi.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${PV:0:3}/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="examples test offensive static-libs"
RDEPEND=">=net-misc/curl-7.18.0
dev-lang/lua[deprecated]"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
# tests fetch data from live websites, so it's rather normal that they
# will fail
RESTRICT="test"
src_configure() {
econf \
$(use_enable offensive nsfw) \
$(use_enable static-libs static)
}
src_install() {
default
if use examples ; then
docinto examples
dodoc examples/*.{c,h}
fi
find "${D}" -name '*.la' -delete
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-07-09 19:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-09 19:07 [gentoo-commits] gentoo-x86 commit in media-libs/quvi: ChangeLog quvi-0.2.17-r1.ebuild Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox