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.3.ebuild libkate-0.2.2.ebuild
Date: Wed, 08 Oct 2008 07:03:00
Message-Id: E1KnT4R-0001nj-Kj@stork.gentoo.org
1 aballier 08/10/08 07:02:55
2
3 Modified: ChangeLog
4 Added: libkate-0.2.3.ebuild
5 Removed: libkate-0.2.2.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.13 media-libs/libkate/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libkate/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 5 Oct 2008 16:38:35 -0000 1.12
24 +++ ChangeLog 8 Oct 2008 07:02:55 -0000 1.13
25 @@ -1,6 +1,12 @@
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.12 2008/10/05 16:38:35 klausman Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkate/ChangeLog,v 1.13 2008/10/08 07:02:55 aballier Exp $
30 +
31 +*libkate-0.2.3 (08 Oct 2008)
32 +
33 + 08 Oct 2008; Alexis Ballier <aballier@g.o> -libkate-0.2.2.ebuild,
34 + +libkate-0.2.3.ebuild:
35 + version bump
36
37 05 Oct 2008; Tobias Klausmann <klausman@g.o> libkate-0.2.2.ebuild:
38 Keyworded on alpha, bug #237813
39
40
41
42 1.1 media-libs/libkate/libkate-0.2.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/libkate-0.2.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/libkate-0.2.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libkate-0.2.3.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/libkate/libkate-0.2.3.ebuild,v 1.1 2008/10/08 07:02:55 aballier Exp $
52
53 DESCRIPTION="Codec for karaoke and text encapsulation for Ogg"
54 HOMEPAGE="http://code.google.com/p/libkate/"
55 SRC_URI="http://libkate.googlecode.com/files/${P}.tar.gz"
56
57 LICENSE="BSD"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~sparc ~x86 ~x86-fbsd"
60 IUSE="doc"
61
62 RDEPEND="media-libs/libogg
63 media-libs/libpng"
64 DEPEND="${RDEPEND}
65 dev-util/pkgconfig
66 sys-devel/flex
67 sys-devel/bison
68 doc? ( app-doc/doxygen )"
69
70 src_compile() {
71 econf $(use_enable doc) --docdir=/usr/share/doc/${PF}
72 emake || die "emake failed"
73 }
74
75 src_install() {
76 emake DESTDIR="${D}" install || die "make install failed"
77 dodoc AUTHORS ChangeLog README
78 }