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-misc/tkpasman/
Date: Sun, 03 Apr 2022 10:50:38
Message-Id: 1648983016.dd3025b4fc02b87c384fbc4cc21ac5a0671c498c.conikost@gentoo
1 commit: dd3025b4fc02b87c384fbc4cc21ac5a0671c498c
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Mar 29 18:53:20 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 10:50:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3025b4
7
8 app-misc/tkpasman: 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-misc/tkpasman/tkpasman-2.2b.ebuild | 10 +++++-----
16 1 file changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/app-misc/tkpasman/tkpasman-2.2b.ebuild b/app-misc/tkpasman/tkpasman-2.2b.ebuild
19 index 009b2731e9b5..9b45c8509ba1 100644
20 --- a/app-misc/tkpasman/tkpasman-2.2b.ebuild
21 +++ b/app-misc/tkpasman/tkpasman-2.2b.ebuild
22 @@ -1,15 +1,15 @@
23 -# Copyright 1999-2019 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
29 MY_P="TkPasMan-${PV}"
30
31 -DESCRIPTION="A useful and reliable personal password manager, written in Tcl/Tk"
32 -HOMEPAGE="http://www.xs4all.nl/~wbsoft/linux/tkpasman.html"
33 -SRC_URI="http://www.xs4all.nl/~wbsoft/linux/projects/${MY_P}.tar.gz"
34 +DESCRIPTION="Useful and reliable personal password manager, written in Tcl/Tk"
35 +HOMEPAGE="https://wbsoft.home.xs4all.nl/linux/tkpasman.html"
36 +SRC_URI="https://wbsoft.home.xs4all.nl/linux/projects/${MY_P}.tar.gz"
37
38 -LICENSE="GPL-2"
39 +LICENSE="GPL-2+"
40 SLOT="0"
41 KEYWORDS="amd64 ppc x86"
42 IUSE="ssl"