summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2005-05-11 23:39:21 +0000
committerMasatomo Nakano <nakano@gentoo.org>2005-05-11 23:39:21 +0000
commit03b9b70ee5198b16339e024309e82ab9f525ecd1 (patch)
tree448b86cc356729d5223f0805af91907102a9ad08 /sci-libs
parentAdded ~ppc. (diff)
downloadgentoo-2-03b9b70ee5198b16339e024309e82ab9f525ecd1.tar.gz
gentoo-2-03b9b70ee5198b16339e024309e82ab9f525ecd1.tar.bz2
gentoo-2-03b9b70ee5198b16339e024309e82ab9f525ecd1.zip
initial import
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/geos/ChangeLog14
-rw-r--r--sci-libs/geos/Manifest3
-rw-r--r--sci-libs/geos/files/digest-geos-2.1.11
-rw-r--r--sci-libs/geos/geos-2.1.1.ebuild39
-rw-r--r--sci-libs/geos/metadata.xml6
5 files changed, 63 insertions, 0 deletions
diff --git a/sci-libs/geos/ChangeLog b/sci-libs/geos/ChangeLog
new file mode 100644
index 000000000000..dbc4e8f911d8
--- /dev/null
+++ b/sci-libs/geos/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for sci-libs/geos
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.1 2005/05/11 23:39:21 nakano Exp $
+
+*geos-2.1.1 (11 May 2005)
+
+ 11 May 2005; Masatomo Nakano <nakano@gentoo.org> +metadata.xml,
+ +geos-2.1.1.ebuild:
+ Initial import. Ebuild submitted by
+ Nathaniel C. Domingo <nathaniel.domingo@up.edu.ph>,
+ Paul Sumner <paul@zanfx.com>,
+ Jeff Kowalczyk <jtk@yahoo.com>,
+ MZM <marazm@navigator.lv>,
+ FENOY Gérald djayweb@djayux.net>.
diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
new file mode 100644
index 000000000000..ec30b24007e3
--- /dev/null
+++ b/sci-libs/geos/Manifest
@@ -0,0 +1,3 @@
+MD5 b764da538bbc8b673eee5a13a4c0db91 geos-2.1.1.ebuild 755
+MD5 90d937a9ce4f5c40d22b2f35fe4f5c71 .geos-2.1.1.ebuild.swp 12288
+MD5 e64702857a489d4d24706066fb8b9edb files/digest-geos-2.1.1 63
diff --git a/sci-libs/geos/files/digest-geos-2.1.1 b/sci-libs/geos/files/digest-geos-2.1.1
new file mode 100644
index 000000000000..66cb2e1e55d1
--- /dev/null
+++ b/sci-libs/geos/files/digest-geos-2.1.1
@@ -0,0 +1 @@
+MD5 8d32a092396fcfb94b3d542959472443 geos-2.1.1.tar.bz2 534903
diff --git a/sci-libs/geos/geos-2.1.1.ebuild b/sci-libs/geos/geos-2.1.1.ebuild
new file mode 100644
index 000000000000..d8d05ff99953
--- /dev/null
+++ b/sci-libs/geos/geos-2.1.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-2.1.1.ebuild,v 1.1 2005/05/11 23:39:21 nakano Exp $
+
+DESCRIPTION="Geometry Engine - Open Source"
+HOMEPAGE="http://geos.refractions.net"
+SRC_URI="http://geos.refractions.net/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="static doc"
+
+DEPEND="doc? ( app-doc/doxygen)"
+RDEPEND="virtual/libc"
+
+src_compile(){
+ econf \
+ $(use_enable static) \
+ --prefix=/usr \
+ || die "Error: econf failed"
+ emake || die "Error: emake failed"
+}
+
+src_install(){
+ into /usr
+ einstall
+ dodoc AUTHORS COPYING INSTALL NEWS README TODO
+ if use doc; then
+ cd ${S}/doc
+ make doxygen-html
+ dohtml -r doxygen_docs/html/*
+ fi
+}
+
+src_test() {
+ cd ${S}
+ make check || die "Tring make check without success."
+}
diff --git a/sci-libs/geos/metadata.xml b/sci-libs/geos/metadata.xml
new file mode 100644
index 000000000000..56700d378ac7
--- /dev/null
+++ b/sci-libs/geos/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>postgresql</herd>
+<herd>sci</herd>
+</pkgmetadata>