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: www-servers/pshs/
Date: Sun, 08 Jul 2012 08:17:52
Message-Id: 1340612387.8d03c7122c2a0d7d2a01bbd493c5317175dd32f7.mgorny@gentoo
1 commit: 8d03c7122c2a0d7d2a01bbd493c5317175dd32f7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 25 08:19:47 2012 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 25 08:19:47 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=8d03c712
7
8 www-servers/pshs: Migrate to bitbucket.
9
10 (Portage version: 2.2.0_alpha112_p2/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 www-servers/pshs/metadata.xml | 2 +-
14 www-servers/pshs/pshs-9999.ebuild | 7 +++----
15 2 files changed, 4 insertions(+), 5 deletions(-)
16
17 diff --git a/www-servers/pshs/metadata.xml b/www-servers/pshs/metadata.xml
18 index 0a06742..98eabec 100644
19 --- a/www-servers/pshs/metadata.xml
20 +++ b/www-servers/pshs/metadata.xml
21 @@ -18,6 +18,6 @@
22 <email>mgorny@g.o</email>
23 <name>Michał Górny</name>
24 </maintainer>
25 - <bugs-to>https://github.com/mgorny/pshs/issues/</bugs-to>
26 + <bugs-to>https://bitbucket.org/mgorny/pshs/issues/</bugs-to>
27 </upstream>
28 </pkgmetadata>
29
30 diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-9999.ebuild
31 index d534a63..fe4823e 100644
32 --- a/www-servers/pshs/pshs-9999.ebuild
33 +++ b/www-servers/pshs/pshs-9999.ebuild
34 @@ -6,8 +6,7 @@ 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="https://bitbucket.org/mgorny/${PN}.git"
41
42 inherit git-2
43 #endif
44 @@ -15,8 +14,8 @@ inherit git-2
45 inherit autotools-utils
46
47 DESCRIPTION="Pretty small HTTP server - a command-line tool to share files"
48 -HOMEPAGE="https://github.com/mgorny/pshs/"
49 -SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
50 +HOMEPAGE="https://bitbucket.org/mgorny/pshs/"
51 +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
52
53 LICENSE="BSD"
54 SLOT="0"