diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-30 22:59:20 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-04-02 19:50:30 +0200 |
commit | 567ac455149c45b20c1672c03dfa9c04b0b0a323 (patch) | |
tree | 6f936ef78a83abbbd10843215b11c2bc497a0a08 /app-admin/packagekit-base | |
parent | dev-cpp/gtkmm: remove emul-linux-x86 references (diff) | |
download | gentoo-567ac455149c45b20c1672c03dfa9c04b0b0a323.tar.gz gentoo-567ac455149c45b20c1672c03dfa9c04b0b0a323.tar.bz2 gentoo-567ac455149c45b20c1672c03dfa9c04b0b0a323.zip |
app-admin/packagekit-base: fix HOMEPAGE, use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7727
Diffstat (limited to 'app-admin/packagekit-base')
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 888c3f9057e8..2113cdec7201 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 a78d97003aa6..6ee96a617d5e 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 2e070c3b583c..b976d7d1f554 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 4894b565df05..da72d9cbd456 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 67e1ed23da45..4281826ad53c 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" |