From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1218133-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 5690E138359
	for <garchives@archives.gentoo.org>; Wed, 28 Oct 2020 12:10:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 66529E083E;
	Wed, 28 Oct 2020 12:10:08 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 139EEE083E
	for <gentoo-commits@lists.gentoo.org>; Wed, 28 Oct 2020 12:10:08 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A672433BEED
	for <gentoo-commits@lists.gentoo.org>; Wed, 28 Oct 2020 12:10:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E23493BF
	for <gentoo-commits@lists.gentoo.org>; Wed, 28 Oct 2020 12:10:04 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1603886998.8a7a6288a2f7ea282dae16298213a9df0b8b427b.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bashmount/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-fs/bashmount/bashmount-3.2.0.ebuild
X-VCS-Directories: sys-fs/bashmount/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 8a7a6288a2f7ea282dae16298213a9df0b8b427b
X-VCS-Branch: master
Date: Wed, 28 Oct 2020 12:10:04 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 663a7182-55c1-4998-8fb4-a0f7b52eca47
X-Archives-Hash: 3c00ce2ffa2bda9f5fc21725259bdf25

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}