commit: 196be2cc8847d2f505b1efd0c13020389c82d6f9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 10 20:58:44 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 10 21:10:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196be2cc
net-misc/autoupnp: Migrated to GitHub Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-misc/autoupnp/autoupnp-0.4.7.ebuild | 6 +++--- net-misc/autoupnp/autoupnp-9999.ebuild | 6 +++--- net-misc/autoupnp/metadata.xml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-misc/autoupnp/autoupnp-0.4.7.ebuild b/net-misc/autoupnp/autoupnp-0.4.7.ebuild index 88e67f8857d..5026fdeabd8 100644 --- a/net-misc/autoupnp/autoupnp-0.4.7.ebuild +++ b/net-misc/autoupnp/autoupnp-0.4.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils DESCRIPTION="Automatic open port forwarder using UPnP" -HOMEPAGE="https://bitbucket.org/mgorny/autoupnp/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/autoupnp/" +SRC_URI="https://github.com/mgorny/autoupnp/releases/download/v${PV}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/net-misc/autoupnp/autoupnp-9999.ebuild b/net-misc/autoupnp/autoupnp-9999.ebuild index 2e5368ce4bb..2cc6e748442 100644 --- a/net-misc/autoupnp/autoupnp-9999.ebuild +++ b/net-misc/autoupnp/autoupnp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit autotools eutils git-r3 DESCRIPTION="Automatic open port forwarder using UPnP" -HOMEPAGE="https://bitbucket.org/mgorny/autoupnp/" -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" +HOMEPAGE="https://github.com/mgorny/autoupnp/" +EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" LICENSE="BSD" SLOT="0" diff --git a/net-misc/autoupnp/metadata.xml b/net-misc/autoupnp/metadata.xml index 527c08acfea..cbee44522ae 100644 --- a/net-misc/autoupnp/metadata.xml +++ b/net-misc/autoupnp/metadata.xml @@ -10,7 +10,7 @@ <email>[email protected]</email> <name>Michał Górny</name> </maintainer> - <bugs-to>https://bitbucket.org/mgorny/autoupnp/issues/</bugs-to> - <remote-id type="bitbucket">mgorny/autoupnp</remote-id> + <bugs-to>https://github.com/mgorny/autoupnp/issues/</bugs-to> + <remote-id type="github">mgorny/autoupnp</remote-id> </upstream> </pkgmetadata>
