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 4AAD9138334 for ; Wed, 15 May 2019 10:07:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 511FFE08F4; Wed, 15 May 2019 10:07:48 +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 33059E08F4 for ; Wed, 15 May 2019 10:07:48 +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 01FAF34450E for ; Wed, 15 May 2019 10:07:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E4455DC for ; Wed, 15 May 2019 10:07:45 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1557914863.35ed7204c7e08cc8ed2aaee87bb045701827beba.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/files/, net-misc/chrony/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrony/chrony-3.4.ebuild net-misc/chrony/chrony-3.5_pre1.ebuild net-misc/chrony/chrony-9999.ebuild net-misc/chrony/files/chrony-3.4-systemd-gentoo.patch net-misc/chrony/files/chronyd-systemd-gentoo.patch X-VCS-Directories: net-misc/chrony/ net-misc/chrony/files/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 35ed7204c7e08cc8ed2aaee87bb045701827beba X-VCS-Branch: master Date: Wed, 15 May 2019 10:07:45 +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: 185197d2-fe32-428e-9ad4-027debb71c85 X-Archives-Hash: ce1f8676f98a3b63570b14093f4d1da1 commit: 35ed7204c7e08cc8ed2aaee87bb045701827beba Author: Jeroen Roovers gentoo org> AuthorDate: Wed May 15 10:00:19 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed May 15 10:07:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ed7204 net-misc/chrony: Fix patch filename Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> net-misc/chrony/chrony-3.4.ebuild | 4 ++-- net-misc/chrony/chrony-3.5_pre1.ebuild | 2 +- net-misc/chrony/chrony-9999.ebuild | 2 +- .../{chronyd-systemd-gentoo.patch => chrony-3.4-systemd-gentoo.patch} | 0 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/chrony/chrony-3.4.ebuild b/net-misc/chrony/chrony-3.4.ebuild index 2b17b91c999..749bf8e23ef 100644 --- a/net-misc/chrony/chrony-3.4.ebuild +++ b/net-misc/chrony/chrony-3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -37,7 +37,7 @@ RESTRICT=test S="${WORKDIR}/${P/_/-}" PATCHES=( - "${FILESDIR}"/chronyd-systemd-gentoo.patch + "${FILESDIR}"/${PN}-3.4-systemd-gentoo.patch ) src_prepare() { diff --git a/net-misc/chrony/chrony-3.5_pre1.ebuild b/net-misc/chrony/chrony-3.5_pre1.ebuild index d32f046f9da..72eeaef1fb9 100644 --- a/net-misc/chrony/chrony-3.5_pre1.ebuild +++ b/net-misc/chrony/chrony-3.5_pre1.ebuild @@ -37,7 +37,7 @@ RESTRICT=test S="${WORKDIR}/${P/_/-}" PATCHES=( - "${FILESDIR}"/chronyd-systemd-gentoo.patch + "${FILESDIR}"/${PN}-3.4-systemd-gentoo.patch ) src_prepare() { diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index 188564043dd..dfe5253524d 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -35,7 +35,7 @@ RESTRICT=test S="${WORKDIR}/${P/_/-}" PATCHES=( - "${FILESDIR}"/chronyd-systemd-gentoo.patch + "${FILESDIR}"/${PN}-3.4-systemd-gentoo.patch ) src_prepare() { diff --git a/net-misc/chrony/files/chronyd-systemd-gentoo.patch b/net-misc/chrony/files/chrony-3.4-systemd-gentoo.patch similarity index 100% rename from net-misc/chrony/files/chronyd-systemd-gentoo.patch rename to net-misc/chrony/files/chrony-3.4-systemd-gentoo.patch