Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libkate: ChangeLog libkate-0.2.2.ebuild libkate-0.2.1.ebuild
Date: Thu, 02 Oct 2008 09:23:51
Message-Id: E1KlKPU-0004SM-J7@stork.gentoo.org
1 aballier 08/10/02 09:23:48
2
3 Modified: ChangeLog
4 Added: libkate-0.2.2.ebuild
5 Removed: libkate-0.2.1.ebuild
6 Log:
7 version bump
8 (Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
9
10 Revision Changes Path
11 1.11 media-libs/libkate/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libkate/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 30 Sep 2008 07:15:33 -0000 1.10
24 +++ ChangeLog 2 Oct 2008 09:23:48 -0000 1.11
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-libs/libkate
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libkate/ChangeLog,v 1.10 2008/09/30 07:15:33 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkate/ChangeLog,v 1.11 2008/10/02 09:23:48 aballier Exp $
30 +
31 +*libkate-0.2.2 (02 Oct 2008)
32 +
33 + 02 Oct 2008; Alexis Ballier <aballier@g.o>
34 + -files/libkate-0.2.1-doc.patch, -libkate-0.2.1.ebuild,
35 + +libkate-0.2.2.ebuild:
36 + version bump
37
38 30 Sep 2008; Alexis Ballier <aballier@g.o>
39 files/libkate-0.2.1-doc.patch:
40
41
42
43 1.1 media-libs/libkate/libkate-0.2.2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/libkate-0.2.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/libkate-0.2.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libkate-0.2.2.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-libs/libkate/libkate-0.2.2.ebuild,v 1.1 2008/10/02 09:23:48 aballier Exp $
53
54 DESCRIPTION="Codec for karaoke and text encapsulation for Ogg"
55 HOMEPAGE="http://code.google.com/p/libkate/"
56 SRC_URI="http://libkate.googlecode.com/files/${P}.tar.gz"
57
58 LICENSE="BSD"
59 SLOT="0"
60 KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd"
61 IUSE="doc"
62
63 RDEPEND="media-libs/libogg
64 media-libs/libpng"
65 DEPEND="${RDEPEND}
66 dev-util/pkgconfig
67 sys-devel/flex
68 sys-devel/bison
69 doc? ( app-doc/doxygen )"
70
71 src_compile() {
72 econf $(use_enable doc) --docdir=/usr/share/doc/${PF}
73 emake || die "emake failed"
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die "make install failed"
78 dodoc AUTHORS ChangeLog README
79 }