commit: 567ac455149c45b20c1672c03dfa9c04b0b0a323 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Mar 30 20:59:20 2018 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Mon Apr 2 17:50:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567ac455
app-admin/packagekit-base: fix HOMEPAGE, use HTTPS Closes: https://github.com/gentoo/gentoo/pull/7727 app-admin/packagekit-base/packagekit-base-1.0.11.ebuild | 4 ++-- app-admin/packagekit-base/packagekit-base-1.1.1.ebuild | 4 ++-- app-admin/packagekit-base/packagekit-base-1.1.4.ebuild | 4 ++-- app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild | 4 ++-- app-admin/packagekit-base/packagekit-base-1.1.7-r1.ebuild | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app-admin/packagekit-base/packagekit-base-1.0.11.ebuild b/app-admin/packagekit-base/packagekit-base-1.0.11.ebuild index 888c3f9057e..2113cdec720 100644 --- a/app-admin/packagekit-base/packagekit-base-1.0.11.ebuild +++ b/app-admin/packagekit-base/packagekit-base-1.0.11.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="5" @@ -14,7 +14,7 @@ MY_PN="PackageKit" MY_P=${MY_PN}-${PV} DESCRIPTION="Manage packages in a secure way using a cross-distro and cross-architecture API" -HOMEPAGE="http://www.packagekit.org/" +HOMEPAGE="https://www.freedesktop.org/software/PackageKit/" SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz" LICENSE="GPL-2" diff --git a/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild b/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild index a78d97003aa..6ee96a617d5 100644 --- a/app-admin/packagekit-base/packagekit-base-1.1.1.ebuild +++ b/app-admin/packagekit-base/packagekit-base-1.1.1.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" @@ -14,7 +14,7 @@ MY_PN="PackageKit" MY_P=${MY_PN}-${PV} DESCRIPTION="Manage packages in a secure way using a cross-distro and cross-architecture API" -HOMEPAGE="http://www.packagekit.org/" +HOMEPAGE="https://www.freedesktop.org/software/PackageKit/" SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz" LICENSE="GPL-2" diff --git a/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild b/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild index 2e070c3b583..b976d7d1f55 100644 --- a/app-admin/packagekit-base/packagekit-base-1.1.4.ebuild +++ b/app-admin/packagekit-base/packagekit-base-1.1.4.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" @@ -14,7 +14,7 @@ MY_PN="PackageKit" MY_P=${MY_PN}-${PV} DESCRIPTION="Manage packages in a secure way using a cross-distro and cross-architecture API" -HOMEPAGE="http://www.packagekit.org/" +HOMEPAGE="https://www.freedesktop.org/software/PackageKit/" SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz" LICENSE="GPL-2" 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 index 4894b565df0..da72d9cbd45 100644 --- a/app-admin/packagekit-base/packagekit-base-1.1.5-r2.ebuild +++ b/app-admin/packagekit-base/packagekit-base-1.1.5-r2.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" @@ -14,7 +14,7 @@ MY_PN="PackageKit" MY_P=${MY_PN}-${PV} DESCRIPTION="Manage packages in a secure way using a cross-distro and cross-architecture API" -HOMEPAGE="http://www.packagekit.org/" +HOMEPAGE="https://www.freedesktop.org/software/PackageKit/" SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz" LICENSE="GPL-2" 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 index 67e1ed23da4..4281826ad53 100644 --- a/app-admin/packagekit-base/packagekit-base-1.1.7-r1.ebuild +++ b/app-admin/packagekit-base/packagekit-base-1.1.7-r1.ebuild @@ -14,7 +14,7 @@ MY_PN="PackageKit" MY_P=${MY_PN}-${PV} DESCRIPTION="Manage packages in a secure way using a cross-distro and cross-architecture API" -HOMEPAGE="http://www.packagekit.org/" +HOMEPAGE="https://www.freedesktop.org/software/PackageKit/" SRC_URI="https://www.freedesktop.org/software/${MY_PN}/releases/${MY_P}.tar.xz" LICENSE="GPL-2"
