public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/quvi: ChangeLog quvi-0.2.7.ebuild
@ 2010-10-23  1:22 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2010-10-23  1:22 UTC (permalink / raw
  To: gentoo-commits

aballier    10/10/23 01:22:57

  Modified:             ChangeLog
  Added:                quvi-0.2.7.ebuild
  Log:
  version bump
  
  (Portage version: 2.2_rc99/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  media-libs/quvi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quvi/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quvi/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quvi/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/quvi/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	10 Oct 2010 14:40:55 -0000	1.6
+++ ChangeLog	23 Oct 2010 01:22:57 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/quvi
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/ChangeLog,v 1.6 2010/10/10 14:40:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/ChangeLog,v 1.7 2010/10/23 01:22:57 aballier Exp $
+
+*quvi-0.2.7 (23 Oct 2010)
+
+  23 Oct 2010; Alexis Ballier <aballier@gentoo.org> +quvi-0.2.7.ebuild:
+  version bump
 
 *quvi-0.2.5 (10 Oct 2010)
 



1.1                  media-libs/quvi/quvi-0.2.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quvi/quvi-0.2.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quvi/quvi-0.2.7.ebuild?rev=1.1&content-type=text/plain

Index: quvi-0.2.7.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/quvi/quvi-0.2.7.ebuild,v 1.1 2010/10/23 01:22:57 aballier Exp $

EAPI=2

DESCRIPTION="library for parsing video download links"
HOMEPAGE="http://code.google.com/p/quvi/"
SRC_URI="http://quvi.googlecode.com/files/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="doc examples test offensive static-libs"

RDEPEND=">=net-misc/curl-7.18.0
	>=dev-libs/libpcre-7.9[cxx]
	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 \
		--without-doc \
		$(use_enable examples) \
		$(use_enable offensive smut) \
		$(use_enable static-libs static)
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc ChangeLog README TODO || die "dodoc failed"
	use doc && dodoc doc/How*
	find "${D}" -name '*.la' -delete
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-23  1:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-23  1:22 [gentoo-commits] gentoo-x86 commit in media-libs/quvi: ChangeLog quvi-0.2.7.ebuild Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox