Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/mlterm/
Date: Sat, 09 Dec 2017 13:02:15
Message-Id: 1512824292.169ea06d66e5741da5a74639e19a45877adcc2a3.hattya@gentoo
1 commit: 169ea06d66e5741da5a74639e19a45877adcc2a3
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 9 12:58:12 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 12:58:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169ea06d
7
8 x11-terms/mlterm: drop old
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 x11-terms/mlterm/Manifest | 1 -
13 x11-terms/mlterm/mlterm-3.8.1.ebuild | 125 -----------------------------------
14 2 files changed, 126 deletions(-)
15
16 diff --git a/x11-terms/mlterm/Manifest b/x11-terms/mlterm/Manifest
17 index 891f5b21bcd..37e0421450d 100644
18 --- a/x11-terms/mlterm/Manifest
19 +++ b/x11-terms/mlterm/Manifest
20 @@ -1,3 +1,2 @@
21 DIST mlterm-3.8.0.tar.gz 3756779 SHA256 6be0165fe43dc45099c4b37303fcca918e5dd07c5b0abb1fd4e35c8d73e9bf01 SHA512 86d163aaf24668dea77e54ff775cb448c6c699bcc82e1d84fe9a9fbed90d9c834ee3e61348de77713b2dbd229b37b76d2be817d788710f224cd5c53e7f93049f WHIRLPOOL b189d06d420a42ded64e84c17158c21d3968353ac69bc1027bc1895a2eccc21cafe402d6b4f9497ca652d436ecc51c99ce8287ec96790e75d526facd7a830558
22 -DIST mlterm-3.8.1.tar.gz 3789935 SHA256 464fa3a76ea562e38945067003c68e5ce320b60063f412bff01cb6a0f5c5d6d9 SHA512 fd57ffefb9f96a58bb63751cc06b3381e0b3d5b50c5023cbd95fa5dc0351f958a783f6eabbf71b6625774312d03c5284db957c47f83f5352ae594d0e4864c52e WHIRLPOOL 5db8da0598b0419bca47448eb6471aed7ba2d57511d31944c41a26333f697b758c0a002b12ee60f5e4bebd61dedfbeea12ce90122fd7d66293c2906e7153ea17
23 DIST mlterm-3.8.2.tar.gz 3836220 SHA256 30278fc4b43bf66eebd8ff728f943674554e7593a3989d0f3ea68c4b34270399 SHA512 f0dafdc60cec8d221681669f7d53bc46615b22b05fe5d3de21946c7b62ec1631acedda4e80530e84df3be6234d198cd35a1595a73626884f2b21d03a09ecdace WHIRLPOOL 4941f21b1826368fef1a0f473f4bdab3b463c47979a823862883a9a67464bae11c2c62a3f7767d6d5d52084dd6ee875024844f31b974fa3c4f5f4d0fd61ef71d
24
25 diff --git a/x11-terms/mlterm/mlterm-3.8.1.ebuild b/x11-terms/mlterm/mlterm-3.8.1.ebuild
26 deleted file mode 100644
27 index 2babacfcbd3..00000000000
28 --- a/x11-terms/mlterm/mlterm-3.8.1.ebuild
29 +++ /dev/null
30 @@ -1,125 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="6"
35 -
36 -inherit eutils
37 -
38 -DESCRIPTION="A multi-lingual terminal emulator"
39 -HOMEPAGE="http://mlterm.sourceforge.net/"
40 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
45 -IUSE="bidi cairo canna debug fbcon fcitx freewnn gtk gtk2 harfbuzz ibus libssh2 m17n-lib nls regis scim skk static-libs uim utempter xft"
46 -
47 -RDEPEND="x11-libs/libICE
48 - x11-libs/libSM
49 - x11-libs/libX11
50 - bidi? ( dev-libs/fribidi )
51 - cairo? ( x11-libs/cairo[X(+)] )
52 - canna? ( app-i18n/canna )
53 - fbcon? ( media-fonts/unifont )
54 - fcitx? ( app-i18n/fcitx )
55 - freewnn? ( app-i18n/freewnn )
56 - gtk? (
57 - gtk2? ( x11-libs/gtk+:2 )
58 - !gtk2? ( x11-libs/gtk+:3 )
59 - )
60 - harfbuzz? ( media-libs/harfbuzz[truetype(+)] )
61 - ibus? ( app-i18n/ibus )
62 - libssh2? ( net-libs/libssh2 )
63 - m17n-lib? ( dev-libs/m17n-lib )
64 - nls? ( virtual/libintl )
65 - regis? (
66 - || (
67 - media-libs/sdl-ttf
68 - media-libs/sdl2-ttf
69 - )
70 - )
71 - scim? ( app-i18n/scim )
72 - skk? (
73 - || (
74 - virtual/skkserv
75 - app-i18n/skk-jisyo
76 - )
77 - )
78 - uim? ( app-i18n/uim )
79 - utempter? ( sys-libs/libutempter )
80 - xft? ( x11-libs/libXft )"
81 -DEPEND="${RDEPEND}
82 - virtual/pkgconfig
83 - nls? ( sys-devel/gettext )"
84 -REQUIRED_USE="gtk2? ( gtk )"
85 -
86 -PATCHES=( "${FILESDIR}"/${PN}-font.patch )
87 -DOCS=( doc/{en,ja} )
88 -
89 -src_prepare() {
90 - # default config
91 - sed -i \
92 - -e "/ icon_path =/aicon_path = ${EPREFIX}/usr/share/pixmaps/mlterm-icon.svg" \
93 - -e "/ scrollbar_view_name =/ascrollbar_view_name = sample" \
94 - etc/main
95 -
96 - default
97 -}
98 -
99 -src_configure() {
100 - local myconf=(
101 - $(use_enable bidi fribidi)
102 - $(use_enable canna)
103 - $(use_enable debug)
104 - $(use_enable fcitx)
105 - $(use_enable freewnn wnn)
106 - $(use_enable harfbuzz otl)
107 - $(use_enable ibus)
108 - $(use_enable libssh2 ssh2)
109 - $(use_enable m17n-lib m17nlib)
110 - $(use_enable nls)
111 - $(use_enable scim)
112 - $(use_enable skk)
113 - $(use_enable uim)
114 - $(use_enable utempter utmp)
115 - --with-gui=xlib$(usex fbcon ",fb" "")
116 - --with-type-engines=xcore$(usex xft ",xft" "")$(usex cairo ",cairo" "")
117 - --enable-optimize-redrawing
118 - --enable-vt52
119 - --disable-static
120 - )
121 -
122 - local scrollbars="sample,extra"
123 - local tools="mlclient,mlcc,mlfc,mlmenu,mlterm-zoom"
124 - if use gtk; then
125 - myconf+=(
126 - $(use_with gtk gtk $(usex gtk2 2.0 3.0))
127 - --with-imagelib=gdk-pixbuf
128 - )
129 - scrollbars+=",pixmap_engine"
130 - tools+=",mlconfig,mlimgloader"
131 - fi
132 - if use regis; then
133 - tools+=",registobmp"
134 - fi
135 - myconf+=( --with-scrollbars="${scrollbars}" )
136 - myconf+=( --with-tools="${tools}" )
137 -
138 - addpredict /dev/ptmx
139 - econf "${myconf[@]}"
140 -}
141 -
142 -src_test() {
143 - :
144 -}
145 -
146 -src_install () {
147 - default
148 - prune_libtool_files
149 -
150 - docinto contrib/icon
151 - dodoc contrib/icon/README
152 -
153 - doicon contrib/icon/mlterm*
154 - make_desktop_entry mlterm mlterm mlterm-icon "System;TerminalEmulator"
155 -}