summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 10:09:27 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 10:45:51 +0200
commitd52e5657836e87426969e8587624481f3465d468 (patch)
tree98d322e9533f0adcf31ba71477704ef75360eb6b /app-doc/doxygen
parentapp-crypt/eid-mw: use HTTPS for GitHub and HOMEPAGE domain (diff)
downloadgentoo-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')
-rw-r--r--app-doc/doxygen/doxygen-1.8.12.ebuild6
-rw-r--r--app-doc/doxygen/doxygen-1.8.13-r1.ebuild6
-rw-r--r--app-doc/doxygen/doxygen-9999.ebuild4
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 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"
diff --git a/app-doc/doxygen/doxygen-1.8.13-r1.ebuild b/app-doc/doxygen/doxygen-1.8.13-r1.ebuild
index 89abcabe685b..2eb0f614972e 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 fcc7bbe4c962..cac030450f19 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"