From 8a7a6288a2f7ea282dae16298213a9df0b8b427b Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Thu, 22 Oct 2020 12:15:01 +0200 Subject: sys-fs/bashmount: ebuild_homepage_unsync - Sync HOMEPAGE Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic Closes: https://github.com/gentoo/gentoo/pull/18001 Signed-off-by: Joonas Niilola --- sys-fs/bashmount/bashmount-3.2.0.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys-fs') diff --git a/sys-fs/bashmount/bashmount-3.2.0.ebuild b/sys-fs/bashmount/bashmount-3.2.0.ebuild index 9124bc3307ef..338dc84d6994 100644 --- a/sys-fs/bashmount/bashmount-3.2.0.ebuild +++ b/sys-fs/bashmount/bashmount-3.2.0.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Bash script that uses udisks to mount removable devices without GUI" -HOMEPAGE="https://sourceforge.net/projects/bashmount/" +HOMEPAGE="https://github.com/jamielinux/bashmount" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" # sys-apps/util-linux -> lsblk RDEPEND="app-shells/bash @@ -18,7 +17,6 @@ RDEPEND="app-shells/bash sys-apps/util-linux sys-fs/udisks:2 virtual/eject" -DEPEND="" src_install() { dobin ${PN} -- cgit v1.2.3-65-gdbad