Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/
Date: Sun, 18 Jun 2017 12:08:30
Message-Id: 1497787693.6adc00341e1a7e1a0c3ec19de36daea43a2ffc69.kensington@gentoo
1 commit: 6adc00341e1a7e1a0c3ec19de36daea43a2ffc69
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 11:52:09 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 12:08:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6adc0034
7
8 kde-misc/yakuake: use HTTPS
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 kde-misc/yakuake/yakuake-3.0.2.ebuild | 4 ++--
13 kde-misc/yakuake/yakuake-3.0.4.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/kde-misc/yakuake/yakuake-3.0.2.ebuild b/kde-misc/yakuake/yakuake-3.0.2.ebuild
17 index 62ecbe96de4..ae57aa8c900 100644
18 --- a/kde-misc/yakuake/yakuake-3.0.2.ebuild
19 +++ b/kde-misc/yakuake/yakuake-3.0.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -6,7 +6,7 @@ EAPI=6
27 inherit kde5
28
29 DESCRIPTION="Quake-style terminal emulator based on konsole"
30 -HOMEPAGE="http://yakuake.kde.org/"
31 +HOMEPAGE="https://yakuake.kde.org/"
32 if [[ ${KDE_BUILD_TYPE} != live ]]; then
33 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
34 fi
35
36 diff --git a/kde-misc/yakuake/yakuake-3.0.4.ebuild b/kde-misc/yakuake/yakuake-3.0.4.ebuild
37 index 961c9b9d991..311463a6638 100644
38 --- a/kde-misc/yakuake/yakuake-3.0.4.ebuild
39 +++ b/kde-misc/yakuake/yakuake-3.0.4.ebuild
40 @@ -6,7 +6,7 @@ EAPI=6
41 inherit kde5
42
43 DESCRIPTION="Quake-style terminal emulator based on konsole"
44 -HOMEPAGE="http://yakuake.kde.org/"
45 +HOMEPAGE="https://yakuake.kde.org/"
46 if [[ ${KDE_BUILD_TYPE} != live ]]; then
47 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
48 fi