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 66DF31382C5 for ; Tue, 9 Feb 2021 20:57:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27FE5E086A; Tue, 9 Feb 2021 20:57:11 +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 0D262E086A for ; Tue, 9 Feb 2021 20:57:11 +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 C101E340E79 for ; Tue, 9 Feb 2021 20:57:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AD8B4C2 for ; Tue, 9 Feb 2021 20:57:08 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1612904216.031848a3944c1b40aeb8c9ed4dfdb713ac6acb2e.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/jenkins-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/jenkins-bin/jenkins-bin-2.263.3-r1.ebuild dev-util/jenkins-bin/jenkins-bin-2.263.3.ebuild X-VCS-Directories: dev-util/jenkins-bin/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 031848a3944c1b40aeb8c9ed4dfdb713ac6acb2e X-VCS-Branch: master Date: Tue, 9 Feb 2021 20:57:08 +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: eb6768f2-2537-4794-8765-8e189e966520 X-Archives-Hash: 0834c52c59e59bab5c637b0da2d411f1 commit: 031848a3944c1b40aeb8c9ed4dfdb713ac6acb2e Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Feb 9 20:48:06 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Feb 9 20:56:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031848a3 dev-util/jenkins-bin: migrate to acct-* Closes: https://bugs.gentoo.org/701256 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> ....263.3.ebuild => jenkins-bin-2.263.3-r1.ebuild} | 23 +++++++++++----------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/dev-util/jenkins-bin/jenkins-bin-2.263.3.ebuild b/dev-util/jenkins-bin/jenkins-bin-2.263.3-r1.ebuild similarity index 79% rename from dev-util/jenkins-bin/jenkins-bin-2.263.3.ebuild rename to dev-util/jenkins-bin/jenkins-bin-2.263.3-r1.ebuild index e24da02245e..d60a4fb1e67 100644 --- a/dev-util/jenkins-bin/jenkins-bin-2.263.3.ebuild +++ b/dev-util/jenkins-bin/jenkins-bin-2.263.3-r1.ebuild @@ -3,32 +3,31 @@ EAPI=7 -inherit user systemd +inherit systemd DESCRIPTION="Extensible continuous integration server" HOMEPAGE="https://jenkins.io/" LICENSE="MIT" SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> ${P}.war" -RESTRICT="mirror" SLOT="lts" -KEYWORDS="~amd64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux" IUSE="" -RDEPEND="media-fonts/dejavu +DEPEND="acct-group/jenkins + acct-user/jenkins" + +RDEPEND="acct-group/jenkins + acct-user/jenkins + media-fonts/dejavu media-libs/freetype !dev-util/jenkins-bin:0 >=virtual/jre-1.8.0" -S=${WORKDIR} - -JENKINS_DIR=/var/lib/jenkins - -pkg_setup() { - enewgroup jenkins - enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins -} +S="${WORKDIR}" src_install() { + local JENKINS_DIR=/var/lib/jenkins + keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home insinto /opt/jenkins