Gentoo Archives: gentoo-commits

From: Joe Sapp <nixphoeni@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/josm/
Date: Mon, 07 Mar 2016 02:13:51
Message-Id: 1457316710.d55f46de4eb63a5ccb3fb974df74bd908de8b77e.nixphoeni@gentoo
1 commit: d55f46de4eb63a5ccb3fb974df74bd908de8b77e
2 Author: Joe Sapp <nixphoeni <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 7 02:11:50 2016 +0000
4 Commit: Joe Sapp <nixphoeni <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 7 02:11:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55f46de
7
8 sci-geosciences/josm: Move live ebuild to a larger version to avoid conflicts with anticipated upcoming real versions
9
10 Package-Manager: portage-2.2.27
11
12 sci-geosciences/josm/josm-8800.ebuild | 10 +++++-----
13 sci-geosciences/josm/josm-9060.ebuild | 10 +++++-----
14 sci-geosciences/josm/josm-9900.ebuild | 8 ++++----
15 sci-geosciences/josm/{josm-9999.ebuild => josm-99999.ebuild} | 10 +++++-----
16 4 files changed, 19 insertions(+), 19 deletions(-)
17
18 diff --git a/sci-geosciences/josm/josm-8800.ebuild b/sci-geosciences/josm/josm-8800.ebuild
19 index 167d07c..967420b 100644
20 --- a/sci-geosciences/josm/josm-8800.ebuild
21 +++ b/sci-geosciences/josm/josm-8800.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -6,7 +6,7 @@ EAPI=5
29
30 JAVA_ANT_ENCODING=UTF-8
31
32 -[[ ${PV} == "9999" ]] && SUBVERSION_ECLASS="subversion"
33 +[[ ${PV} == "99999" ]] && SUBVERSION_ECLASS="subversion"
34 ESVN_REPO_URI="http://josm.openstreetmap.de/svn/trunk"
35 inherit eutils java-pkg-2 java-ant-2 ${SUBVERSION_ECLASS}
36 unset SUBVERSION_ECLASS
37 @@ -19,13 +19,13 @@ HOMEPAGE="http://josm.openstreetmap.de/"
38 # svn co -r ${REVISION} http://josm.openstreetmap.de/svn/trunk/ josm-${REVISION}
39 # cd josm-${REVISION} && ant init-svn-revision-xml && cd -
40 # tar -cz --exclude=.svn -f /usr/portage/distfiles/josm-${REVISION}.tar.gz josm-${REVISION}
41 -[[ ${PV} == "9999" ]] || SRC_URI="mirror://gentoo/${P}.tar.gz"
42 +[[ ${PV} == "99999" ]] || SRC_URI="mirror://gentoo/${P}.tar.gz"
43
44 LICENSE="GPL-2"
45 SLOT="0"
46
47 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
48 -[[ ${PV} == "9999" ]] || \
49 +[[ ${PV} == "99999" ]] || \
50 KEYWORDS="~amd64 ~x86"
51
52 DEPEND=">=virtual/jdk-1.7"
53 @@ -35,7 +35,7 @@ IUSE=""
54
55 src_prepare() {
56
57 - if [[ ${PV} == "9999" ]]; then
58 + if [[ ${PV} == "99999" ]]; then
59
60 # create-revision needs the compile directory to be a svn directory
61 # see also http://lists.openstreetmap.org/pipermail/dev/2009-March/014182.html
62
63 diff --git a/sci-geosciences/josm/josm-9060.ebuild b/sci-geosciences/josm/josm-9060.ebuild
64 index 167d07c..967420b 100644
65 --- a/sci-geosciences/josm/josm-9060.ebuild
66 +++ b/sci-geosciences/josm/josm-9060.ebuild
67 @@ -1,4 +1,4 @@
68 -# Copyright 1999-2015 Gentoo Foundation
69 +# Copyright 1999-2016 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 # $Id$
72
73 @@ -6,7 +6,7 @@ EAPI=5
74
75 JAVA_ANT_ENCODING=UTF-8
76
77 -[[ ${PV} == "9999" ]] && SUBVERSION_ECLASS="subversion"
78 +[[ ${PV} == "99999" ]] && SUBVERSION_ECLASS="subversion"
79 ESVN_REPO_URI="http://josm.openstreetmap.de/svn/trunk"
80 inherit eutils java-pkg-2 java-ant-2 ${SUBVERSION_ECLASS}
81 unset SUBVERSION_ECLASS
82 @@ -19,13 +19,13 @@ HOMEPAGE="http://josm.openstreetmap.de/"
83 # svn co -r ${REVISION} http://josm.openstreetmap.de/svn/trunk/ josm-${REVISION}
84 # cd josm-${REVISION} && ant init-svn-revision-xml && cd -
85 # tar -cz --exclude=.svn -f /usr/portage/distfiles/josm-${REVISION}.tar.gz josm-${REVISION}
86 -[[ ${PV} == "9999" ]] || SRC_URI="mirror://gentoo/${P}.tar.gz"
87 +[[ ${PV} == "99999" ]] || SRC_URI="mirror://gentoo/${P}.tar.gz"
88
89 LICENSE="GPL-2"
90 SLOT="0"
91
92 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
93 -[[ ${PV} == "9999" ]] || \
94 +[[ ${PV} == "99999" ]] || \
95 KEYWORDS="~amd64 ~x86"
96
97 DEPEND=">=virtual/jdk-1.7"
98 @@ -35,7 +35,7 @@ IUSE=""
99
100 src_prepare() {
101
102 - if [[ ${PV} == "9999" ]]; then
103 + if [[ ${PV} == "99999" ]]; then
104
105 # create-revision needs the compile directory to be a svn directory
106 # see also http://lists.openstreetmap.org/pipermail/dev/2009-March/014182.html
107
108 diff --git a/sci-geosciences/josm/josm-9900.ebuild b/sci-geosciences/josm/josm-9900.ebuild
109 index ffdc8e0..967420b 100644
110 --- a/sci-geosciences/josm/josm-9900.ebuild
111 +++ b/sci-geosciences/josm/josm-9900.ebuild
112 @@ -6,7 +6,7 @@ EAPI=5
113
114 JAVA_ANT_ENCODING=UTF-8
115
116 -[[ ${PV} == "9999" ]] && SUBVERSION_ECLASS="subversion"
117 +[[ ${PV} == "99999" ]] && SUBVERSION_ECLASS="subversion"
118 ESVN_REPO_URI="http://josm.openstreetmap.de/svn/trunk"
119 inherit eutils java-pkg-2 java-ant-2 ${SUBVERSION_ECLASS}
120 unset SUBVERSION_ECLASS
121 @@ -19,13 +19,13 @@ HOMEPAGE="http://josm.openstreetmap.de/"
122 # svn co -r ${REVISION} http://josm.openstreetmap.de/svn/trunk/ josm-${REVISION}
123 # cd josm-${REVISION} && ant init-svn-revision-xml && cd -
124 # tar -cz --exclude=.svn -f /usr/portage/distfiles/josm-${REVISION}.tar.gz josm-${REVISION}
125 -[[ ${PV} == "9999" ]] || SRC_URI="mirror://gentoo/${P}.tar.gz"
126 +[[ ${PV} == "99999" ]] || SRC_URI="mirror://gentoo/${P}.tar.gz"
127
128 LICENSE="GPL-2"
129 SLOT="0"
130
131 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
132 -[[ ${PV} == "9999" ]] || \
133 +[[ ${PV} == "99999" ]] || \
134 KEYWORDS="~amd64 ~x86"
135
136 DEPEND=">=virtual/jdk-1.7"
137 @@ -35,7 +35,7 @@ IUSE=""
138
139 src_prepare() {
140
141 - if [[ ${PV} == "9999" ]]; then
142 + if [[ ${PV} == "99999" ]]; then
143
144 # create-revision needs the compile directory to be a svn directory
145 # see also http://lists.openstreetmap.org/pipermail/dev/2009-March/014182.html
146
147 diff --git a/sci-geosciences/josm/josm-9999.ebuild b/sci-geosciences/josm/josm-99999.ebuild
148 similarity index 84%
149 rename from sci-geosciences/josm/josm-9999.ebuild
150 rename to sci-geosciences/josm/josm-99999.ebuild
151 index 221c044..d181e3d 100644
152 --- a/sci-geosciences/josm/josm-9999.ebuild
153 +++ b/sci-geosciences/josm/josm-99999.ebuild
154 @@ -1,4 +1,4 @@
155 -# Copyright 1999-2014 Gentoo Foundation
156 +# Copyright 1999-2016 Gentoo Foundation
157 # Distributed under the terms of the GNU General Public License v2
158 # $Id$
159
160 @@ -6,20 +6,20 @@ EAPI=5
161
162 JAVA_ANT_ENCODING=UTF-8
163
164 -[[ ${PV} == "9999" ]] && SUBVERSION_ECLASS="subversion"
165 +[[ ${PV} == "99999" ]] && SUBVERSION_ECLASS="subversion"
166 ESVN_REPO_URI="http://josm.openstreetmap.de/svn/trunk"
167 inherit eutils java-pkg-2 java-ant-2 ${SUBVERSION_ECLASS}
168 unset SUBVERSION_ECLASS
169
170 DESCRIPTION="Java-based editor for the OpenStreetMap project"
171 HOMEPAGE="http://josm.openstreetmap.de/"
172 -[[ ${PV} == "9999" ]] || SRC_URI="http://josm.hboeck.de/${P}.tar.xz"
173 +[[ ${PV} == "99999" ]] || SRC_URI="http://josm.hboeck.de/${P}.tar.xz"
174
175 LICENSE="GPL-2"
176 SLOT="0"
177
178 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
179 -[[ ${PV} == "9999" ]] || \
180 +[[ ${PV} == "99999" ]] || \
181 KEYWORDS="~amd64 ~x86"
182
183 DEPEND=">=virtual/jdk-1.7"
184 @@ -30,7 +30,7 @@ S="${WORKDIR}/${P}"
185 IUSE=""
186
187 src_prepare() {
188 - if [[ ${PV} == "9999" ]]; then
189 + if [[ ${PV} == "99999" ]]; then
190
191 # create-revision needs the compile directory to be a svn directory
192 # see also http://lists.openstreetmap.org/pipermail/dev/2009-March/014182.html