summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-01-07 01:01:27 +0000
committerUlrich Müller <ulm@gentoo.org>2012-01-07 01:01:27 +0000
commit90af4a90baefd85094a130087aebdf66d707e13f (patch)
treeb794a3fc46d73a31e480b0a947ee2543a585d439 /dev-libs/confuse
parentversion bump, bug #394205 tracks changes since openrc-0.9.7. (diff)
downloadgentoo-2-90af4a90baefd85094a130087aebdf66d707e13f.tar.gz
gentoo-2-90af4a90baefd85094a130087aebdf66d707e13f.tar.bz2
gentoo-2-90af4a90baefd85094a130087aebdf66d707e13f.zip
Fix LICENSE, it should be ISC instead of LGPL-2. Bug 372533.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/confuse')
-rw-r--r--dev-libs/confuse/ChangeLog8
-rw-r--r--dev-libs/confuse/confuse-2.6-r3.ebuild6
-rw-r--r--dev-libs/confuse/confuse-2.7.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-libs/confuse/ChangeLog b/dev-libs/confuse/ChangeLog
index f0bc6fbc74be..423d421c1b93 100644
--- a/dev-libs/confuse/ChangeLog
+++ b/dev-libs/confuse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/confuse
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/ChangeLog,v 1.48 2010/10/14 19:16:09 ranger Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/ChangeLog,v 1.49 2012/01/07 01:01:26 ulm Exp $
+
+ 07 Jan 2012; Ulrich Mueller <ulm@gentoo.org> confuse-2.6-r3.ebuild,
+ confuse-2.7.ebuild:
+ Fix LICENSE, it should be ISC instead of LGPL-2. Bug 372533.
14 Oct 2010; Brent Baude <ranger@gentoo.org> confuse-2.7.ebuild:
stable ppc, bug 327597
diff --git a/dev-libs/confuse/confuse-2.6-r3.ebuild b/dev-libs/confuse/confuse-2.6-r3.ebuild
index 1b5224eebc82..db5381bb516a 100644
--- a/dev-libs/confuse/confuse-2.6-r3.ebuild
+++ b/dev-libs/confuse/confuse-2.6-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.6-r3.ebuild,v 1.6 2008/12/17 22:09:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.6-r3.ebuild,v 1.7 2012/01/07 01:01:27 ulm Exp $
inherit eutils
@@ -8,7 +8,7 @@ DESCRIPTION="a configuration file parser library"
HOMEPAGE="http://www.nongnu.org/confuse/"
SRC_URI="http://bzero.se/confuse/${P}.tar.gz"
-LICENSE="LGPL-2"
+LICENSE="ISC"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc ~sparc-fbsd x86 ~x86-fbsd"
IUSE="nls"
diff --git a/dev-libs/confuse/confuse-2.7.ebuild b/dev-libs/confuse/confuse-2.7.ebuild
index a4ff396c68f8..ed81e4cf3699 100644
--- a/dev-libs/confuse/confuse-2.7.ebuild
+++ b/dev-libs/confuse/confuse-2.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.7.ebuild,v 1.8 2010/10/14 19:16:09 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.7.ebuild,v 1.9 2012/01/07 01:01:26 ulm Exp $
EAPI=3
@@ -8,7 +8,7 @@ DESCRIPTION="a configuration file parser library"
HOMEPAGE="http://www.nongnu.org/confuse/"
SRC_URI="mirror://nongnu/confuse/${P}.tar.gz"
-LICENSE="LGPL-2"
+LICENSE="ISC"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~sparc-fbsd ~x86-fbsd"
IUSE="nls static-libs"