From: "Amy Winston" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/proj/
Date: Sat, 27 Feb 2016 13:31:34 +0000 (UTC) [thread overview]
Message-ID: <1456579761.45010ec1970d2dbea28a79aa39692c23b681943f.amynka@gentoo> (raw)
commit: 45010ec1970d2dbea28a79aa39692c23b681943f
Author: Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 13:29:21 2016 +0000
Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 13:29:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45010ec1
sci-libs/proj: version bump 4.9.2 bug #489684 by wraeth
Package-Manager: portage-2.2.26
sci-libs/proj/Manifest | 2 ++
sci-libs/proj/proj-4.9.2.ebuild | 55 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/sci-libs/proj/Manifest b/sci-libs/proj/Manifest
index d0d3b2c..8e5a315 100644
--- a/sci-libs/proj/Manifest
+++ b/sci-libs/proj/Manifest
@@ -1,3 +1,5 @@
DIST proj-4.8.0-org_proj4_PJ.h 2960 SHA256 ed16ebaf2806fbd74392939085db17adfdaa71d45e908cda29fbc7dc3e0a613e SHA512 db2c2b8920ef1c0c56395480dd514e372d5385839ac553a36c92431f5662bb8ec47706489b5c12e0c4308967da58fc94b29a957ede627274ab685ab647151f2c WHIRLPOOL bdff66be09ca619fff5e12a90702db2c85b62b72016dc6805184363a0e5eadd6955225fd8d87a2b5148a0d8035dc88aff6a4cbd33f93869a23be42b4586f40b2
DIST proj-4.8.0.tar.gz 785279 SHA256 2db2dbf0fece8d9880679154e0d6d1ce7c694dd8e08b4d091028093d87a9d1b5 SHA512 6076289f8bdf1ca3b76ea879d8c221a668fcb4a6deec7cf6a293c489dfe0b21c36da0c6ed2c7a0b8042436106e851018aa429b4731f4ff018fea2fdb8887ec76 WHIRLPOOL c4d2ae53441868d489c789b5ecdab63829855604ff00479d08727def41b1891e72bd590fd18b0f51ae9fc3f3f121496fecdd2a860b9376df8181d781ffe57599
+DIST proj-4.9.2-org_proj4_PJ.h 2960 SHA256 ed16ebaf2806fbd74392939085db17adfdaa71d45e908cda29fbc7dc3e0a613e SHA512 db2c2b8920ef1c0c56395480dd514e372d5385839ac553a36c92431f5662bb8ec47706489b5c12e0c4308967da58fc94b29a957ede627274ab685ab647151f2c WHIRLPOOL bdff66be09ca619fff5e12a90702db2c85b62b72016dc6805184363a0e5eadd6955225fd8d87a2b5148a0d8035dc88aff6a4cbd33f93869a23be42b4586f40b2
+DIST proj-4.9.2.tar.gz 874816 SHA256 60bf9ad1ed1c18158e652dfff97865ba6fb2b67f1511bc8dceae4b3c7e657796 SHA512 34a506742bb27cbc7f5ee91ee7f8c7a27d0f5644a1dcfd11b1e59120040804b1621ddfa4212bff45a1c3fb85511e48ece21612e86033139bafbb50c165e77cda WHIRLPOOL 51b9f4db2bdf46574d1b571e85c5d8ab462732ad27eb7664a586709afb27f516a4f3b15806bcce480548832d451a7ae297992eed5a2acf74a505be800a386a85
DIST proj-datumgrid-1.5.zip 2250131 SHA256 723c4017d95d7a8abdf3bda4e18d3c15d79b00f9326d453da5fdf13f96c287db SHA512 9d9a935b3e984721a1ceafac49c139d3c5d9923c5bcef5f57fec8028a043c86e7de8bad9c200fa38cd6d1bf27b32dd0126597d42fee793d055e686f090604bf3 WHIRLPOOL fa0a58628906e108e811062a2f9761009d85b6083506587ddc95aae083dc5a2855174823037bbd63a5702b869c038483ed9a9f64f5a245bedcfd88eda7a026a8
diff --git a/sci-libs/proj/proj-4.9.2.ebuild b/sci-libs/proj/proj-4.9.2.ebuild
new file mode 100644
index 0000000..56dfbca
--- /dev/null
+++ b/sci-libs/proj/proj-4.9.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils java-pkg-opt-2 flag-o-matic
+
+DESCRIPTION="Proj.4 cartographic projection software"
+HOMEPAGE="http://trac.osgeo.org/proj/"
+SRC_URI="
+ http://download.osgeo.org/proj/${P}.tar.gz
+ http://download.osgeo.org/proj/${PN}-datumgrid-1.5.zip
+ http://trac.osgeo.org/proj/export/2647/trunk/proj/src/org_proj4_PJ.h -> ${P}-org_proj4_PJ.h
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="java static-libs"
+
+RDEPEND=""
+DEPEND="
+ app-arch/unzip
+ java? ( >=virtual/jdk-1.5 )"
+
+src_unpack() {
+ unpack ${P}.tar.gz
+ cd "${S}"/nad || die
+ mv README README.NAD || die
+ cp "${DISTDIR}/${P}-org_proj4_PJ.h" "${S}/src/org_proj4_PJ.h" || die
+ unpack ${PN}-datumgrid-1.5.zip
+}
+
+src_configure() {
+ if use java; then
+ export JAVACFLAGS="$(java-pkg_javac-args)"
+ append-cflags "$(java-pkg_get-jni-cflags)"
+ fi
+ econf \
+ $(use_enable static-libs static) \
+ $(use_with java jni)
+}
+
+src_install() {
+ default
+ cd nad || die
+ dodoc README.{NAD,NADUS}
+ insinto /usr/share/proj
+ insopts -m 755
+ doins test27 test83
+ insopts -m 644
+ doins pj_out27.dist pj_out83.dist
+ prune_libtool_files
+}
next reply other threads:[~2016-02-27 13:31 UTC|newest]
Thread overview: 107+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-27 13:31 Amy Winston [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-07-11 8:41 [gentoo-commits] repo/gentoo:master commit in: sci-libs/proj/ Alexis Ballier
2017-07-20 20:57 Sergei Trofimovich
2018-03-28 4:16 Matt Turner
2018-04-14 17:37 Aaron Bauman
2018-04-15 18:40 Sergei Trofimovich
2018-04-15 18:58 Thomas Deutschmann
2018-04-26 5:20 Matt Turner
2018-05-20 11:13 Mikle Kolyada
2019-05-06 16:16 Andrey Grozin
2019-05-16 19:30 Aaron Bauman
2019-10-20 14:21 Andreas Sturmlechner
2019-10-20 14:21 Andreas Sturmlechner
2019-10-20 14:21 Andreas Sturmlechner
2019-10-20 14:21 Andreas Sturmlechner
2019-10-20 14:21 Andreas Sturmlechner
2019-12-24 16:52 Andrey Grozin
2020-01-01 11:01 Andreas Sturmlechner
2020-01-27 9:53 Sergei Trofimovich
2020-01-30 16:31 Andrey Grozin
2020-01-30 20:07 Andreas Sturmlechner
2020-02-03 12:30 Agostino Sarubbo
2020-02-03 13:32 Agostino Sarubbo
2020-02-03 15:24 Agostino Sarubbo
2020-02-06 9:04 Sergei Trofimovich
2020-02-11 19:43 Agostino Sarubbo
2020-02-11 19:50 Agostino Sarubbo
2020-02-12 7:51 Agostino Sarubbo
2020-03-29 17:56 Mart Raudsepp
2020-04-13 18:46 Andreas Sturmlechner
2020-04-29 10:37 Andrey Grozin
2020-06-21 16:06 Andreas Sturmlechner
2020-06-21 16:06 Andreas Sturmlechner
2020-06-21 16:06 Andreas Sturmlechner
2020-07-17 3:03 Sam James
2020-07-17 15:09 Agostino Sarubbo
2020-07-17 18:35 Agostino Sarubbo
2020-07-19 7:43 Agostino Sarubbo
2020-07-20 6:42 Agostino Sarubbo
2020-07-20 21:34 Andreas Sturmlechner
2020-12-09 20:25 罗百科
2021-01-06 15:17 Fabian Groffen
2021-01-12 12:02 Sam James
2021-02-13 17:56 Sam James
2021-02-13 17:58 Sam James
2021-02-13 20:33 Sam James
2021-02-14 2:10 Sam James
2021-02-18 18:57 David Seifert
2021-03-01 23:37 Sam James
2021-03-02 3:49 Sam James
2021-03-02 3:49 Sam James
2021-05-07 14:38 Sam James
2021-05-07 14:40 Sam James
2021-07-06 4:12 Sam James
2021-07-06 7:12 Sam James
2021-08-14 23:15 Marek Szuba
2021-08-14 23:15 Marek Szuba
2021-09-05 5:48 Sam James
2021-11-03 0:33 Sam James
2021-12-05 18:28 Sam James
2021-12-06 1:17 Sam James
2021-12-06 1:17 Sam James
2021-12-06 8:03 Agostino Sarubbo
2021-12-06 15:20 Sam James
2022-01-02 8:11 Sam James
2022-01-02 8:11 Sam James
2022-03-02 2:19 Sam James
2022-03-02 3:42 Sam James
2022-03-02 3:42 Sam James
2022-03-02 3:44 Sam James
2022-03-02 9:05 Agostino Sarubbo
2022-03-06 8:01 Sam James
2022-05-04 23:28 Sam James
2022-06-17 0:01 Sam James
2022-09-01 21:49 Sam James
2022-11-25 7:51 Sam James
2022-11-25 7:55 Sam James
2022-11-25 8:04 Arthur Zamarin
2022-11-25 8:43 Arthur Zamarin
2022-12-02 2:51 Sam James
2022-12-02 2:51 Sam James
2022-12-02 18:12 Arthur Zamarin
2022-12-04 9:23 WANG Xuerui
2022-12-16 1:40 Sam James
2022-12-18 8:32 Sam James
2023-01-05 8:50 Sam James
2023-01-05 9:01 Sam James
2023-01-05 9:01 Sam James
2023-01-05 9:05 Sam James
2023-01-13 17:32 Arthur Zamarin
2023-03-10 10:06 Sam James
2023-03-10 12:24 Sam James
2023-03-10 12:54 Sam James
2023-04-23 16:39 Sam James
2023-05-15 21:44 Andreas Sturmlechner
2023-06-02 0:25 Sam James
2023-06-03 11:15 Arthur Zamarin
2023-06-16 20:54 Sam James
2023-06-16 21:02 Sam James
2023-06-16 22:59 Sam James
2023-06-16 22:59 Sam James
2023-06-17 17:07 Andreas Sturmlechner
2023-09-04 7:55 罗百科
2024-10-21 18:41 Arthur Zamarin
2024-10-21 18:41 Arthur Zamarin
2024-10-21 18:41 Arthur Zamarin
2024-10-24 7:45 Arthur Zamarin
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=1456579761.45010ec1970d2dbea28a79aa39692c23b681943f.amynka@gentoo \
--to=amynka@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