diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-10-22 12:15:01 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-10-28 14:09:58 +0200 |
commit | 8a7a6288a2f7ea282dae16298213a9df0b8b427b (patch) | |
tree | 5fc0a53077d8009a6f444487a087a8266453f125 /sys-fs | |
parent | media-libs/libheif: ebuild_unused_patches (diff) | |
download | gentoo-8a7a6288a2f7ea282dae16298213a9df0b8b427b.tar.gz gentoo-8a7a6288a2f7ea282dae16298213a9df0b8b427b.tar.bz2 gentoo-8a7a6288a2f7ea282dae16298213a9df0b8b427b.zip |
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@sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/18001
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/bashmount/bashmount-3.2.0.ebuild | 6 |
1 files 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 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} |