diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-02-08 22:15:35 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-02-08 22:15:35 +0000 |
commit | 15a960acac6ffd992f5bd32f5d89833301d2d3bc (patch) | |
tree | 5004755649acd477e9dd1812393ac76c987fe7f2 /x11-libs/agg | |
parent | [sys-auth/policykit-qt] Version bump (diff) | |
download | gentoo-2-15a960acac6ffd992f5bd32f5d89833301d2d3bc.tar.gz gentoo-2-15a960acac6ffd992f5bd32f5d89833301d2d3bc.tar.bz2 gentoo-2-15a960acac6ffd992f5bd32f5d89833301d2d3bc.zip |
Fix LICENSE, bug 298556.
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'x11-libs/agg')
-rw-r--r-- | x11-libs/agg/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/agg/agg-2.5-r2.ebuild | 7 | ||||
-rw-r--r-- | x11-libs/agg/agg-2.5.ebuild | 7 |
3 files changed, 14 insertions, 8 deletions
diff --git a/x11-libs/agg/ChangeLog b/x11-libs/agg/ChangeLog index e1c7d7fc21ad..0ffbec5d33db 100644 --- a/x11-libs/agg/ChangeLog +++ b/x11-libs/agg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/agg -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.17 2009/04/07 10:34:58 bicatali Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.18 2010/02/08 22:15:35 ulm Exp $ + + 08 Feb 2010; Ulrich Mueller <ulm@gentoo.org> agg-2.5.ebuild, + agg-2.5-r2.ebuild: + Fix LICENSE, bug 298556. *agg-2.5-r2 (07 Apr 2009) diff --git a/x11-libs/agg/agg-2.5-r2.ebuild b/x11-libs/agg/agg-2.5-r2.ebuild index 9561d123480f..6d0fc15f0c5b 100644 --- a/x11-libs/agg/agg-2.5-r2.ebuild +++ b/x11-libs/agg/agg-2.5-r2.ebuild @@ -1,6 +1,6 @@ -# 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/x11-libs/agg/agg-2.5-r2.ebuild,v 1.1 2009/04/07 10:34:58 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v 1.2 2010/02/08 22:15:35 ulm Exp $ EAPI="2" @@ -9,7 +9,8 @@ inherit eutils autotools base DESCRIPTION="Anti-Grain Geometry - A High Quality Rendering Engine for C++" HOMEPAGE="http://antigrain.com/" SRC_URI="http://antigrain.com/${P}.tar.gz" -LICENSE="X11" + +LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="+gpc +truetype +X" diff --git a/x11-libs/agg/agg-2.5.ebuild b/x11-libs/agg/agg-2.5.ebuild index fc1c48041a42..47b4708fc7de 100644 --- a/x11-libs/agg/agg-2.5.ebuild +++ b/x11-libs/agg/agg-2.5.ebuild @@ -1,13 +1,14 @@ -# 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/x11-libs/agg/agg-2.5.ebuild,v 1.14 2008/11/30 18:48:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5.ebuild,v 1.15 2010/02/08 22:15:35 ulm Exp $ inherit eutils autotools DESCRIPTION="Anti-Grain Geometry - A High Quality Rendering Engine for C++" HOMEPAGE="http://antigrain.com/" SRC_URI="http://antigrain.com/${P}.tar.gz" -LICENSE="X11" + +LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~hppa ppc sparc x86 ~x86-fbsd" IUSE="sdl truetype X" |