megacoffee.net Gentoo overlay - legacy mirror
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 @ 139:75e8d4d50c86
dev-vcs/kallithea: adding dependency for sqlite
author | Daniel Neugebauer <dneuge@energiequant.de> |
---|---|
date | Mon, 28 Mar 2016 16:50:25 +0200 |
parents | 28cb864a4a8f |
children | 3bcc5cfd5a95 |
comparison
equal
deleted
inserted
replaced
138:28cb864a4a8f | 139:75e8d4d50c86 |
---|---|
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/source/K/Kallithea/Kallithea-${PV}.tar.bz2" |
22 | 22 |
23 RDEPEND="dev-python/virtualenv" | 23 IUSE="+sqlite" |
24 | 24 |
25 DEPEND="${RDEPEND} \ | 25 RDEPEND="dev-python/virtualenv |
26 app-arch/unzip \ | 26 sqlite? ( dev-lang/python:2.7[sqlite] )" |
27 | |
28 DEPEND="${RDEPEND} | |
29 app-arch/unzip | |
27 sys-apps/sed" | 30 sys-apps/sed" |
28 | 31 |
29 LICENSE="GPL-3" | 32 LICENSE="GPL-3" |
30 SLOT="0" | 33 SLOT="0" |
31 KEYWORDS="~amd64 ~x86" | 34 KEYWORDS="~amd64 ~x86" |
32 IUSE="" | |
33 | 35 |
34 RESTRICT_PYTHON_ABIS="3.*" | 36 RESTRICT_PYTHON_ABIS="3.*" |
35 | 37 |
36 installDataPath="/var/lib/kallithea" | 38 installDataPath="/var/lib/kallithea" |
37 installBasePath="/opt/kallithea" | 39 installBasePath="/opt/kallithea" |