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/pms-test-suite/
Date: Thu, 30 Aug 2012 09:55:57
Message-Id: 1346317053.091f350975a305578d5805d4b38b91d289969ca6.mgorny@gentoo
1 commit: 091f350975a305578d5805d4b38b91d289969ca6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 08:57:33 2012 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 08:57:33 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=091f3509
7
8 app-portage/pms-test-suite: Update URIs.
9
10 (Portage version: 2.2.0_alpha120_p33/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 app-portage/pms-test-suite/metadata.xml | 2 +-
14 .../pms-test-suite/pms-test-suite-9999.ebuild | 5 ++---
15 2 files changed, 3 insertions(+), 4 deletions(-)
16
17 diff --git a/app-portage/pms-test-suite/metadata.xml b/app-portage/pms-test-suite/metadata.xml
18 index f9ee48a..38dc3aa 100644
19 --- a/app-portage/pms-test-suite/metadata.xml
20 +++ b/app-portage/pms-test-suite/metadata.xml
21 @@ -10,6 +10,6 @@
22 <email>mgorny@g.o</email>
23 <name>Michał Górny</name>
24 </maintainer>
25 - <bugs-to>https://github.com/mgorny/pms-test-suite/issues/</bugs-to>
26 + <bugs-to>https://bitbucket.org/mgorny/pms-test-suite/issues/</bugs-to>
27 </upstream>
28 </pkgmetadata>
29
30 diff --git a/app-portage/pms-test-suite/pms-test-suite-9999.ebuild b/app-portage/pms-test-suite/pms-test-suite-9999.ebuild
31 index 6ce0b13..d7f7398 100644
32 --- a/app-portage/pms-test-suite/pms-test-suite-9999.ebuild
33 +++ b/app-portage/pms-test-suite/pms-test-suite-9999.ebuild
34 @@ -16,14 +16,13 @@ inherit base distutils
35 #if LIVE
36 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/${PN}.git
37 http://git.overlays.gentoo.org/gitroot/proj/${PN}.git
38 - git://github.com/mgorny/${PN}.git
39 - http://github.com/mgorny/${PN}.git"
40 + http://bitbucket.org/mgorny/${PN}.git"
41 inherit git-2
42 #endif
43
44 DESCRIPTION="A test suite for Package Manager PMS compliance"
45 HOMEPAGE="http://www.gentoo.org/proj/en/qa/pms/pms-test-suite.xml"
46 -SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
47 +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
48
49 LICENSE="BSD-2"
50 SLOT="0"