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 77F9C138334 for ; Mon, 6 Aug 2018 12:54:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4565BE0848; Mon, 6 Aug 2018 12:54:09 +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 1A09CE083B for ; Mon, 6 Aug 2018 12:54:08 +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 C7DCB335CD5 for ; Mon, 6 Aug 2018 12:54:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCDAA398 for ; Mon, 6 Aug 2018 12:54:05 +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: <1533559947.b2d877b930f84085cb3d9f4bd836a5ca90ca8ec3.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/jd/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/jd/jd-2.8.5_p120826.ebuild www-client/jd/metadata.xml X-VCS-Directories: www-client/jd/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: b2d877b930f84085cb3d9f4bd836a5ca90ca8ec3 X-VCS-Branch: master Date: Mon, 6 Aug 2018 12:54:05 +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: 9a5ef947-394e-4bd1-84d5-5f93cad844fd X-Archives-Hash: db5466c8dc0b441ff86276ff0a03f0a8 commit: b2d877b930f84085cb3d9f4bd836a5ca90ca8ec3 Author: Akinori Hattori gentoo org> AuthorDate: Mon Aug 6 12:52:27 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon Aug 6 12:52:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d877b9 www-client/jd: add oniguruma USE flag Package-Manager: Portage-2.3.40, Repoman-2.3.9 www-client/jd/jd-2.8.5_p120826.ebuild | 6 ++++-- www-client/jd/metadata.xml | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/www-client/jd/jd-2.8.5_p120826.ebuild b/www-client/jd/jd-2.8.5_p120826.ebuild index fba97b07fe5..80bbabb0121 100644 --- a/www-client/jd/jd-2.8.5_p120826.ebuild +++ b/www-client/jd/jd-2.8.5_p120826.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}4linux/56721/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="alsa gnutls migemo" +IUSE="alsa gnutls migemo oniguruma" RDEPEND="dev-cpp/gtkmm:2.4 dev-libs/glib:2 @@ -25,7 +25,8 @@ RDEPEND="dev-cpp/gtkmm:2.4 alsa? ( >=media-libs/alsa-lib-1 ) gnutls? ( net-libs/gnutls ) !gnutls? ( dev-libs/openssl:0 ) - migemo? ( app-text/cmigemo )" + migemo? ( app-text/cmigemo ) + oniguruma? ( dev-libs/oniguruma )" DEPEND="${RDEPEND} virtual/pkgconfig" S="${WORKDIR}/${MY_P}" @@ -46,6 +47,7 @@ src_configure() { $(use_with !gnutls openssl) \ $(use_with migemo) \ $(use_with migemo migemodict "${EREPFIX}"/usr/share/migemo/migemo-dict) \ + $(use_with oniguruma) \ --with-sessionlib=xsmp \ --with-xdgopen } diff --git a/www-client/jd/metadata.xml b/www-client/jd/metadata.xml index f69cb4cf43a..79b2e260a24 100644 --- a/www-client/jd/metadata.xml +++ b/www-client/jd/metadata.xml @@ -5,6 +5,9 @@ cjk@gentoo.org Cjk + + Use dev-libs/oniguruma for regular expression + jd4linux