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 A3638138335 for ; Sun, 22 Jul 2018 13:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4986E08FB; Sun, 22 Jul 2018 13:14:16 +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 6C1E8E08FB for ; Sun, 22 Jul 2018 13:14:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6BF7B335CA6 for ; Sun, 22 Jul 2018 13:14:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A51B137D for ; Sun, 22 Jul 2018 13:14:12 +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: <1532264836.c6dd602ae9ba388dfb0fe8c231dac06cb0988122.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/yaskkserv/metadata.xml app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild X-VCS-Directories: app-i18n/yaskkserv/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: c6dd602ae9ba388dfb0fe8c231dac06cb0988122 X-VCS-Branch: master Date: Sun, 22 Jul 2018 13:14:12 +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: 4d2f77d6-47e6-43fa-b4da-636ba189729b X-Archives-Hash: 21ab92d4c53ff356b4405bfca6004a74 commit: c6dd602ae9ba388dfb0fe8c231dac06cb0988122 Author: Akinori Hattori gentoo org> AuthorDate: Sun Jul 22 13:07:16 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Jul 22 13:07:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6dd602a app-i18n/yaskkserv: tidy Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-i18n/yaskkserv/metadata.xml | 14 +++++++------- app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild | 6 ++---- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/app-i18n/yaskkserv/metadata.xml b/app-i18n/yaskkserv/metadata.xml index 11ae3503063..6e6dda1b2b3 100644 --- a/app-i18n/yaskkserv/metadata.xml +++ b/app-i18n/yaskkserv/metadata.xml @@ -1,11 +1,11 @@ - - cjk@gentoo.org - Cjk - - - wachikun/yaskkserv - + + cjk@gentoo.org + Cjk + + + wachikun/yaskkserv + diff --git a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild b/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild index 0d0ae48356c..255ca5d5e63 100644 --- a/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild +++ b/app-i18n/yaskkserv/yaskkserv-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -13,6 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="gnutls libressl systemd" +REQUIRED_USE="?? ( gnutls libressl )" RDEPEND="app-i18n/skk-jisyo gnutls? ( net-libs/gnutls ) @@ -24,10 +25,7 @@ RDEPEND="app-i18n/skk-jisyo DEPEND="${RDEPEND} dev-lang/perl" -REQUIRED_USE="?? ( gnutls libressl )" - PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch ) -DOCS=( README.md ) HTML_DOCS=( documentation/. ) src_configure() {