commit: 8a7a6288a2f7ea282dae16298213a9df0b8b427b Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Thu Oct 22 10:15:01 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Oct 28 12:09:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7a6288
sys-fs/bashmount: ebuild_homepage_unsync - Sync HOMEPAGE Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/18001 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sys-fs/bashmount/bashmount-3.2.0.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-fs/bashmount/bashmount-3.2.0.ebuild b/sys-fs/bashmount/bashmount-3.2.0.ebuild index 9124bc3307e..338dc84d699 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}
