Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mgorny:master commit in: dev-dotnet/pe-format/
Date: Tue, 28 Aug 2012 09:28:07
Message-Id: 1346140069.97e409104e9d4eab1c2dbb3f247c3635e36f68fb.mgorny@gentoo
1 commit: 97e409104e9d4eab1c2dbb3f247c3635e36f68fb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 28 07:47:49 2012 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 28 07:47:49 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=97e40910
7
8 dev-dotnet/pe-format: Update URIs.
9
10 (Portage version: 2.2.0_alpha120_p33/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 dev-dotnet/pe-format/metadata.xml | 2 +-
14 dev-dotnet/pe-format/pe-format-2.9999.ebuild | 8 ++++----
15 2 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 69efd9a..551fd1b 100644
19 --- a/dev-dotnet/pe-format/metadata.xml
20 +++ b/dev-dotnet/pe-format/metadata.xml
21 @@ -11,6 +11,6 @@
22 <email>mgorny@g.o</email>
23 <name>Michał Górny</name>
24 </maintainer>
25 - <bugs-to>https://github.com/mgorny/pe-format2/issues/</bugs-to>
26 + <bugs-to>https://bitbucket.org/mgorny/pe-format2/issues/</bugs-to>
27 </upstream>
28 </pkgmetadata>
29
30 diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
31 index 2999fea..dfc5be1 100644
32 --- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild
33 +++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
34 @@ -6,8 +6,8 @@ EAPI=4
35
36 #if LIVE
37 AUTOTOOLS_AUTORECONF=yes
38 -EGIT_REPO_URI="git://github.com/mgorny/${PN}2.git
39 - http://github.com/mgorny/${PN}2.git"
40 +EGIT_REPO_URI="git://bitbucket.org/mgorny/${PN}2.git
41 + http://bitbucket.org/mgorny/${PN}2.git"
42
43 inherit git-2
44 #endif
45 @@ -15,8 +15,8 @@ inherit git-2
46 inherit autotools-utils fdo-mime systemd
47
48 DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc"
49 -HOMEPAGE="https://github.com/mgorny/pe-format2/"
50 -SRC_URI="mirror://github/mgorny/${PN}2/${P}.tar.bz2"
51 +HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/"
52 +SRC_URI="mirror://bitbucket/mgorny/downloads/${PN}2/${P}.tar.bz2"
53
54 LICENSE="GPL-2"
55 SLOT="0"