diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-24 19:42:25 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-03-25 23:06:49 +0200 |
commit | 403eda111c6cc44f1b66aaa5b1d3fb3f0ea68707 (patch) | |
tree | 89c8afbadc346fe8ed5f9553f54e0fe925a4eddf /dev-util/geany | |
parent | app-text/ding: use HTTPS (diff) | |
download | gentoo-403eda111c6cc44f1b66aaa5b1d3fb3f0ea68707.tar.gz gentoo-403eda111c6cc44f1b66aaa5b1d3fb3f0ea68707.tar.bz2 gentoo-403eda111c6cc44f1b66aaa5b1d3fb3f0ea68707.zip |
dev-util/geany: use HTTPS
Diffstat (limited to 'dev-util/geany')
-rw-r--r-- | dev-util/geany/geany-1.30.1.ebuild | 6 | ||||
-rw-r--r-- | dev-util/geany/geany-1.32.ebuild | 6 | ||||
-rw-r--r-- | dev-util/geany/geany-1.33.ebuild | 4 | ||||
-rw-r--r-- | dev-util/geany/geany-9999.ebuild | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/dev-util/geany/geany-1.30.1.ebuild b/dev-util/geany/geany-1.30.1.ebuild index b259798f2455..bf2f886d080a 100644 --- a/dev-util/geany/geany-1.30.1.ebuild +++ b/dev-util/geany/geany-1.30.1.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=6 @@ -8,8 +8,8 @@ LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk NOSHORTLANGS="en_GB zh_CN zh_TW" DESCRIPTION="GTK+ based fast and lightweight IDE" -HOMEPAGE="http://www.geany.org" -SRC_URI="http://download.geany.org/${P}.tar.bz2" +HOMEPAGE="https://www.geany.org" +SRC_URI="https://download.geany.org/${P}.tar.bz2" LICENSE="GPL-2+ HPND" SLOT="0" diff --git a/dev-util/geany/geany-1.32.ebuild b/dev-util/geany/geany-1.32.ebuild index 9dc2d38f3f60..568033fe57d5 100644 --- a/dev-util/geany/geany-1.32.ebuild +++ b/dev-util/geany/geany-1.32.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=6 @@ -8,8 +8,8 @@ LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk NOSHORTLANGS="en_GB zh_CN zh_TW" DESCRIPTION="GTK+ based fast and lightweight IDE" -HOMEPAGE="http://www.geany.org" -SRC_URI="http://download.geany.org/${P}.tar.bz2" +HOMEPAGE="https://www.geany.org" +SRC_URI="https://download.geany.org/${P}.tar.bz2" LICENSE="GPL-2+ HPND" SLOT="0" diff --git a/dev-util/geany/geany-1.33.ebuild b/dev-util/geany/geany-1.33.ebuild index 4975465aee2a..d99d1cea34dd 100644 --- a/dev-util/geany/geany-1.33.ebuild +++ b/dev-util/geany/geany-1.33.ebuild @@ -9,12 +9,12 @@ LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk NOSHORTLANGS="en_GB zh_CN zh_TW" DESCRIPTION="GTK+ based fast and lightweight IDE" -HOMEPAGE="http://www.geany.org" +HOMEPAGE="https://www.geany.org" if [[ "${PV}" = 9999* ]] ; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/geany/geany.git" else - SRC_URI="http://download.geany.org/${P}.tar.bz2" + SRC_URI="https://download.geany.org/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi LICENSE="GPL-2+ HPND" diff --git a/dev-util/geany/geany-9999.ebuild b/dev-util/geany/geany-9999.ebuild index 4975465aee2a..d99d1cea34dd 100644 --- a/dev-util/geany/geany-9999.ebuild +++ b/dev-util/geany/geany-9999.ebuild @@ -9,12 +9,12 @@ LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk NOSHORTLANGS="en_GB zh_CN zh_TW" DESCRIPTION="GTK+ based fast and lightweight IDE" -HOMEPAGE="http://www.geany.org" +HOMEPAGE="https://www.geany.org" if [[ "${PV}" = 9999* ]] ; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/geany/geany.git" else - SRC_URI="http://download.geany.org/${P}.tar.bz2" + SRC_URI="https://download.geany.org/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi LICENSE="GPL-2+ HPND" |