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 C77B2138334 for ; Fri, 8 Mar 2019 07:22:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F037E098A; Fri, 8 Mar 2019 07:22:29 +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 43636E098A for ; Fri, 8 Mar 2019 07:22:28 +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 F0995335CA0 for ; Fri, 8 Mar 2019 07:22:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D17B5326 for ; Fri, 8 Mar 2019 07:22:23 +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: <1552029632.322787981b8123de14adbb033eb485552d24423c.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.0-r1.ebuild sys-fs/e2fsprogs/e2fsprogs-1.45.0.ebuild X-VCS-Directories: sys-fs/e2fsprogs/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 322787981b8123de14adbb033eb485552d24423c X-VCS-Branch: master Date: Fri, 8 Mar 2019 07:22:23 +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: 25b9b212-37e6-48a3-977a-ffd16e3fbd44 X-Archives-Hash: dbb8b08e032b7bf4fcccacad83582949 commit: 322787981b8123de14adbb033eb485552d24423c Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Fri Mar 8 06:54:34 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Mar 8 07:20:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32278798 sys-fs/e2fsprogs: Fix installation of crontab file and systemd system units. Closes: https://bugs.gentoo.org/679736 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Lars Wendler gentoo.org> .../{e2fsprogs-1.45.0.ebuild => e2fsprogs-1.45.0-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.45.0.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.45.0-r1.ebuild similarity index 95% rename from sys-fs/e2fsprogs/e2fsprogs-1.45.0.ebuild rename to sys-fs/e2fsprogs/e2fsprogs-1.45.0-r1.ebuild index 8dc1b6efbfd..3f75bb343da 100644 --- a/sys-fs/e2fsprogs/e2fsprogs-1.45.0.ebuild +++ b/sys-fs/e2fsprogs/e2fsprogs-1.45.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit flag-o-matic multilib toolchain-funcs +inherit flag-o-matic systemd toolchain-funcs udev DESCRIPTION="Standard EXT2/EXT3/EXT4 filesystem utilities" HOMEPAGE="http://e2fsprogs.sourceforge.net/" @@ -70,6 +70,9 @@ src_configure() { local myeconfargs=( --with-root-prefix="${EPREFIX%/}/" + --with-crond-dir="${EPREFIX}/etc/cron.d" + --with-systemd-unit-dir="$(systemd_get_systemunitdir)" + --with-udev-rules-dir="$(get_udevdir)/rules.d" --enable-symlink-install --enable-elf-shlibs $(tc-has-tls || echo --disable-tls)