diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-03-04 15:12:34 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-03-04 15:13:08 -0600 |
commit | b891105b63b3a7f88038302f7ac5ade7a10473ab (patch) | |
tree | 47258bbe80fd2b66266f1e5c5fed8d871482b2c8 /sys-fs/growpart | |
parent | games-action/bzflag: version bump to 2.4.6. Bug #592270 (diff) | |
download | gentoo-b891105b63b3a7f88038302f7ac5ade7a10473ab.tar.gz gentoo-b891105b63b3a7f88038302f7ac5ade7a10473ab.tar.bz2 gentoo-b891105b63b3a7f88038302f7ac5ade7a10473ab.zip |
sys-fs/growpart: bup for bug 611726
Package-Manager: Portage-2.3.3, Repoman-2.3.1
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, 23 insertions, 0 deletions
diff --git a/sys-fs/growpart/Manifest b/sys-fs/growpart/Manifest index 0b322444bec2..b771c5f23a84 100644 --- a/sys-fs/growpart/Manifest +++ b/sys-fs/growpart/Manifest @@ -1 +1,2 @@ DIST growpart-0.0.1.gz 7731 SHA256 a990731b618280413ac911321f22b3db3d41e2c9ff0d3b21d8053d0faaa2b954 SHA512 84645e68f8ee913740333d3dca097e1322d74c99020af7205f6f4c2527469a2fbb4cbc3fe69bda7e19b5758897e9e6a09b17a4d1fb1f2934bf7c45186156eae9 WHIRLPOOL e58b27d5132d47c323ad2c5d558d5f0b5e4add11a9fee6d108e7fd81c56efd8ce060b15ed2304a8a76536f1eb6870de766188596ea78eb74b212c54f94cfb99b +DIST growpart-0.0.30.gz 7897 SHA256 99b361a98fc9f4b2d718e0269ada51f0188d75297db771cda4d75b3006e8deb9 SHA512 ed6cf92149c0802c4a08427fa025ce2666dd7c32c5d1f362f4d14973f709dfd73124fd85b7eaf179daad5dfb1d126e86d7db0fb1fe7e2d496e17bf0bc1bc9c58 WHIRLPOOL 8d01729605edcce4da5a6a189a00c86ff1cb54ea11b780da657e1b945be9f87decc46af5b9aa6c071ed73c4e4475c375e1ee7953175892b182830560093c2f84 diff --git a/sys-fs/growpart/growpart-0.0.30.ebuild b/sys-fs/growpart/growpart-0.0.30.ebuild new file mode 100644 index 000000000000..27954d1ba647 --- /dev/null +++ b/sys-fs/growpart/growpart-0.0.30.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# 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 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="sys-apps/gptfdisk" + +src_install() { + exeinto /usr/sbin/ + newexe "growpart-${PV}" growpart +} |