Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/killproc/
Date: Sun, 03 Apr 2022 10:50:37
Message-Id: 1648983011.1bbb9f65a432d1ffa40ab923709396aee8a3b7e8.conikost@gentoo
1 commit: 1bbb9f65a432d1ffa40ab923709396aee8a3b7e8
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Mar 29 18:09:34 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 10:50:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbb9f65
7
8 app-admin/killproc: use https, fix LICENSE
9
10 Closes: https://github.com/gentoo/gentoo/pull/24806
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 app-admin/killproc/killproc-2.13-r1.ebuild | 8 ++++----
16 1 file changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/app-admin/killproc/killproc-2.13-r1.ebuild b/app-admin/killproc/killproc-2.13-r1.ebuild
19 index 4f0918a8c746..4d454ebdae69 100644
20 --- a/app-admin/killproc/killproc-2.13-r1.ebuild
21 +++ b/app-admin/killproc/killproc-2.13-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -6,10 +6,10 @@ EAPI=7
29 inherit toolchain-funcs
30
31 DESCRIPTION="killproc and assorted tools for boot scripts"
32 -HOMEPAGE="http://ftp.suse.com/pub/projects/init/"
33 -SRC_URI="ftp://ftp.suse.com/pub/projects/init/${P}.tar.gz"
34 +HOMEPAGE="https://ftp.suse.com/pub/projects/init/"
35 +SRC_URI="https://ftp.suse.com/pub/projects/init/${P}.tar.gz"
36
37 -LICENSE="GPL-2"
38 +LICENSE="GPL-2+"
39 SLOT="0"
40 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"