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

comparison 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
comparison
equal deleted inserted replaced
150:ee75802555d4 151:28f6280ecbce
16 16
17 inherit user 17 inherit user
18 18
19 DESCRIPTION="a web-based frontend and middleware to Mercurial and Git repositories" 19 DESCRIPTION="a web-based frontend and middleware to Mercurial and Git repositories"
20 HOMEPAGE="https://kallithea-scm.org/" 20 HOMEPAGE="https://kallithea-scm.org/"
21 SRC_URI="https://pypi.python.org/packages/source/K/Kallithea/Kallithea-${PV}.tar.bz2" 21 SRC_URI="https://pypi.python.org/packages/49/14/3b479b06e27aaa5b8552da33d8bfd2d4259941ce0d159d188528d4902853/Kallithea-0.3.1.tar.bz2"
22 22
23 IUSE="+git mysql postgres sqlite" 23 IUSE="+git mysql postgres sqlite"
24 REQUIRED_USE="|| ( mysql postgres sqlite )" 24 REQUIRED_USE="|| ( mysql postgres sqlite )"
25 25
26 RDEPEND=" 26 RDEPEND="