diff options
author | 2019-11-10 22:21:58 +0100 | |
---|---|---|
committer | 2019-11-10 22:40:46 +0100 | |
commit | 4a716729a140eda5386dc1390cbceb59af08176f (patch) | |
tree | 639555cc482e23eba9be60f141fc5ab1dbe23514 /net-misc | |
parent | net-misc/npapi-sdk: Unifdef -9999 (diff) | |
download | gentoo-4a716729a140eda5386dc1390cbceb59af08176f.tar.gz gentoo-4a716729a140eda5386dc1390cbceb59af08176f.tar.bz2 gentoo-4a716729a140eda5386dc1390cbceb59af08176f.zip |
net-misc/npapi-sdk: Migrated to GitHub
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/npapi-sdk/metadata.xml | 2 | ||||
-rw-r--r-- | net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/npapi-sdk/npapi-sdk-9999.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/npapi-sdk/metadata.xml b/net-misc/npapi-sdk/metadata.xml index cc6d3e382c6a..00053de32b1c 100644 --- a/net-misc/npapi-sdk/metadata.xml +++ b/net-misc/npapi-sdk/metadata.xml @@ -10,6 +10,6 @@ <name>Gentoo Mozilla Team</name> </maintainer> <upstream> - <remote-id type="bitbucket">mgorny/npapi-sdk</remote-id> + <remote-id type="github">mgorny/npapi-sdk</remote-id> </upstream> </pkgmetadata> diff --git a/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild b/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild index b44229e93f0c..caa21c459313 100644 --- a/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild +++ b/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild @@ -6,8 +6,8 @@ EAPI=4 inherit autotools-utils DESCRIPTION="NPAPI headers bundle" -HOMEPAGE="https://bitbucket.org/mgorny/npapi-sdk/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/npapi-sdk/" +SRC_URI="https://github.com/mgorny/npapi-sdk/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild b/net-misc/npapi-sdk/npapi-sdk-9999.ebuild index 67a6c530e6bd..bdcb9e57bb00 100644 --- a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild +++ b/net-misc/npapi-sdk/npapi-sdk-9999.ebuild @@ -7,8 +7,8 @@ AUTOTOOLS_AUTORECONF=yes inherit autotools-utils git-r3 DESCRIPTION="NPAPI headers bundle" -HOMEPAGE="https://bitbucket.org/mgorny/npapi-sdk/" -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" +HOMEPAGE="https://github.com/mgorny/npapi-sdk/" +EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" LICENSE="BSD" SLOT="0" |