Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-m17n/
Date: Sat, 02 Jun 2018 22:38:21
Message-Id: 1527979019.b4ddc37e8e4623e98226b3426c01cd3356316e08.bman@gentoo
1 commit: b4ddc37e8e4623e98226b3426c01cd3356316e08
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 19:50:19 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 22:36:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ddc37e
7
8 app-i18n/scim-m17n: bump EAPI
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild | 8 +-------
13 1 file changed, 1 insertion(+), 7 deletions(-)
14
15 diff --git a/app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild b/app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild
16 index e870b0ecb28..87039f7d14a 100644
17 --- a/app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild
18 +++ b/app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=0
24 +EAPI=6
25
26 DESCRIPTION="An input module for Smart Common Input Method (SCIM) which uses m17n as backend"
27 HOMEPAGE="http://www.scim-im.org/projects/imengines"
28 @@ -17,12 +17,6 @@ RDEPEND=">=app-i18n/scim-1.4
29 DEPEND="${RDEPEND}
30 virtual/pkgconfig"
31
32 -src_install() {
33 - emake DESTDIR="${D}" install || die "make install failed"
34 -
35 - dodoc AUTHORS ChangeLog THANKS README
36 -}
37 -
38 pkg_postinst() {
39 elog
40 elog "To use SCIM with both GTK2 and XIM, you should use the following"