Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libraw1394: ChangeLog libraw1394-2.0.4.ebuild
Date: Tue, 30 Jun 2009 20:08:59
Message-Id: E1MLjdR-0001HL-O5@stork.gentoo.org
1 patrick 09/06/30 20:08:57
2
3 Modified: ChangeLog
4 Added: libraw1394-2.0.4.ebuild
5 Log:
6 Bump to 2.0.4, fixes #272540
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.50 sys-libs/libraw1394/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/ChangeLog?rev=1.50&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/ChangeLog?rev=1.50&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/ChangeLog?r1=1.49&r2=1.50
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v
19 retrieving revision 1.49
20 retrieving revision 1.50
21 diff -u -r1.49 -r1.50
22 --- ChangeLog 28 Jun 2009 21:20:06 -0000 1.49
23 +++ ChangeLog 30 Jun 2009 20:08:57 -0000 1.50
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-libs/libraw1394
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.49 2009/06/28 21:20:06 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.50 2009/06/30 20:08:57 patrick Exp $
29 +
30 +*libraw1394-2.0.4 (30 Jun 2009)
31 +
32 + 30 Jun 2009; Patrick Lauer <patrick@g.o> +libraw1394-2.0.4.ebuild:
33 + Bump to 2.0.4, fixes #272540
34
35 *libraw1394-2.0.2 (28 Jun 2009)
36
37
38
39
40 1.1 sys-libs/libraw1394/libraw1394-2.0.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/libraw1394-2.0.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/libraw1394-2.0.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: libraw1394-2.0.4.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/sys-libs/libraw1394/libraw1394-2.0.4.ebuild,v 1.1 2009/06/30 20:08:57 patrick Exp $
50
51 DESCRIPTION="library that provides direct access to the IEEE 1394 bus"
52 HOMEPAGE="http://www.linux1394.org/"
53 SRC_URI="http://www.linux1394.org/dl/${P}.tar.gz"
54
55 LICENSE="LGPL-2.1"
56 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
58 IUSE=""
59
60 DEPEND="!<media-libs/libdc1394-1.2.2"
61 RDEPEND="${DEPEND}"
62
63 src_install() {
64 emake DESTDIR="${D}" install || die
65 dodoc AUTHORS ChangeLog NEWS README
66 }