From: Michał Górny Date: Wed, 16 May 2018 18:57:35 +0000 (+0200) Subject: sys-apps/uam: Switch to GitHub X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1e68495bb473bc91a99cd439af4d1ce402837138;p=gentoo.git sys-apps/uam: Switch to GitHub --- diff --git a/sys-apps/uam/metadata.xml b/sys-apps/uam/metadata.xml index 6a889f577ea0..2cdff751d2ae 100644 --- a/sys-apps/uam/metadata.xml +++ b/sys-apps/uam/metadata.xml @@ -15,7 +15,7 @@ mgorny@gentoo.org Michał Górny - https://bitbucket.org/mgorny/uam/issues/ - mgorny/uam + https://github.com/mgorny/uam/issues/ + mgorny/uam diff --git a/sys-apps/uam/uam-0.3.2.ebuild b/sys-apps/uam/uam-0.3.2.ebuild index 1700a15a47c8..e0bf0ed9eeff 100644 --- a/sys-apps/uam/uam-0.3.2.ebuild +++ b/sys-apps/uam/uam-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit autotools-utils udev user DESCRIPTION="Simple udev-based automounter for removable USB media" -HOMEPAGE="https://bitbucket.org/mgorny/uam/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/uam/" +SRC_URI="https://github.com/mgorny/uam/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/sys-apps/uam/uam-9999.ebuild b/sys-apps/uam/uam-9999.ebuild index 653f9fe868d0..5b6acde55b38 100644 --- a/sys-apps/uam/uam-9999.ebuild +++ b/sys-apps/uam/uam-9999.ebuild @@ -8,9 +8,9 @@ AUTOTOOLS_AUTORECONF=yes inherit autotools-utils git-r3 udev user DESCRIPTION="Simple udev-based automounter for removable USB media" -HOMEPAGE="https://bitbucket.org/mgorny/uam/" +HOMEPAGE="https://github.com/mgorny/uam/" SRC_URI="" -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" +EGIT_REPO_URI="https://github.com/mgorny/uam.git" LICENSE="BSD" SLOT="0"