* [gentoo-commits] gentoo-x86 commit in dev-libs/confuse: confuse-2.7.ebuild ChangeLog confuse-2.6-r3.ebuild
@ 2012-01-07 1:01 Ulrich Mueller (ulm)
0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2012-01-07 1:01 UTC (permalink / raw
To: gentoo-commits
ulm 12/01/07 01:01:27
Modified: confuse-2.7.ebuild ChangeLog confuse-2.6-r3.ebuild
Log:
Fix LICENSE, it should be ISC instead of LGPL-2. Bug 372533.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.9 dev-libs/confuse/confuse-2.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/confuse/confuse-2.7.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/confuse/confuse-2.7.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/confuse/confuse-2.7.ebuild?r1=1.8&r2=1.9
Index: confuse-2.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- confuse-2.7.ebuild 14 Oct 2010 19:16:09 -0000 1.8
+++ confuse-2.7.ebuild 7 Jan 2012 01:01:26 -0000 1.9
@@ -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 @@
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"
1.49 dev-libs/confuse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/confuse/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/confuse/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/confuse/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/confuse/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 14 Oct 2010 19:16:09 -0000 1.48
+++ ChangeLog 7 Jan 2012 01:01:26 -0000 1.49
@@ -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
1.7 dev-libs/confuse/confuse-2.6-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/confuse/confuse-2.6-r3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/confuse/confuse-2.6-r3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/confuse/confuse-2.6-r3.ebuild?r1=1.6&r2=1.7
Index: confuse-2.6-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.6-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- confuse-2.6-r3.ebuild 17 Dec 2008 22:09:10 -0000 1.6
+++ confuse-2.6-r3.ebuild 7 Jan 2012 01:01:27 -0000 1.7
@@ -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 @@
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"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-07 1:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-07 1:01 [gentoo-commits] gentoo-x86 commit in dev-libs/confuse: confuse-2.7.ebuild ChangeLog confuse-2.6-r3.ebuild Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox