summaryrefslogtreecommitdiff
blob: ad44634fcc15020f10eeee18243ddaae42733420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: Exp $

ESVN_REPO_URI="http://django-evolution.googlecode.com/svn/trunk/"

inherit distutils eutils subversion

DESCRIPTION="Schema Evolution for the Django Project"
HOMEPAGE="http://code.google.com/p/django-evolution/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
IUSE=""

RDEPEND=">=dev-python/django-1.0"
DEPEND="${RDEPEND}"

DOCS="docs/* AUTHORS README"