Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/vflib: vflib-3.6.14.ebuild ChangeLog
Date: Tue, 02 Sep 2008 23:45:59
Message-Id: E1KafZL-0004eZ-Tb@stork.gentoo.org
1 aballier 08/09/02 23:45:55
2
3 Modified: vflib-3.6.14.ebuild ChangeLog
4 Log:
5 We only need tex-base as dep here (bug #222501) and put it in RDEPEND too as it links to libkpathsea.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
7
8 Revision Changes Path
9 1.6 media-libs/vflib/vflib-3.6.14.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/vflib/vflib-3.6.14.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/vflib/vflib-3.6.14.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/vflib/vflib-3.6.14.ebuild?r1=1.5&r2=1.6
14
15 Index: vflib-3.6.14.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/vflib/vflib-3.6.14.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- vflib-3.6.14.ebuild 4 Nov 2007 10:19:40 -0000 1.5
22 +++ vflib-3.6.14.ebuild 2 Sep 2008 23:45:55 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/vflib/vflib-3.6.14.ebuild,v 1.5 2007/11/04 10:19:40 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/vflib/vflib-3.6.14.ebuild,v 1.6 2008/09/02 23:45:55 aballier Exp $
29
30 inherit libtool eutils
31
32 @@ -20,10 +20,10 @@
33 x11-libs/libXdmcp
34 x11-libs/libXext
35 =media-libs/freetype-1*
36 + virtual/tex-base
37 media-libs/t1lib"
38 DEPEND="${RDEPEND}
39 x11-proto/xproto
40 - virtual/tetex
41 x11-misc/imake"
42
43 S="${WORKDIR}"/${MY_P}
44
45
46
47 1.13 media-libs/vflib/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/vflib/ChangeLog?rev=1.13&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/vflib/ChangeLog?rev=1.13&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/vflib/ChangeLog?r1=1.12&r2=1.13
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-libs/vflib/ChangeLog,v
56 retrieving revision 1.12
57 retrieving revision 1.13
58 diff -u -r1.12 -r1.13
59 --- ChangeLog 25 Dec 2007 17:12:36 -0000 1.12
60 +++ ChangeLog 2 Sep 2008 23:45:55 -0000 1.13
61 @@ -1,6 +1,10 @@
62 # ChangeLog for media-libs/vflib
63 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-libs/vflib/ChangeLog,v 1.12 2007/12/25 17:12:36 phreak Exp $
65 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/media-libs/vflib/ChangeLog,v 1.13 2008/09/02 23:45:55 aballier Exp $
67 +
68 + 02 Sep 2008; Alexis Ballier <aballier@g.o> vflib-3.6.14.ebuild:
69 + We only need tex-base as dep here (bug #222501) and put it in RDEPEND too
70 + as it links to libkpathsea.
71
72 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
73 Removing usata from metadata.xml as per #22931.