diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
commit | d934827bf44b7cfcf6711964418148fa60877668 (patch) | |
tree | 0625f358789b5e015e49db139cc1dbc9be00428f /sys-boot/sgibootcd | |
parent | 2e34d110f164bf74d55fced27fe0000201b3eec5 (diff) |
gentoo resync : 25.11.2020
Diffstat (limited to 'sys-boot/sgibootcd')
-rw-r--r-- | sys-boot/sgibootcd/Manifest | 2 | ||||
-rw-r--r-- | sys-boot/sgibootcd/sgibootcd-0.12.ebuild | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-boot/sgibootcd/Manifest b/sys-boot/sgibootcd/Manifest index e599ee82d4cf..45f04d161d6c 100644 --- a/sys-boot/sgibootcd/Manifest +++ b/sys-boot/sgibootcd/Manifest @@ -1,3 +1,3 @@ DIST sgibootcd-0.12.tar.bz2 3810 BLAKE2B 973c6e01f1e90b9009b57725e59e295e8cbdcc30595735eab1a4cd3929aa71edde66d352bb04b61670eb7ad464916d0e4b83f6fabbc8f641c150edcf96f4985c SHA512 180e4f5a185b14c0b2c8158b368a50a3a55673fa86760e2a424c9533b1bb8ec37824c715ba02fd264621e2e31906ddd310398e9f24cf19147bce3e49fc62da3e -EBUILD sgibootcd-0.12.ebuild 677 BLAKE2B f643caa50be76eed1b0a82806eb49abd8f48a412c353c6658ce3215d8f48987cffa674bf382bdd88e343b420ce0e55814153c3c545a3c6f46ef10e833bbe6f6d SHA512 870950229f51eb94bdeae66858903fa5e50f85a9024cf410ea691e8a2ecb6df9553771f800fc146d0f5b08807f5724b8acc9e2b70f2689193c1b0f0445150496 +EBUILD sgibootcd-0.12.ebuild 669 BLAKE2B 33f6f3a38ba889a6ab2ae893add569e985b2d78cbab3c54f6777498f5287c1737029a5f0e3589eda89e0ec38f79dba88c01f5c03b6bf771124446b63357e56fb SHA512 f8ae44145ce075054dc97e974782aea5d3980baff9a93b8c537c4e7eb4ac8044e3baf0787df9d4960c133cdc0386ff61336e9c5bd58bb3b89250bc135494392b MISC metadata.xml 241 BLAKE2B 37f8949a3e5fd20a0ef26ef406c6e1e254825f06a44974a46613ea233985c368fe7dca5797d418348d3031b30d93c453a278f537e116525305efb380fec65c88 SHA512 f6f7578f89007c938627fedf07141af9dd35f6f33514a5f103b16cbc4cc8da74d6088eda70f3d9016cf77eba88575833d5431a6c1105f784aa209a3da657c1b1 diff --git a/sys-boot/sgibootcd/sgibootcd-0.12.ebuild b/sys-boot/sgibootcd/sgibootcd-0.12.ebuild index c2b3c0449c57..c9545e0a82f1 100644 --- a/sys-boot/sgibootcd/sgibootcd-0.12.ebuild +++ b/sys-boot/sgibootcd/sgibootcd-0.12.ebuild @@ -1,15 +1,17 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" -inherit eutils toolchain-funcs +EAPI="7" +inherit toolchain-funcs DESCRIPTION="Creates burnable CD images for SGI LiveCDs" HOMEPAGE="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/" SRC_URI="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/${P}.tar.bz2" + LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~mips" + IUSE="" RDEPEND="" DEPEND="" |