summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanagiotis Christopoulos <pchrist@gentoo.org>2011-07-09 21:23:11 +0300
committerPanagiotis Christopoulos <pchrist@gentoo.org>2011-07-09 21:23:11 +0300
commit68d7d470898518a2d4d69075ab4445d7bb831936 (patch)
tree3bb69c527c52aef229affa84eafa39c3b04b6544
parentadd repo_name (diff)
downloadpchrist-68d7d470898518a2d4d69075ab4445d7bb831936.tar.gz
pchrist-68d7d470898518a2d4d69075ab4445d7bb831936.tar.bz2
pchrist-68d7d470898518a2d4d69075ab4445d7bb831936.zip
Porting geographiclib to gentoo
-rw-r--r--sci-geosciences/geographiclib/Manifest3
-rw-r--r--sci-geosciences/geographiclib/geographiclib-1.11.ebuild29
-rw-r--r--sci-geosciences/geographiclib/metadata.xml15
3 files changed, 47 insertions, 0 deletions
diff --git a/sci-geosciences/geographiclib/Manifest b/sci-geosciences/geographiclib/Manifest
new file mode 100644
index 0000000..25ad080
--- /dev/null
+++ b/sci-geosciences/geographiclib/Manifest
@@ -0,0 +1,3 @@
+DIST GeographicLib-1.11.tar.gz 1535725 RMD160 b5c1d992da79a3f588f63507317699666fa28101 SHA1 43c1f24d16801b130e1a4ea37685b65bef687d31 SHA256 fe1a8b220fa9c81e76c4df73b9e238014f8a6f048368eaecda9588984cd2b16d
+EBUILD geographiclib-1.11.ebuild 691 RMD160 767bb941ddb4208775ed392d9259963acedea81c SHA1 16d4321cbc261305c1fff1e0e193af4684cbb201 SHA256 52b3b106612d86b709cc2a607b42e27530ac21e10553e1c5269ed1cf46bcb3e9
+MISC metadata.xml 609 RMD160 5d000c4133e541bc3f7d3e90184ab20c88119a09 SHA1 e1541c458d77fd156634c5378ea297f8e6cc9f5d SHA256 1609c213e8c59533f1c8b262ac4758a26969248daaff70058a23720856809d9c
diff --git a/sci-geosciences/geographiclib/geographiclib-1.11.ebuild b/sci-geosciences/geographiclib/geographiclib-1.11.ebuild
new file mode 100644
index 0000000..ff2ad66
--- /dev/null
+++ b/sci-geosciences/geographiclib/geographiclib-1.11.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.4.ebuild,v 1.1 2011/05/28 15:40:26 pchrist Exp $
+
+EAPI="3"
+
+MY_P="GeographicLib-${PV}"
+DESCRIPTION="A small C++ library for geodetic calculations"
+HOMEPAGE="http://geographiclib.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+
+#src_configure() {
+# econf
+#}
+#
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS NEWS 00README.txt INSTALL || die "dodoc failed"
+}
diff --git a/sci-geosciences/geographiclib/metadata.xml b/sci-geosciences/geographiclib/metadata.xml
new file mode 100644
index 0000000..2e0dbb8
--- /dev/null
+++ b/sci-geosciences/geographiclib/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci-geosciences</herd>
+<maintainer>
+ <email>pchrist@gentoo.org</email>
+ <name>Panagiotis Christopoulos</name>
+</maintainer>
+<longdescription>
+ GeographicLib is a small set of C++ classes for performing conversions between
+ geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates, for
+ geoid height calculations, and for solving geodesic problems. It is a suitable
+ replacement for the core functionality provided by geotrans
+</longdescription>
+</pkgmetadata>