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.4.ebuild libkate-0.2.3.ebuild
Date: Wed, 15 Oct 2008 08:08:45
Message-Id: E1Kq1Qh-0002Kg-1h@stork.gentoo.org
1 aballier 08/10/15 08:08:27
2
3 Modified: ChangeLog
4 Added: libkate-0.2.4.ebuild
5 Removed: libkate-0.2.3.ebuild
6 Log:
7 version bump
8 (Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)
9
10 Revision Changes Path
11 1.14 media-libs/libkate/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libkate/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 8 Oct 2008 07:02:55 -0000 1.13
24 +++ ChangeLog 15 Oct 2008 08:08:26 -0000 1.14
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.13 2008/10/08 07:02:55 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkate/ChangeLog,v 1.14 2008/10/15 08:08:26 aballier Exp $
30 +
31 +*libkate-0.2.4 (15 Oct 2008)
32 +
33 + 15 Oct 2008; Alexis Ballier <aballier@g.o> -libkate-0.2.3.ebuild,
34 + +libkate-0.2.4.ebuild:
35 + version bump
36
37 *libkate-0.2.3 (08 Oct 2008)
38
39
40
41
42 1.1 media-libs/libkate/libkate-0.2.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/libkate-0.2.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/libkate-0.2.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libkate-0.2.4.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.4.ebuild,v 1.1 2008/10/15 08:08:26 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 }