Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/uhttpmock/
Date: Sun, 31 Mar 2019 07:37:02
Message-Id: 1554013837.bc024ddcb148acf9053c7ecab2a4b2f0f75a35e6.leio@gentoo
1 commit: bc024ddcb148acf9053c7ecab2a4b2f0f75a35e6
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 31 06:30:37 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 31 06:30:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc024ddc
7
8 net-libs/uhttpmock: fix LICENSE
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 net-libs/uhttpmock/uhttpmock-0.5.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild b/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild
17 index 086e3f4a054..d53316cc2f2 100644
18 --- a/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild
19 +++ b/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -11,7 +11,7 @@ DESCRIPTION="HTTP web service mocking library"
27 HOMEPAGE="https://gitlab.com/uhttpmock/uhttpmock"
28 SRC_URI="http://tecnocode.co.uk/downloads/${PN}/${P}.tar.xz"
29
30 -LICENSE="LGPL-2"
31 +LICENSE="LGPL-2+"
32 SLOT="0"
33
34 IUSE="+introspection vala"