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.1.8.ebuild libkate-0.1.7.ebuild
Date: Thu, 28 Aug 2008 16:15:05
Message-Id: E1KYk9G-0002ft-GV@stork.gentoo.org
1 aballier 08/08/28 16:15:02
2
3 Modified: ChangeLog
4 Added: libkate-0.1.8.ebuild
5 Removed: libkate-0.1.7.ebuild
6 Log:
7 version bump
8 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
9
10 Revision Changes Path
11 1.2 media-libs/libkate/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libkate/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 25 Aug 2008 08:32:57 -0000 1.1
24 +++ ChangeLog 28 Aug 2008 16:15:01 -0000 1.2
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.1 2008/08/25 08:32:57 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkate/ChangeLog,v 1.2 2008/08/28 16:15:01 aballier Exp $
30 +
31 +*libkate-0.1.8 (28 Aug 2008)
32 +
33 + 28 Aug 2008; Alexis Ballier <aballier@g.o> -libkate-0.1.7.ebuild,
34 + +libkate-0.1.8.ebuild:
35 + version bump
36
37 *libkate-0.1.7 (25 Aug 2008)
38
39
40
41
42 1.1 media-libs/libkate/libkate-0.1.8.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/libkate-0.1.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libkate/libkate-0.1.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libkate-0.1.8.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.1.8.ebuild,v 1.1 2008/08/28 16:15:01 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="~amd64"
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
69 src_install() {
70 emake DESTDIR="${D}" install || die "make install failed"
71 dodoc AUTHORS ChangeLog README
72 # Remove useless doc
73 rm -rf "${D}/usr/share/doc/${PN}"
74 use doc && dohtml -r doc/html/*
75 }