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 2E228138350 for ; Thu, 13 Feb 2020 20:54:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D762E0101; Thu, 13 Feb 2020 20:54:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 45404E0101 for ; Thu, 13 Feb 2020 20:54:02 +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 6A22E34ED8C for ; Thu, 13 Feb 2020 20:54:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FC9E10B for ; Thu, 13 Feb 2020 20:53:59 +0000 (UTC) From: "Jörg Bornkessel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jörg Bornkessel" Message-ID: <1581627189.664ae52aa3e5a1bbf4ddb3a10a8b3a42afb98200.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-live/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild media-plugins/vdr-live/vdr-live-2.3.1.ebuild X-VCS-Directories: media-plugins/vdr-live/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Jörg Bornkessel X-VCS-Revision: 664ae52aa3e5a1bbf4ddb3a10a8b3a42afb98200 X-VCS-Branch: master Date: Thu, 13 Feb 2020 20:53:59 +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: 044440ef-5ad2-40e8-8355-813cab2fc7c4 X-Archives-Hash: f8358bbb1e728bb713b36ab04af785d5 commit: 664ae52aa3e5a1bbf4ddb3a10a8b3a42afb98200 Author: Joerg Bornkessel gentoo org> AuthorDate: Thu Feb 13 20:52:30 2020 +0000 Commit: Jörg Bornkessel gentoo org> CommitDate: Thu Feb 13 20:53:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664ae52a media-plugins/vdr-live: license fixed md5.cpp, md5.h needs license RSA Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Joerg Bornkessel gentoo.org> media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild | 4 ++-- media-plugins/vdr-live/vdr-live-2.3.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild b/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild index 24ec6897b14..b42687574dc 100644 --- a/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild +++ b/media-plugins/vdr-live/vdr-live-0.3.0_p20130504-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="http://live.vdr-developer.org" SRC_URI="mirror://gentoo/${P}.tar.bz2 https://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2 RSA" SLOT="0" KEYWORDS="amd64 x86" IUSE="pcre ssl" diff --git a/media-plugins/vdr-live/vdr-live-2.3.1.ebuild b/media-plugins/vdr-live/vdr-live-2.3.1.ebuild index 794a4cd68ce..ffddeaca917 100644 --- a/media-plugins/vdr-live/vdr-live-2.3.1.ebuild +++ b/media-plugins/vdr-live/vdr-live-2.3.1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="VDR Plugin: Web Access To Settings" HOMEPAGE="http://live.vdr-developer.org" SRC_URI="https://projects.vdr-developer.org/git/vdr-plugin-live.git/snapshot/${MY_P}.tar.bz2 -> ${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2 RSA" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="pcre ssl"