summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/django-comment-utils/django-comment-utils-9999.ebuild')
-rw-r--r--dev-python/django-comment-utils/django-comment-utils-9999.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/django-comment-utils/django-comment-utils-9999.ebuild b/dev-python/django-comment-utils/django-comment-utils-9999.ebuild
deleted file mode 100644
index 5249c92..0000000
--- a/dev-python/django-comment-utils/django-comment-utils-9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: Exp $
-
-ESVN_REPO_URI="http://django-comment-utils.googlecode.com/svn/trunk/"
-
-inherit distutils eutils subversion
-
-MY_P="comment_utils-${PV}"
-
-DESCRIPTION="Utilities for Django's comment system"
-HOMEPAGE="http://code.google.com/p/django-comment-utils/"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/django"
-DEPEND="${RDEPEND}"
-
-DOCS="docs/* CHANGELOG.txt README.txt"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- distutils_python_version
-
- site_pkgs="$(python_get_sitedir)"
- export PYTHONPATH="${PYTHONPATH}:${D}/${site_pkgs}"
- dodir ${site_pkgs}
-
- distutils_src_install
-}