diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2005-05-22 06:43:13 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2005-05-22 06:43:13 +0000 |
commit | 6db270890da414b537a76e03c5103f5af77e7e6a (patch) | |
tree | 15a502dac44d30d129a982bfff28b5b94125b137 /sci-geosciences/LatLongUTMconversion | |
parent | . (diff) | |
download | gentoo-2-6db270890da414b537a76e03c5103f5af77e7e6a.tar.gz gentoo-2-6db270890da414b537a76e03c5103f5af77e7e6a.tar.bz2 gentoo-2-6db270890da414b537a76e03c5103f5af77e7e6a.zip |
python module to support pygps
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-geosciences/LatLongUTMconversion')
5 files changed, 44 insertions, 0 deletions
diff --git a/sci-geosciences/LatLongUTMconversion/ChangeLog b/sci-geosciences/LatLongUTMconversion/ChangeLog new file mode 100644 index 000000000000..5d6df9c667aa --- /dev/null +++ b/sci-geosciences/LatLongUTMconversion/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-geosciences/LatLongUTMconversion +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/LatLongUTMconversion/ChangeLog,v 1.1 2005/05/22 06:43:13 nerdboy Exp $ + +*LatLongUTMconversion-1.1 (22 May 2005) + + 22 May 2005; Steve Arnold <nerdboy@gentoo.org> +metadata.xml, + +LatLongUTMconversion-1.1.ebuild: + New python module to support pygps and general coordinate conversions + diff --git a/sci-geosciences/LatLongUTMconversion/LatLongUTMconversion-1.1.ebuild b/sci-geosciences/LatLongUTMconversion/LatLongUTMconversion-1.1.ebuild new file mode 100644 index 000000000000..e8e80a864fc7 --- /dev/null +++ b/sci-geosciences/LatLongUTMconversion/LatLongUTMconversion-1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/LatLongUTMconversion/LatLongUTMconversion-1.1.ebuild,v 1.1 2005/05/22 06:43:13 nerdboy Exp $ + +inherit distutils eutils + +DESCRIPTION="A lat/lon-UTM conversion utility (used by pygps)" +HOMEPAGE="http://www.pygps.org/#LatLongUTMconversion" +SRC_URI="http://www.pygps.org/${P}.tar.gz" + +LICENSE="GPL-2" +IUSE="" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc ~ppc64" + +DEPEND="dev-lang/python" + +src_compile() { + distutils_src_compile +} + +DOCS="README" + diff --git a/sci-geosciences/LatLongUTMconversion/Manifest b/sci-geosciences/LatLongUTMconversion/Manifest new file mode 100644 index 000000000000..c91760636555 --- /dev/null +++ b/sci-geosciences/LatLongUTMconversion/Manifest @@ -0,0 +1,4 @@ +MD5 4bb97aa421b35498e9007b44161ec35a LatLongUTMconversion-1.1.ebuild 561 +MD5 1e4fe3feb94154cb58259f2f577bf57e metadata.xml 215 +MD5 e8b80ba4b140855a85cb0be349e8beb6 ChangeLog 351 +MD5 5156fede261ed1382eb20c49144fb923 files/digest-LatLongUTMconversion-1.1 74 diff --git a/sci-geosciences/LatLongUTMconversion/files/digest-LatLongUTMconversion-1.1 b/sci-geosciences/LatLongUTMconversion/files/digest-LatLongUTMconversion-1.1 new file mode 100644 index 000000000000..370742305872 --- /dev/null +++ b/sci-geosciences/LatLongUTMconversion/files/digest-LatLongUTMconversion-1.1 @@ -0,0 +1 @@ +MD5 5c31d9b9f844553778eb963218801178 LatLongUTMconversion-1.1.tar.gz 3553 diff --git a/sci-geosciences/LatLongUTMconversion/metadata.xml b/sci-geosciences/LatLongUTMconversion/metadata.xml new file mode 100644 index 000000000000..219cf66ce53b --- /dev/null +++ b/sci-geosciences/LatLongUTMconversion/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<maintainer><email>nerdboy@gentoo.org</email></maintainer> +</pkgmetadata> |