From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/shapelib/
Date: Mon, 23 Jan 2017 11:07:03 +0000 (UTC) [thread overview]
Message-ID: <1485169566.d170b295bc553e2e290c228b3fd0aecc6f5b60f6.asturm@gentoo> (raw)
commit: d170b295bc553e2e290c228b3fd0aecc6f5b60f6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 11:06:06 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 11:06:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d170b295
sci-libs/shapelib: Add missing RDEPEND
Gentoo-bug: 606884
Package-Manager: portage-2.3.0
sci-libs/shapelib/shapelib-1.4.0-r1.ebuild | 39 ++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
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 00000000..259db71
--- /dev/null
+++ b/sci-libs/shapelib/shapelib-1.4.0-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}
next reply other threads:[~2017-01-23 11:07 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-23 11:07 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-23 9:01 [gentoo-commits] repo/gentoo:master commit in: sci-libs/shapelib/ John Helmert III
2024-11-25 23:34 Sam James
2024-11-24 11:02 Sam James
2024-11-23 19:49 Sam James
2024-11-23 16:54 Sam James
2024-05-03 11:26 Sam James
2023-06-03 11:15 Arthur Zamarin
2020-03-21 10:43 Andreas Sturmlechner
2020-03-21 9:24 Mart Raudsepp
2020-02-03 12:31 Agostino Sarubbo
2020-02-03 12:30 Agostino Sarubbo
2020-02-03 11:31 Agostino Sarubbo
2020-02-03 11:28 Agostino Sarubbo
2019-10-20 14:21 Andreas Sturmlechner
2019-05-11 14:37 Stefan Strogin
2019-02-24 21:37 Andreas Sturmlechner
2018-03-21 17:45 Amy Liffey
2017-02-24 0:58 Michael Weber
2017-02-22 16:08 Agostino Sarubbo
2017-02-22 15:06 Agostino Sarubbo
2017-01-23 11:07 Andreas Sturmlechner
2017-01-21 16:14 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1485169566.d170b295bc553e2e290c228b3fd0aecc6f5b60f6.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox