diff options
-rw-r--r-- | dev-libs/xxl/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/xxl/xxl-1.0.0.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/xxl/xxl-1.0.1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-libs/xxl/ChangeLog b/dev-libs/xxl/ChangeLog index 2f5b54a8b64f..a018f931049b 100644 --- a/dev-libs/xxl/ChangeLog +++ b/dev-libs/xxl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/xxl -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/ChangeLog,v 1.9 2009/09/23 16:52:28 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/ChangeLog,v 1.10 2010/01/15 19:50:02 ulm Exp $ + + 15 Jan 2010; Ulrich Mueller <ulm@gentoo.org> xxl-1.0.0.ebuild, + xxl-1.0.1.ebuild: + LICENSE is identical with BSD, bug 301123. 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> xxl-1.0.0.ebuild: Remove virtual/libc diff --git a/dev-libs/xxl/xxl-1.0.0.ebuild b/dev-libs/xxl/xxl-1.0.0.ebuild index efa0451bbcf8..7f9b733d2ec2 100644 --- a/dev-libs/xxl/xxl-1.0.0.ebuild +++ b/dev-libs/xxl/xxl-1.0.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/xxl-1.0.0.ebuild,v 1.7 2009/09/23 16:52:28 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/xxl-1.0.0.ebuild,v 1.8 2010/01/15 19:50:02 ulm Exp $ DESCRIPTION="C/C++ library that provides exception handling and asset management" HOMEPAGE="http://www.zork.org/xxl/" SRC_URI="http://www.zork.org/software/${P}.tar.gz" -LICENSE="ZORK" +LICENSE="BSD" SLOT="0" KEYWORDS="x86" IUSE="" diff --git a/dev-libs/xxl/xxl-1.0.1.ebuild b/dev-libs/xxl/xxl-1.0.1.ebuild index e08f71afd6b1..6a48199398c9 100644 --- a/dev-libs/xxl/xxl-1.0.1.ebuild +++ b/dev-libs/xxl/xxl-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/xxl-1.0.1.ebuild,v 1.4 2008/01/17 19:33:12 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/xxl-1.0.1.ebuild,v 1.5 2010/01/15 19:50:02 ulm Exp $ inherit eutils @@ -8,7 +8,7 @@ DESCRIPTION="C/C++ library that provides exception handling and asset management HOMEPAGE="http://www.zork.org/xxl/" SRC_URI="http://www.zork.org/software/${P}.tar.gz" -LICENSE="ZORK" +LICENSE="BSD" SLOT="0" KEYWORDS="x86" IUSE="" |