Gentoo Archives: gentoo-commits

From: "Daniel Pielmeier (billie)" <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libburn: libburn-0.7.0.ebuild ChangeLog
Date: Wed, 02 Sep 2009 12:35:58
Message-Id: E1Mitss-000438-Bu@stork.gentoo.org
1 billie 09/09/02 17:44:38
2
3 Modified: ChangeLog
4 Added: libburn-0.7.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.48 dev-libs/libburn/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/ChangeLog?rev=1.48&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/ChangeLog?rev=1.48&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/ChangeLog?r1=1.47&r2=1.48
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v
19 retrieving revision 1.47
20 retrieving revision 1.48
21 diff -u -r1.47 -r1.48
22 --- ChangeLog 30 Aug 2009 16:15:46 -0000 1.47
23 +++ ChangeLog 2 Sep 2009 17:44:38 -0000 1.48
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-libs/libburn
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.47 2009/08/30 16:15:46 klausman Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/ChangeLog,v 1.48 2009/09/02 17:44:38 billie Exp $
29 +
30 +*libburn-0.7.0 (02 Sep 2009)
31 +
32 + 02 Sep 2009; Pielmeier Daniel <billie@g.o> +libburn-0.7.0.ebuild:
33 + Version bump.
34
35 30 Aug 2009; Tobias Klausmann <klausman@g.o> libburn-0.6.8.ebuild:
36 Stable on alpha, bug #282658
37
38
39
40 1.1 dev-libs/libburn/libburn-0.7.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/libburn-0.7.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libburn/libburn-0.7.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: libburn-0.7.0.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-0.7.0.ebuild,v 1.1 2009/09/02 17:44:38 billie Exp $
50
51 EAPI=2
52
53 MY_PL=00
54 [[ ${PV/_p} != ${PV} ]] && MY_PL=${PV#*_p}
55 MY_PV="${PV%_p*}.pl${MY_PL}"
56
57 DESCRIPTION="Libburn is an open-source library for reading, mastering and writing optical discs."
58 HOMEPAGE="http://libburnia-project.org"
59 SRC_URI="http://files.libburnia-project.org/releases/${PN}-${MY_PV}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
64 IUSE=""
65
66 RDEPEND=""
67 DEPEND="dev-util/pkgconfig"
68
69 S=${WORKDIR}/${P%_p*}
70
71 src_configure() {
72 econf --disable-static
73 }
74
75 src_install() {
76 emake DESTDIR="${D}" install || die "emake install failed."
77 dodoc AUTHORS CONTRIBUTORS README doc/comments
78 find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed"
79 }