diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-21 10:39:04 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-21 21:29:22 -0400 |
commit | 6ab242bc9afdfde3c821ab95a8876c73d2f12d74 (patch) | |
tree | 8a0fb904fae9db22e78e0869cfc869d7d35f8f11 /app-i18n/man-pages-de | |
parent | sys-libs/libutempter: use HTTPS (diff) | |
download | gentoo-6ab242bc9afdfde3c821ab95a8876c73d2f12d74.tar.gz gentoo-6ab242bc9afdfde3c821ab95a8876c73d2f12d74.tar.bz2 gentoo-6ab242bc9afdfde3c821ab95a8876c73d2f12d74.zip |
app-i18n/man-pages-de: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8096
Diffstat (limited to 'app-i18n/man-pages-de')
-rw-r--r-- | app-i18n/man-pages-de/man-pages-de-1.15.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/man-pages-de/man-pages-de-1.21.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/man-pages-de/man-pages-de-2.3.ebuild | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/app-i18n/man-pages-de/man-pages-de-1.15.ebuild b/app-i18n/man-pages-de/man-pages-de-1.15.ebuild index 62a8d5e21b0c..49370f0b46bd 100644 --- a/app-i18n/man-pages-de/man-pages-de-1.15.ebuild +++ b/app-i18n/man-pages-de/man-pages-de-1.15.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=6 @@ -8,8 +8,8 @@ inherit autotools MY_P="${PN/-/}-${PV}" DESCRIPTION="A somewhat comprehensive collection of Linux german man page translations" -HOMEPAGE="http://alioth.debian.org/projects/manpages-de/" -SRC_URI="http://manpages-de.alioth.debian.org/downloads/${MY_P}.tar.xz" +HOMEPAGE="https://alioth.debian.org/projects/manpages-de/" +SRC_URI="https://manpages-de.alioth.debian.org/downloads/${MY_P}.tar.xz" LICENSE="GPL-3+ man-pages GPL-2+ GPL-2 BSD" SLOT="0" diff --git a/app-i18n/man-pages-de/man-pages-de-1.21.ebuild b/app-i18n/man-pages-de/man-pages-de-1.21.ebuild index af0d19262e70..99357591bc93 100644 --- a/app-i18n/man-pages-de/man-pages-de-1.21.ebuild +++ b/app-i18n/man-pages-de/man-pages-de-1.21.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 @@ inherit autotools MY_P="${PN/-/}-${PV}" DESCRIPTION="A somewhat comprehensive collection of Linux german man page translations" -HOMEPAGE="http://alioth.debian.org/projects/manpages-de/" -SRC_URI="http://manpages-de.alioth.debian.org/downloads/${MY_P}.tar.xz" +HOMEPAGE="https://alioth.debian.org/projects/manpages-de/" +SRC_URI="https://manpages-de.alioth.debian.org/downloads/${MY_P}.tar.xz" LICENSE="GPL-3+ man-pages GPL-2+ GPL-2 BSD" SLOT="0" diff --git a/app-i18n/man-pages-de/man-pages-de-2.3.ebuild b/app-i18n/man-pages-de/man-pages-de-2.3.ebuild index 6698d74db09e..0b4510bd50ca 100644 --- a/app-i18n/man-pages-de/man-pages-de-2.3.ebuild +++ b/app-i18n/man-pages-de/man-pages-de-2.3.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 @@ -9,7 +9,7 @@ MY_P="${PN/-/}-${PV}" DESCRIPTION="A somewhat comprehensive collection of Linux german man page translations" HOMEPAGE="https://alioth.debian.org/projects/manpages-de/" -SRC_URI="http://manpages-de.alioth.debian.org/downloads/${MY_P}.tar.xz" +SRC_URI="https://manpages-de.alioth.debian.org/downloads/${MY_P}.tar.xz" LICENSE="GPL-3+ man-pages GPL-2+ GPL-2 BSD" SLOT="0" |