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 B955C139696 for ; Sun, 23 Jul 2017 14:50:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D11AB1FC03D; Sun, 23 Jul 2017 14:50:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9E7ABE0E5A for ; Sun, 23 Jul 2017 14:50:34 +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 8E4D8341856 for ; Sun, 23 Jul 2017 14:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F29274BC for ; Sun, 23 Jul 2017 14:50:32 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1500821412.7412be0eaaa91d9823330304d9a1239d6e7ee46b.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/anthy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/anthy/anthy-9100h-r1.ebuild app-i18n/anthy/anthy-9100h-r2.ebuild X-VCS-Directories: app-i18n/anthy/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 7412be0eaaa91d9823330304d9a1239d6e7ee46b X-VCS-Branch: master Date: Sun, 23 Jul 2017 14:50:32 +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: ef417794-84a5-4aed-aa88-94ef38c8a1b0 X-Archives-Hash: 76171cd640ef199b0e958510b16fb032 commit: 7412be0eaaa91d9823330304d9a1239d6e7ee46b Author: Akinori Hattori gentoo org> AuthorDate: Sun Jul 23 14:40:42 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Jul 23 14:50:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7412be0e app-i18n/anthy: drop app-i18n/anthy-ss blocker Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/anthy/anthy-9100h-r1.ebuild | 13 ++++++------- app-i18n/anthy/anthy-9100h-r2.ebuild | 15 +++++---------- 2 files changed, 11 insertions(+), 17 deletions(-) diff --git a/app-i18n/anthy/anthy-9100h-r1.ebuild b/app-i18n/anthy/anthy-9100h-r1.ebuild index b0dd981411d..f58590c8697 100644 --- a/app-i18n/anthy/anthy-9100h-r1.ebuild +++ b/app-i18n/anthy/anthy-9100h-r1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=3 +EAPI="3" + inherit elisp-common eutils DESCRIPTION="Anthy -- free and secure Japanese input system" @@ -9,15 +10,13 @@ HOMEPAGE="http://anthy.sourceforge.jp/" SRC_URI="mirror://sourceforge.jp/anthy/37536/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" -#KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" SLOT="0" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="canna-2ch emacs static-libs" -DEPEND="!app-i18n/anthy-ss - canna-2ch? ( app-dicts/canna-2ch ) +RDEPEND="canna-2ch? ( app-dicts/canna-2ch ) emacs? ( virtual/emacs )" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}/${P}-anthy_context_t.patch" @@ -43,7 +42,7 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die - if use emacs ; then + if use emacs; then elisp-site-file-install "${FILESDIR}"/50anthy-gentoo.el || die fi diff --git a/app-i18n/anthy/anthy-9100h-r2.ebuild b/app-i18n/anthy/anthy-9100h-r2.ebuild index 6ad6fbaf144..43eb4327bd5 100644 --- a/app-i18n/anthy/anthy-9100h-r2.ebuild +++ b/app-i18n/anthy/anthy-9100h-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI="6" inherit elisp-common @@ -10,20 +10,15 @@ HOMEPAGE="http://anthy.sourceforge.jp/" SRC_URI="mirror://sourceforge.jp/anthy/37536/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" - -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="canna-2ch emacs static-libs" -DEPEND=" - !app-i18n/anthy-ss - canna-2ch? ( app-dicts/canna-2ch ) +RDEPEND="canna-2ch? ( app-dicts/canna-2ch ) emacs? ( virtual/emacs )" - -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${P}-anthy_context_t.patch" ) - DOCS=( AUTHORS DIARY NEWS README ChangeLog ) src_prepare() { @@ -54,7 +49,7 @@ src_install() { elisp-site-file-install "${FILESDIR}"/50anthy-gentoo.el || die fi - rm -v doc/Makefile* || die + rm -f doc/Makefile* docinto doc dodoc doc/* }