summaryrefslogtreecommitdiff
blob: 3c3414fc322f6b219c1f947f7c3567b6db97efc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/aquarium/aquarium-2.3.ebuild,v 1.2 2009/02/03 21:41:01 mr_bones_ Exp $

inherit distutils

DESCRIPTION="Aquarium web application framework (Python)"
HOMEPAGE="http://aquarium.sourceforge.net/"
SRC_URI="mirror://sourceforge/aquarium/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-lang/python-2.2
dev-python/cheetah"
RDEPEND="${DEPEND}"

PYTHON_MODNAME="Aquarium"
DOCS="README TODO"