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 05504138334 for ; Tue, 14 May 2019 09:55:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C56FBE0894; Tue, 14 May 2019 09:55:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A84DAE0894 for ; Tue, 14 May 2019 09:55:42 +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 36B30344309 for ; Tue, 14 May 2019 09:55:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 875495D7 for ; Tue, 14 May 2019 09:55:39 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1557827732.f5cad1dc885bf5fce971a9a514bcc6776cd842c9.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/e2fsprogs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/e2fsprogs/e2fsprogs-1.45.1-r1.ebuild sys-fs/e2fsprogs/e2fsprogs-1.45.1.ebuild sys-fs/e2fsprogs/metadata.xml X-VCS-Directories: sys-fs/e2fsprogs/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f5cad1dc885bf5fce971a9a514bcc6776cd842c9 X-VCS-Branch: master Date: Tue, 14 May 2019 09:55:39 +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: aec678e5-5d1d-4a57-8514-9d4cc457323f X-Archives-Hash: e3a20f6daec0ff5fd474bce7192f88ef commit: f5cad1dc885bf5fce971a9a514bcc6776cd842c9 Author: Lars Wendler gentoo org> AuthorDate: Tue May 14 09:50:24 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue May 14 09:55:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5cad1dc sys-fs/e2fsprogs: Revbump to make cron script optional because of its dependency to sys-fs/lvm2 Also remove trailing slash from --with-root-prefix configure option Closes: https://bugs.gentoo.org/685934 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> .../{e2fsprogs-1.45.1.ebuild => e2fsprogs-1.45.1-r1.ebuild} | 7 ++++--- sys-fs/e2fsprogs/metadata.xml | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.45.1.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.45.1-r1.ebuild similarity index 95% rename from sys-fs/e2fsprogs/e2fsprogs-1.45.1.ebuild rename to sys-fs/e2fsprogs/e2fsprogs-1.45.1-r1.ebuild index 67447c7617e..c0ce32929e1 100644 --- a/sys-fs/e2fsprogs/e2fsprogs-1.45.1.ebuild +++ b/sys-fs/e2fsprogs/e2fsprogs-1.45.1-r1.ebuild @@ -14,10 +14,11 @@ SRC_URI="mirror://sourceforge/e2fsprogs/${P}.tar.xz LICENSE="GPL-2 BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint" -IUSE="fuse nls static-libs elibc_FreeBSD" +IUSE="cron fuse nls static-libs elibc_FreeBSD" RDEPEND="~sys-libs/${PN}-libs-${PV} >=sys-apps/util-linux-2.16 + cron? ( sys-fs/lvm2[-device-mapper-only(-)] ) fuse? ( sys-fs/fuse:0 ) nls? ( virtual/libintl )" DEPEND="${RDEPEND}" @@ -71,8 +72,8 @@ src_configure() { append-cppflags -D_GNU_SOURCE local myeconfargs=( - --with-root-prefix="${EPREFIX}/" - --with-crond-dir="${EPREFIX}/etc/cron.d" + --with-root-prefix="${EPREFIX}" + $(use_with cron crond-dir "${EPREFIX}/etc/cron.d") --with-systemd-unit-dir="$(systemd_get_systemunitdir)" --with-udev-rules-dir="${EPREFIX}$(get_udevdir)/rules.d" --enable-symlink-install diff --git a/sys-fs/e2fsprogs/metadata.xml b/sys-fs/e2fsprogs/metadata.xml index ba8429b814c..4ffc67ac95a 100644 --- a/sys-fs/e2fsprogs/metadata.xml +++ b/sys-fs/e2fsprogs/metadata.xml @@ -6,6 +6,7 @@ Gentoo Base System + Install e2scrub_all cron script Build fuse2fs, a FUSE file system client for ext2/ext3/ext4 file systems