From 0aa73ad9153ccd3ab0b5c4db36a5e8c97dccbc46 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann <whissi@whissi.de> Date: Sun, 12 Jun 2016 16:05:45 +0200 Subject: dev-libs/librelp: Adjusting license to GPL-3+ instead of GPL-3 According to - COPYING (every version in tree) - src/{lib,}relp.h (since v1.2.9) > * Librelp is free software: you can redistribute it and/or modify > * it under the terms of the GNU General Public License as published by > * the Free Software Foundation, either version 3 of the License, or > * (at your option) any later version. Reported-by: Gokturk Yuksek <gokturk@gentoo.org> Package-Manager: portage-2.3.0_rc1 Closes: https://github.com/gentoo/gentoo/pull/1658 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> --- dev-libs/librelp/librelp-1.2.10.ebuild | 2 +- dev-libs/librelp/librelp-1.2.7-r1.ebuild | 4 ++-- dev-libs/librelp/librelp-1.2.9.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/librelp/librelp-1.2.10.ebuild b/dev-libs/librelp/librelp-1.2.10.ebuild index 0f75f3b3739c..e9b6c7df3804 100644 --- a/dev-libs/librelp/librelp-1.2.10.ebuild +++ b/dev-libs/librelp/librelp-1.2.10.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="An easy to use library for the RELP protocol" HOMEPAGE="http://www.librelp.com/" SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz" -LICENSE="GPL-3 doc? ( FDL-1.3 )" +LICENSE="GPL-3+ doc? ( FDL-1.3 )" # subslot = soname version SLOT="0/0.1.0" diff --git a/dev-libs/librelp/librelp-1.2.7-r1.ebuild b/dev-libs/librelp/librelp-1.2.7-r1.ebuild index d723733143aa..497f4c925742 100644 --- a/dev-libs/librelp/librelp-1.2.7-r1.ebuild +++ b/dev-libs/librelp/librelp-1.2.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ DESCRIPTION="An easy to use library for the RELP protocol" HOMEPAGE="http://www.librelp.com/" SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz" -LICENSE="GPL-3 doc? ( FDL-1.3 )" +LICENSE="GPL-3+ doc? ( FDL-1.3 )" SLOT="0" KEYWORDS="amd64 ~arm hppa ~sparc x86" IUSE="debug doc +ssl static-libs" diff --git a/dev-libs/librelp/librelp-1.2.9.ebuild b/dev-libs/librelp/librelp-1.2.9.ebuild index 0f75f3b3739c..e9b6c7df3804 100644 --- a/dev-libs/librelp/librelp-1.2.9.ebuild +++ b/dev-libs/librelp/librelp-1.2.9.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="An easy to use library for the RELP protocol" HOMEPAGE="http://www.librelp.com/" SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz" -LICENSE="GPL-3 doc? ( FDL-1.3 )" +LICENSE="GPL-3+ doc? ( FDL-1.3 )" # subslot = soname version SLOT="0/0.1.0" -- cgit v1.2.3-65-gdbad