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: lcdf-typetools-2.83.ebuild ChangeLog
Date: Sun, 25 Apr 2010 20:15:42
Message-Id: 20100425201539.0DEF32C04C@corvid.gentoo.org
1 aballier 10/04/25 20:15:38
2
3 Modified: ChangeLog
4 Added: lcdf-typetools-2.83.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.52 app-text/lcdf-typetools/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/ChangeLog?rev=1.52&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/ChangeLog?rev=1.52&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/ChangeLog?r1=1.51&r2=1.52
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v
19 retrieving revision 1.51
20 retrieving revision 1.52
21 diff -u -r1.51 -r1.52
22 --- ChangeLog 2 Feb 2010 08:52:22 -0000 1.51
23 +++ ChangeLog 25 Apr 2010 20:15:38 -0000 1.52
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.51 2010/02/02 08:52:22 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.52 2010/04/25 20:15:38 aballier Exp $
29 +
30 +*lcdf-typetools-2.83 (25 Apr 2010)
31 +
32 + 25 Apr 2010; Alexis Ballier <aballier@g.o>
33 + +lcdf-typetools-2.83.ebuild:
34 + version bump
35
36 *lcdf-typetools-2.82 (02 Feb 2010)
37
38
39
40
41 1.1 app-text/lcdf-typetools/lcdf-typetools-2.83.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.83.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.83.ebuild?rev=1.1&content-type=text/plain
45
46 Index: lcdf-typetools-2.83.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.83.ebuild,v 1.1 2010/04/25 20:15:38 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 }