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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98D41158020 for ; Wed, 21 Dec 2022 15:14:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D419E07D8; Wed, 21 Dec 2022 15:14:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A006E07D8 for ; Wed, 21 Dec 2022 15:14:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08CE53414BD for ; Wed, 21 Dec 2022 15:14:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D4C87C6 for ; Wed, 21 Dec 2022 15:13:58 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1671635584.d7b6c6d85d6235535904b293484e6f5d8077fe1e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/genfstab/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/genfstab/genfstab-28.ebuild X-VCS-Directories: sys-fs/genfstab/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d7b6c6d85d6235535904b293484e6f5d8077fe1e X-VCS-Branch: master Date: Wed, 21 Dec 2022 15:13:58 +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: 599ce0bd-87d0-42f8-b400-f4d37e773e6e X-Archives-Hash: ca450f774bdefaf6a5caf3de948b5789 commit: d7b6c6d85d6235535904b293484e6f5d8077fe1e Author: Marco Scardovi icloud com> AuthorDate: Wed Dec 21 10:56:46 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Dec 21 15:13:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b6c6d8 sys-fs/genfstab: drop 28 Signed-off-by: Marco Scardovi icloud.com> Signed-off-by: Matt Turner gentoo.org> sys-fs/genfstab/genfstab-28.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/sys-fs/genfstab/genfstab-28.ebuild b/sys-fs/genfstab/genfstab-28.ebuild deleted file mode 100644 index 37d18182b30d..000000000000 --- a/sys-fs/genfstab/genfstab-28.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Genfstab - generate output suitable for addition to an fstab file" -HOMEPAGE="https://github.com/scardracs/genfstab https://man.archlinux.org/man/genfstab.8" -SRC_URI="https://github.com/scardracs/genfstab/releases/download/${PV}/${P}.tar.gz" -S="${WORKDIR}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -BDEPEND="app-text/asciidoc"