Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 324110 Details for
Bug 435348
sci-geosciences/josm-5485 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
josm-5485.ebuild
josm-5485.ebuild (text/plain), 1.59 KB, created by
Marcin Rataj
on 2012-09-17 16:51:29 UTC
(
hide
)
Description:
josm-5485.ebuild
Filename:
MIME Type:
Creator:
Marcin Rataj
Created:
2012-09-17 16:51:29 UTC
Size:
1.59 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-geosciences/josm/josm-5356.ebuild,v 1.1 2012/07/27 22:28:32 hanno Exp $ > >EAPI=4 > >JAVA_ANT_ENCODING=UTF-8 > >[[ ${PV} == "9999" ]] && SUBVERSION_ECLASS="subversion" >ESVN_REPO_URI="http://josm.openstreetmap.de/svn/trunk" >inherit eutils java-pkg-2 java-ant-2 ${SUBVERSION_ECLASS} >unset SUBVERSION_ECLASS > >DESCRIPTION="Java-based editor for the OpenStreetMap project" >HOMEPAGE="http://josm.openstreetmap.de/" >[[ ${PV} == "9999" ]] || SRC_URI="http://josm.fabian-fingerle.de/${P}.tar.xz" > >LICENSE="GPL-2" >SLOT="0" >[[ ${PV} == "9999" ]] || KEYWORDS="~amd64 ~x86" > >DEPEND=">=virtual/jdk-1.6" >RDEPEND=">=virtual/jre-1.6" > >S="${WORKDIR}/${PN}" > >IUSE="" > >src_prepare() { > if [[ ${PV} == "9999" ]]; then > sed -i \ > -e "s:josm-custom.jar:josm.jar:" \ > -e "s:josm-custom-optimized.jar:josm-optimized.jar:" \ > build.xml || die "Sed failed" > > # create-revision needs the compile directory to be a svn directory > # see also http://lists.openstreetmap.org/pipermail/dev/2009-March/014182.html > sed -i \ > -e "s:arg[ ]value=\".\":arg value=\"${ESVN_STORE_DIR}\/${PN}\/trunk\":" \ > build.xml || die "Sed failed" > fi >} > >src_compile() { > eant dist-optimized >} > >src_install() { > java-pkg_newjar "dist/${PN}-optimized.jar" "${PN}.jar" || die "java-pkg_newjar failed" > java-pkg_dolauncher "${PN}" --jar "${PN}.jar" || die "java-pkg_dolauncher failed" > > newicon images/logo.png josm.png || die "newicon failed" > make_desktop_entry "${PN}" "Java OpenStreetMap Editor" josm "Science;Geoscience" >}
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 435348
:
324110