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 7B4081382C5 for ; Tue, 12 May 2020 13:56:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA613E08F7; Tue, 12 May 2020 13:56:54 +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 A0621E08F7 for ; Tue, 12 May 2020 13:56:54 +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 0FD67350156 for ; Tue, 12 May 2020 13:56:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01BFF1F2 for ; Tue, 12 May 2020 13:56:51 +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: <1589291702.a4ba1e97a51b7bc93687e014f0cde76ada117c01.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/hyperestraier/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/hyperestraier/hyperestraier-1.4.13.ebuild X-VCS-Directories: app-text/hyperestraier/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: a4ba1e97a51b7bc93687e014f0cde76ada117c01 X-VCS-Branch: master Date: Tue, 12 May 2020 13:56:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3c62fd09-e3c4-4dc6-a504-f5dbcb441d75 X-Archives-Hash: bdd57668d43b7c8d82cedf6dd1b918a7 commit: a4ba1e97a51b7bc93687e014f0cde76ada117c01 Author: Akinori Hattori gentoo org> AuthorDate: Tue May 12 13:51:45 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue May 12 13:55:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ba1e97 app-text/hyperestraier: update to EAPI 7 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori gentoo.org> app-text/hyperestraier/hyperestraier-1.4.13.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-text/hyperestraier/hyperestraier-1.4.13.ebuild b/app-text/hyperestraier/hyperestraier-1.4.13.ebuild index f7e68032d6b..d2a6c023842 100644 --- a/app-text/hyperestraier/hyperestraier-1.4.13.ebuild +++ b/app-text/hyperestraier/hyperestraier-1.4.13.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" USE_RUBY="ruby24 ruby25 ruby26" RUBY_OPTIONAL="yes" @@ -11,7 +11,7 @@ IUSE="bzip2 debug java lzo mecab perl ruby +zlib" DESCRIPTION="a full-text search system for communities" HOMEPAGE="https://fallabs.com/hyperestraier/" -SRC_URI="https://fallabs.com/hyperestraier/${P}.tar.gz" +SRC_URI="https://fallabs.com/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86" @@ -25,8 +25,8 @@ RDEPEND="dev-db/qdbm perl? ( dev-lang/perl ) ruby? ( $(ruby_implementations_depend) ) zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND} - virtual/pkgconfig +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig java? ( >=virtual/jdk-1.4:* )" S="${WORKDIR}/all/${P}"