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.60) (envelope-from ) id 1SSWlE-0003v2-9X for garchives@archives.gentoo.org; Thu, 10 May 2012 17:02:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A83DE0B2A; Thu, 10 May 2012 17:02:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F2000E0B2A for ; Thu, 10 May 2012 17:02:32 +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 5CCD61B4019 for ; Thu, 10 May 2012 17:02:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 223DBE542D for ; Thu, 10 May 2012 17:02:30 +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: <1336669359.fd0bb711dfa60714adad2d240a2019d8feac654d.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: dev-python/pymountboot/ X-VCS-Repository: dev/mgorny X-VCS-Files: dev-python/pymountboot/pymountboot-9999.ebuild X-VCS-Directories: dev-python/pymountboot/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fd0bb711dfa60714adad2d240a2019d8feac654d X-VCS-Branch: master Date: Thu, 10 May 2012 17:02:30 +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: ca41210b-bec1-4776-9ab8-66252475a452 X-Archives-Hash: 313dd06ea9abd985e5ef57c4a77b4140 commit: fd0bb711dfa60714adad2d240a2019d8feac654d Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Thu May 10 17:02:39 2012 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Thu May 10 17:02:39 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3Dfd0bb711 dev-python/pymountboot: Migrate to bitbucket. (Portage version: 2.2.0_alpha101_p20/git/Linux x86_64, unsigned Manifest = commit) --- dev-python/pymountboot/pymountboot-9999.ebuild | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild b/dev-python/= pymountboot/pymountboot-9999.ebuild index cbeecea..31194ba 100644 --- a/dev-python/pymountboot/pymountboot-9999.ebuild +++ b/dev-python/pymountboot/pymountboot-9999.ebuild @@ -8,14 +8,13 @@ PYTHON_COMPAT=3D'python2_6 python2_7' inherit base python-distutils-ng =20 #if LIVE -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" inherit git-2 #endif =20 DESCRIPTION=3D"Python extension module to (re)mount /boot" -HOMEPAGE=3D"https://github.com/mgorny/pymountboot/" -SRC_URI=3D"mirror://github/mgorny/${PN}/${P}.tar.bz2" +HOMEPAGE=3D"https://bitbucket.org/mgorny/pymountboot/" +SRC_URI=3D"mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" =20 LICENSE=3D"BSD" SLOT=3D"0"