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: sys-devel/systemd-sdk/
Date: Tue, 28 Aug 2012 09:28:12
Message-Id: 1346140479.355dc4aab4ed7426b66b5253647d3258f9a28c50.mgorny@gentoo
1 commit: 355dc4aab4ed7426b66b5253647d3258f9a28c50
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 28 07:54:39 2012 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 28 07:54:39 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=355dc4aa
7
8 sys-devel/systemd-sdk: Update URIs.
9
10 (Portage version: 2.2.0_alpha120_p33/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 sys-devel/systemd-sdk/metadata.xml | 2 +-
14 sys-devel/systemd-sdk/systemd-sdk-9999.ebuild | 8 ++++----
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/sys-devel/systemd-sdk/metadata.xml b/sys-devel/systemd-sdk/metadata.xml
18 index 6cf709e..64d2698 100644
19 --- a/sys-devel/systemd-sdk/metadata.xml
20 +++ b/sys-devel/systemd-sdk/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/systemd-sdk/issues/</bugs-to>
26 + <bugs-to>https://bitbucket.org/mgorny/systemd-sdk/issues/</bugs-to>
27 </upstream>
28 </pkgmetadata>
29
30 diff --git a/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild b/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild
31 index 176c82a..36290a8 100644
32 --- a/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild
33 +++ b/sys-devel/systemd-sdk/systemd-sdk-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}.git
39 - http://github.com/mgorny/${PN}.git"
40 +EGIT_REPO_URI="git://bitbucket.org/mgorny/${PN}.git
41 + http://bitbucket.org/mgorny/${PN}.git"
42
43 inherit git-2
44 #endif
45 @@ -15,8 +15,8 @@ inherit git-2
46 inherit autotools-utils
47
48 DESCRIPTION="Macros and misc files for systemd daemons"
49 -HOMEPAGE="https://github.com/mgorny/systemd-sdk/"
50 -SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
51 +HOMEPAGE="https://bitbucket.org/mgorny/systemd-sdk/"
52 +SRC_URI="mirror://bitbucket/mgorny/downloads/${PN}/${P}.tar.bz2"
53
54 LICENSE="BSD"
55 SLOT="0"