Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libotf: ChangeLog libotf-0.9.13.ebuild
Date: Fri, 30 Nov 2012 05:58:50
Message-Id: 20121130055839.DF98620C9F@flycatcher.gentoo.org
1 ssuominen 12/11/30 05:58:39
2
3 Modified: ChangeLog
4 Added: libotf-0.9.13.ebuild
5 Log:
6 Version bump wrt #439900 by James Cloos
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.52 dev-libs/libotf/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libotf/ChangeLog?rev=1.52&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libotf/ChangeLog?rev=1.52&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libotf/ChangeLog?r1=1.51&r2=1.52
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v
20 retrieving revision 1.51
21 retrieving revision 1.52
22 diff -u -r1.51 -r1.52
23 --- ChangeLog 14 Nov 2012 14:13:40 -0000 1.51
24 +++ ChangeLog 30 Nov 2012 05:58:39 -0000 1.52
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-libs/libotf
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v 1.51 2012/11/14 14:13:40 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v 1.52 2012/11/30 05:58:39 ssuominen Exp $
30 +
31 +*libotf-0.9.13 (30 Nov 2012)
32 +
33 + 30 Nov 2012; Samuli Suominen <ssuominen@g.o> +libotf-0.9.13.ebuild,
34 + +files/libotf-0.9.13-build.patch:
35 + Version bump wrt #439900 by James Cloos
36
37 14 Nov 2012; Justin Lecher <jlec@g.o> libotf-0.9.9.ebuild:
38 Keyworded for ~linux, tested by me
39
40
41
42 1.1 dev-libs/libotf/libotf-0.9.13.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libotf/libotf-0.9.13.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libotf/libotf-0.9.13.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libotf-0.9.13.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.13.ebuild,v 1.1 2012/11/30 05:58:39 ssuominen Exp $
52
53 EAPI=5
54 inherit autotools eutils
55
56 DESCRIPTION="Library for handling OpenType fonts (OTF)"
57 HOMEPAGE="http://www.nongnu.org/m17n/"
58 SRC_URI="mirror://nongnu/m17n/${P}.tar.gz"
59
60 LICENSE="LGPL-2.1"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
63 IUSE="static-libs X"
64
65 RDEPEND=">=media-libs/freetype-2.4.9
66 X? (
67 x11-libs/libX11
68 x11-libs/libXaw
69 x11-libs/libXt
70 )"
71 DEPEND="${RDEPEND}
72 X? (
73 x11-libs/libICE
74 x11-libs/libXmu
75 x11-proto/xproto
76 )"
77
78 DOCS="AUTHORS ChangeLog NEWS README"
79
80 src_prepare() {
81 epatch "${FILESDIR}"/${P}-build.patch
82 eautoreconf
83 }
84
85 src_configure() {
86 export ac_cv_header_X11_Xaw_Command_h=$(usex X)
87 econf $(use_enable static-libs static)
88 }
89
90 src_install() {
91 default
92 prune_libtool_files
93 }