From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10E6B138334 for ; Sun, 31 Mar 2019 07:37:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E838EE0896; Sun, 31 Mar 2019 07:36:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9CF6E0896 for ; Sun, 31 Mar 2019 07:36:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77C7D335D3E for ; Sun, 31 Mar 2019 07:36:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C89AC452 for ; Sun, 31 Mar 2019 07:36:56 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1554013837.bc024ddcb148acf9053c7ecab2a4b2f0f75a35e6.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/uhttpmock/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/uhttpmock/uhttpmock-0.5.1.ebuild X-VCS-Directories: net-libs/uhttpmock/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: bc024ddcb148acf9053c7ecab2a4b2f0f75a35e6 X-VCS-Branch: master Date: Sun, 31 Mar 2019 07:36:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a276159e-b19f-4eb0-9825-fa64b06a8c55 X-Archives-Hash: 85fa27a10e81767b31b76a880076bdea commit: bc024ddcb148acf9053c7ecab2a4b2f0f75a35e6 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Mar 31 06:30:37 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Mar 31 06:30:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc024ddc net-libs/uhttpmock: fix LICENSE Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> net-libs/uhttpmock/uhttpmock-0.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild b/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild index 086e3f4a054..d53316cc2f2 100644 --- a/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild +++ b/net-libs/uhttpmock/uhttpmock-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ DESCRIPTION="HTTP web service mocking library" HOMEPAGE="https://gitlab.com/uhttpmock/uhttpmock" SRC_URI="http://tecnocode.co.uk/downloads/${PN}/${P}.tar.xz" -LICENSE="LGPL-2" +LICENSE="LGPL-2+" SLOT="0" IUSE="+introspection vala"