From d52e5657836e87426969e8587624481f3465d468 Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sat, 29 Jul 2017 10:09:27 +1000 Subject: [PATCH] app-doc/doxygen: use HTTPS for GitHub and SRC_URI domain Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- app-doc/doxygen/doxygen-1.8.12.ebuild | 6 +++--- app-doc/doxygen/doxygen-1.8.13-r1.ebuild | 6 +++--- app-doc/doxygen/doxygen-9999.ebuild | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-doc/doxygen/doxygen-1.8.12.ebuild b/app-doc/doxygen/doxygen-1.8.12.ebuild index 754421a5f5caa..180085b00aa4b 100644 --- a/app-doc/doxygen/doxygen-1.8.12.ebuild +++ b/app-doc/doxygen/doxygen-1.8.12.ebuild @@ -7,17 +7,17 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit cmake-utils eutils fdo-mime flag-o-matic python-any-r1 if [[ ${PV} = *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/doxygen/doxygen.git" + EGIT_REPO_URI="https://github.com/doxygen/doxygen.git" SRC_URI="" KEYWORDS="alpha arm hppa ia64 sparc" else - SRC_URI="http://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz" + SRC_URI="https://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" fi SRC_URI+=" https://dev.gentoo.org/~xarthisius/distfiles/doxywizard.png" DESCRIPTION="Documentation system for most programming languages" -HOMEPAGE="http://www.doxygen.org/" +HOMEPAGE="https://www.stack.nl/~dimitri/doxygen/" LICENSE="GPL-2" SLOT="0" diff --git a/app-doc/doxygen/doxygen-1.8.13-r1.ebuild b/app-doc/doxygen/doxygen-1.8.13-r1.ebuild index 89abcabe685b1..2eb0f614972e8 100644 --- a/app-doc/doxygen/doxygen-1.8.13-r1.ebuild +++ b/app-doc/doxygen/doxygen-1.8.13-r1.ebuild @@ -7,16 +7,16 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit cmake-utils eutils fdo-mime flag-o-matic python-any-r1 if [[ ${PV} = *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/doxygen/doxygen.git" + EGIT_REPO_URI="https://github.com/doxygen/doxygen.git" SRC_URI="" else - SRC_URI="http://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz" + SRC_URI="https://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" fi SRC_URI+=" https://dev.gentoo.org/~xarthisius/distfiles/doxywizard.png" DESCRIPTION="Documentation system for most programming languages" -HOMEPAGE="http://www.doxygen.org/" +HOMEPAGE="https://www.stack.nl/~dimitri/doxygen/" LICENSE="GPL-2" SLOT="0" diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild index fcc7bbe4c9622..cac030450f193 100644 --- a/app-doc/doxygen/doxygen-9999.ebuild +++ b/app-doc/doxygen/doxygen-9999.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit cmake-utils eutils fdo-mime flag-o-matic python-any-r1 if [[ ${PV} = *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/doxygen/doxygen.git" + EGIT_REPO_URI="https://github.com/doxygen/doxygen.git" SRC_URI="" KEYWORDS="" else @@ -18,7 +18,7 @@ fi SRC_URI+=" https://dev.gentoo.org/~xarthisius/distfiles/doxywizard.png" DESCRIPTION="Documentation system for most programming languages" -HOMEPAGE="http://www.doxygen.org/" +HOMEPAGE="https://www.stack.nl/~dimitri/doxygen/" LICENSE="GPL-2" SLOT="0"