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 DA461138334 for ; Wed, 25 Dec 2019 15:12:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE59CE09AE; Wed, 25 Dec 2019 15:12:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 21E48E0978 for ; Wed, 25 Dec 2019 15:12:22 +0000 (UTC) Received: from vm-gentoo-x64.intern.deutschmann.biz (2001-4dd3-6601-0-2064-a49d-443-60b9.ipv6dyn.netcologne.de [IPv6:2001:4dd3:6601:0:2064:a49d:443:60b9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: whissi) by smtp.gentoo.org (Postfix) with ESMTPSA id E7F2C34DB3F; Wed, 25 Dec 2019 15:12:20 +0000 (UTC) From: Thomas Deutschmann To: gentoo-dev@lists.gentoo.org Cc: graaff@gentoo.org, patrick@gentoo.org Subject: [gentoo-dev] dev-util/jenkins-bin GLEP-81 migration Date: Wed, 25 Dec 2019 16:11:45 +0100 Message-Id: <20191225151149.12078-1-whissi@gentoo.org> X-Mailer: git-send-email 2.24.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 86de4591-81ec-474d-a79b-a9a7348c9975 X-Archives-Hash: c71977284e868576027bde0a31c2b911 Hi, please see my first package migration to GLEP 81. Complete change set can be found at https://github.com/gentoo/gentoo/pull/14121. Previous ebuilds using user eclass called fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} ${JENKINS_DIR}/home ${JENKINS_DIR}/backup which I changed to fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR}/home ${JENKINS_DIR}/backup in assumption that $JENKINS_DIR is now maintained through acct-* package. I changed chmod for $HOME to 0750 which should be a safer default. Thanks.