Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/kpathsea: ChangeLog kpathsea-6.0.0_p20100722.ebuild
Date: Thu, 02 Dec 2010 16:19:30
Message-Id: 20101202161912.4A49420054@flycatcher.gentoo.org
1 aballier 10/12/02 16:19:12
2
3 Modified: ChangeLog kpathsea-6.0.0_p20100722.ebuild
4 Log:
5 Update the config files for better prefix support, by Fabian Groffen <grobian@g.o>, bug #347295
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-libs/kpathsea/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 1 Nov 2010 22:10:25 -0000 1.5
23 +++ ChangeLog 2 Dec 2010 16:19:12 -0000 1.6
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-libs/kpathsea
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.5 2010/11/01 22:10:25 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/ChangeLog,v 1.6 2010/12/02 16:19:12 aballier Exp $
29 +
30 + 02 Dec 2010; Alexis Ballier <aballier@g.o>
31 + kpathsea-6.0.0_p20100722.ebuild:
32 + Update the config files for better prefix support, by Fabian Groffen
33 + <grobian@g.o>, bug #347295
34
35 01 Nov 2010; Markus Meier <maekke@g.o>
36 kpathsea-6.0.0_p20100722.ebuild:
37
38
39
40 1.6 dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild?r1=1.5&r2=1.6
45
46 Index: kpathsea-6.0.0_p20100722.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -u -r1.5 -r1.6
52 --- kpathsea-6.0.0_p20100722.ebuild 1 Nov 2010 22:10:25 -0000 1.5
53 +++ kpathsea-6.0.0_p20100722.ebuild 2 Dec 2010 16:19:12 -0000 1.6
54 @@ -1,12 +1,12 @@
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild,v 1.5 2010/11/01 22:10:25 maekke Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.0_p20100722.ebuild,v 1.6 2010/12/02 16:19:12 aballier Exp $
59
60 EAPI=3
61
62 inherit texlive-common
63
64 -TEXMFD_VERSION="1"
65 +TEXMFD_VERSION="2"
66
67 DESCRIPTION="Library implementing generic path searching, configuration, and TeX-specific file searching"
68 HOMEPAGE="http://tug.org/texlive/"