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: Mon,  7 Mar 2016 02:13:46 +0000 (UTC)	[thread overview]
Message-ID: <1457316710.d55f46de4eb63a5ccb3fb974df74bd908de8b77e.nixphoeni@gentoo> (raw)

commit:     d55f46de4eb63a5ccb3fb974df74bd908de8b77e
Author:     Joe Sapp <nixphoeni <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 02:11:50 2016 +0000
Commit:     Joe Sapp <nixphoeni <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 02:11:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55f46de

sci-geosciences/josm: Move live ebuild to a larger version to avoid conflicts with anticipated upcoming real versions

Package-Manager: portage-2.2.27

 sci-geosciences/josm/josm-8800.ebuild                        | 10 +++++-----
 sci-geosciences/josm/josm-9060.ebuild                        | 10 +++++-----
 sci-geosciences/josm/josm-9900.ebuild                        |  8 ++++----
 sci-geosciences/josm/{josm-9999.ebuild => josm-99999.ebuild} | 10 +++++-----
 4 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/sci-geosciences/josm/josm-8800.ebuild b/sci-geosciences/josm/josm-8800.ebuild
index 167d07c..967420b 100644
--- a/sci-geosciences/josm/josm-8800.ebuild
+++ b/sci-geosciences/josm/josm-8800.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=5
 
 JAVA_ANT_ENCODING=UTF-8
 
-[[ ${PV} == "9999" ]] && SUBVERSION_ECLASS="subversion"
+[[ ${PV} == "99999" ]] && 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
@@ -19,13 +19,13 @@ HOMEPAGE="http://josm.openstreetmap.de/"
 # 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"
+[[ ${PV} == "99999" ]] || 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" ]] || \
+[[ ${PV} == "99999" ]] || \
 KEYWORDS="~amd64 ~x86"
 
 DEPEND=">=virtual/jdk-1.7"
@@ -35,7 +35,7 @@ IUSE=""
 
 src_prepare() {
 
-	if [[ ${PV} == "9999" ]]; then
+	if [[ ${PV} == "99999" ]]; then
 
 		# create-revision needs the compile directory to be a svn directory
 		# see also http://lists.openstreetmap.org/pipermail/dev/2009-March/014182.html

diff --git a/sci-geosciences/josm/josm-9060.ebuild b/sci-geosciences/josm/josm-9060.ebuild
index 167d07c..967420b 100644
--- a/sci-geosciences/josm/josm-9060.ebuild
+++ b/sci-geosciences/josm/josm-9060.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=5
 
 JAVA_ANT_ENCODING=UTF-8
 
-[[ ${PV} == "9999" ]] && SUBVERSION_ECLASS="subversion"
+[[ ${PV} == "99999" ]] && 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
@@ -19,13 +19,13 @@ HOMEPAGE="http://josm.openstreetmap.de/"
 # 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"
+[[ ${PV} == "99999" ]] || 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" ]] || \
+[[ ${PV} == "99999" ]] || \
 KEYWORDS="~amd64 ~x86"
 
 DEPEND=">=virtual/jdk-1.7"
@@ -35,7 +35,7 @@ IUSE=""
 
 src_prepare() {
 
-	if [[ ${PV} == "9999" ]]; then
+	if [[ ${PV} == "99999" ]]; then
 
 		# create-revision needs the compile directory to be a svn directory
 		# see also http://lists.openstreetmap.org/pipermail/dev/2009-March/014182.html

diff --git a/sci-geosciences/josm/josm-9900.ebuild b/sci-geosciences/josm/josm-9900.ebuild
index ffdc8e0..967420b 100644
--- a/sci-geosciences/josm/josm-9900.ebuild
+++ b/sci-geosciences/josm/josm-9900.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 JAVA_ANT_ENCODING=UTF-8
 
-[[ ${PV} == "9999" ]] && SUBVERSION_ECLASS="subversion"
+[[ ${PV} == "99999" ]] && 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
@@ -19,13 +19,13 @@ HOMEPAGE="http://josm.openstreetmap.de/"
 # 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"
+[[ ${PV} == "99999" ]] || 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" ]] || \
+[[ ${PV} == "99999" ]] || \
 KEYWORDS="~amd64 ~x86"
 
 DEPEND=">=virtual/jdk-1.7"
@@ -35,7 +35,7 @@ IUSE=""
 
 src_prepare() {
 
-	if [[ ${PV} == "9999" ]]; then
+	if [[ ${PV} == "99999" ]]; then
 
 		# create-revision needs the compile directory to be a svn directory
 		# see also http://lists.openstreetmap.org/pipermail/dev/2009-March/014182.html

diff --git a/sci-geosciences/josm/josm-9999.ebuild b/sci-geosciences/josm/josm-99999.ebuild
similarity index 84%
rename from sci-geosciences/josm/josm-9999.ebuild
rename to sci-geosciences/josm/josm-99999.ebuild
index 221c044..d181e3d 100644
--- a/sci-geosciences/josm/josm-9999.ebuild
+++ b/sci-geosciences/josm/josm-99999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,20 +6,20 @@ EAPI=5
 
 JAVA_ANT_ENCODING=UTF-8
 
-[[ ${PV} == "9999" ]] && SUBVERSION_ECLASS="subversion"
+[[ ${PV} == "99999" ]] && 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.hboeck.de/${P}.tar.xz"
+[[ ${PV} == "99999" ]] || SRC_URI="http://josm.hboeck.de/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
 
 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
-[[ ${PV} == "9999" ]] || \
+[[ ${PV} == "99999" ]] || \
 KEYWORDS="~amd64 ~x86"
 
 DEPEND=">=virtual/jdk-1.7"
@@ -30,7 +30,7 @@ S="${WORKDIR}/${P}"
 IUSE=""
 
 src_prepare() {
-	if [[ ${PV} == "9999" ]]; then
+	if [[ ${PV} == "99999" ]]; then
 
 		# create-revision needs the compile directory to be a svn directory
 		# see also http://lists.openstreetmap.org/pipermail/dev/2009-March/014182.html


             reply	other threads:[~2016-03-07  2:13 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-07  2:13 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-06-27  1:16 Joe Sapp
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: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=1457316710.d55f46de4eb63a5ccb3fb974df74bd908de8b77e.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