public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/totem-pl-parser: ChangeLog totem-pl-parser-2.26.3.ebuild totem-pl-parser-2.26.1.ebuild
@ 2009-10-19 19:49 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2009-10-19 19:49 UTC (permalink / raw
  To: gentoo-commits

eva         09/10/19 19:49:12

  Modified:             ChangeLog
  Added:                totem-pl-parser-2.26.3.ebuild
  Removed:              totem-pl-parser-2.26.1.ebuild
  Log:
  Version bump. Small bug fixes (dvd isos, m3u). Clean up old revision.
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 dev-libs/totem-pl-parser/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	16 Oct 2009 23:37:04 -0000	1.32
+++ ChangeLog	19 Oct 2009 19:49:11 -0000	1.33
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/totem-pl-parser
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.32 2009/10/16 23:37:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.33 2009/10/19 19:49:11 eva Exp $
+
+*totem-pl-parser-2.26.3 (19 Oct 2009)
+
+  19 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org
+  -totem-pl-parser-2.26.1.ebuild, +totem-pl-parser-2.26.3.ebuild:
+  Version bump. Small bug fixes (dvd isos, m3u). Clean up old revision.
 
   16 Oct 2009; Markus Meier <maekke@gentoo.org>
   totem-pl-parser-2.26.2.ebuild:



1.1                  dev-libs/totem-pl-parser/totem-pl-parser-2.26.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.26.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.26.3.ebuild?rev=1.1&content-type=text/plain

Index: totem-pl-parser-2.26.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.26.3.ebuild,v 1.1 2009/10/19 19:49:11 eva Exp $

EAPI="2"

GCONF_DEBUG="no"

inherit autotools eutils gnome2

DESCRIPTION="Playlist parsing library"
HOMEPAGE="http://www.gnome.org/projects/totem/"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="doc hal test"

RDEPEND=">=dev-libs/glib-2.17.3
	>=x11-libs/gtk+-2.12
	>=gnome-extra/evolution-data-server-1.12"
DEPEND="${RDEPEND}
	!<media-video/totem-2.21
	>=dev-util/intltool-0.35
	dev-util/gtk-doc-am
	doc? ( >=dev-util/gtk-doc-1.11 )"

DOCS="AUTHORS ChangeLog NEWS"
G2CONF="${G2CONF} --disable-static"

src_prepare() {
	gnome2_src_prepare

	# FIXME: tarball generated with broken gtk-doc, revisit me.
	if use doc; then
		sed "/^TARGET_DIR/i \GTKDOC_REBASE=/usr/bin/gtkdoc-rebase" \
			-i gtk-doc.make || die "sed 1 failed"
	else
		sed "/^TARGET_DIR/i \GTKDOC_REBASE=$(type -P true)" \
			-i gtk-doc.make || die "sed 2 failed"
	fi

	# Conditional patching is purely to avoid eautoreconf
	if use test && ! use doc; then
		# http://bugzilla.gnome.org/show_bug.cgi?id=577774
		epatch "${FILESDIR}/${PN}-2.26.1-fix-tests-without-gtk-doc.patch"
		eautoreconf
	fi
}






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

only message in thread, other threads:[~2009-10-19 19:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-19 19:49 [gentoo-commits] gentoo-x86 commit in dev-libs/totem-pl-parser: ChangeLog totem-pl-parser-2.26.3.ebuild totem-pl-parser-2.26.1.ebuild Gilles Dartiguelongue (eva)

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