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

inherit distutils eutils

DESCRIPTION="TinyMCE widget for Django"
HOMEPAGE="http://code.google.com/p/django-tinymce/"
SRC_URI="http://django-tinymce.googlecode.com/files/${P}.tar.gz"

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

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

src_install() {
	distutils_src_install
	dodoc docs/* README.txt
}