* [gentoo-commits] repo/gentoo:master commit in: sys-fs/growpart/
@ 2016-01-31 23:39 Matt Thode
0 siblings, 0 replies; 13+ messages in thread
From: Matt Thode @ 2016-01-31 23:39 UTC (permalink / raw
To: gentoo-commits
commit: ea47738de403911d1d91833b943a4c0b7370f49b
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 23:32:35 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 23:38:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea47738d
sys-fs/growpart: initial add
Package-Manager: portage-2.2.26
sys-fs/growpart/Manifest | 1 +
sys-fs/growpart/growpart-0.0.1.ebuild | 25 +++++++++++++++++++++++++
sys-fs/growpart/metadata.xml | 11 +++++++++++
3 files changed, 37 insertions(+)
diff --git a/sys-fs/growpart/Manifest b/sys-fs/growpart/Manifest
new file mode 100644
index 0000000..0b32244
--- /dev/null
+++ b/sys-fs/growpart/Manifest
@@ -0,0 +1 @@
+DIST growpart-0.0.1.gz 7731 SHA256 a990731b618280413ac911321f22b3db3d41e2c9ff0d3b21d8053d0faaa2b954 SHA512 84645e68f8ee913740333d3dca097e1322d74c99020af7205f6f4c2527469a2fbb4cbc3fe69bda7e19b5758897e9e6a09b17a4d1fb1f2934bf7c45186156eae9 WHIRLPOOL e58b27d5132d47c323ad2c5d558d5f0b5e4add11a9fee6d108e7fd81c56efd8ce060b15ed2304a8a76536f1eb6870de766188596ea78eb74b212c54f94cfb99b
diff --git a/sys-fs/growpart/growpart-0.0.1.ebuild b/sys-fs/growpart/growpart-0.0.1.ebuild
new file mode 100644
index 0000000..7b50570
--- /dev/null
+++ b/sys-fs/growpart/growpart-0.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+ sys-fs/e2fsprogs"
+
+src_install() {
+ exeinto /usr/sbin/
+ newexe "growpart-${PV}" growpart
+}
diff --git a/sys-fs/growpart/metadata.xml b/sys-fs/growpart/metadata.xml
new file mode 100644
index 0000000..ee589b3
--- /dev/null
+++ b/sys-fs/growpart/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
+ <longdescription lang="en">
+ grow your root partition
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/growpart/
@ 2016-01-31 23:39 Matt Thode
0 siblings, 0 replies; 13+ messages in thread
From: Matt Thode @ 2016-01-31 23:39 UTC (permalink / raw
To: gentoo-commits
commit: 87209a685fc65db05ae7bc779418be7828898db1
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 23:33:33 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 23:38:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87209a68
sys-fs/growpart: making stable for cloud-init
Package-Manager: portage-2.2.26
sys-fs/growpart/growpart-0.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/growpart/growpart-0.0.1.ebuild b/sys-fs/growpart/growpart-0.0.1.ebuild
index 7b50570..c456b02 100644
--- a/sys-fs/growpart/growpart-0.0.1.ebuild
+++ b/sys-fs/growpart/growpart-0.0.1.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/growpart/
@ 2016-01-31 23:44 Matt Thode
0 siblings, 0 replies; 13+ messages in thread
From: Matt Thode @ 2016-01-31 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 7a80921b42963717c39a84937422fa85da4ff1ae
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 23:43:46 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 23:43:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a80921b
sys-fs/growpart: growpart doesn't need e2fsprogs
Package-Manager: portage-2.2.26
sys-fs/growpart/growpart-0.0.1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/sys-fs/growpart/growpart-0.0.1.ebuild b/sys-fs/growpart/growpart-0.0.1.ebuild
index c456b02..b92c550 100644
--- a/sys-fs/growpart/growpart-0.0.1.ebuild
+++ b/sys-fs/growpart/growpart-0.0.1.ebuild
@@ -15,9 +15,7 @@ KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
-RDEPEND="
- sys-apps/gptfdisk
- sys-fs/e2fsprogs"
+RDEPEND=" sys-apps/gptfdisk"
src_install() {
exeinto /usr/sbin/
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/growpart/
@ 2016-01-31 23:58 Matt Thode
0 siblings, 0 replies; 13+ messages in thread
From: Matt Thode @ 2016-01-31 23:58 UTC (permalink / raw
To: gentoo-commits
commit: fc7747da05239da7133c7aff6454ed2b4f8f44d6
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 23:58:00 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 23:58:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7747da
sys-fs/growpart: fixing stupid non-repoman caught error
Package-Manager: portage-2.2.26
sys-fs/growpart/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/growpart/metadata.xml b/sys-fs/growpart/metadata.xml
index ee589b3..ef2b3b7 100644
--- a/sys-fs/growpart/metadata.xml
+++ b/sys-fs/growpart/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
+ <maintainer type="person">
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/growpart/
@ 2017-03-04 21:14 Matt Thode
0 siblings, 0 replies; 13+ messages in thread
From: Matt Thode @ 2017-03-04 21:14 UTC (permalink / raw
To: gentoo-commits
commit: b891105b63b3a7f88038302f7ac5ade7a10473ab
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 21:12:34 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 21:13:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b891105b
sys-fs/growpart: bup for bug 611726
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-fs/growpart/Manifest | 1 +
sys-fs/growpart/growpart-0.0.30.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/sys-fs/growpart/Manifest b/sys-fs/growpart/Manifest
index 0b322444bec..b771c5f23a8 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 00000000000..27954d1ba64
--- /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
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/growpart/
@ 2017-03-29 0:22 Matt Thode
0 siblings, 0 replies; 13+ messages in thread
From: Matt Thode @ 2017-03-29 0:22 UTC (permalink / raw
To: gentoo-commits
commit: 0ffc9404d46834c0afc5b1ced02cb9b21caee3b6
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 00:11:20 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 00:22:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffc9404
sys-fs/growpart: 0.0.30 stable amd64 and x86
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-fs/growpart/growpart-0.0.30.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/growpart/growpart-0.0.30.ebuild b/sys-fs/growpart/growpart-0.0.30.ebuild
index 27954d1ba64..0c5835314e6 100644
--- a/sys-fs/growpart/growpart-0.0.30.ebuild
+++ b/sys-fs/growpart/growpart-0.0.30.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/growpart/
@ 2020-08-13 3:04 Matthew Thode
0 siblings, 0 replies; 13+ messages in thread
From: Matthew Thode @ 2020-08-13 3:04 UTC (permalink / raw
To: gentoo-commits
commit: b90552a062cb876a6383f27b19f0fc78ededd3ab
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 03:04:19 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 03:04:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b90552a0
sys-fs/growpart: 0.0.30 stable arm64 (tested in vm just built)
Fixes: https://bugs.gentoo.org/736926
Package-Manager: Portage-3.0.2, Repoman-2.3.23
RepoMan-Options: --force
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
sys-fs/growpart/growpart-0.0.30.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-fs/growpart/growpart-0.0.30.ebuild b/sys-fs/growpart/growpart-0.0.30.ebuild
index 1c3c31db971..2d7de159d56 100644
--- a/sys-fs/growpart/growpart-0.0.30.ebuild
+++ b/sys-fs/growpart/growpart-0.0.30.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/growpart/
@ 2021-06-07 4:18 Matthew Thode
0 siblings, 0 replies; 13+ messages in thread
From: Matthew Thode @ 2021-06-07 4:18 UTC (permalink / raw
To: gentoo-commits
commit: 26f0ff239591c5bcaffbd4d6a8709704a6d61ad0
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 7 04:18:15 2021 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Jun 7 04:18:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f0ff23
sys-fs/growpart: 0.0.32 bump
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
sys-fs/growpart/Manifest | 1 +
sys-fs/growpart/growpart-0.0.32.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/sys-fs/growpart/Manifest b/sys-fs/growpart/Manifest
index 183307588c6..c0456a52b33 100644
--- a/sys-fs/growpart/Manifest
+++ b/sys-fs/growpart/Manifest
@@ -1 +1,2 @@
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.32.ebuild b/sys-fs/growpart/growpart-0.0.32.ebuild
new file mode 100644
index 00000000000..aa8ac8c42c2
--- /dev/null
+++ b/sys-fs/growpart/growpart-0.0.32.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 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
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/growpart/
@ 2021-07-05 20:02 Matthew Thode
0 siblings, 0 replies; 13+ messages in thread
From: Matthew Thode @ 2021-07-05 20:02 UTC (permalink / raw
To: gentoo-commits
commit: 0c7611c6c3250471ca0778ca238afc7903f92b17
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 5 19:46:33 2021 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Jul 5 20:01:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7611c6
sys-fs/growpart: 0.0.32 stable amd64/arm64/ppc64/x86
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
sys-fs/growpart/growpart-0.0.32.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/growpart/growpart-0.0.32.ebuild b/sys-fs/growpart/growpart-0.0.32.ebuild
index aa8ac8c42c2..0870eae20f3 100644
--- a/sys-fs/growpart/growpart-0.0.32.ebuild
+++ b/sys-fs/growpart/growpart-0.0.32.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/growpart/
@ 2021-08-06 15:13 Matthew Thode
0 siblings, 0 replies; 13+ messages in thread
From: Matthew Thode @ 2021-08-06 15:13 UTC (permalink / raw
To: gentoo-commits
commit: 36fa2e5e1888e4c0433bcaea0f4194fd01f503bb
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 6 15:08:11 2021 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Aug 6 15:08:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fa2e5e
sys-fs/growpart: 0.0.30 cleanup
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
sys-fs/growpart/Manifest | 1 -
sys-fs/growpart/growpart-0.0.30.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/sys-fs/growpart/Manifest b/sys-fs/growpart/Manifest
index c0456a52b33..4c53d1bb646 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 2d7de159d56..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/growpart/
@ 2022-04-07 17:04 Jakov Smolić
0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2022-04-07 17:04 UTC (permalink / raw
To: gentoo-commits
commit: a6adcf44d65490131d1b00647565516b9543eb25
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 7 17:03:55 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Apr 7 17:03:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6adcf44
sys-fs/growpart: Keyword 0.0.32 riscv, #837107
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sys-fs/growpart/growpart-0.0.32.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-fs/growpart/growpart-0.0.32.ebuild b/sys-fs/growpart/growpart-0.0.32.ebuild
index 0870eae20f3b..bc8e3069db4c 100644
--- a/sys-fs/growpart/growpart-0.0.32.ebuild
+++ b/sys-fs/growpart/growpart-0.0.32.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 arm64 ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 ~riscv x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/growpart/
@ 2022-07-10 15:45 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2022-07-10 15:45 UTC (permalink / raw
To: gentoo-commits
commit: 662ce11fe5413c9c6bfc7fe4eb92f9ef7f655347
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 14:59:25 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 15:45:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662ce11f
sys-fs/growpart: EAPI 8
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/growpart/{growpart-0.0.32.ebuild => growpart-0.0.32-r1.ebuild} | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/sys-fs/growpart/growpart-0.0.32.ebuild b/sys-fs/growpart/growpart-0.0.32-r1.ebuild
similarity index 95%
rename from sys-fs/growpart/growpart-0.0.32.ebuild
rename to sys-fs/growpart/growpart-0.0.32-r1.ebuild
index bc8e3069db4c..a2d6df9f568d 100644
--- a/sys-fs/growpart/growpart-0.0.32.ebuild
+++ b/sys-fs/growpart/growpart-0.0.32-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="A script that can grow your rootfs on first boot"
HOMEPAGE="http://manpages.ubuntu.com/manpages/natty/man1/growpart.1.html"
@@ -11,9 +11,7 @@ S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm64 ppc64 ~riscv x86"
-IUSE=""
-DEPEND=""
RDEPEND="sys-apps/gptfdisk"
src_install() {
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/growpart/
@ 2024-09-25 13:07 WANG Xuerui
0 siblings, 0 replies; 13+ messages in thread
From: WANG Xuerui @ 2024-09-25 13:07 UTC (permalink / raw
To: gentoo-commits
commit: e2059a61645e229164ec3959b7c7152b23c98851
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 12:35:38 2024 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 13:04:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2059a61
sys-fs/growpart: keyword 0.0.32-r1 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
sys-fs/growpart/growpart-0.0.32-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-fs/growpart/growpart-0.0.32-r1.ebuild b/sys-fs/growpart/growpart-0.0.32-r1.ebuild
index a2d6df9f568d..1ac1e2ea3b99 100644
--- a/sys-fs/growpart/growpart-0.0.32-r1.ebuild
+++ b/sys-fs/growpart/growpart-0.0.32-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 arm64 ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv x86"
RDEPEND="sys-apps/gptfdisk"
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2024-09-25 13:07 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-31 23:39 [gentoo-commits] repo/gentoo:master commit in: sys-fs/growpart/ Matt Thode
-- strict thread matches above, loose matches on Subject: below --
2024-09-25 13:07 WANG Xuerui
2022-07-10 15:45 Sam James
2022-04-07 17:04 Jakov Smolić
2021-08-06 15:13 Matthew Thode
2021-07-05 20:02 Matthew Thode
2021-06-07 4:18 Matthew Thode
2020-08-13 3:04 Matthew Thode
2017-03-29 0:22 Matt Thode
2017-03-04 21:14 Matt Thode
2016-01-31 23:58 Matt Thode
2016-01-31 23:44 Matt Thode
2016-01-31 23:39 Matt Thode
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox