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-base/
Date: Mon, 02 Apr 2018 17:50:57
Message-Id: 1522691430.567ac455149c45b20c1672c03dfa9c04b0b0a323.eva@gentoo
1 commit: 567ac455149c45b20c1672c03dfa9c04b0b0a323
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 30 20:59:20 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 17:50:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567ac455
7
8 app-admin/packagekit-base: fix HOMEPAGE, use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/7727
11
12 app-admin/packagekit-base/packagekit-base-1.0.11.ebuild | 4 ++--
13 app-admin/packagekit-base/packagekit-base-1.1.1.ebuild | 4 ++--
14 app-admin/packagekit-base/packagekit-base-1.1.4.ebuild | 4 ++--
15 app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild | 4 ++--
16 app-admin/packagekit-base/packagekit-base-1.1.7-r1.ebuild | 2 +-
17 5 files changed, 9 insertions(+), 9 deletions(-)
18
19 diff --git a/app-admin/packagekit-base/packagekit-base-1.0.11.ebuild b/app-admin/packagekit-base/packagekit-base-1.0.11.ebuild
20 index 888c3f9057e..2113cdec720 100644
21 --- a/app-admin/packagekit-base/packagekit-base-1.0.11.ebuild
22 +++ b/app-admin/packagekit-base/packagekit-base-1.0.11.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="5"
29 @@ -14,7 +14,7 @@ MY_PN="PackageKit"
30 MY_P=${MY_PN}-${PV}
31
32 DESCRIPTION="Manage packages in a secure way using a cross-distro and cross-architecture API"
33 -HOMEPAGE="http://www.packagekit.org/"
34 +HOMEPAGE="https://www.freedesktop.org/software/PackageKit/"
35 SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz"
36
37 LICENSE="GPL-2"
38
39 diff --git a/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild b/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild
40 index a78d97003aa..6ee96a617d5 100644
41 --- a/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild
42 +++ b/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2016 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI="6"
49 @@ -14,7 +14,7 @@ MY_PN="PackageKit"
50 MY_P=${MY_PN}-${PV}
51
52 DESCRIPTION="Manage packages in a secure way using a cross-distro and cross-architecture API"
53 -HOMEPAGE="http://www.packagekit.org/"
54 +HOMEPAGE="https://www.freedesktop.org/software/PackageKit/"
55 SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz"
56
57 LICENSE="GPL-2"
58
59 diff --git a/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild b/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild
60 index 2e070c3b583..b976d7d1f55 100644
61 --- a/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild
62 +++ b/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2016 Gentoo Foundation
65 +# Copyright 1999-2018 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI="6"
69 @@ -14,7 +14,7 @@ MY_PN="PackageKit"
70 MY_P=${MY_PN}-${PV}
71
72 DESCRIPTION="Manage packages in a secure way using a cross-distro and cross-architecture API"
73 -HOMEPAGE="http://www.packagekit.org/"
74 +HOMEPAGE="https://www.freedesktop.org/software/PackageKit/"
75 SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz"
76
77 LICENSE="GPL-2"
78
79 diff --git a/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild b/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild
80 index 4894b565df0..da72d9cbd45 100644
81 --- a/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild
82 +++ b/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2017 Gentoo Foundation
85 +# Copyright 1999-2018 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87
88 EAPI="6"
89 @@ -14,7 +14,7 @@ MY_PN="PackageKit"
90 MY_P=${MY_PN}-${PV}
91
92 DESCRIPTION="Manage packages in a secure way using a cross-distro and cross-architecture API"
93 -HOMEPAGE="http://www.packagekit.org/"
94 +HOMEPAGE="https://www.freedesktop.org/software/PackageKit/"
95 SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz"
96
97 LICENSE="GPL-2"
98
99 diff --git a/app-admin/packagekit-base/packagekit-base-1.1.7-r1.ebuild b/app-admin/packagekit-base/packagekit-base-1.1.7-r1.ebuild
100 index 67e1ed23da4..4281826ad53 100644
101 --- a/app-admin/packagekit-base/packagekit-base-1.1.7-r1.ebuild
102 +++ b/app-admin/packagekit-base/packagekit-base-1.1.7-r1.ebuild
103 @@ -14,7 +14,7 @@ MY_PN="PackageKit"
104 MY_P=${MY_PN}-${PV}
105
106 DESCRIPTION="Manage packages in a secure way using a cross-distro and cross-architecture API"
107 -HOMEPAGE="http://www.packagekit.org/"
108 +HOMEPAGE="https://www.freedesktop.org/software/PackageKit/"
109 SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz"
110
111 LICENSE="GPL-2"