Date: Thursday, March 16, 2017 @ 16:07:49
  Author: spupykin
Revision: 216760

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mapnik/repos/community-i686/PKGBUILD
    (from rev 216759, mapnik/trunk/PKGBUILD)
  mapnik/repos/community-i686/mapnik.install
    (from rev 216759, mapnik/trunk/mapnik.install)
  mapnik/repos/community-x86_64/PKGBUILD
    (from rev 216759, mapnik/trunk/PKGBUILD)
  mapnik/repos/community-x86_64/mapnik.install
    (from rev 216759, mapnik/trunk/mapnik.install)
Deleted:
  mapnik/repos/community-i686/PKGBUILD
  mapnik/repos/community-i686/mapnik.install
  mapnik/repos/community-x86_64/PKGBUILD
  mapnik/repos/community-x86_64/mapnik.install

---------------------------------+
 /PKGBUILD                       |   90 ++++++++++++++++++++++++++++++++++++++
 /mapnik.install                 |   22 +++++++++
 community-i686/PKGBUILD         |   45 -------------------
 community-i686/mapnik.install   |   11 ----
 community-x86_64/PKGBUILD       |   45 -------------------
 community-x86_64/mapnik.install |   11 ----
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-03-16 16:07:32 UTC (rev 216759)
+++ community-i686/PKGBUILD     2017-03-16 16:07:49 UTC (rev 216760)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: David Dent <[email protected]>
-# Contributor: orbisvicis <[email protected]>
-
-pkgname=mapnik
-pkgver=3.0.12
-pkgrel=4
-pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps"
-arch=('i686' 'x86_64')
-url="http://mapnik.org/";
-license=('LGPL')
-depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
-        'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
-        'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
-optdepends=('libxslt:         Web Map Service'
-            'python2-lxml:    Web Map Service'
-            'python2-pillow:  Web Map Service'
-            'python-nose:     Web Map Service'
-            'apache:          Web Map Service'
-            'mod_fastcgi:     Web Map Service - or:'
-            'mod_fcgid:       Web Map Service - or:'
-            'mod_wsgi2:       Web Map Service')
-makedepends=('scons' 'boost' 'git')
-install="mapnik.install"
-source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.bz2";)
-sha256sums=('66a3d620c3ce543c91ea5b42a25079aca9a2a90f6079a2ce2a8714398fa57d6d')
-
-build() {
-  cd "$srcdir/$pkgname-v$pkgver"
-  PYTHON=python2
-  scons configure \
-    PREFIX="/usr" \
-    INPUT_PLUGINS=all \
-    XMLPARSER=libxml2 \
-    DESTDIR="$pkgdir" \
-    
CUSTOM_CXXFLAGS="-DBOOST_OPTIONAL_CONFIG_USE_OLD_IMPLEMENTATION_OF_OPTIONAL"
-  scons $MAKEFLAGS
-}
-
-package(){
-  cd "$srcdir/$pkgname-v$pkgver"
-  scons install
-}

Copied: mapnik/repos/community-i686/PKGBUILD (from rev 216759, 
mapnik/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-03-16 16:07:49 UTC (rev 216760)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: David Dent <[email protected]>
+# Contributor: orbisvicis <[email protected]>
+
+pkgname=mapnik
+pkgver=3.0.13
+pkgrel=1
+pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps"
+arch=('i686' 'x86_64')
+url="http://mapnik.org/";
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+        'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+        'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt:         Web Map Service'
+            'python2-lxml:    Web Map Service'
+            'python2-pillow:  Web Map Service'
+            'python-nose:     Web Map Service'
+            'apache:          Web Map Service'
+            'mod_fastcgi:     Web Map Service - or:'
+            'mod_fcgid:       Web Map Service - or:'
+            'mod_wsgi2:       Web Map Service')
+makedepends=('scons' 'boost' 'git')
+install="mapnik.install"
+source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.bz2";)
+sha256sums=('d6213d514a0e3cd84d9bfcb6d97208d169ffcaae1f36250f6555655cdfe57bcc')
+
+build() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  PYTHON=python2
+  scons configure \
+    PREFIX="/usr" \
+    INPUT_PLUGINS=all \
+    XMLPARSER=libxml2 \
+    DESTDIR="$pkgdir" \
+    
CUSTOM_CXXFLAGS="-DBOOST_OPTIONAL_CONFIG_USE_OLD_IMPLEMENTATION_OF_OPTIONAL"
+  scons $MAKEFLAGS
+}
+
+package(){
+  cd "$srcdir/$pkgname-v$pkgver"
+  scons install
+}

