| 1 |
# Copyright 1999-2011 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/LatLongUTMconversion/LatLongUTMconversion-1.1.ebuild,v 1.2 2007/07/15 06:04:07 mr_bones_ Exp $
|
| 4 |
|
| 5 |
EAPI="3"
|
| 6 |
PYTHON_DEPEND="2"
|
| 7 |
SUPPORT_PYTHON_ABIS="1"
|
| 8 |
RESTRICT_PYTHON_ABIS="3.*"
|
| 9 |
|
| 10 |
inherit distutils
|
| 11 |
|
| 12 |
DESCRIPTION="A lat/lon-UTM conversion utility (used by pygps)"
|
| 13 |
HOMEPAGE="http://www.pygps.org/#LatLongUTMconversion"
|
| 14 |
SRC_URI="http://www.pygps.org/${P}.tar.gz"
|
| 15 |
|
| 16 |
LICENSE="GPL-2"
|
| 17 |
SLOT="0"
|
| 18 |
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
| 19 |
IUSE=""
|
| 20 |
|
| 21 |
DEPEND=""
|
| 22 |
RDEPEND=""
|
| 23 |
|
| 24 |
DOCS="README"
|
| 25 |
PYTHON_MODNAME="LatLongUTMconversion.py"
|