Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/lcdf-typetools: ChangeLog lcdf-typetools-2.69.ebuild
Date: Fri, 30 May 2008 11:02:40
Message-Id: E1K22NW-00072u-In@stork.gentoo.org
1 aballier 08/05/30 11:02:34
2
3 Modified: ChangeLog
4 Added: lcdf-typetools-2.69.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.20 app-text/lcdf-typetools/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 12 May 2008 20:33:14 -0000 1.19
23 +++ ChangeLog 30 May 2008 11:02:34 -0000 1.20
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-text/lcdf-typetools
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.19 2008/05/12 20:33:14 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.20 2008/05/30 11:02:34 aballier Exp $
29 +
30 +*lcdf-typetools-2.69 (30 May 2008)
31 +
32 + 30 May 2008; Alexis Ballier <aballier@g.o>
33 + +lcdf-typetools-2.69.ebuild:
34 + version bump
35
36 12 May 2008; nixnut <nixnut@g.o> lcdf-typetools-2.66.ebuild:
37 Stable on ppc wrt bug 220651
38
39
40
41 1.1 app-text/lcdf-typetools/lcdf-typetools-2.69.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.69.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.69.ebuild?rev=1.1&content-type=text/plain
45
46 Index: lcdf-typetools-2.69.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.69.ebuild,v 1.1 2008/05/30 11:02:34 aballier Exp $
51
52 DESCRIPTION="Font utilities for eg manipulating OTF"
53 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz"
54 HOMEPAGE="http://www.lcdf.org/type/#typetools"
55 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
56 SLOT="0"
57 LICENSE="GPL-2"
58 IUSE="kpathsea"
59
60 DEPEND="kpathsea? ( virtual/tex-base )"
61
62 src_compile() {
63 econf $(use_with kpathsea) || die "econf failed"
64 emake || die "emake failed"
65 }
66
67 src_install() {
68 emake DESTDIR="${D}" install || die "emake install failed"
69 dodoc NEWS README ONEWS
70 }
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list