diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-29 23:01:54 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-29 23:01:54 +0000 |
commit | 273e29b84a6d6a400661efb8a3416f6612ea9ae4 (patch) | |
tree | 1e5f9866d6965360aac66a0d731831529b0b0725 /sci-geosciences/mapnik | |
parent | Stable for ppc64; bug #251659 (diff) | |
download | gentoo-2-273e29b84a6d6a400661efb8a3416f6612ea9ae4.tar.gz gentoo-2-273e29b84a6d6a400661efb8a3416f6612ea9ae4.tar.bz2 gentoo-2-273e29b84a6d6a400661efb8a3416f6612ea9ae4.zip |
Delete older ebuilds.
(Portage version: 2.2.0_alpha2_p1/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences/mapnik')
-rw-r--r-- | sci-geosciences/mapnik/ChangeLog | 7 | ||||
-rw-r--r-- | sci-geosciences/mapnik/files/mapnik-0.5.1-include-fix.patch | 13 | ||||
-rw-r--r-- | sci-geosciences/mapnik/files/mapnik-0.6.0-gentoo.patch | 48 | ||||
-rw-r--r-- | sci-geosciences/mapnik/mapnik-0.5.1.ebuild | 102 | ||||
-rw-r--r-- | sci-geosciences/mapnik/mapnik-0.6.0.ebuild | 94 |
5 files changed, 6 insertions, 258 deletions
diff --git a/sci-geosciences/mapnik/ChangeLog b/sci-geosciences/mapnik/ChangeLog index 3c9a50674368..dbe4e1b7c1de 100644 --- a/sci-geosciences/mapnik/ChangeLog +++ b/sci-geosciences/mapnik/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-geosciences/mapnik # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.18 2010/10/18 02:54:59 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/ChangeLog,v 1.19 2010/10/29 23:01:54 arfrever Exp $ + + 29 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -mapnik-0.5.1.ebuild, -files/mapnik-0.5.1-include-fix.patch, + -mapnik-0.6.0.ebuild, -files/mapnik-0.6.0-gentoo.patch: + Delete. *mapnik-0.7.1 (18 Oct 2010) diff --git a/sci-geosciences/mapnik/files/mapnik-0.5.1-include-fix.patch b/sci-geosciences/mapnik/files/mapnik-0.5.1-include-fix.patch deleted file mode 100644 index f2f5f3536ad5..000000000000 --- a/sci-geosciences/mapnik/files/mapnik-0.5.1-include-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- include/mapnik/plugin.hpp.orig 2008-09-21 16:43:15.368310392 -0700 -+++ include/mapnik/plugin.hpp 2008-09-21 16:45:29.859309106 -0700 -@@ -29,7 +29,9 @@ - // stl - #include <string> - --typedef struct lt_dlhandle_struct * lt_dlhandle; -+// ltdl -+#include <ltdl.h> -+ - namespace mapnik - { - class PluginInfo : boost::noncopyable diff --git a/sci-geosciences/mapnik/files/mapnik-0.6.0-gentoo.patch b/sci-geosciences/mapnik/files/mapnik-0.6.0-gentoo.patch deleted file mode 100644 index 5976a5a4ed27..000000000000 --- a/sci-geosciences/mapnik/files/mapnik-0.6.0-gentoo.patch +++ /dev/null @@ -1,48 +0,0 @@ ---- SConstruct.old 2009-06-11 10:45:29.000000000 +0200 -+++ SConstruct 2009-06-11 10:47:03.000000000 +0200 -@@ -110,7 +110,7 @@ - BoolVariable('FAST', "Make scons faster at the cost of less precise dependency tracking", 'False'), - - # Install Variables -- ('PREFIX', 'The install path "prefix"', '/usr/local'), -+ ('PREFIX', 'The install path "prefix"', '/usr'), - ('PYTHON_PREFIX','Custom install path "prefix" for python bindings (default of no prefix)',''), - ('DESTDIR', 'The root directory to install into. Useful mainly for binary package building', '/'), - -@@ -132,8 +132,8 @@ - PathVariable('JPEG_LIBS', 'Search path for libjpeg library files', '/usr/' + LIBDIR_SCHEMA, PathVariable.PathAccept), - PathVariable('TIFF_INCLUDES', 'Search path for libtiff include files', '/usr/include', PathVariable.PathAccept), - PathVariable('TIFF_LIBS', 'Search path for libtiff library files', '/usr/' + LIBDIR_SCHEMA, PathVariable.PathAccept), -- PathVariable('PROJ_INCLUDES', 'Search path for PROJ.4 include files', '/usr/local/include', PathVariable.PathAccept), -- PathVariable('PROJ_LIBS', 'Search path for PROJ.4 library files', '/usr/local/' + LIBDIR_SCHEMA, PathVariable.PathAccept), -+ PathVariable('PROJ_INCLUDES', 'Search path for PROJ.4 include files', '/usr/include', PathVariable.PathAccept), -+ PathVariable('PROJ_LIBS', 'Search path for PROJ.4 library files', '/usr/' + LIBDIR_SCHEMA, PathVariable.PathAccept), - - # Variables affecting rendering back-ends - BoolVariable('INTERNAL_LIBAGG', 'Use provided libagg', 'True'), -@@ -301,7 +301,7 @@ - env = context.env - tool = config.lower() - context.Message( 'Checking for %s... ' % tool) -- ret = context.TryAction(env[config])[0] -+ ret = context.TryAction('%s --help' % env[config])[0] - if ret: - lib_path = call('%s --libdir' % env[config]) - inc_path = call('%s --includedir' % env[config]) -@@ -686,7 +686,7 @@ - if env['SKIPPED_DEPS']: - color_print(4,'\nAlso, these optional dependencies were not found:\n - %s' % '\n - '.join(env['SKIPPED_DEPS'])) - color_print(4,"\nSet custom paths to these libraries and header files on the command-line or in a file called '%s'" % SCONS_LOCAL_CONFIG) -- color_print(4," ie. $ python scons/scons.py BOOST_INCLUDES=/usr/local/include/boost-1_37 BOOST_LIBS=/usr/local/lib") -+ color_print(4," ie. $ python scons/scons.py BOOST_INCLUDES=/usr/include/boost-1_37 BOOST_LIBS=/usr/lib") - color_print(4, "\nOnce all required dependencies are found a local '%s' will be saved and then install:" % SCONS_LOCAL_CONFIG) - color_print(4," $ sudo python scons/scons.py install") - color_print(4,"\nTo view available path variables:\n $ python scons/scons.py --help or -h") -@@ -883,6 +883,3 @@ - # Build the Python bindings - if 'python' in env['BINDINGS']: - SConscript('bindings/python/SConscript') -- --# Configure fonts and if requested install the bundled DejaVu fonts --SConscript('fonts/SConscript') -\ No newline at end of file diff --git a/sci-geosciences/mapnik/mapnik-0.5.1.ebuild b/sci-geosciences/mapnik/mapnik-0.5.1.ebuild deleted file mode 100644 index 2eca4458cc2d..000000000000 --- a/sci-geosciences/mapnik/mapnik-0.5.1.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/mapnik/mapnik-0.5.1.ebuild,v 1.10 2010/06/17 21:01:40 patrick Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="A Free Toolkit for developing mapping applications." -HOMEPAGE="http://www.mapnik.org/" -SRC_URI="mirror://berlios/mapnik/mapnik_src-${PV}.tar.gz" -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="bidi debug doc postgres python xml" - -RDEPEND=">=dev-libs/boost-1.33.0 - >=media-libs/libpng-1.2.12 - >=media-libs/jpeg-6b - >=media-libs/tiff-3.8.2 - >=sys-libs/zlib-1.2.3 - >=media-libs/freetype-2.1.10 - media-fonts/dejavu - >=sci-libs/proj-4.4.9 - sci-libs/gdal - xml? ( dev-libs/libxml2 ) - postgres? ( - >=dev-db/postgresql-base-8.0 - >=dev-db/postgis-1.1.2 - ) - python? ( >=dev-lang/python-2.4 ) - bidi? ( dev-libs/fribidi )" - -DEPEND="${RDEPEND} - >=dev-lang/python-1.5.2 - >=dev-util/scons-0.9.8" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-include-fix.patch - - sed -i -e "s:mapniklibpath + '/fonts':'/usr/share/fonts/dejavu/':g" \ - bindings/python/SConscript || die "sed 1 failed" - sed -i -e "s:/usr/local:/usr:g" SConstruct \ - || die "sed 2 failed" - sed -i -e "s:SConscript('fonts/SConscript')::g" SConstruct \ - || die "sed 3 failed" - rm -rf fonts - find . -type d -perm /g+s -exec chmod -s '{}' \; - - sed -i -e "s:libraries \= \[:libraries \= \[\'mapnik\',:g" \ - plugins/input/{gdal,postgis,shape,raster}/SConscript \ - || die "sed 4 failed" -} - -src_compile() { - MAKEOPTS="INPUT_PLUGINS=all" - MAKEOPTS="${MAKEOPTS} PROJ_INCLUDES=/usr/include" - MAKEOPTS="${MAKEOPTS} PROJ_LIBS=/usr/$(get_libdir)" - MAKEOPTS="${MAKEOPTS} XML2_CONFIG=/usr/bin/xml2-config \ - XMLPARSER=libxml2" - - if ! use python ; then - MAKEOPTS="${MAKEOPTS} BINDINGS=none" - fi - if use debug ; then - MAKEOPTS="${MAKEOPTS} DEBUG=yes" - fi - if use bidi ; then - MAKEOPTS="${MAKEOPTS} BIDI=yes" - fi - if use postgres ; then - MAKEOPTS="${MAKEOPTS} \ - PGSQL_INCLUDES=$(pg_config --includedir) - PGSQL_LIBS=$(pg_config --libdir)" - fi - - scons CXX="$(tc-getCXX)" ${MAKEOPTS} \ - || die "scons make failed" -} - -src_install() { - scons DESTDIR="${D}" install \ - || die "scons install failed" - - if use python ; then - dobin utils/stats/mapdef_stats.py - insinto /usr/share/doc/${P}/examples - doins utils/ogcserver/{ogcserver,ogcserver.conf} - fi - - if use doc ; then - dohtml -r docs/epydocs/* - fi -} - -pkg_postinst() { - elog "" - elog "See the home page or the OpenStreetMap wiki for more info, and" - elog "the installed examples for the default mapnik ogcserver config." - elog "" -} diff --git a/sci-geosciences/mapnik/mapnik-0.6.0.ebuild b/sci-geosciences/mapnik/mapnik-0.6.0.ebuild deleted file mode 100644 index dcfbbc8f07f5..000000000000 --- a/sci-geosciences/mapnik/mapnik-0.6.0.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2010 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.6 2010/06/17 21:01:40 patrick Exp $ -EAPI=2 - -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-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="cairo curl debug +gdal postgres python sqlite" - -RDEPEND="dev-libs/boost - dev-libs/libxml2 - dev-libs/icu - media-libs/libpng - media-libs/jpeg - media-libs/tiff - media-libs/freetype:2 - sci-libs/proj - x11-libs/agg - media-fonts/dejavu - python? ( >=dev-libs/boost-1.35.0-r5[python] ) - cairo? ( x11-libs/cairo - dev-cpp/cairomm ) - postgres? ( - >=dev-db/postgresql-base-8.0 - >=dev-db/postgis-1.1.2 - ) - gdal? ( sci-libs/gdal ) - sqlite? ( dev-db/sqlite:3 ) - curl? ( net-misc/curl )" - -DEPEND="${RDEPEND} - >=dev-util/scons-1.0.0" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch - - sed -i -e "s:mapniklibpath + '/fonts':'/usr/share/fonts/dejavu/':g" \ - bindings/python/SConscript || die "sed 1 failed" - - sed -i -e "s:libraries \= \[:libraries \= \[\'mapnik\',:g" \ - plugins/input/{gdal,postgis,shape,raster}/SConscript \ - || die "sed 2 failed" -} - -src_configure() { - MAKEOPTS="INTERNAL_LIBAGG=no" - - MAKEOPTS="${MAKEOPTS} INPUT_PLUGINS=" - use postgres && MAKEOPTS="${MAKEOPTS}postgis," - use gdal && MAKEOPTS="${MAKEOPTS}gdal,ogr," - use sqlite && MAKEOPTS="${MAKEOPTS}sqlite," - use curl && MAKEOPTS="${MAKEOPTS}osm," - MAKEOPTS="${MAKEOPTS}shape,raster" - - use cairo || MAKEOPTS="${MAKEOPTS} CAIRO=false" - use python || MAKEOPTS="${MAKEOPTS} BINDINGS=none" - use debug && MAKEOPTS="${MAKEOPTS} DEBUG=yes" - - use postgres && use sqlite && MAKEOPTS="${MAKEOPTS} PGSQL2SQLITE=yes" - - scons CXX="$(tc-getCXX)" ${MAKEOPTS} DESTDIR="${D}" configure \ - || die "scons configure failed" -} - -src_compile() { - scons || die "scons make failed" -} - -src_install() { - scons install || die "scons install failed" - - if use python ; then - fperms o-w /usr/lib/python*/site-packages/mapnik/paths.py - dobin utils/stats/mapdef_stats.py - insinto /usr/share/doc/${P}/examples - doins utils/ogcserver/* - fi - - dodoc AUTHORS CHANGELOG README - dohtml -r docs/api_docs/python/* -} - -pkg_postinst() { - elog "" - elog "See the home page or the OpenStreetMap wiki for more info, and" - elog "the installed examples for the default mapnik ogcserver config." - elog "" -} |