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 2A1061395E2 for ; Fri, 2 Dec 2016 14:53:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D5AAE0C2F; Fri, 2 Dec 2016 14:53:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3ECB3E0C2F for ; Fri, 2 Dec 2016 14:53:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBF82340F27 for ; Fri, 2 Dec 2016 14:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2425C49C for ; Fri, 2 Dec 2016 14:53:01 +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: <1480690375.2eeed750cc1bf5d0f68b3e3f7d2f9a83a84969eb.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/logrotate/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/logrotate/logrotate-3.10.0.ebuild X-VCS-Directories: app-admin/logrotate/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2eeed750cc1bf5d0f68b3e3f7d2f9a83a84969eb X-VCS-Branch: master Date: Fri, 2 Dec 2016 14:53:01 +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-Archives-Salt: 8228b961-35a8-45ae-a9f8-e912ccf65f41 X-Archives-Hash: 5739c898b4da128ec097d0da413bf196 commit: 2eeed750cc1bf5d0f68b3e3f7d2f9a83a84969eb Author: Lars Wendler gentoo org> AuthorDate: Fri Dec 2 14:52:55 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Dec 2 14:52:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eeed750 app-admin/logrotate: making the ebuild less ugly. Package-Manager: portage-2.3.2 app-admin/logrotate/logrotate-3.10.0.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app-admin/logrotate/logrotate-3.10.0.ebuild b/app-admin/logrotate/logrotate-3.10.0.ebuild index 99b6534..a38b2f8 100644 --- a/app-admin/logrotate/logrotate-3.10.0.ebuild +++ b/app-admin/logrotate/logrotate-3.10.0.ebuild @@ -36,12 +36,12 @@ install_cron_file() { } PATCHES=( - "${FILESDIR}"/"${P}"-ignore-hidden.patch \ - "${FILESDIR}"/"${P}"-fbsd.patch \ - "${FILESDIR}"/"${P}"-noasprintf.patch \ - "${FILESDIR}"/"${P}"-atomic-create.patch \ - "${FILESDIR}"/"${P}"-Werror.patch \ - "${FILESDIR}"/"${P}"-lfs.patch + "${FILESDIR}/${P}-ignore-hidden.patch" + "${FILESDIR}/${P}-fbsd.patch" + "${FILESDIR}/${P}-noasprintf.patch" + "${FILESDIR}/${P}-atomic-create.patch" + "${FILESDIR}/${P}-Werror.patch" + "${FILESDIR}/${P}-lfs.patch" ) src_prepare() {