Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 421850 Details for
Bug 489684
sci-libs/proj-4.9.2 - version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
proj-4.9.2.ebuild
proj-4.9.2.ebuild (text/plain), 1.25 KB, created by
Sam Jorna (wraeth) (RETIRED)
on 2016-01-04 08:39:16 UTC
(
hide
)
Description:
proj-4.9.2.ebuild
Filename:
MIME Type:
Creator:
Sam Jorna (wraeth) (RETIRED)
Created:
2016-01-04 08:39:16 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2015 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 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 489684
:
362210
| 421850