diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 10:09:27 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:45:51 +0200 |
commit | d52e5657836e87426969e8587624481f3465d468 (patch) | |
tree | 98d322e9533f0adcf31ba71477704ef75360eb6b /app-doc/doxygen/doxygen-1.8.12.ebuild | |
parent | app-crypt/eid-mw: use HTTPS for GitHub and HOMEPAGE domain (diff) | |
download | gentoo-d52e5657836e87426969e8587624481f3465d468.tar.gz gentoo-d52e5657836e87426969e8587624481f3465d468.tar.bz2 gentoo-d52e5657836e87426969e8587624481f3465d468.zip |
app-doc/doxygen: use HTTPS for GitHub and SRC_URI domain
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-doc/doxygen/doxygen-1.8.12.ebuild')
-rw-r--r-- | app-doc/doxygen/doxygen-1.8.12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-doc/doxygen/doxygen-1.8.12.ebuild b/app-doc/doxygen/doxygen-1.8.12.ebuild index 754421a5f5ca..180085b00aa4 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" |