diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-10 21:58:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-10 22:10:50 +0100 |
commit | 196be2cc8847d2f505b1efd0c13020389c82d6f9 (patch) | |
tree | 065c97f25d6fdc01f0157ec0ae9299beaf48f226 /net-misc/autoupnp | |
parent | net-misc/autoupnp: Unifdef -9999 (diff) | |
download | gentoo-196be2cc8847d2f505b1efd0c13020389c82d6f9.tar.gz gentoo-196be2cc8847d2f505b1efd0c13020389c82d6f9.tar.bz2 gentoo-196be2cc8847d2f505b1efd0c13020389c82d6f9.zip |
net-misc/autoupnp: Migrated to GitHub
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/autoupnp')
-rw-r--r-- | net-misc/autoupnp/autoupnp-0.4.7.ebuild | 6 | ||||
-rw-r--r-- | net-misc/autoupnp/autoupnp-9999.ebuild | 6 | ||||
-rw-r--r-- | 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 88e67f8857d4..5026fdeabd88 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 2e5368ce4bba..2cc6e7484420 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 527c08acfeae..cbee44522aef 100644 --- a/net-misc/autoupnp/metadata.xml +++ b/net-misc/autoupnp/metadata.xml @@ -10,7 +10,7 @@ <email>mgorny@gentoo.org</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> |