mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-dotnet/pe-format: Migrated to GitHub
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user