Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/packagekit-qt/
Date: Mon, 02 Apr 2018 17:50:57
Message-Id: 1522691433.ef62d254d5ea6a3682a6c86156bdb2d0e06ddb3f.eva@gentoo
1 commit: ef62d254d5ea6a3682a6c86156bdb2d0e06ddb3f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 30 21:00:31 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 17:50:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef62d254
7
8 app-admin/packagekit-qt: fix HOMEPAGE, use HTTPS
9
10 app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild | 2 +-
11 app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild b/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
15 index eddd9dc3a44..8e125d09672 100644
16 --- a/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
17 +++ b/app-admin/packagekit-qt/packagekit-qt-1.0.0.ebuild
18 @@ -8,7 +8,7 @@ MY_P=${MY_PN}-${PV}
19 inherit cmake-utils
20
21 DESCRIPTION="Qt PackageKit backend library"
22 -HOMEPAGE="http://www.packagekit.org/"
23 +HOMEPAGE="https://www.freedesktop.org/software/PackageKit/"
24 SRC_URI="https://github.com/hughsie/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25
26 LICENSE="LGPL-2.1"
27
28 diff --git a/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild b/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
29 index eabede43201..5306a1ae4e7 100644
30 --- a/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
31 +++ b/app-admin/packagekit-qt/packagekit-qt-1.0.1.ebuild
32 @@ -8,7 +8,7 @@ MY_P=${MY_PN}-${PV}
33 inherit cmake-utils
34
35 DESCRIPTION="Qt PackageKit backend library"
36 -HOMEPAGE="http://www.packagekit.org/"
37 +HOMEPAGE="https://www.freedesktop.org/software/PackageKit/"
38 SRC_URI="https://github.com/hughsie/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39
40 LICENSE="LGPL-2.1"