summaryrefslogtreecommitdiff
path: root/sci-libs/shapelib
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /sci-libs/shapelib
reinit the tree, so we can have metadata
Diffstat (limited to 'sci-libs/shapelib')
-rw-r--r--sci-libs/shapelib/Manifest5
-rw-r--r--sci-libs/shapelib/metadata.xml9
-rw-r--r--sci-libs/shapelib/shapelib-1.4.0-r1.ebuild38
3 files changed, 52 insertions, 0 deletions
diff --git a/sci-libs/shapelib/Manifest b/sci-libs/shapelib/Manifest
new file mode 100644
index 000000000000..380eec0e0847
--- /dev/null
+++ b/sci-libs/shapelib/Manifest
@@ -0,0 +1,5 @@
+DIST shapelib-1.4.0.tar.gz 548990 SHA256 3eddd5f2690f2cf18d8d9798267537a2102a289020b9818f9a31eb626f91a7a1 SHA512 206b81fe859a837e821e449ab1b2dbd5a3aa7abd1871da4aec69e130b6fad6300697429884ce359c90e4b76bca90e2108f32b9fdbd3b92013fa5a39f3bedeeb1 WHIRLPOOL ac411c0a40923aede1236cc5afe77ffc83f2700b95360204f11c9fe0299512728ae8e66017ffb4baa7f9d54f20d7f7e5c0b8a30dc697c611f601fed158dc1557
+EBUILD shapelib-1.4.0-r1.ebuild 739 SHA256 a688aac0a3a5ba934433f649c29be043399fddd8c895f753826678a2072058da SHA512 587239c58c93654f82a4ec81015e92eabcfdb47f82c5b4c4ca32b9e2e91d67de4cc170d2609531cf4e0dc5ca564f40158c3b549de292362234fc8ca1fe64a8ff WHIRLPOOL 210e4d2e60268ded67133371b34352777bf2e5a85bba2b2e95e80839b4f44e9c6bf649553680e16f97606857f5b62992e4f26c4443cda82d964fc6bf7ad5ffd2
+MISC ChangeLog 2573 SHA256 0ad94c354d45adf752b442aa30f1dfd0b724576b75430f1a33e309eecac36280 SHA512 ce97a61098a221c1917a4807335fb4dc241a513b0907cf7c3cace03ae2c583fe23b7a15508172a9bc1906801393408ba05c40eea5f6d67929288f0123a327756 WHIRLPOOL 71208c8faa3fbbe3dc230d4d70106ce50b1e1b9779b075dc7940cf52fd6476423d1fc6a713c1929a2d14ab649976e298fce36595835c460724c82bb44db12a44
+MISC ChangeLog-2015 4090 SHA256 ec1e1b1598c58f74b9e5e4e111b816f0eea6c73c95c97fb9d81f39518947b411 SHA512 b6ba1aa1aa181a40b560631ccb522057fff6da1451885b477b422e827e429386e5afd98af309ffe8ea107ff4f49153a5fb287b26a878e6b2938536d01fc21d92 WHIRLPOOL fbee760605408047ad9bc2d0b99ddd3d4591d020953ac1a59f692eafd979bd8153bbe3be1a37ff8cb32c6e1449e52d917e0512f7bb07e86a5ef1d4a6bd2a3e1e
+MISC metadata.xml 405 SHA256 50e9aef05e65235ab1561a0be39606eb4396bbfda6e4e8ce1f1f181922ce09b5 SHA512 9581a1f8123cdcc6b68de0fdc03dfa866c64668222f1d90b55160cdaf8d36e1441f0530fced6b149681fef88321bf33879996199685eb6e26cefae975b704adb WHIRLPOOL 2d6a6ce894447d4beff7af2959d322ca61ddd5a9c363aa0d5de0da09541565930cd32017c5ab63025b94956d7caacb002b5e601a3bd86b2e08bca35ddb6ca3df
diff --git a/sci-libs/shapelib/metadata.xml b/sci-libs/shapelib/metadata.xml
new file mode 100644
index 000000000000..e0675810805a
--- /dev/null
+++ b/sci-libs/shapelib/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci-geosciences@gentoo.org</email>
+ <name>Gentoo Geosciences Project</name>
+ </maintainer>
+ <longdescription>Shapelib is for working with ESRI shape files, a format used by the commercial ArcInfo GIS package.</longdescription>
+</pkgmetadata>
diff --git a/sci-libs/shapelib/shapelib-1.4.0-r1.ebuild b/sci-libs/shapelib/shapelib-1.4.0-r1.ebuild
new file mode 100644
index 000000000000..dca20e97ec45
--- /dev/null
+++ b/sci-libs/shapelib/shapelib-1.4.0-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Library for manipulating ESRI Shapefiles"
+HOMEPAGE="http://shapelib.maptools.org/"
+SRC_URI="http://download.osgeo.org/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0/2"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="doc static-libs"
+
+RDEPEND="sci-libs/proj"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ default
+ rm -r m4/* || die
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --includedir=/usr/include/libshp
+}
+
+src_install() {
+ use doc && HTML_DOCS=( web/. )
+ default
+
+ if ! use static-libs; then
+ find "${D}" \( -name '*.la' -o -name '*.a' \) -delete || die
+ fi
+}