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 BB8DE1382C5 for ; Wed, 5 May 2021 11:29:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE938E0871; Wed, 5 May 2021 11:29:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D4C39E0871 for ; Wed, 5 May 2021 11:29:35 +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 12F80340D73 for ; Wed, 5 May 2021 11:29:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3465A4D2 for ; Wed, 5 May 2021 11:29:32 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1620214147.604e7e7ebafff05ae84060d60635ab38b7279843.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/byld/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/byld/byld-1.0.3.ebuild X-VCS-Directories: sys-apps/byld/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 604e7e7ebafff05ae84060d60635ab38b7279843 X-VCS-Branch: master Date: Wed, 5 May 2021 11:29:32 +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: f18ac138-da3a-4383-85c0-a5f244bfd91a X-Archives-Hash: 86d054c5b9c9d3b3062118aaba8cdcc7 commit: 604e7e7ebafff05ae84060d60635ab38b7279843 Author: Jakov Smolic sartura hr> AuthorDate: Wed May 5 11:29:07 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Wed May 5 11:29:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=604e7e7e sys-apps/byld: Set QA_PREBUILT Closes: https://bugs.gentoo.org/725546 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> sys-apps/byld/byld-1.0.3.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/sys-apps/byld/byld-1.0.3.ebuild b/sys-apps/byld/byld-1.0.3.ebuild index 2c9a65e33e9..932d28c0c9f 100644 --- a/sys-apps/byld/byld-1.0.3.ebuild +++ b/sys-apps/byld/byld-1.0.3.ebuild @@ -1,23 +1,25 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -DESCRIPTION="build a Linux distribution on a single floppy" +DESCRIPTION="Build a Linux distribution on a single floppy" HOMEPAGE="http://byld.sourceforge.net/" SRC_URI="mirror://sourceforge/byld/byld-${PV//./_}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -IUSE="" -RESTRICT="strip" #252054 +# bug #252054 +RESTRICT="strip" RDEPEND="sys-apps/util-linux" +QA_PREBUILT="*" + src_install() { dodoc BYLDING CREDITS README INSTALL FHS PAKING - rm MAKEDEV.8 BYLDING CREDITS README INSTALL FHS LICENSE PAKING + rm MAKEDEV.8 BYLDING CREDITS README INSTALL FHS LICENSE PAKING || die insinto /usr/lib/${PN} doins -r .