Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libotf: ChangeLog libotf-0.9.7.ebuild
Date: Thu, 10 Jan 2008 15:57:28
Message-Id: E1JCzmX-0002ID-QF@stork.gentoo.org
1 matsuu 08/01/10 15:57:25
2
3 Modified: ChangeLog
4 Added: libotf-0.9.7.ebuild
5 Log:
6 Version bumped, bug #205138.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.27 dev-libs/libotf/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 18 Aug 2007 04:20:22 -0000 1.26
23 +++ ChangeLog 10 Jan 2008 15:57:25 -0000 1.27
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-libs/libotf
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v 1.26 2007/08/18 04:20:22 matsuu Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v 1.27 2008/01/10 15:57:25 matsuu Exp $
30 +
31 +*libotf-0.9.7 (10 Jan 2008)
32 +
33 + 10 Jan 2008; MATSUU Takuto <matsuu@g.o> +libotf-0.9.7.ebuild:
34 + Version bumped, bug #205138.
35
36 *libotf-0.9.6 (18 Aug 2007)
37
38
39
40
41 1.1 dev-libs/libotf/libotf-0.9.7.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/libotf-0.9.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/libotf-0.9.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libotf-0.9.7.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.7.ebuild,v 1.1 2008/01/10 15:57:25 matsuu Exp $
51
52 WANT_AUTOMAKE=latest
53 WANT_AUTOCONF=latest
54
55 inherit autotools
56
57 DESCRIPTION="Library for handling OpenType fonts (OTF)"
58 HOMEPAGE="http://www.m17n.org/libotf/"
59 SRC_URI="http://www.m17n.org/libotf/${P}.tar.gz"
60
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
64 IUSE="X"
65
66 RDEPEND=">=media-libs/freetype-2.1
67 X? (
68 x11-libs/libXaw
69 x11-libs/libICE
70 )"
71
72 DEPEND="${RDEPEND}
73 >=sys-apps/sed-4
74 dev-util/pkgconfig"
75
76 src_unpack() {
77 unpack ${A}
78 cd "${S}"
79 use X || sed -i -e '/^bin_PROGRAMS/s/otfview//' example/Makefile.am || die
80 eautoremake
81 }
82
83 src_install() {
84 emake DESTDIR="${D}" install || die
85
86 dodoc AUTHORS NEWS README ChangeLog
87 }
88
89 pkg_postinst() {
90 if has_version '<dev-libs/libotf-0.9.3' ; then
91 ewarn
92 ewarn "Shared library extension has been changed. You may need to recompile"
93 ewarn "everything depending on this library (in short, please remerge m17n-lib"
94 ewarn " if you are upgrading)."
95 ewarn
96 fi
97 }
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list