Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/xterm/
Date: Mon, 10 Oct 2016 22:59:51
Message-Id: 1476140373.f1ab3dce279005d9320b1101638cdf2bdb20f3a1.mrueg@gentoo
1 commit: f1ab3dce279005d9320b1101638cdf2bdb20f3a1
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 10 22:59:33 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 10 22:59:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ab3dce
7
8 x11-terms/xterm: Version bump to 327
9
10 Package-Manager: portage-2.3.1
11
12 x11-terms/xterm/Manifest | 1 +
13 x11-terms/xterm/xterm-327.ebuild | 94 ++++++++++++++++++++++++++++++++++++++++
14 2 files changed, 95 insertions(+)
15
16 diff --git a/x11-terms/xterm/Manifest b/x11-terms/xterm/Manifest
17 index 8fa2cfa..4614465 100644
18 --- a/x11-terms/xterm/Manifest
19 +++ b/x11-terms/xterm/Manifest
20 @@ -2,3 +2,4 @@ DIST xterm-314.tgz 1200426 SHA256 1dbf1e93796c1b71b22b84e82eb58bcf20a14a7f365158
21 DIST xterm-320.tgz 1217356 SHA256 a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7 SHA512 6c234b5564ce1276136bc3ef8ef5d6703ed9dc3af3b0fd7c8c713c0876276fc4bb55cee7137f9a8c45df66531b6bd8eb778bd7660ea35c4aa8aa80ba17ba1263 WHIRLPOOL 2d7b0de46096a7a0426a419007a590bc478d19c7e2ddc3cea2fbfe0998a2f2fe5c6f5da46b5869260207e897a284250fa2cd483d613d65636c01ce366d7b6a5c
22 DIST xterm-325.tgz 1237865 SHA256 3b31b07a0c40427e9330ec3be9d1a748c72808f945953cea9e526e48be315f1b SHA512 7049a013967cb90eb196684e7d6d0664cd0d7c86154fba318493d9249e973a4bf591861cbbc051a80184ef427aad75774b15d79cb571d3f82482c1b51e7a99f4 WHIRLPOOL 5f08712994e3d907fcae2bbfe7d8f1aaf2ff3be342eec6b854f94774d0e7fa03e042c2716848b6aae6d6cf14a030c7a1769b6ab8e68818394447acf2455cd37e
23 DIST xterm-326.tgz 1240064 SHA256 3f40eb373cef578ae108b6d19602c96bf7342a80396e93a30ff78ee72f68d317 SHA512 24a26adeeb07f2ed31779578d3a18d6c838bc7596521f5c826c8747b96fae1a296451f55d0046970102cf9f2ef072f6d0505dfc51378796c2834fb9af036dce1 WHIRLPOOL 132c330e9f476bf1050efd5f054be22959e0abd6e44eac247e27248f805c42691a12c061864e033ca9199dfe3f20c50df0a03f6222965a18f0587a965cff7e32
24 +DIST xterm-327.tgz 1240131 SHA256 66fb2f6c35b342148f549c276b12a3aa3fb408e27ab6360ddec513e14376150b SHA512 d9d9f3b870fea8db9ae3c076a9d85152488b2d392b9b1e2e4ebbeded287ed4911f1f63e5e035d5b3793b2506b993125c6fca437393b435a28aeb519d76147672 WHIRLPOOL 44254647e9e6e331d198763c5d38738ebf56386e9c93ee65beaf15ad5d0eb2f75731498608e1e9d503e7d2355a0a456336bcaa4b1d16ab791961cfa404a9489d
25
26 diff --git a/x11-terms/xterm/xterm-327.ebuild b/x11-terms/xterm/xterm-327.ebuild
27 new file mode 100644
28 index 00000000..27ffea6
29 --- /dev/null
30 +++ b/x11-terms/xterm/xterm-327.ebuild
31 @@ -0,0 +1,94 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +
38 +inherit eutils flag-o-matic multilib
39 +
40 +DESCRIPTION="Terminal Emulator for X Windows"
41 +HOMEPAGE="http://invisible-island.net/xterm/"
42 +SRC_URI="ftp://invisible-island.net/${PN}/${P}.tgz"
43 +
44 +LICENSE="MIT"
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
47 +IUSE="+openpty toolbar truetype unicode Xaw3d xinerama"
48 +
49 +COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter )
50 + kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) )
51 + >=sys-libs/ncurses-5.7-r7:0=
52 + x11-apps/xmessage
53 + x11-libs/libX11
54 + x11-libs/libXaw
55 + x11-libs/libXft
56 + x11-libs/libxkbfile
57 + x11-libs/libXmu
58 + x11-libs/libXrender
59 + x11-libs/libXt
60 + unicode? ( x11-apps/luit )
61 + Xaw3d? ( x11-libs/libXaw3d )
62 + xinerama? ( x11-libs/libXinerama )"
63 +RDEPEND="${COMMON_DEPEND}
64 + media-fonts/font-misc-misc"
65 +DEPEND="${COMMON_DEPEND}
66 + virtual/pkgconfig
67 + x11-proto/kbproto
68 + x11-proto/xproto"
69 +
70 +DOCS=( README{,.i18n} ctlseqs.txt )
71 +
72 +pkg_setup() {
73 + DEFAULTS_DIR="${EPREFIX}"/usr/share/X11/app-defaults
74 +}
75 +
76 +src_configure() {
77 + # 454736
78 + # Workaround for ncurses[tinfo] until upstream fixes their buildsystem using
79 + # something sane like pkg-config or ncurses5-config and stops guessing libs
80 + # Everything gets linked against ncurses anyways, so don't shout
81 + append-libs $(pkg-config --libs ncurses)
82 +
83 + econf \
84 + --libdir="${EPREFIX}"/etc \
85 + --disable-full-tgetent \
86 + --with-app-defaults="${DEFAULTS_DIR}" \
87 + --disable-setuid \
88 + --disable-setgid \
89 + --with-utempter \
90 + --with-x \
91 + $(use_with Xaw3d) \
92 + $(use_with xinerama) \
93 + --disable-imake \
94 + --enable-256-color \
95 + --enable-broken-osc \
96 + --enable-broken-st \
97 + --enable-exec-xterm \
98 + $(use_enable truetype freetype) \
99 + --enable-i18n \
100 + --enable-load-vt-fonts \
101 + --enable-logging \
102 + $(use_enable openpty) \
103 + $(use_enable toolbar) \
104 + $(use_enable unicode mini-luit) \
105 + $(use_enable unicode luit) \
106 + --enable-wide-chars \
107 + --enable-dabbrev \
108 + --enable-warnings
109 +}
110 +
111 +src_install() {
112 + default
113 +
114 + dohtml xterm.log.html
115 + domenu *.desktop
116 +
117 + # Fix permissions -- it grabs them from live system, and they can
118 + # be suid or sgid like they were in pre-unix98 pty or pre-utempter days,
119 + # respectively (#69510).
120 + # (info from Thomas Dickey) - Donnie Berkholz <spyderous@g.o>
121 + fperms 0755 /usr/bin/xterm
122 +
123 + # restore the navy blue
124 + sed -i -e "s:blue2$:blue:" "${D}${DEFAULTS_DIR}"/XTerm-color || die
125 +}