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 DCCD613835A for ; Wed, 20 Jan 2021 21:16:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E59DBE084E; Wed, 20 Jan 2021 21:16:08 +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 D08A6E084E for ; Wed, 20 Jan 2021 21:16:08 +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 4913434104F for ; Wed, 20 Jan 2021 21:16:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93050CC for ; Wed, 20 Jan 2021 21:16:05 +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: <1611177363.3b853bc10cb8fcf60be77c8ce89ce559ba2d7ff4.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/haveged/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/haveged/haveged-1.9.14-r1.ebuild sys-apps/haveged/haveged-1.9.14.ebuild sys-apps/haveged/haveged-1.9.8c-r1.ebuild sys-apps/haveged/haveged-1.9.8c.ebuild X-VCS-Directories: sys-apps/haveged/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3b853bc10cb8fcf60be77c8ce89ce559ba2d7ff4 X-VCS-Branch: master Date: Wed, 20 Jan 2021 21:16:05 +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: faab115c-9198-44e5-a506-4972038a480a X-Archives-Hash: e5622e0e3a758da03fe348027c4e8841 commit: 3b853bc10cb8fcf60be77c8ce89ce559ba2d7ff4 Author: Lars Wendler gentoo org> AuthorDate: Wed Jan 20 21:15:29 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jan 20 21:16:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b853bc1 sys-apps/haveged: Revbump to not install .la files Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> sys-apps/haveged/{haveged-1.9.14.ebuild => haveged-1.9.14-r1.ebuild} | 2 ++ sys-apps/haveged/{haveged-1.9.8c.ebuild => haveged-1.9.8c-r1.ebuild} | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-apps/haveged/haveged-1.9.14.ebuild b/sys-apps/haveged/haveged-1.9.14-r1.ebuild similarity index 94% rename from sys-apps/haveged/haveged-1.9.14.ebuild rename to sys-apps/haveged/haveged-1.9.14-r1.ebuild index 92c901487af..832568999fe 100644 --- a/sys-apps/haveged/haveged-1.9.14.ebuild +++ b/sys-apps/haveged/haveged-1.9.14-r1.ebuild @@ -38,4 +38,6 @@ src_install() { systemd_newunit "${FILESDIR}"/service.gentoo ${PN}.service insinto /etc doins "${FILESDIR}"/haveged.conf + + find "${ED}" -type f -name "*.la" -delete || die } diff --git a/sys-apps/haveged/haveged-1.9.8c.ebuild b/sys-apps/haveged/haveged-1.9.8c-r1.ebuild similarity index 91% rename from sys-apps/haveged/haveged-1.9.8c.ebuild rename to sys-apps/haveged/haveged-1.9.8c-r1.ebuild index 52a76b0dcb2..8861599ce68 100644 --- a/sys-apps/haveged/haveged-1.9.8c.ebuild +++ b/sys-apps/haveged/haveged-1.9.8c-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -42,4 +42,6 @@ src_install() { systemd_newunit "${FILESDIR}"/service.gentoo ${PN}.service insinto /etc doins "${FILESDIR}"/haveged.conf + + find "${ED}" -type f -name "*.la" -delete || die }