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: app-portage/diffmask/
Date: Thu, 30 Aug 2012 09:56:13
Message-Id: 1346319849.6c6a0e8f547cbca9cf926f6f8ad1daff1a476797.mgorny@gentoo
1 commit: 6c6a0e8f547cbca9cf926f6f8ad1daff1a476797
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 09:44:09 2012 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 09:44:09 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=6c6a0e8f
7
8 app-portage/diffmask: Update URIs.
9
10 (Portage version: 2.2.0_alpha120_p33/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 app-portage/diffmask/diffmask-9999.ebuild | 7 +++----
14 app-portage/diffmask/metadata.xml | 2 +-
15 2 files changed, 4 insertions(+), 5 deletions(-)
16
17 diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
18 index 3ad4723..c6cc5b7 100644
19 --- a/app-portage/diffmask/diffmask-9999.ebuild
20 +++ b/app-portage/diffmask/diffmask-9999.ebuild
21 @@ -8,14 +8,13 @@ PYTHON_COMPAT='python2_6 python2_7 python3_1 python3_2'
22 inherit base python-distutils-ng
23
24 #if LIVE
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 inherit git-2
29 #endif
30
31 DESCRIPTION="A utility to maintain package.unmask entries up-to-date with masks"
32 -HOMEPAGE="https://github.com/mgorny/diffmask/"
33 -SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
34 +HOMEPAGE="https://bitbucket.org/mgorny/diffmask/"
35 +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
36
37 LICENSE="BSD"
38 SLOT="0"
39
40 diff --git a/app-portage/diffmask/metadata.xml b/app-portage/diffmask/metadata.xml
41 index b04821f..c8b3548 100644
42 --- a/app-portage/diffmask/metadata.xml
43 +++ b/app-portage/diffmask/metadata.xml
44 @@ -17,6 +17,6 @@
45 <email>mgorny@g.o</email>
46 <name>Michał Górny</name>
47 </maintainer>
48 - <bugs-to>https://github.com/mgorny/diffmask/issues/</bugs-to>
49 + <bugs-to>https://bitbucket.org/mgorny/diffmask/issues/</bugs-to>
50 </upstream>
51 </pkgmetadata>