From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1Snmgi-0007Uz-6N for garchives@archives.gentoo.org; Sun, 08 Jul 2012 08:17:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43002E0329; Sun, 8 Jul 2012 08:17:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 16287E0329 for ; Sun, 8 Jul 2012 08:17:45 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B3F41B4003 for ; Sun, 8 Jul 2012 08:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1C683E5433 for ; Sun, 8 Jul 2012 08:17:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1340612387.8d03c7122c2a0d7d2a01bbd493c5317175dd32f7.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: www-servers/pshs/ X-VCS-Repository: dev/mgorny X-VCS-Files: www-servers/pshs/metadata.xml www-servers/pshs/pshs-9999.ebuild X-VCS-Directories: www-servers/pshs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8d03c7122c2a0d7d2a01bbd493c5317175dd32f7 X-VCS-Branch: master Date: Sun, 8 Jul 2012 08:17:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f790b015-bbf8-442c-951b-ab5521adcb8a X-Archives-Hash: 7b23f02ac16c02a658f2d03e259bb3be commit: 8d03c7122c2a0d7d2a01bbd493c5317175dd32f7 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Mon Jun 25 08:19:47 2012 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Mon Jun 25 08:19:47 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3D8d03c712 www-servers/pshs: Migrate to bitbucket. (Portage version: 2.2.0_alpha112_p2/git/Linux x86_64, unsigned Manifest c= ommit) --- www-servers/pshs/metadata.xml | 2 +- www-servers/pshs/pshs-9999.ebuild | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/www-servers/pshs/metadata.xml b/www-servers/pshs/metadata.xm= l index 0a06742..98eabec 100644 --- a/www-servers/pshs/metadata.xml +++ b/www-servers/pshs/metadata.xml @@ -18,6 +18,6 @@ mgorny@gentoo.org Micha=C5=82 G=C3=B3rny - https://github.com/mgorny/pshs/issues/ + https://bitbucket.org/mgorny/pshs/issues/ diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-99= 99.ebuild index d534a63..fe4823e 100644 --- a/www-servers/pshs/pshs-9999.ebuild +++ b/www-servers/pshs/pshs-9999.ebuild @@ -6,8 +6,7 @@ EAPI=3D4 =20 #if LIVE AUTOTOOLS_AUTORECONF=3Dyes -EGIT_REPO_URI=3D"git://github.com/mgorny/${PN}.git - http://github.com/mgorny/${PN}.git" +EGIT_REPO_URI=3D"https://bitbucket.org/mgorny/${PN}.git" =20 inherit git-2 #endif @@ -15,8 +14,8 @@ inherit git-2 inherit autotools-utils =20 DESCRIPTION=3D"Pretty small HTTP server - a command-line tool to share f= iles" -HOMEPAGE=3D"https://github.com/mgorny/pshs/" -SRC_URI=3D"mirror://github/mgorny/${PN}/${P}.tar.bz2" +HOMEPAGE=3D"https://bitbucket.org/mgorny/pshs/" +SRC_URI=3D"mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" =20 LICENSE=3D"BSD" SLOT=3D"0"