Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 489684 - sci-libs/proj-4.9.2 - version bump
Summary: sci-libs/proj-4.9.2 - version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords: EBUILD
: 544232 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-10-28 20:32 UTC by Thomas Beutin
Modified: 2016-02-27 13:33 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild to compile proj-4.9.0b2 (proj-4.9.0_beta2.ebuild,1.41 KB, text/plain)
2013-10-29 10:30 UTC, Thomas Beutin
Details
proj-4.9.2.ebuild (proj-4.9.2.ebuild,1.25 KB, text/plain)
2016-01-04 08:39 UTC, Sam Jorna (wraeth)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Beutin 2013-10-28 20:32:36 UTC
Since the sci-libs/proj-4.8.0 doesn't installs some include files required for compiling sci-libs/ogdi (see bug 413635), i kindly ask to include 4.9.0 Beta2 in portage tree.
Release announcement: http://lists.maptools.org/pipermail/proj/2013-October/006714.html (Sun Oct 27 13:55:12 EST 2013)
Final release is announced "within a week or so"...


Reproducible: Always
Comment 1 Thomas Beutin 2013-10-29 10:30:33 UTC
Created attachment 362210 [details]
ebuild to compile proj-4.9.0b2
Comment 2 Thomas Beutin 2013-10-29 10:56:01 UTC
Unfortunately the installed /usr/include/projects.h is not compatible with sci-libs/ogdi-3.2.0_beta2 (see bug 413635)
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2013-10-29 16:45:41 UTC
Comment on attachment 362210 [details]
ebuild to compile proj-4.9.0b2

--- proj-4.8.0.ebuild   2013-06-22 19:21:32.365555240 +0200
+++ -   2013-10-29 17:45:27.228899783 +0100
@@ -8,9 +8,9 @@
 
 DESCRIPTION="Proj.4 cartographic projection software with updated NAD27 grids"
 HOMEPAGE="http://trac.osgeo.org/proj/"
-SRC_URI="ftp://ftp.remotesensing.org/pub/proj/${P}.tar.gz
+SRC_URI="ftp://ftp.remotesensing.org/pub/proj/${PN}-4.9.0b2.tar.gz
        http://download.osgeo.org/proj/${PN}-datumgrid-1.5.zip
-       http://trac.osgeo.org/proj/export/2190/tags/${PV}/proj/src/org_proj4_PJ.h -> ${P}-org_proj4_PJ.h
+       http://trac.osgeo.org/proj/export/2190/tags/4.8.0/proj/src/org_proj4_PJ.h -> ${P}-org_proj4_PJ.h
 "
 
 LICENSE="MIT"
@@ -22,14 +22,18 @@
 DEPEND="app-arch/unzip
        java? ( >=virtual/jdk-1.5 )"
 
+S=${WORKDIR}/${PN}-4.9.0
+
 src_unpack() {
-       unpack ${P}.tar.gz
+       unpack ${PN}-4.9.0b2.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)"
Comment 4 Michael Palimaka (kensington) gentoo-dev 2015-03-23 15:50:12 UTC
*** Bug 544232 has been marked as a duplicate of this bug. ***
Comment 5 Jean-Claude Repetto 2015-03-23 16:51:10 UTC
Ebuild for sci-libs/proj-4.9.1 :

--- proj-4.8.0.ebuild	2015-01-05 16:31:17.000000000 +0100
+++ proj-4.9.1.ebuild	2015-03-23 17:50:06.300391167 +0100
@@ -6,12 +6,12 @@
 
 inherit eutils java-pkg-opt-2 flag-o-matic
 
-DESCRIPTION="Proj.4 cartographic projection software with updated NAD27 grids"
+DESCRIPTION="Proj.4 cartographic projection software"
 HOMEPAGE="http://trac.osgeo.org/proj/"
 SRC_URI="
-	ftp://ftp.remotesensing.org/pub/proj/${P}.tar.gz
+	http://download.osgeo.org/proj/${P}.tar.gz
 	http://download.osgeo.org/proj/${PN}-datumgrid-1.5.zip
-	http://trac.osgeo.org/proj/export/2190/tags/${PV}/proj/src/org_proj4_PJ.h -> ${P}-org_proj4_PJ.h
+	http://trac.osgeo.org/proj/export/2647/trunk/proj/src/org_proj4_PJ.h -> ${P}-org_proj4_PJ.h
 "
 
 LICENSE="MIT"
Comment 6 Jean-Claude Repetto 2015-07-15 08:02:18 UTC
Please put this ebuild into the portage tree.
Comment 7 Sam Jorna (wraeth) gentoo-dev 2016-01-04 08:39:16 UTC
Created attachment 421850 [details]
proj-4.9.2.ebuild

Ebuild for proj-4.9.2 with changes per comment 5 applied, as well as bump to EAPI 5. Also note that KEYWORDS=mips has been dropped as dev-java/java-config is not keyworded for that platform.
Comment 8 Sam Jorna (wraeth) gentoo-dev 2016-02-27 13:33:09 UTC
commit 45010ec1970d2dbea28a79aa39692c23b681943f
Author: Amy Winston <amynka@gentoo.org>
Date:   Sat Feb 27 14:29:21 2016 +0100

    sci-libs/proj: version bump 4.9.2 bug #489684 by wraeth