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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E70E158090 for ; Wed, 18 May 2022 19:53:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D606BE08D3; Wed, 18 May 2022 19:53:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA123E08D3 for ; Wed, 18 May 2022 19:53:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9407134164E for ; Wed, 18 May 2022 19:53:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AFE33B8 for ; Wed, 18 May 2022 19:53:15 +0000 (UTC) From: "Tony Olagbaiye" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Olagbaiye" Message-ID: <1652903500.69616c372bd8f0ebb5cf9f960c23aa507f5d6084.gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: acct-group/yacy/, net-misc/yacy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: acct-group/yacy/yacy-0.ebuild net-misc/yacy/yacy-1.924.20210209.10069.ebuild X-VCS-Directories: acct-group/yacy/ net-misc/yacy/ X-VCS-Committer: gentoo X-VCS-Committer-Name: Tony Olagbaiye X-VCS-Revision: 69616c372bd8f0ebb5cf9f960c23aa507f5d6084 X-VCS-Branch: dev Date: Wed, 18 May 2022 19:53:15 +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: 8fa146a1-b1ed-4916-bc66-16d4c9205c7a X-Archives-Hash: 7a972aa2fb9c047f39e3c4564d62fcd2 commit: 69616c372bd8f0ebb5cf9f960c23aa507f5d6084 Author: Tony Olagbaiye fron io> AuthorDate: Wed May 18 19:51:40 2022 +0000 Commit: Tony Olagbaiye fron io> CommitDate: Wed May 18 19:51:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69616c37 acct-group/yacy: new package Signed-off-by: Tony Olagbaiye fron.io> acct-group/yacy/yacy-0.ebuild | 9 +++++++++ net-misc/yacy/yacy-1.924.20210209.10069.ebuild | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/acct-group/yacy/yacy-0.ebuild b/acct-group/yacy/yacy-0.ebuild new file mode 100644 index 000000000..4425f54be --- /dev/null +++ b/acct-group/yacy/yacy-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +ACCT_GROUP_ID=-1 +DESCRIPTION="Group for net-misc/yacy" diff --git a/net-misc/yacy/yacy-1.924.20210209.10069.ebuild b/net-misc/yacy/yacy-1.924.20210209.10069.ebuild index b85b112cf..4b9f73599 100644 --- a/net-misc/yacy/yacy-1.924.20210209.10069.ebuild +++ b/net-misc/yacy/yacy-1.924.20210209.10069.ebuild @@ -18,7 +18,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="systemd +openrc" -DEPEND=">=virtual/jdk-1.8" +DEPEND=">=virtual/jdk-1.8 + acct-group/yacy" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}"