From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C293C1382C5 for ; Sun, 22 Apr 2018 01:33:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77115E0855; Sun, 22 Apr 2018 01:33:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BF4DE0841 for ; Sun, 22 Apr 2018 01:33:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26307335C2C for ; Sun, 22 Apr 2018 01:33:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DB8B297 for ; Sun, 22 Apr 2018 01:33:07 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524360562.6ab242bc9afdfde3c821ab95a8876c73d2f12d74.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-de/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/man-pages-de/man-pages-de-1.15.ebuild app-i18n/man-pages-de/man-pages-de-1.21.ebuild app-i18n/man-pages-de/man-pages-de-2.3.ebuild X-VCS-Directories: app-i18n/man-pages-de/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6ab242bc9afdfde3c821ab95a8876c73d2f12d74 X-VCS-Branch: master Date: Sun, 22 Apr 2018 01:33:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f88398e8-66ed-4172-906c-0230140773c9 X-Archives-Hash: 3d5c8f3322a03a3821e303bee2dd5e39 commit: 6ab242bc9afdfde3c821ab95a8876c73d2f12d74 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Apr 21 08:39:04 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Apr 22 01:29:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab242bc app-i18n/man-pages-de: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8096 app-i18n/man-pages-de/man-pages-de-1.15.ebuild | 6 +++--- app-i18n/man-pages-de/man-pages-de-1.21.ebuild | 6 +++--- 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 62a8d5e21b0..49370f0b46b 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 af0d19262e7..99357591bc9 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 6698d74db09..0b4510bd50c 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"