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: net-misc/autoupnp/
Date: Thu, 30 Aug 2012 09:55:10
Message-Id: 1346318932.9fbc4cff0f5736cfd72d5c73ab1319453e6e73e6.mgorny@gentoo
1 commit: 9fbc4cff0f5736cfd72d5c73ab1319453e6e73e6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 09:28:52 2012 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 09:28:52 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=9fbc4cff
7
8 net-misc/autoupnp: Update URIs.
9
10 (Portage version: 2.2.0_alpha120_p33/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 net-misc/autoupnp/autoupnp-9999.ebuild | 7 +++----
14 net-misc/autoupnp/metadata.xml | 2 +-
15 2 files changed, 4 insertions(+), 5 deletions(-)
16
17 diff --git a/net-misc/autoupnp/autoupnp-9999.ebuild b/net-misc/autoupnp/autoupnp-9999.ebuild
18 index e054eb2..01c5381 100644
19 --- a/net-misc/autoupnp/autoupnp-9999.ebuild
20 +++ b/net-misc/autoupnp/autoupnp-9999.ebuild
21 @@ -6,8 +6,7 @@ EAPI=4
22
23 #if LIVE
24 AUTOTOOLS_AUTORECONF=yes
25 -EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
26 - http://github.com/mgorny/${PN}.git"
27 +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
28
29 inherit git-2
30 #endif
31 @@ -15,8 +14,8 @@ inherit git-2
32 inherit autotools-utils
33
34 DESCRIPTION="Automatic open port forwarder using UPnP"
35 -HOMEPAGE="https://github.com/mgorny/autoupnp/"
36 -SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
37 +HOMEPAGE="https://bitbucket.org/mgorny/autoupnp/"
38 +SRC_URI="mirror://bitbucket/mgorny/${PN}/${P}.tar.bz2"
39
40 LICENSE="BSD"
41 SLOT="0"
42
43 diff --git a/net-misc/autoupnp/metadata.xml b/net-misc/autoupnp/metadata.xml
44 index 1b5079f..2c1b429 100644
45 --- a/net-misc/autoupnp/metadata.xml
46 +++ b/net-misc/autoupnp/metadata.xml
47 @@ -10,6 +10,6 @@
48 <email>mgorny@g.o</email>
49 <name>Michał Górny</name>
50 </maintainer>
51 - <bugs-to>https://github.com/mgorny/autoupnp/issues/</bugs-to>
52 + <bugs-to>https://bitbucket.org/mgorny/autoupnp/issues/</bugs-to>
53 </upstream>
54 </pkgmetadata>