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 7F518138334 for ; Sat, 16 Mar 2019 20:03:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ED94E08F6; Sat, 16 Mar 2019 20:03:03 +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 67572E08E0 for ; Sat, 16 Mar 2019 20:03:03 +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 4D4C0335C86 for ; Sat, 16 Mar 2019 20:03:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7ED6559 for ; Sat, 16 Mar 2019 20:03:00 +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: <1552766575.ac2430ebc6a1354009def936d1281e3a4fa67845.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/, sys-process/cronie/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/cronie/cronie-1.5.2.ebuild sys-process/cronie/files/cronie-1.5.2-systemd.patch sys-process/cronie/files/cronie-systemd.patch X-VCS-Directories: sys-process/cronie/ sys-process/cronie/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: ac2430ebc6a1354009def936d1281e3a4fa67845 X-VCS-Branch: master Date: Sat, 16 Mar 2019 20:03:00 +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: 8369c15b-8472-48e5-84fa-dada647c7e92 X-Archives-Hash: d0ecf1f24042fe386c6d9e7297b1132f commit: ac2430ebc6a1354009def936d1281e3a4fa67845 Author: Lars Wendler gentoo org> AuthorDate: Sat Mar 16 19:53:21 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Mar 16 20:02:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2430eb sys-process/cronie: Properly name the systemd patch. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> sys-process/cronie/cronie-1.5.2.ebuild | 2 +- .../cronie/files/{cronie-systemd.patch => cronie-1.5.2-systemd.patch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/cronie/cronie-1.5.2.ebuild b/sys-process/cronie/cronie-1.5.2.ebuild index 34872882b77..9daf0a21a94 100644 --- a/sys-process/cronie/cronie-1.5.2.ebuild +++ b/sys-process/cronie/cronie-1.5.2.ebuild @@ -26,7 +26,7 @@ CRON_SYSTEM_CRONTAB="yes" S="${WORKDIR}/${PN}-${P}" PATCHES=( - "${FILESDIR}/cronie-systemd.patch" + "${FILESDIR}/${PN}-1.5.2-systemd.patch" ) pkg_setup() { diff --git a/sys-process/cronie/files/cronie-systemd.patch b/sys-process/cronie/files/cronie-1.5.2-systemd.patch similarity index 100% rename from sys-process/cronie/files/cronie-systemd.patch rename to sys-process/cronie/files/cronie-1.5.2-systemd.patch