diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2009-06-12 12:24:13 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2009-06-12 12:24:13 +0000 |
commit | f5523fa2a45cb76a4e9aa12448f1c72d8e5bfe8c (patch) | |
tree | 1a539e5120a3070513cf9cabc882c0090793a812 /sci-geosciences | |
parent | Drop netmeeting flag as it is broken and old, bug 272678 (diff) | |
download | gentoo-2-f5523fa2a45cb76a4e9aa12448f1c72d8e5bfe8c.tar.gz gentoo-2-f5523fa2a45cb76a4e9aa12448f1c72d8e5bfe8c.tar.bz2 gentoo-2-f5523fa2a45cb76a4e9aa12448f1c72d8e5bfe8c.zip |
Changing LICENSE and adding some docs
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/mapnik/ChangeLog | 5 | ||||
-rw-r--r-- | sci-geosciences/mapnik/mapnik-0.6.0.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-geosciences/mapnik/ChangeLog b/sci-geosciences/mapnik/ChangeLog index 064cc02bcac7..55623d786b9e 100644 --- a/sci-geosciences/mapnik/ChangeLog +++ b/sci-geosciences/mapnik/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-geosciences/mapnik # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.7 2009/06/12 08:18:37 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.8 2009/06/12 12:24:13 tupone Exp $ + + 12 Jun 2009; Alfredo Tupone <tupone@gentoo.org> mapnik-0.6.0.ebuild: + Changing LICENSE and adding some docs *mapnik-0.6.0 (12 Jun 2009) diff --git a/sci-geosciences/mapnik/mapnik-0.6.0.ebuild b/sci-geosciences/mapnik/mapnik-0.6.0.ebuild index 18c06458d1f9..8babf5c17239 100644 --- a/sci-geosciences/mapnik/mapnik-0.6.0.ebuild +++ b/sci-geosciences/mapnik/mapnik-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.6.0.ebuild,v 1.1 2009/06/12 08:18:37 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.6.0.ebuild,v 1.2 2009/06/12 12:24:13 tupone Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs DESCRIPTION="A Free Toolkit for developing mapping applications." HOMEPAGE="http://www.mapnik.org/" SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" -LICENSE="LGPL-3" +LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="cairo curl debug +gdal postgres python sqlite" @@ -80,6 +80,7 @@ src_install() { doins utils/ogcserver/* fi + dodoc AUTHORS CHANGELOG README dohtml -r docs/api_docs/python/* } |