diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-08-06 10:08:11 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-08-06 10:08:11 -0500 |
commit | 36fa2e5e1888e4c0433bcaea0f4194fd01f503bb (patch) | |
tree | 8baf62783f7aaa5aa289b6dda2b406ad6c2fb7eb /sys-fs/growpart | |
parent | app-emulation/virt-what: 1.18 1.19 1.20 cleanup (diff) | |
download | gentoo-36fa2e5e1888e4c0433bcaea0f4194fd01f503bb.tar.gz gentoo-36fa2e5e1888e4c0433bcaea0f4194fd01f503bb.tar.bz2 gentoo-36fa2e5e1888e4c0433bcaea0f4194fd01f503bb.zip |
sys-fs/growpart: 0.0.30 cleanup
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-fs/growpart')
-rw-r--r-- | sys-fs/growpart/Manifest | 1 | ||||
-rw-r--r-- | sys-fs/growpart/growpart-0.0.30.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/sys-fs/growpart/Manifest b/sys-fs/growpart/Manifest index c0456a52b334..4c53d1bb646a 100644 --- a/sys-fs/growpart/Manifest +++ b/sys-fs/growpart/Manifest @@ -1,2 +1 @@ -DIST growpart-0.0.30.gz 7897 BLAKE2B b8f28615578c1b19a7cd2eff9cb60c37929c2d3767d9f98b07b1040f7f5d2687f41ed051b9899573119b4de9c2e04dcb91d76fc70fcff7a6e6dde0335959681f SHA512 ed6cf92149c0802c4a08427fa025ce2666dd7c32c5d1f362f4d14973f709dfd73124fd85b7eaf179daad5dfb1d126e86d7db0fb1fe7e2d496e17bf0bc1bc9c58 DIST growpart-0.0.32.gz 9525 BLAKE2B a7c7ca27ae237eb7d6e43decb16cba2c8a26b63bcfe1b1f74f63b116a9cc23fc5e54394df846c13de6caeb8433a4ad7e76046f2f4311e6fe7cb069fce588b6e3 SHA512 baa9e59581d2d9685d4b0e7563e6582130064881f6f9b9fcd3250a4bdceb7d03bcd1ce346218ce4395f82de948f85fd59339cc30417377feb61d5b444f3dde23 diff --git a/sys-fs/growpart/growpart-0.0.30.ebuild b/sys-fs/growpart/growpart-0.0.30.ebuild deleted file mode 100644 index 2d7de159d565..000000000000 --- a/sys-fs/growpart/growpart-0.0.30.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A script that can grow your rootfs on first boot" -HOMEPAGE="http://manpages.ubuntu.com/manpages/natty/man1/growpart.1.html" -SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/${PN}/${P}.gz" -S="${WORKDIR}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 arm64 ppc64 x86" -IUSE="" - -DEPEND="" -RDEPEND="sys-apps/gptfdisk" - -src_install() { - exeinto /usr/sbin/ - newexe "growpart-${PV}" growpart -} |