We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

diff dev-vcs/kallithea/kallithea-0.3.1.ebuild @ 151:28f6280ecbce

Kallithea: fixing SRC_URI after pypi changed URL scheme to work hash-based
author Daniel Neugebauer <dneuge@energiequant.de>
date Thu, 05 May 2016 12:57:05 +0200
parents b4ad250ded02
children
line wrap: on
line diff
--- a/dev-vcs/kallithea/kallithea-0.3.1.ebuild	Sun Apr 24 20:54:33 2016 +0200
+++ b/dev-vcs/kallithea/kallithea-0.3.1.ebuild	Thu May 05 12:57:05 2016 +0200
@@ -18,7 +18,7 @@
 
 DESCRIPTION="a web-based frontend and middleware to Mercurial and Git repositories"
 HOMEPAGE="https://kallithea-scm.org/"
-SRC_URI="https://pypi.python.org/packages/source/K/Kallithea/Kallithea-${PV}.tar.bz2"
+SRC_URI="https://pypi.python.org/packages/49/14/3b479b06e27aaa5b8552da33d8bfd2d4259941ce0d159d188528d4902853/Kallithea-0.3.1.tar.bz2"
 
 IUSE="+git mysql postgres sqlite"
 REQUIRED_USE="|| ( mysql postgres sqlite )"