Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/xterm: xterm-277.ebuild ChangeLog
Date: Tue, 10 Jan 2012 14:28:59
Message-Id: 20120110142849.8744D2004B@flycatcher.gentoo.org
1 ssuominen 12/01/10 14:28:49
2
3 Modified: ChangeLog
4 Added: xterm-277.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.346 x11-terms/xterm/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xterm/ChangeLog?rev=1.346&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xterm/ChangeLog?rev=1.346&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xterm/ChangeLog?r1=1.345&r2=1.346
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-terms/xterm/ChangeLog,v
20 retrieving revision 1.345
21 retrieving revision 1.346
22 diff -u -r1.345 -r1.346
23 --- ChangeLog 27 Dec 2011 21:14:28 -0000 1.345
24 +++ ChangeLog 10 Jan 2012 14:28:49 -0000 1.346
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-terms/xterm
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/ChangeLog,v 1.345 2011/12/27 21:14:28 maekke Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/ChangeLog,v 1.346 2012/01/10 14:28:49 ssuominen Exp $
31 +
32 +*xterm-277 (10 Jan 2012)
33 +
34 + 10 Jan 2012; Samuli Suominen <ssuominen@g.o> +xterm-277.ebuild:
35 + Version bump.
36
37 27 Dec 2011; Markus Meier <maekke@g.o> xterm-276.ebuild:
38 x86 stable, bug #394393
39
40
41
42 1.1 x11-terms/xterm/xterm-277.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xterm/xterm-277.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/xterm/xterm-277.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xterm-277.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/x11-terms/xterm/xterm-277.ebuild,v 1.1 2012/01/10 14:28:49 ssuominen Exp $
52
53 EAPI=4
54 inherit eutils multilib
55
56 DESCRIPTION="Terminal Emulator for X Windows"
57 HOMEPAGE="http://dickey.his.com/xterm/"
58 SRC_URI="ftp://invisible-island.net/${PN}/${P}.tgz"
59
60 LICENSE="MIT"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
63 IUSE="toolbar truetype unicode Xaw3d"
64
65 COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter )
66 kernel_FreeBSD? ( sys-libs/libutempter )
67 >=sys-libs/ncurses-5.7-r7
68 x11-apps/xmessage
69 x11-libs/libX11
70 x11-libs/libXaw
71 x11-libs/libXft
72 x11-libs/libxkbfile
73 x11-libs/libXmu
74 x11-libs/libXrender
75 x11-libs/libXt
76 unicode? ( x11-apps/luit )
77 Xaw3d? ( x11-libs/libXaw3d )"
78 RDEPEND="${COMMON_DEPEND}
79 media-fonts/font-misc-misc"
80 DEPEND="${COMMON_DEPEND}
81 dev-util/pkgconfig
82 x11-proto/kbproto
83 x11-proto/xproto"
84
85 pkg_setup() {
86 DEFAULTS_DIR="${EPREFIX}"/usr/share/X11/app-defaults
87 }
88
89 src_configure() {
90 # looking for reason why crosscompile failed? try restoring this:
91 # --x-libraries="${ROOT}usr/$(get_libdir)"
92 # -ssuominen, 2011
93
94 econf \
95 --libdir="${EPREFIX}"/etc \
96 --disable-full-tgetent \
97 --with-app-defaults=${DEFAULTS_DIR} \
98 --disable-setuid \
99 --disable-setgid \
100 --with-utempter \
101 --with-x \
102 $(use_with Xaw3d) \
103 --disable-imake \
104 --enable-256-color \
105 --enable-broken-osc \
106 --enable-broken-st \
107 --enable-exec-xterm \
108 $(use_enable truetype freetype) \
109 --enable-i18n \
110 --enable-load-vt-fonts \
111 --enable-logging \
112 $(use_enable toolbar) \
113 $(use_enable unicode mini-luit) \
114 $(use_enable unicode luit) \
115 --enable-wide-chars \
116 --enable-dabbrev \
117 --enable-warnings
118 }
119
120 src_install() {
121 emake DESTDIR="${D}" install
122 dodoc README{,.i18n} ctlseqs.txt
123 dohtml xterm.log.html
124 domenu *.desktop
125
126 # Fix permissions -- it grabs them from live system, and they can
127 # be suid or sgid like they were in pre-unix98 pty or pre-utempter days,
128 # respectively (#69510).
129 # (info from Thomas Dickey) - Donnie Berkholz <spyderous@g.o>
130 fperms 0755 /usr/bin/xterm
131
132 # restore the navy blue
133 sed -i -e "s:blue2$:blue:" "${ED}"${DEFAULTS_DIR}/XTerm-color
134 }