Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libburn: ChangeLog libburn-0.5.4.ebuild
Date: Sun, 19 Oct 2008 12:13:58
Message-Id: E1KrXAS-0002fT-U8@stork.gentoo.org
1 loki_val 08/10/19 12:13:56
2
3 Modified: ChangeLog
4 Added: libburn-0.5.4.ebuild
5 Log:
6 Bump, bug 241526, thanks to Daniel Pielmeier <daniel.pielmeier@××××××××××.com>.
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc8 x86_64)
8
9 Revision Changes Path
10 1.30 dev-libs/libburn/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/ChangeLog?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/ChangeLog?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/ChangeLog?r1=1.29&r2=1.30
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- ChangeLog 21 Aug 2008 01:09:27 -0000 1.29
23 +++ ChangeLog 19 Oct 2008 12:13:56 -0000 1.30
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-libs/libburn
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.29 2008/08/21 01:09:27 beandog Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.30 2008/10/19 12:13:56 loki_val Exp $
29 +
30 +*libburn-0.5.4 (19 Oct 2008)
31 +
32 + 19 Oct 2008; Peter Alfredsen <loki_val@g.o> +libburn-0.5.4.ebuild:
33 + Bump, bug 241526, thanks to Daniel Pielmeier
34 + <daniel.pielmeier@××××××××××.com>.
35
36 *libburn-0.5.2 (21 Aug 2008)
37
38
39
40
41 1.1 dev-libs/libburn/libburn-0.5.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/libburn-0.5.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/libburn-0.5.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libburn-0.5.4.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-0.5.4.ebuild,v 1.1 2008/10/19 12:13:56 loki_val Exp $
51
52 MY_PV="${PV}.pl00"
53
54 DESCRIPTION="Libburn is an open-source library for reading, mastering and writing optical discs."
55 HOMEPAGE="http://libburnia-project.org"
56 SRC_URI="http://files.libburnia-project.org/releases/${PN}-${MY_PV}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
61 IUSE=""
62
63 RDEPEND=""
64 DEPEND="dev-util/pkgconfig"
65
66 src_install() {
67 emake DESTDIR="${D}" install || die "emake install failed."
68 dodoc AUTHORS CONTRIBUTORS README doc/comments
69 }