summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-13 15:51:11 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-13 15:51:11 +0200
commit6f7a8af287f3f8352d72a0658f8ced7b6b77d44c (patch)
tree0bbe08c03d87996d86400743509574dfad379ac4 /sys-fs/growpart
parentsys-libs/libtermcap-compat: port to EAPI 7, drop epatch (diff)
downloadgentoo-6f7a8af287f3f8352d72a0658f8ced7b6b77d44c.tar.gz
gentoo-6f7a8af287f3f8352d72a0658f8ced7b6b77d44c.tar.bz2
gentoo-6f7a8af287f3f8352d72a0658f8ced7b6b77d44c.zip
sys-fs/growpart: drop 0.0.1 (EAPI 5)
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-fs/growpart')
-rw-r--r--sys-fs/growpart/Manifest1
-rw-r--r--sys-fs/growpart/growpart-0.0.1.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/sys-fs/growpart/Manifest b/sys-fs/growpart/Manifest
index b87ca7bf0317..183307588c68 100644
--- a/sys-fs/growpart/Manifest
+++ b/sys-fs/growpart/Manifest
@@ -1,2 +1 @@
-DIST growpart-0.0.1.gz 7731 BLAKE2B 187a532f87a0c5caefb4877e9a629e154e75f857299cb92ecad049d54467b1181d3e2bb348bd70af86d6eb4db518ebeeca6cb7b45fb628ec5dc07e1132a7b361 SHA512 84645e68f8ee913740333d3dca097e1322d74c99020af7205f6f4c2527469a2fbb4cbc3fe69bda7e19b5758897e9e6a09b17a4d1fb1f2934bf7c45186156eae9
DIST growpart-0.0.30.gz 7897 BLAKE2B b8f28615578c1b19a7cd2eff9cb60c37929c2d3767d9f98b07b1040f7f5d2687f41ed051b9899573119b4de9c2e04dcb91d76fc70fcff7a6e6dde0335959681f SHA512 ed6cf92149c0802c4a08427fa025ce2666dd7c32c5d1f362f4d14973f709dfd73124fd85b7eaf179daad5dfb1d126e86d7db0fb1fe7e2d496e17bf0bc1bc9c58
diff --git a/sys-fs/growpart/growpart-0.0.1.ebuild b/sys-fs/growpart/growpart-0.0.1.ebuild
deleted file mode 100644
index 3f9e119286a4..000000000000
--- a/sys-fs/growpart/growpart-0.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=" sys-apps/gptfdisk"
-
-src_install() {
- exeinto /usr/sbin/
- newexe "growpart-${PV}" growpart
-}