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-texlive/texlive-fontutils: ChangeLog texlive-fontutils-2011.ebuild
Date: Thu, 28 Jul 2011 13:15:15
Message-Id: 20110728131505.4D0372004B@flycatcher.gentoo.org
1 aballier 11/07/28 13:15:05
2
3 Modified: ChangeLog
4 Added: texlive-fontutils-2011.ebuild
5 Log:
6 Bump to TeX Live 2011
7
8 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.20 dev-texlive/texlive-fontutils/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontutils/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontutils/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontutils/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontutils/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 13 Mar 2011 11:46:42 -0000 1.19
24 +++ ChangeLog 28 Jul 2011 13:15:05 -0000 1.20
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-texlive/texlive-fontutils
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontutils/ChangeLog,v 1.19 2011/03/13 11:46:42 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontutils/ChangeLog,v 1.20 2011/07/28 13:15:05 aballier Exp $
30 +
31 +*texlive-fontutils-2011 (28 Jul 2011)
32 +
33 + 28 Jul 2011; Alexis Ballier <aballier@g.o>
34 + +texlive-fontutils-2011.ebuild:
35 + Bump to TeX Live 2011
36
37 13 Mar 2011; Fabian Groffen <grobian@g.o>
38 texlive-fontutils-2009.ebuild:
39
40
41
42 1.1 dev-texlive/texlive-fontutils/texlive-fontutils-2011.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontutils/texlive-fontutils-2011.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-texlive/texlive-fontutils/texlive-fontutils-2011.ebuild?rev=1.1&content-type=text/plain
46
47 Index: texlive-fontutils-2011.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-fontutils/texlive-fontutils-2011.ebuild,v 1.1 2011/07/28 13:15:05 aballier Exp $
52
53 EAPI="3"
54
55 TEXLIVE_MODULE_CONTENTS="accfonts afm2pl epstopdf fontware lcdftypetools ps2pkm pstools psutils dvipsconfig fontinst fontools getafm t1utils collection-fontutils
56 "
57 TEXLIVE_MODULE_DOC_CONTENTS="accfonts.doc afm2pl.doc epstopdf.doc fontware.doc lcdftypetools.doc pstools.doc psutils.doc fontinst.doc fontools.doc getafm.doc t1utils.doc "
58 TEXLIVE_MODULE_SRC_CONTENTS="fontinst.source "
59 inherit texlive-module
60 DESCRIPTION="TeXLive TeX and Outline font utilities"
61
62 LICENSE="GPL-2 as-is GPL-1 LPPL-1.3 public-domain "
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
65 IUSE=""
66 DEPEND=">=dev-texlive/texlive-basic-2011
67 !dev-texlive/texlive-psutils
68 !<dev-texlive/texlive-fontsextra-2009
69 !<app-text/texlive-core-2009
70 "
71 RDEPEND="${DEPEND} "
72 TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/accfonts/mkt1font texmf-dist/scripts/accfonts/vpl2ovp texmf-dist/scripts/accfonts/vpl2vpl texmf-dist/scripts/epstopdf/epstopdf.pl texmf-dist/scripts/fontools/afm2afm texmf-dist/scripts/fontools/autoinst texmf-dist/scripts/fontools/cmap2enc texmf-dist/scripts/fontools/font2afm texmf-dist/scripts/fontools/ot2kpx texmf-dist/scripts/fontools/pfm2kpx texmf-dist/scripts/fontools/showglyphs"
73 PATCHES=( "${FILESDIR}/epstopdf_invocation.patch" )