Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libvformat: libvformat-1.13.ebuild ChangeLog
Date: Tue, 25 Sep 2007 21:03:03
Message-Id: E1IaHQV-0003V5-13@stork.gentoo.org
1 mrness 07/09/25 20:54:39
2
3 Modified: libvformat-1.13.ebuild ChangeLog
4 Log:
5 Cosmetic changes.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.6 dev-libs/libvformat/libvformat-1.13.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild?r1=1.5&r2=1.6
14
15 Index: libvformat-1.13.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- libvformat-1.13.ebuild 22 Sep 2006 12:16:22 -0000 1.5
22 +++ libvformat-1.13.ebuild 25 Sep 2007 20:54:38 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild,v 1.5 2006/09/22 12:16:22 blubb Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild,v 1.6 2007/09/25 20:54:38 mrness Exp $
29
30 inherit eutils
31
32 @@ -14,6 +14,9 @@
33 KEYWORDS="amd64 ppc x86"
34 IUSE=""
35
36 +DEPEND=""
37 +RDEPEND=""
38 +
39 S="${WORKDIR}/${P}.orig"
40
41 src_unpack() {
42 @@ -26,5 +29,5 @@
43 }
44
45 src_install() {
46 - make DESTDIR="${D}" install || die "make install failed"
47 + emake DESTDIR="${D}" install || die "make install failed"
48 }
49
50
51
52 1.6 dev-libs/libvformat/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/ChangeLog?rev=1.6&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/ChangeLog?rev=1.6&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/ChangeLog?r1=1.5&r2=1.6
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v
61 retrieving revision 1.5
62 retrieving revision 1.6
63 diff -u -r1.5 -r1.6
64 --- ChangeLog 22 Sep 2006 12:16:22 -0000 1.5
65 +++ ChangeLog 25 Sep 2007 20:54:38 -0000 1.6
66 @@ -1,6 +1,9 @@
67 # ChangeLog for dev-libs/libvformat
68 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.5 2006/09/22 12:16:22 blubb Exp $
70 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.6 2007/09/25 20:54:38 mrness Exp $
72 +
73 + 25 Sep 2007; Alin Năstac <mrness@g.o> libvformat-1.13.ebuild:
74 + Cosmetic changes.
75
76 22 Sep 2006; <blubb@g.o> libvformat-1.13.ebuild:
77 marked stable on amd64
78
79
80
81 --
82 gentoo-commits@g.o mailing list