[arch-commits] Commit in gen2shp/repos (4 files)

Balló György bgyorgy at archlinux.org
Fri Feb 17 21:13:12 UTC 2017


    Date: Friday, February 17, 2017 @ 21:13:11
  Author: bgyorgy
Revision: 212974

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

Added:
  gen2shp/repos/community-i686/PKGBUILD
    (from rev 212973, gen2shp/trunk/PKGBUILD)
  gen2shp/repos/community-x86_64/PKGBUILD
    (from rev 212973, gen2shp/trunk/PKGBUILD)
Deleted:
  gen2shp/repos/community-i686/PKGBUILD
  gen2shp/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 ----------------------
 community-x86_64/PKGBUILD |   29 ----------------------
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-17 21:13:05 UTC (rev 212973)
+++ community-i686/PKGBUILD	2017-02-17 21:13:11 UTC (rev 212974)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.org>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=9
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
-url='http://www.intevation.de/~jan/gen2shp/'
-license=('GPL')
-depends=('glibc' 'shapelib')
-source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz")
-md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # fix conflicting function names
-  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
-  sed -i 's:libshp/::' gen2shp.c
-  sed -i 's/-lshp gen2shp.c utils.o/gen2shp.c utils.o -lshp/' Makefile
-  make CFLAGS="$CFLAGS"
-
-}
-
-package() {
-  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
-}

Copied: gen2shp/repos/community-i686/PKGBUILD (from rev 212973, gen2shp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-17 21:13:11 UTC (rev 212974)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=10
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('i686' 'x86_64')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz")
+md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # fix conflicting function names
+  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
+  sed -i 's:libshp/::' gen2shp.c
+  sed -i 's/-lshp gen2shp.c utils.o/gen2shp.c utils.o -lshp/' Makefile
+  make CFLAGS="$CFLAGS"
+
+}
+
+package() {
+  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-17 21:13:05 UTC (rev 212973)
+++ community-x86_64/PKGBUILD	2017-02-17 21:13:11 UTC (rev 212974)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.org>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=9
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
-url='http://www.intevation.de/~jan/gen2shp/'
-license=('GPL')
-depends=('glibc' 'shapelib')
-source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz")
-md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # fix conflicting function names
-  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
-  sed -i 's:libshp/::' gen2shp.c
-  sed -i 's/-lshp gen2shp.c utils.o/gen2shp.c utils.o -lshp/' Makefile
-  make CFLAGS="$CFLAGS"
-
-}
-
-package() {
-  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
-}

Copied: gen2shp/repos/community-x86_64/PKGBUILD (from rev 212973, gen2shp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-17 21:13:11 UTC (rev 212974)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=10
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('i686' 'x86_64')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz")
+md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # fix conflicting function names
+  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
+  sed -i 's:libshp/::' gen2shp.c
+  sed -i 's/-lshp gen2shp.c utils.o/gen2shp.c utils.o -lshp/' Makefile
+  make CFLAGS="$CFLAGS"
+
+}
+
+package() {
+  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
+}



More information about the arch-commits mailing list