public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joe Sapp" <nixphoeni@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/josm/
Date: Tue, 27 Jun 2017 01:16:16 +0000 (UTC)	[thread overview]
Message-ID: <1498526139.cff6c0b976c39b83f695be11b779d6ca8a24142e.nixphoeni@gentoo> (raw)

commit:     cff6c0b976c39b83f695be11b779d6ca8a24142e
Author:     Joe Sapp <nixphoeni <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 01:15:39 2017 +0000
Commit:     Joe Sapp <nixphoeni <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 01:15:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff6c0b9

sci-geosciences/josm: Remove 10327 per bug #606728

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-geosciences/josm/Manifest          |  1 -
 sci-geosciences/josm/josm-10327.ebuild | 68 ----------------------------------
 2 files changed, 69 deletions(-)

diff --git a/sci-geosciences/josm/Manifest b/sci-geosciences/josm/Manifest
index 99cd1a033b3..3cdb3c8bc7d 100644
--- a/sci-geosciences/josm/Manifest
+++ b/sci-geosciences/josm/Manifest
@@ -1,2 +1 @@
-DIST josm-10327.tar.gz 53601409 SHA256 d5ec24cb47c3e6c7423efe4eeedbe419c9d16b9764f9dfd491445b2d2b085630 SHA512 a7c0ecb0e9a8d76b26ab2a8d3e3f8a066133ce4de30eb32a645e0efb7772d5e4f52129804103c1ffe2816f8daf8937ad15fc915c7aad29f6a1897dc003bc521a WHIRLPOOL 3638921c85176678a26677581c8bc8b5aa5ea1babafe1f41d7458031d1a2b1c0189800395a29dd3c8117623918fe3f116fb26a3e39664e5dec6e2352a3df7b5c
 DIST josm-10966.tar.gz 61397663 SHA256 2326bffc7cd3c92a8cd4bf627a8cd591e097eb17917564f57ba54f22d2a643f1 SHA512 a710e8c8b696955140a858dcb53184515a5c0d7b8cde71099258690b26cc980b903cfea2e4ef9b7fbf524e3b8a153f71d4464260294b0fdcf8941812ffe6b5ee WHIRLPOOL ba4f3fe811b3c4c5cc3b53d4ae311db10c10dff76bac89629bbbf369b15a39e43fed438b3c7afbf57a14996127b22167e6205c8a3f2b1161102918fde976314c

diff --git a/sci-geosciences/josm/josm-10327.ebuild b/sci-geosciences/josm/josm-10327.ebuild
deleted file mode 100644
index 8ae70d6671a..00000000000
--- a/sci-geosciences/josm/josm-10327.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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/"
-# Upstream doesn't provide versioned tarballs, so we'll have to create one on our own:
-# REVISION=${PV}
-# mkdir -p josm-${REVISION}
-# svn co -r ${REVISION} http://josm.openstreetmap.de/svn/trunk/ josm-${REVISION}
-# cd josm-${REVISION} && ant init-svn-revision-xml && cd -
-# tar -cz  --exclude=.svn -f /usr/portage/distfiles/josm-${REVISION}.tar.gz josm-${REVISION}
-[[ ${PV} == "9999" ]] || SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
-[[ ${PV} == "9999" ]] || \
-KEYWORDS="amd64 x86"
-
-DEPEND=">=virtual/jdk-1.7"
-RDEPEND=">=virtual/jre-1.7"
-
-IUSE=""
-
-src_prepare() {
-
-	if [[ ${PV} == "9999" ]]; then
-
-		# 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"
-
-	else
-
-		# Remove dependency on git and svn just for generating a
-		# revision - the tarball should already have REVISION.XML
-		sed -i -e 's:, *init-git-revision-xml::g' \
-			-e '/<exec[ \t].*"svn"[ \t].*/,+5{d;n;}' \
-			-e 's:${svn.info.result}:1:' \
-			build.xml || die "sed failed"
-
-	fi
-
-}
-
-src_compile() {
-	eant dist-optimized
-}
-
-src_install() {
-	java-pkg_newjar "dist/${PN}-custom-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 "Utility;Science;Geoscience"
-}


             reply	other threads:[~2017-06-27  1:16 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-27  1:16 Joe Sapp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-29 22:46 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/josm/ Conrad Kostecki
2018-05-21 17:05 Aaron Bauman
2017-02-16 17:26 Agostino Sarubbo
2017-02-16 17:16 Agostino Sarubbo
2016-10-21  1:18 Joe Sapp
2016-10-21  1:10 Joe Sapp
2016-10-18  0:44 Joe Sapp
2016-08-18  7:32 Amy Winston
2016-06-15  1:22 Joe Sapp
2016-03-07  2:16 Joe Sapp
2016-03-07  2:13 Joe Sapp
2016-03-07  2:07 Joe Sapp
2016-02-29 12:19 Amy Winston
2015-11-27 19:54 Joe Sapp
2015-10-18 20:08 Joe Sapp
2015-10-18 20:08 Joe Sapp

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=1498526139.cff6c0b976c39b83f695be11b779d6ca8a24142e.nixphoeni@gentoo \
    --to=nixphoeni@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