Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/shapelib/
Date: Mon, 23 Jan 2017 11:07:07
Message-Id: 1485169605.9cce43a708cadc2675fa4a6f5e9a1b5e33b18ee0.asturm@gentoo
1 commit: 9cce43a708cadc2675fa4a6f5e9a1b5e33b18ee0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 23 11:06:45 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 23 11:06:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cce43a7
7
8 sci-libs/shapelib: Drop old
9
10 Package-Manager: portage-2.3.0
11
12 sci-libs/shapelib/shapelib-1.4.0.ebuild | 39 ---------------------------------
13 1 file changed, 39 deletions(-)
14
15 diff --git a/sci-libs/shapelib/shapelib-1.4.0.ebuild b/sci-libs/shapelib/shapelib-1.4.0.ebuild
16 deleted file mode 100644
17 index 8efd4f1..00000000
18 --- a/sci-libs/shapelib/shapelib-1.4.0.ebuild
19 +++ /dev/null
20 @@ -1,39 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -
27 -inherit autotools
28 -
29 -DESCRIPTION="Library for manipulating ESRI Shapefiles"
30 -HOMEPAGE="http://shapelib.maptools.org/"
31 -SRC_URI="http://download.osgeo.org/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2 LGPL-2"
34 -SLOT="0/2"
35 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
36 -IUSE="doc static-libs"
37 -
38 -DEPEND=""
39 -RDEPEND=""
40 -
41 -src_prepare() {
42 - default
43 - rm -r m4/* || die
44 - eautoreconf
45 -}
46 -
47 -src_configure() {
48 - econf \
49 - --includedir=/usr/include/libshp
50 -}
51 -
52 -src_install() {
53 - use doc && HTML_DOCS=( web/. )
54 - default
55 -
56 - if ! use static-libs; then
57 - find "${D}" \( -name '*.la' -o -name '*.a' \) -delete || die
58 - fi
59 -}