From 2c0b8308db61372fedeea7eef488f5d1db4149b1 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Thu, 1 Feb 2007 18:42:35 +0000 Subject: version bump to add bashcompletion and tests svn path=/; revision=7 --- dev-python/django-svn/django-svn-0.1.ebuild | 43 ----------------------------- 1 file changed, 43 deletions(-) delete mode 100644 dev-python/django-svn/django-svn-0.1.ebuild (limited to 'dev-python/django-svn/django-svn-0.1.ebuild') diff --git a/dev-python/django-svn/django-svn-0.1.ebuild b/dev-python/django-svn/django-svn-0.1.ebuild deleted file mode 100644 index 96d9375..0000000 --- a/dev-python/django-svn/django-svn-0.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-0.95.ebuild,v 1.2 2006/08/13 15:40:12 lucass Exp $ - -inherit subversion distutils - -MY_P="${PN/d/D}-${PV}" -DESCRIPTION="high-level python web framework" -HOMEPAGE="http://www.djangoproject.com/" - -ESVN_REPO_URI="http://code.djangoproject.com/svn/django/trunk" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" -IUSE="sqlite postgres mysql" - -DEPEND=">=dev-lang/python-2.3 - >=dev-python/setuptools-0.6_rc1" - -RDEPEND=">=dev-lang/python-2.3 - sqlite? ( >=dev-python/pysqlite-2.0.3 ) - postgres? (