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

Federico Cinelli cinelli at nymeria.archlinux.org
Sun Mar 3 01:59:29 UTC 2013


    Date: Sunday, March 3, 2013 @ 02:59:29
  Author: cinelli
Revision: 85542

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

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

---------------------------+
 community-i686/PKGBUILD   |   53 ++++++++++++++++++++++----------------------
 community-x86_64/PKGBUILD |   53 ++++++++++++++++++++++----------------------
 2 files changed, 54 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-03 01:58:11 UTC (rev 85541)
+++ community-i686/PKGBUILD	2013-03-03 01:59:29 UTC (rev 85542)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=6
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
-url='http://www.intevation.de/~jan/gen2shp/'
-license=('GPL')
-depends=('shapelib')
-source=("http://intevation.de/%7Ejan/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
-
-  make
-}
-
-package() {
-  install -D ${pkgname}-${pkgver}/gen2shp ${pkgdir}/usr/bin/gens2shp
-}

Copied: gen2shp/repos/community-i686/PKGBUILD (from rev 85541, gen2shp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-03 01:59:29 UTC (rev 85542)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=6
+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
+
+  make
+}
+
+package() {
+  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-03 01:58:11 UTC (rev 85541)
+++ community-x86_64/PKGBUILD	2013-03-03 01:59:29 UTC (rev 85542)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=6
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
-url='http://www.intevation.de/~jan/gen2shp/'
-license=('GPL')
-depends=('shapelib')
-source=("http://intevation.de/%7Ejan/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
-
-  make
-}
-
-package() {
-  install -D ${pkgname}-${pkgver}/gen2shp ${pkgdir}/usr/bin/gens2shp
-}

Copied: gen2shp/repos/community-x86_64/PKGBUILD (from rev 85541, gen2shp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-03 01:59:29 UTC (rev 85542)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=6
+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
+
+  make
+}
+
+package() {
+  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
+}




More information about the arch-commits mailing list