From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 888B159CA3 for ; Mon, 7 Mar 2016 02:13:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6BEE21C059; Mon, 7 Mar 2016 02:13:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5225A21C059 for ; Mon, 7 Mar 2016 02:13:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81904340756 for ; Mon, 7 Mar 2016 02:13:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AEDB1BA0 for ; Mon, 7 Mar 2016 02:13:46 +0000 (UTC) From: "Joe Sapp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Sapp" Message-ID: <1457316710.d55f46de4eb63a5ccb3fb974df74bd908de8b77e.nixphoeni@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/josm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/josm/josm-8800.ebuild sci-geosciences/josm/josm-9060.ebuild sci-geosciences/josm/josm-9900.ebuild sci-geosciences/josm/josm-9999.ebuild sci-geosciences/josm/josm-99999.ebuild X-VCS-Directories: sci-geosciences/josm/ X-VCS-Committer: nixphoeni X-VCS-Committer-Name: Joe Sapp X-VCS-Revision: d55f46de4eb63a5ccb3fb974df74bd908de8b77e X-VCS-Branch: master Date: Mon, 7 Mar 2016 02:13:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f8c31233-9568-4bf3-bb5f-87939bf42136 X-Archives-Hash: 414ce2627d14dca40a24dd37dc71d19f commit: d55f46de4eb63a5ccb3fb974df74bd908de8b77e Author: Joe Sapp gentoo org> AuthorDate: Mon Mar 7 02:11:50 2016 +0000 Commit: Joe Sapp gentoo 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