diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/django-evolution/Manifest | 1 | ||||
-rw-r--r-- | dev-python/django-evolution/django-evolution-9999.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/django-evolution/Manifest b/dev-python/django-evolution/Manifest new file mode 100644 index 0000000..f6faf04 --- /dev/null +++ b/dev-python/django-evolution/Manifest @@ -0,0 +1 @@ +EBUILD django-evolution-9999.ebuild 495 RMD160 8d2d5f51485a7d3a3bf928d52da6cabff954e93d SHA1 a9e3766d3a2229abc49fb1d454907c62bfed76c2 SHA256 9bfe5888fd7a208504c48cfd0e0e3d452c6279f33e6ade25d5adf22a2f48954a diff --git a/dev-python/django-evolution/django-evolution-9999.ebuild b/dev-python/django-evolution/django-evolution-9999.ebuild new file mode 100644 index 0000000..ad44634 --- /dev/null +++ b/dev-python/django-evolution/django-evolution-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: Exp $ + +ESVN_REPO_URI="http://django-evolution.googlecode.com/svn/trunk/" + +inherit distutils eutils subversion + +DESCRIPTION="Schema Evolution for the Django Project" +HOMEPAGE="http://code.google.com/p/django-evolution/" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=dev-python/django-1.0" +DEPEND="${RDEPEND}" + +DOCS="docs/* AUTHORS README" + |