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

aballier    08/10/02 09:23:48

  Modified:             ChangeLog
  Added:                libkate-0.2.2.ebuild
  Removed:              libkate-0.2.1.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)

Revision  Changes    Path
1.11                 media-libs/libkate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libkate/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	30 Sep 2008 07:15:33 -0000	1.10
+++ ChangeLog	2 Oct 2008 09:23:48 -0000	1.11
@@ -1,6 +1,13 @@
 # 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.10 2008/09/30 07:15:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libkate/ChangeLog,v 1.11 2008/10/02 09:23:48 aballier Exp $
+
+*libkate-0.2.2 (02 Oct 2008)
+
+  02 Oct 2008; Alexis Ballier <aballier@gentoo.org>
+  -files/libkate-0.2.1-doc.patch, -libkate-0.2.1.ebuild,
+  +libkate-0.2.2.ebuild:
+  version bump
 
   30 Sep 2008; Alexis Ballier <aballier@gentoo.org>
   files/libkate-0.2.1-doc.patch:



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

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

Index: libkate-0.2.2.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.2.ebuild,v 1.1 2008/10/02 09:23:48 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="~amd64 ~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-10-02  9:23 UTC | newest]

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