blob: 30493e22f6264df82831ce18b3fda032d027ebcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: Exp $
EAPI="2"
ESVN_REPO_URI="http://django-grappelli.googlecode.com/svn/trunk/"
inherit distutils eutils subversion
DESCRIPTION="A jazzy skin for the Django admin interface"
HOMEPAGE="http://code.google.com/p/django-grappelli/"
LICENSE="BSD-4"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND="dev-python/django"
DEPEND="${RDEPEND}"
|