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.87.ebuild
Date: Thu, 03 Feb 2011 14:21:01
Message-Id: 20110203142050.DB2D620054@flycatcher.gentoo.org
1 aballier 11/02/03 14:20:50
2
3 Modified: ChangeLog
4 Added: lcdf-typetools-2.87.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.64 app-text/lcdf-typetools/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/lcdf-typetools/ChangeLog?rev=1.64&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/lcdf-typetools/ChangeLog?rev=1.64&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/lcdf-typetools/ChangeLog?r1=1.63&r2=1.64
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v
20 retrieving revision 1.63
21 retrieving revision 1.64
22 diff -u -r1.63 -r1.64
23 --- ChangeLog 24 Jan 2011 09:18:42 -0000 1.63
24 +++ ChangeLog 3 Feb 2011 14:20:50 -0000 1.64
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-text/lcdf-typetools
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.63 2011/01/24 09:18:42 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.64 2011/02/03 14:20:50 aballier Exp $
30 +
31 +*lcdf-typetools-2.87 (03 Feb 2011)
32 +
33 + 03 Feb 2011; Alexis Ballier <aballier@g.o>
34 + +lcdf-typetools-2.87.ebuild:
35 + version bump
36
37 24 Jan 2011; Alexis Ballier <aballier@g.o>
38 -lcdf-typetools-2.79.ebuild, -lcdf-typetools-2.83.ebuild:
39
40
41
42 1.1 app-text/lcdf-typetools/lcdf-typetools-2.87.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.87.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.87.ebuild?rev=1.1&content-type=text/plain
46
47 Index: lcdf-typetools-2.87.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/app-text/lcdf-typetools/lcdf-typetools-2.87.ebuild,v 1.1 2011/02/03 14:20:50 aballier Exp $
52
53 DESCRIPTION="Font utilities for eg manipulating OTF"
54 SRC_URI="http://www.lcdf.org/type/${P}.tar.gz"
55 HOMEPAGE="http://www.lcdf.org/type/#typetools"
56 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
57 SLOT="0"
58 LICENSE="GPL-2"
59 IUSE="kpathsea"
60
61 DEPEND="kpathsea? ( virtual/tex-base )"
62 RDEPEND="${DEPEND}"
63
64 src_compile() {
65 econf $(use_with kpathsea) || die "econf failed"
66 emake || die "emake failed"
67 }
68
69 src_install() {
70 emake DESTDIR="${D}" install || die "emake install failed"
71 dodoc NEWS README ONEWS
72 }