From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C58AB139360 for ; Fri, 6 Aug 2021 15:13:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A267E08A8; Fri, 6 Aug 2021 15:13:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D24FE08A8 for ; Fri, 6 Aug 2021 15:13:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93F11342B70 for ; Fri, 6 Aug 2021 15:13:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 064C985B for ; Fri, 6 Aug 2021 15:13:09 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1628262491.36fa2e5e1888e4c0433bcaea0f4194fd01f503bb.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/growpart/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/growpart/Manifest sys-fs/growpart/growpart-0.0.30.ebuild X-VCS-Directories: sys-fs/growpart/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 36fa2e5e1888e4c0433bcaea0f4194fd01f503bb X-VCS-Branch: master Date: Fri, 6 Aug 2021 15:13:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5d52b1b3-077b-44b3-946a-92353191edf3 X-Archives-Hash: db61dfb7296364c41ad5b0fc439aa7cf commit: 36fa2e5e1888e4c0433bcaea0f4194fd01f503bb Author: Matthew Thode gentoo org> AuthorDate: Fri Aug 6 15:08:11 2021 +0000 Commit: Matthew Thode gentoo 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 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 -}