diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-21 12:27:03 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-21 13:02:16 -0400 |
commit | 95583802e524c3723286401af01b845f2f393bed (patch) | |
tree | 21b171e8e1db87356b97e90f46a4d02b5648cbbf /sci-geosciences/josm | |
parent | sci-geosciences/foxtrotgps: use HTTPs (diff) | |
download | gentoo-95583802e524c3723286401af01b845f2f393bed.tar.gz gentoo-95583802e524c3723286401af01b845f2f393bed.tar.bz2 gentoo-95583802e524c3723286401af01b845f2f393bed.zip |
sci-geosciences/josm: use HTTPs
Diffstat (limited to 'sci-geosciences/josm')
-rw-r--r-- | sci-geosciences/josm/josm-10966.ebuild | 10 | ||||
-rw-r--r-- | sci-geosciences/josm/josm-99999.ebuild | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sci-geosciences/josm/josm-10966.ebuild b/sci-geosciences/josm/josm-10966.ebuild index e143e67b42dd..a357e498979b 100644 --- a/sci-geosciences/josm/josm-10966.ebuild +++ b/sci-geosciences/josm/josm-10966.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,16 +6,16 @@ EAPI=5 JAVA_ANT_ENCODING=UTF-8 [[ ${PV} == "9999" ]] && SUBVERSION_ECLASS="subversion" -ESVN_REPO_URI="http://josm.openstreetmap.de/svn/trunk" +ESVN_REPO_URI="https://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/" +HOMEPAGE="https://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} +# svn co -r ${REVISION} https://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" @@ -37,7 +37,7 @@ 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 + # see also https://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" diff --git a/sci-geosciences/josm/josm-99999.ebuild b/sci-geosciences/josm/josm-99999.ebuild index 95317b08194d..fb12e465c397 100644 --- a/sci-geosciences/josm/josm-99999.ebuild +++ b/sci-geosciences/josm/josm-99999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,12 +6,12 @@ EAPI=5 JAVA_ANT_ENCODING=UTF-8 [[ ${PV} == "99999" ]] && SUBVERSION_ECLASS="subversion" -ESVN_REPO_URI="http://josm.openstreetmap.de/svn/trunk" +ESVN_REPO_URI="https://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/" +HOMEPAGE="https://josm.openstreetmap.de/" [[ ${PV} == "99999" ]] || SRC_URI="http://josm.hboeck.de/${P}.tar.xz" LICENSE="GPL-2" @@ -30,7 +30,7 @@ src_prepare() { 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 + # see also https://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" |