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