dev-dotnet/pe-format: Migrated to GitHub

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-11-03 15:28:44 +01:00
parent 4647c12371
commit 5bee40f670
3 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
<bugs-to>https://bitbucket.org/mgorny/pe-format2/issues/</bugs-to>
<bugs-to>https://github.com/mgorny/pe-format2/issues/</bugs-to>
<remote-id type="bitbucket">mgorny/pe-format2</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -6,8 +6,8 @@ EAPI=6
inherit systemd xdg-utils
DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/"
SRC_URI="https://www.bitbucket.org/mgorny/${PN}2/downloads/${P}.tar.bz2"
HOMEPAGE="https://github.com/mgorny/pe-format2/"
SRC_URI="https://github.com/mgorny/pe-format2/releases/download/v${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"

View File

@@ -6,8 +6,8 @@ EAPI=6
inherit autotools git-r3 systemd xdg-utils
DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/"
EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}2.git"
HOMEPAGE="https://github.com/mgorny/pe-format2/"
EGIT_REPO_URI="https://github.com/mgorny/pe-format2.git"
LICENSE="GPL-2"
SLOT="0"