diff options
author | timcera <timcera@32389bae-6d03-0410-99cf-db05cde120eb> | 2008-09-03 23:31:51 +0000 |
---|---|---|
committer | timcera <timcera@32389bae-6d03-0410-99cf-db05cde120eb> | 2008-09-03 23:31:51 +0000 |
commit | a80eaa1df5f301ac0bcc0ec2228685fb95036897 (patch) | |
tree | e7c1b5fc359fa35370a57a3d8eac6cf90bf89a8f | |
parent | +Manifest (diff) | |
download | sci-a80eaa1df5f301ac0bcc0ec2228685fb95036897.tar.gz sci-a80eaa1df5f301ac0bcc0ec2228685fb95036897.tar.bz2 sci-a80eaa1df5f301ac0bcc0ec2228685fb95036897.zip |
The GIS Django branch was merged into the trunk.
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@1273 32389bae-6d03-0410-99cf-db05cde120eb
-rw-r--r-- | sci-geosciences/geodjango-svn/ChangeLog | 12 | ||||
-rw-r--r-- | sci-geosciences/geodjango-svn/Manifest | 3 | ||||
-rw-r--r-- | sci-geosciences/geodjango-svn/geodjango-svn-0.ebuild | 66 | ||||
-rw-r--r-- | sci-geosciences/geodjango-svn/metadata.xml | 16 |
4 files changed, 0 insertions, 97 deletions
diff --git a/sci-geosciences/geodjango-svn/ChangeLog b/sci-geosciences/geodjango-svn/ChangeLog deleted file mode 100644 index 862cb0040..000000000 --- a/sci-geosciences/geodjango-svn/ChangeLog +++ /dev/null @@ -1,12 +0,0 @@ -# ChangeLog for sci-geosciences/geodjango-svn -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 08 Jul 2008; Tim Cera <timcera@earthlink.net> geodjango-svn-0.ebuild: - Added ~x86 per https://bugs.gentoo.org/show_bug.cgi?id=230880#c4 - Thanks Marek Miller for testing! - - 30 Jun 2008; Tim Cera <timcera@earthlink.net> +geodjango-svn-0.ebuild, - +metadata.xml: - Initial import. - diff --git a/sci-geosciences/geodjango-svn/Manifest b/sci-geosciences/geodjango-svn/Manifest deleted file mode 100644 index 31b81fba2..000000000 --- a/sci-geosciences/geodjango-svn/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -EBUILD geodjango-svn-0.ebuild 1517 RMD160 58cf386e6bfdf01c3a71724078a4bce4b61f56de SHA1 0362b148754e0168356034217687b673d29a2a07 SHA256 d65586c3d37f7e81ed05155ee7746c66fc7493cf49e6f106da3a9c5598b8c80f -MISC ChangeLog 414 RMD160 8b6888080f07b3c07aa93d30fcb6d01c0fe229ee SHA1 f95bdf67055e71c57ed6dcbecc6c6afbd6e2c157 SHA256 2bb55186f2a0f0d54e663aad5eda58ce12e0dd8730d9c3cd545576cb1eb13345 -MISC metadata.xml 664 RMD160 253222dd44e915abbcf1d49f24473430b6c01997 SHA1 9eb65be436f69e03f89e30c53f4d66e223213dfc SHA256 0e6ebc05b0ad9e099b6c8c39a5d8a80ad04be75318aa9d3c521345abced99e70 diff --git a/sci-geosciences/geodjango-svn/geodjango-svn-0.ebuild b/sci-geosciences/geodjango-svn/geodjango-svn-0.ebuild deleted file mode 100644 index ae5a472b0..000000000 --- a/sci-geosciences/geodjango-svn/geodjango-svn-0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit subversion bash-completion distutils eutils - -DESCRIPTION="GeoDjango supplies a geographic web framework within Django." -HOMEPAGE="http://code.djangoproject.com/wiki/GeoDjango" -SRC_URI="" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="examples sqlite test" - -DEPEND="dev-python/imaging - sqlite? ( || ( - ( >=dev-python/pysqlite-2.0.3 <dev-lang/python-2.5 ) - >=dev-lang/python-2.5 ) ) - test? ( || ( - ( >=dev-python/pysqlite-2.0.3 <dev-lang/python-2.5 ) - >=dev-lang/python-2.5 ) ) - !dev-python/django - >=dev-python/psycopg-2.0.7 - >=dev-db/postgis-1.3.3 - >=sci-libs/geos-3.0.0 - >=sci-libs/proj-4.5.0 - >=sci-libs/gdal-1.4.0" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/django_gis" - -DOCS="docs/* AUTHORS" - -src_unpack() { - ESVN_REPO_URI="http://code.djangoproject.com/svn/django/branches/gis" - ESVN_PROJECT="django_gis" - subversion_src_unpack -} - - -src_test() { - cat >> tests/settings.py << __EOF__ -DATABASE_ENGINE='sqlite3' -ROOT_URLCONF='tests/urls.py' -SITE_ID=1 -__EOF__ - PYTHONPATH="." ${python} tests/runtests.py --settings=settings -v1 || die "tests failed" -} - - -src_install() { - distutils_python_version - - site_pkgs="/usr/$(get_libdir)/python${PYVER}/site-packages/" - export PYTHONPATH="${PYTHONPATH}:${D}/${site_pkgs}" - dodir ${site_pkgs} - - distutils_src_install - - dobashcompletion extras/django_bash_completion - - if use examples ; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/sci-geosciences/geodjango-svn/metadata.xml b/sci-geosciences/geodjango-svn/metadata.xml deleted file mode 100644 index bbfc8f53e..000000000 --- a/sci-geosciences/geodjango-svn/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>sci</herd> -<maintainer> -<email>timcera@earthlink.net</email> -<name>Tim Cera</name> -</maintainer> -<longdescription lang="en"> -GeoDjango speaks the languages of the geographic web and supports KML, GML, WKT, -WKB, GeoRSS, and GeoJSON formats. Web maps may be created using the APIs for -Google Maps and OpenLayers. Moreover, the built-in geographic admin supports the -manipulation and visualization of spatial data. Databrowse dynamically creates a -rich, browsable web site by introspecting your models. -</longdescription> -</pkgmetadata> |