Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libcdio: libcdio-0.82.ebuild ChangeLog
Date: Wed, 03 Feb 2010 16:08:08
Message-Id: E1Nchlt-0008S5-Sy@stork.gentoo.org
1 scarabeus 10/02/03 16:08:05
2
3 Modified: libcdio-0.82.ebuild ChangeLog
4 Log:
5 Fix automagic cddb again. And it looks this time it is in upstream repo.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-libs/libcdio/libcdio-0.82.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/libcdio-0.82.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/libcdio-0.82.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/libcdio-0.82.ebuild?r1=1.1&r2=1.2
14
15 Index: libcdio-0.82.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.82.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- libcdio-0.82.ebuild 27 Oct 2009 15:08:00 -0000 1.1
22 +++ libcdio-0.82.ebuild 3 Feb 2010 16:08:05 -0000 1.2
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.82.ebuild,v 1.1 2009/10/27 15:08:00 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/libcdio-0.82.ebuild,v 1.2 2010/02/03 16:08:05 scarabeus Exp $
29
30 -EAPI=1
31 +EAPI=2
32
33 -inherit eutils libtool multilib autotools
34 +inherit eutils libtool multilib autotools base
35
36 DESCRIPTION="A library to encapsulate CD-ROM reading and control"
37 HOMEPAGE="http://www.gnu.org/software/libcdio/"
38 @@ -21,15 +21,18 @@
39 sys-devel/gettext
40 dev-util/pkgconfig"
41
42 -src_unpack() {
43 - unpack ${A}
44 - cd "${S}"
45 -
46 - eautomake
47 +PATCHES=(
48 + "${FILESDIR}"/${PN}-0.80-automagic-cddb.patch
49 +)
50 +DOCS=( AUTHORS ChangeLog NEWS README THANKS )
51 +
52 +src_prepare() {
53 + base_src_prepare
54 + eautoreconf
55 elibtoolize
56 }
57
58 -src_compile() {
59 +src_configure() {
60 econf \
61 $(use_enable cddb) \
62 $(use_with !minimal cd-drive) \
63 @@ -44,13 +47,7 @@
64 --with-cd-paranoia-name=libcdio-paranoia \
65 --disable-vcd-info \
66 --disable-dependency-tracking \
67 - --disable-maintainer-mode || die "configure failed"
68 - emake || die "make failed"
69 -}
70 -
71 -src_install() {
72 - emake DESTDIR="${D}" install || die "make install failed"
73 - dodoc AUTHORS ChangeLog NEWS README THANKS
74 + --disable-maintainer-mode
75 }
76
77 pkg_postinst() {
78
79
80
81 1.112 dev-libs/libcdio/ChangeLog
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/ChangeLog?rev=1.112&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/ChangeLog?rev=1.112&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcdio/ChangeLog?r1=1.111&r2=1.112
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcdio/ChangeLog,v
90 retrieving revision 1.111
91 retrieving revision 1.112
92 diff -u -r1.111 -r1.112
93 --- ChangeLog 27 Oct 2009 15:08:31 -0000 1.111
94 +++ ChangeLog 3 Feb 2010 16:08:05 -0000 1.112
95 @@ -1,6 +1,9 @@
96 # ChangeLog for dev-libs/libcdio
97 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/ChangeLog,v 1.111 2009/10/27 15:08:31 flameeyes Exp $
99 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
100 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcdio/ChangeLog,v 1.112 2010/02/03 16:08:05 scarabeus Exp $
101 +
102 + 03 Feb 2010; Tomáš Chvátal <scarabeus@g.o> libcdio-0.82.ebuild:
103 + Fix automagic cddb again. And it looks this time it is in upstream repo.
104
105 27 Oct 2009; Diego E. Pettenò <flameeyes@g.o> metadata.xml:
106 Give up maintainership.