Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/mlterm: mlterm-2.9.4-r4.ebuild ChangeLog
Date: Wed, 01 Jul 2009 14:06:21
Message-Id: E1MM0S3-0002CK-0g@stork.gentoo.org
1 matsuu 09/07/01 14:06:19
2
3 Modified: ChangeLog
4 Added: mlterm-2.9.4-r4.ebuild
5 Log:
6 Added 256 color patch.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.65 x11-terms/mlterm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/mlterm/ChangeLog?rev=1.65&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/mlterm/ChangeLog?rev=1.65&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/mlterm/ChangeLog?r1=1.64&r2=1.65
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-terms/mlterm/ChangeLog,v
19 retrieving revision 1.64
20 retrieving revision 1.65
21 diff -u -r1.64 -r1.65
22 --- ChangeLog 30 Sep 2008 16:24:04 -0000 1.64
23 +++ ChangeLog 1 Jul 2009 14:06:18 -0000 1.65
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-terms/mlterm
26 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/mlterm/ChangeLog,v 1.64 2008/09/30 16:24:04 matsuu Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/mlterm/ChangeLog,v 1.65 2009/07/01 14:06:18 matsuu Exp $
30 +
31 +*mlterm-2.9.4-r4 (01 Jul 2009)
32 +
33 + 01 Jul 2009; MATSUU Takuto <matsuu@g.o> +mlterm-2.9.4-r4.ebuild:
34 + Added 256 color patch.
35
36 *mlterm-2.9.4-r3 (30 Sep 2008)
37
38
39
40
41 1.1 x11-terms/mlterm/mlterm-2.9.4-r4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/mlterm/mlterm-2.9.4-r4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/mlterm/mlterm-2.9.4-r4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mlterm-2.9.4-r4.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-terms/mlterm/mlterm-2.9.4-r4.ebuild,v 1.1 2009/07/01 14:06:18 matsuu Exp $
51
52 inherit eutils toolchain-funcs
53
54 IUSE="truetype gtk imlib bidi nls uim scim m17n-lib"
55 #IUSE="${IUSE} iiimf"
56
57 DESCRIPTION="A multi-lingual terminal emulator"
58 HOMEPAGE="http://mlterm.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/mlterm/${P}.tar.gz
60 http://shinh.skr.jp/dat_dir/${P}_256.patch"
61
62 SLOT="0"
63 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
64 LICENSE="BSD"
65
66 RDEPEND="virtual/utempter
67 x11-libs/libX11
68 x11-libs/libICE
69 x11-libs/libSM
70 gtk? ( >=x11-libs/gtk+-2 )
71 !gtk? ( imlib? ( >=media-libs/imlib-1.9.14 ) )
72 truetype? ( x11-libs/libXft )
73 bidi? ( >=dev-libs/fribidi-0.10.4 )
74 nls? ( virtual/libintl )
75 uim? ( >=app-i18n/uim-1.0 )
76 scim? ( >=app-i18n/scim-1.4 )
77 m17n-lib? ( >=dev-libs/m17n-lib-1.2.0 )"
78 DEPEND="${RDEPEND}
79 dev-util/pkgconfig
80 nls? ( sys-devel/gettext )"
81
82 src_unpack() {
83 unpack ${A}
84 cd "${S}"
85 epatch "${FILESDIR}"/${P}-uim15-fix.patch
86 epatch "${DISTDIR}"/${P}_256.patch
87 cd "${S}"/xwindow
88 epatch "${FILESDIR}"/${PN}-2.9.1-gentoo.diff
89 epatch "${FILESDIR}"/${PN}-2.9.3-asneeded.diff
90 }
91
92 src_compile() {
93 local myconf
94
95 if use gtk ; then
96 myconf="${myconf} --with-imagelib=gdk-pixbuf"
97 else
98 if use imlib ; then
99 myconf="${myconf} --with-imagelib=imlib"
100 else
101 myconf="${myconf} --with-imagelib=''"
102 fi
103 myconf="${myconf} --with-tools=mlclient,mlcc"
104 fi
105
106 # iiimf isn't stable enough
107 #myconf="${myconf} $(use_enable iiimf)"
108
109 econf --enable-utmp \
110 $(use_enable truetype anti-alias) \
111 $(use_enable bidi fribidi) \
112 $(use_enable nls) \
113 $(use_enable uim) \
114 $(use_enable scim) \
115 $(use_enable m17n-lib m17nlib) \
116 ${myconf} || die "econf failed"
117 emake CC="$(tc-getCC)" || die "emake failed"
118 }
119
120 src_install () {
121 emake DESTDIR="${D}" install || die
122
123 dodoc ChangeLog README
124
125 docinto ja
126 dodoc doc/ja/*
127 docinto en
128 dodoc doc/en/*
129 }