Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/
Date: Sun, 03 Nov 2019 14:32:13
Message-Id: 1572791524.5bee40f6701cbe2225a6d13b70ead827e597db5d.mgorny@gentoo
1 commit: 5bee40f6701cbe2225a6d13b70ead827e597db5d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 14:28:44 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 14:32:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bee40f6
7
8 dev-dotnet/pe-format: Migrated to GitHub
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-dotnet/pe-format/metadata.xml | 2 +-
13 dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild | 4 ++--
14 dev-dotnet/pe-format/pe-format-9999.ebuild | 4 ++--
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-dotnet/pe-format/metadata.xml b/dev-dotnet/pe-format/metadata.xml
18 index 2af76e28dbc..363b956d618 100644
19 --- a/dev-dotnet/pe-format/metadata.xml
20 +++ b/dev-dotnet/pe-format/metadata.xml
21 @@ -14,7 +14,7 @@
22 <email>mgorny@g.o</email>
23 <name>Michał Górny</name>
24 </maintainer>
25 - <bugs-to>https://bitbucket.org/mgorny/pe-format2/issues/</bugs-to>
26 + <bugs-to>https://github.com/mgorny/pe-format2/issues/</bugs-to>
27 <remote-id type="bitbucket">mgorny/pe-format2</remote-id>
28 </upstream>
29 </pkgmetadata>
30
31 diff --git a/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
32 index d75726d5aa3..d924a2d19d8 100644
33 --- a/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
34 +++ b/dev-dotnet/pe-format/pe-format-2.1.2-r1.ebuild
35 @@ -6,8 +6,8 @@ EAPI=6
36 inherit systemd xdg-utils
37
38 DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
39 -HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/"
40 -SRC_URI="https://www.bitbucket.org/mgorny/${PN}2/downloads/${P}.tar.bz2"
41 +HOMEPAGE="https://github.com/mgorny/pe-format2/"
42 +SRC_URI="https://github.com/mgorny/pe-format2/releases/download/v${PV}/${P}.tar.bz2"
43
44 LICENSE="GPL-2"
45 SLOT="0"
46
47 diff --git a/dev-dotnet/pe-format/pe-format-9999.ebuild b/dev-dotnet/pe-format/pe-format-9999.ebuild
48 index 94eec319e8e..ab9516eea6d 100644
49 --- a/dev-dotnet/pe-format/pe-format-9999.ebuild
50 +++ b/dev-dotnet/pe-format/pe-format-9999.ebuild
51 @@ -6,8 +6,8 @@ EAPI=6
52 inherit autotools git-r3 systemd xdg-utils
53
54 DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
55 -HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/"
56 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}2.git"
57 +HOMEPAGE="https://github.com/mgorny/pe-format2/"
58 +EGIT_REPO_URI="https://github.com/mgorny/pe-format2.git"
59
60 LICENSE="GPL-2"
61 SLOT="0"