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.82.ebuild
Date: Tue, 02 Feb 2010 08:52:26
Message-Id: E1NcEUg-0008Py-Tf@stork.gentoo.org
1 aballier 10/02/02 08:52:22
2
3 Modified: ChangeLog
4 Added: lcdf-typetools-2.82.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.51 app-text/lcdf-typetools/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/ChangeLog?rev=1.51&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/ChangeLog?rev=1.51&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/ChangeLog?r1=1.50&r2=1.51
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v
19 retrieving revision 1.50
20 retrieving revision 1.51
21 diff -u -r1.50 -r1.51
22 --- ChangeLog 18 Jan 2010 20:39:54 -0000 1.50
23 +++ ChangeLog 2 Feb 2010 08:52:22 -0000 1.51
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-text/lcdf-typetools
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.50 2010/01/18 20:39:54 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.51 2010/02/02 08:52:22 aballier Exp $
29 +
30 +*lcdf-typetools-2.82 (02 Feb 2010)
31 +
32 + 02 Feb 2010; Alexis Ballier <aballier@g.o>
33 + +lcdf-typetools-2.82.ebuild:
34 + version bump
35
36 18 Jan 2010; Alexis Ballier <aballier@g.o>
37 -lcdf-typetools-2.69.ebuild, -lcdf-typetools-2.80.ebuild:
38
39
40
41 1.1 app-text/lcdf-typetools/lcdf-typetools-2.82.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.82.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.82.ebuild?rev=1.1&content-type=text/plain
45
46 Index: lcdf-typetools-2.82.ebuild
47 ===================================================================
48 # Copyright 1999-2010 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.82.ebuild,v 1.1 2010/02/02 08:52:22 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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
56 SLOT="0"
57 LICENSE="GPL-2"
58 IUSE="kpathsea"
59
60 DEPEND="kpathsea? ( virtual/tex-base )"
61 RDEPEND="${DEPEND}"
62
63 src_compile() {
64 econf $(use_with kpathsea) || die "econf failed"
65 emake || die "emake failed"
66 }
67
68 src_install() {
69 emake DESTDIR="${D}" install || die "emake install failed"
70 dodoc NEWS README ONEWS
71 }