public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libkate: libkate-0.2.8.ebuild ChangeLog
@ 2008-12-19 11:20 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2008-12-19 11:20 UTC (permalink / raw
  To: gentoo-commits

aballier    08/12/19 11:20:02

  Modified:             ChangeLog
  Added:                libkate-0.2.8.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)

Revision  Changes    Path
1.23                 media-libs/libkate/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libkate/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	13 Dec 2008 13:45:55 -0000	1.22
+++ ChangeLog	19 Dec 2008 11:20:02 -0000	1.23
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libkate
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libkate/ChangeLog,v 1.22 2008/12/13 13:45:55 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libkate/ChangeLog,v 1.23 2008/12/19 11:20:02 aballier Exp $
+
+*libkate-0.2.8 (19 Dec 2008)
+
+  19 Dec 2008; Alexis Ballier <aballier@gentoo.org> +libkate-0.2.8.ebuild:
+  version bump
 
   13 Dec 2008; Tobias Scherbaum <dertobi123@gentoo.org>
   libkate-0.2.5.ebuild:



1.1                  media-libs/libkate/libkate-0.2.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/libkate-0.2.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/libkate-0.2.8.ebuild?rev=1.1&content-type=text/plain

Index: libkate-0.2.8.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libkate/libkate-0.2.8.ebuild,v 1.1 2008/12/19 11:20:02 aballier Exp $

DESCRIPTION="Codec for karaoke and text encapsulation for Ogg"
HOMEPAGE="http://code.google.com/p/libkate/"
SRC_URI="http://libkate.googlecode.com/files/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="doc"

RDEPEND="media-libs/libogg
	media-libs/libpng"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/flex
	sys-devel/bison
	doc? ( app-doc/doxygen )"

src_compile() {
	econf $(use_enable doc) --docdir=/usr/share/doc/${PF}
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
	dodoc AUTHORS ChangeLog README
}






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

only message in thread, other threads:[~2008-12-19 11:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-19 11:20 [gentoo-commits] gentoo-x86 commit in media-libs/libkate: libkate-0.2.8.ebuild ChangeLog 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