From c8fd0d84af0bfd1949542adc2cbb735b1d28f9ed Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 7 May 2021 01:33:16 +0100 Subject: gentoo resync : 07.05.2021 --- sys-apps/byld/Manifest | 2 +- sys-apps/byld/byld-1.0.3.ebuild | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'sys-apps/byld') diff --git a/sys-apps/byld/Manifest b/sys-apps/byld/Manifest index 188ca9cc45fc..a9129aef428e 100644 --- a/sys-apps/byld/Manifest +++ b/sys-apps/byld/Manifest @@ -1,3 +1,3 @@ DIST byld-1_0_3.tgz 1128317 BLAKE2B c096cc3cfa4f467c9e5310a6f17d97d5f690fed20a03ce2d70b1d8476003df87815f4ba7c6262be7bfa2597e467c64e750eed8d5da386950d86c1413b62ff380 SHA512 ec141b5c7f636e611fd43bbfa69c8a06ebbfb766e5f58086ce4c0fce1271b8a0cd76333b748322efb19e46aaf2ed150cb3a5fc09c91aef55e10f80b1d1551eb0 -EBUILD byld-1.0.3.ebuild 681 BLAKE2B c0d28673e2e455541485b9d04794c96c5aa07c65370ff4b84b3a3413eca5c164e9050dfbf1d2539284c5b5d3b9824911b0787af0c102382a4f8f38e986ef2876 SHA512 289a995e44d01313ca68c803e771b2697adaceefaf2871357915aa5cb22e98ba55499641e125af4f345abc9a7f66514137e8d18244e84498046a1dd195210791 +EBUILD byld-1.0.3.ebuild 700 BLAKE2B 2ad9858aa85228c205fb0a6b2c11e484a6b055754de3ed7cbdfc449144bf5212cd8ce9c70e7f6f9cfa3b8139a9f9a5dd6deeb7deda4c464019f400d260f0b97a SHA512 174648bafee786b19b756ce3888144b34495fd97897d8d7e67f5d7fb569436cb44f7547c09925f911a514ea73c10353692211c70ae73759bd1f6c07852a1e683 MISC metadata.xml 324 BLAKE2B 8b0f2c337f87797b823417bb4e81a8c6ed684acc8288cc4bf103a0d793d02003cd703f478ddad29877dfe3f88498adfa21c76dfdfe58a15291c3d44a68aa04d4 SHA512 51f62e5258feee75a0953d3f27dc8a990096d5289c7dbf2977fe0202e23b251bd635a29b00398a3dcc8c42c80d32fc58c566a90f0aefa971568c54bb7dfd1b91 diff --git a/sys-apps/byld/byld-1.0.3.ebuild b/sys-apps/byld/byld-1.0.3.ebuild index 2c9a65e33e97..932d28c0c9f1 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 . -- cgit v1.2.3