Deleted: community-i686/mapnik.install
===================================================================
--- community-i686/mapnik.install       2017-03-16 16:07:32 UTC (rev 216759)
+++ community-i686/mapnik.install       2017-03-16 16:07:49 UTC (rev 216760)
@@ -1,11 +0,0 @@
-post_install() {
-  /sbin/ldconfig
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mapnik/repos/community-i686/mapnik.install (from rev 216759, 
mapnik/trunk/mapnik.install)
===================================================================
--- community-i686/mapnik.install                               (rev 0)
+++ community-i686/mapnik.install       2017-03-16 16:07:49 UTC (rev 216760)
@@ -0,0 +1,11 @@
+post_install() {
+  /sbin/ldconfig
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-03-16 16:07:32 UTC (rev 216759)
+++ community-x86_64/PKGBUILD   2017-03-16 16:07:49 UTC (rev 216760)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: David Dent <[email protected]>
-# Contributor: orbisvicis <[email protected]>
-
-pkgname=mapnik
-pkgver=3.0.12
-pkgrel=4
-pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps"
-arch=('i686' 'x86_64')
-url="http://mapnik.org/";
-license=('LGPL')
-depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
-        'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
-        'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
-optdepends=('libxslt:         Web Map Service'
-            'python2-lxml:    Web Map Service'
-            'python2-pillow:  Web Map Service'
-            'python-nose:     Web Map Service'
-            'apache:          Web Map Service'
-            'mod_fastcgi:     Web Map Service - or:'
-            'mod_fcgid:       Web Map Service - or:'
-            'mod_wsgi2:       Web Map Service')
-makedepends=('scons' 'boost' 'git')
-install="mapnik.install"
-source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.bz2";)
-sha256sums=('66a3d620c3ce543c91ea5b42a25079aca9a2a90f6079a2ce2a8714398fa57d6d')
-
-build() {
-  cd "$srcdir/$pkgname-v$pkgver"
-  PYTHON=python2
-  scons configure \
-    PREFIX="/usr" \
-    INPUT_PLUGINS=all \
-    XMLPARSER=libxml2 \
-    DESTDIR="$pkgdir" \
-    
CUSTOM_CXXFLAGS="-DBOOST_OPTIONAL_CONFIG_USE_OLD_IMPLEMENTATION_OF_OPTIONAL"
-  scons $MAKEFLAGS
-}
-
-package(){
-  cd "$srcdir/$pkgname-v$pkgver"
-  scons install
-}

Copied: mapnik/repos/community-x86_64/PKGBUILD (from rev 216759, 
mapnik/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-16 16:07:49 UTC (rev 216760)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: David Dent <[email protected]>
+# Contributor: orbisvicis <[email protected]>
+
+pkgname=mapnik
+pkgver=3.0.13
+pkgrel=1
+pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps"
+arch=('i686' 'x86_64')
+url="http://mapnik.org/";
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+        'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+        'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt:         Web Map Service'
+            'python2-lxml:    Web Map Service'
+            'python2-pillow:  Web Map Service'
+            'python-nose:     Web Map Service'
+            'apache:          Web Map Service'
+            'mod_fastcgi:     Web Map Service - or:'
+            'mod_fcgid:       Web Map Service - or:'
+            'mod_wsgi2:       Web Map Service')
+makedepends=('scons' 'boost' 'git')
+install="mapnik.install"
+source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.bz2";)
+sha256sums=('d6213d514a0e3cd84d9bfcb6d97208d169ffcaae1f36250f6555655cdfe57bcc')
+
+build() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  PYTHON=python2
+  scons configure \
+    PREFIX="/usr" \
+    INPUT_PLUGINS=all \
+    XMLPARSER=libxml2 \
+    DESTDIR="$pkgdir" \
+    
CUSTOM_CXXFLAGS="-DBOOST_OPTIONAL_CONFIG_USE_OLD_IMPLEMENTATION_OF_OPTIONAL"
+  scons $MAKEFLAGS
+}
+
+package(){
+  cd "$srcdir/$pkgname-v$pkgver"
+  scons install
+}

Deleted: community-x86_64/mapnik.install
===================================================================
--- community-x86_64/mapnik.install     2017-03-16 16:07:32 UTC (rev 216759)
+++ community-x86_64/mapnik.install     2017-03-16 16:07:49 UTC (rev 216760)
@@ -1,11 +0,0 @@
-post_install() {
-  /sbin/ldconfig
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mapnik/repos/community-x86_64/mapnik.install (from rev 216759, 
mapnik/trunk/mapnik.install)
===================================================================
--- community-x86_64/mapnik.install                             (rev 0)
+++ community-x86_64/mapnik.install     2017-03-16 16:07:49 UTC (rev 216760)
@@ -0,0 +1,11 @@
+post_install() {
+  /sbin/ldconfig
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Reply via email to