Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/atool/
Date: Mon, 15 Apr 2019 08:35:50
Message-Id: 1555317214.a8d5c5aa24c380a37718e4e25707a6e8e1471bd1.soap@gentoo
1 commit: a8d5c5aa24c380a37718e4e25707a6e8e1471bd1
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 14 14:12:57 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 15 08:33:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d5c5aa
7
8 app-arch/atool: use HTTPS, fix LICENSE
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11682
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 app-arch/atool/atool-0.39.0.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-arch/atool/atool-0.39.0.ebuild b/app-arch/atool/atool-0.39.0.ebuild
18 index 52a379d421a..a6badc7cca4 100644
19 --- a/app-arch/atool/atool-0.39.0.ebuild
20 +++ b/app-arch/atool/atool-0.39.0.ebuild
21 @@ -1,13 +1,13 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="4"
27
28 DESCRIPTION="a script for managing file archives of various types"
29 -HOMEPAGE="http://www.nongnu.org/atool/"
30 +HOMEPAGE="https://www.nongnu.org/atool/"
31 SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
32
33 -LICENSE="GPL-2"
34 +LICENSE="GPL-2+"
35 SLOT="0"
36 KEYWORDS="amd64 ppc x86"
37 IUSE=""