summaryrefslogtreecommitdiff
blob: 91e9dbd6ec40ac2009a149f460dc3e5427bb6625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pywebdav/pywebdav-0.8.ebuild,v 1.2 2008/07/19 09:37:12 cedk Exp $

PYTHON_MODNAME="DAV"

inherit distutils

DESCRIPTION="WebDAV server written in python"
HOMEPAGE="http://sourceforge.net/projects/pywebdav/"
SRC_URI="http://pypi.python.org/packages/source/P/PyWebDAV/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~x86"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND=""