From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4FFA7138334 for ; Sat, 2 Jun 2018 22:38:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC977E0875; Sat, 2 Jun 2018 22:38:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE078E0864 for ; Sat, 2 Jun 2018 22:38:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92C29335C7F for ; Sat, 2 Jun 2018 22:38:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79A5C2C1 for ; Sat, 2 Jun 2018 22:38:16 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527979019.b4ddc37e8e4623e98226b3426c01cd3356316e08.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-m17n/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild X-VCS-Directories: app-i18n/scim-m17n/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: b4ddc37e8e4623e98226b3426c01cd3356316e08 X-VCS-Branch: master Date: Sat, 2 Jun 2018 22:38:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6364aa17-4a0f-4c66-ab06-3bc8c8ef6533 X-Archives-Hash: 34d50ff292fa0f7ec41df0537672f8aa commit: b4ddc37e8e4623e98226b3426c01cd3356316e08 Author: Aaron Bauman gentoo org> AuthorDate: Sat Jun 2 19:50:19 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Jun 2 22:36:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ddc37e app-i18n/scim-m17n: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild b/app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild index e870b0ecb28..87039f7d14a 100644 --- a/app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild +++ b/app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=6 DESCRIPTION="An input module for Smart Common Input Method (SCIM) which uses m17n as backend" HOMEPAGE="http://www.scim-im.org/projects/imengines" @@ -17,12 +17,6 @@ RDEPEND=">=app-i18n/scim-1.4 DEPEND="${RDEPEND} virtual/pkgconfig" -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc AUTHORS ChangeLog THANKS README -} - pkg_postinst() { elog elog "To use SCIM with both GTK2 and XIM, you should use the following"