Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/awl/
Date: Tue, 01 Oct 2019 05:21:01
Message-Id: 1569906431.4eb25b2759a3a9756459b0b31e159b5cc1b6d4c6.juippis@gentoo
1 commit: 4eb25b2759a3a9756459b0b31e159b5cc1b6d4c6
2 Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
3 AuthorDate: Thu Sep 26 19:23:36 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 05:07:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb25b27
7
8 dev-php/awl: fix license
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 dev-php/awl/awl-0.59.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-php/awl/awl-0.59.ebuild b/dev-php/awl/awl-0.59.ebuild
18 index 3364d36a1b4..0214a035bf3 100644
19 --- a/dev-php/awl/awl-0.59.ebuild
20 +++ b/dev-php/awl/awl-0.59.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -7,7 +7,7 @@ DESCRIPTION="Andrew McMillan's Web Libraries"
28 HOMEPAGE="https://gitlab.com/davical-project/awl"
29 SRC_URI="https://www.davical.org/downloads/${PN}_${PV}.orig.tar.xz -> ${P}.tar.xz"
30
31 -LICENSE="GPL-2"
32 +LICENSE="GPL-2 GPL-2+ GPL-3+ LGPL-2+ LGPL-3+"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 IUSE="test"