commit:     93c436fdae153b718111afbfe9b7f4fec777dd80
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  8 12:03:08 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Oct  8 12:03:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c436fd

sys-fs/bashmount: drop 4.3.2-r1

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sys-fs/bashmount/bashmount-4.3.2-r1.ebuild | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/sys-fs/bashmount/bashmount-4.3.2-r1.ebuild 
b/sys-fs/bashmount/bashmount-4.3.2-r1.ebuild
deleted file mode 100644
index 8e32a9ab3a4d..000000000000
--- a/sys-fs/bashmount/bashmount-4.3.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Bash script that uses udisks to mount removable devices without 
GUI"
-HOMEPAGE="https://github.com/jamielinux/bashmount";
-SRC_URI="https://github.com/jamielinux/bashmount/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-# sys-apps/util-linux -> lsblk
-RDEPEND="
-       app-shells/bash:*
-       sys-apps/dbus
-       sys-apps/util-linux
-       sys-fs/udisks:2"
-DEPEND="${RDEPEND}"
-
-src_install() {
-       dobin ${PN}
-       insinto /etc
-       doins ${PN}.conf
-       doman ${PN}.1
-       dodoc NEWS
-}

Reply via email to