[arch-commits] Commit in gpsmanshp/repos (3 files)

Federico Cinelli cinelli at nymeria.archlinux.org
Tue Mar 12 00:52:26 UTC 2013


    Date: Tuesday, March 12, 2013 @ 01:52:26
  Author: cinelli
Revision: 86095

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

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

---------------------------+
 community-i686/PKGBUILD   |   70 ++++++++++++++++++++++----------------------
 community-x86_64/PKGBUILD |   35 ----------------------
 2 files changed, 35 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-12 00:50:05 UTC (rev 86094)
+++ community-i686/PKGBUILD	2013-03-12 00:52:26 UTC (rev 86095)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli   <cinelli at aur.archlinux.org>
-
-pkgname=gpsmanshp
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="A Tcl package to read and write shapefiles"
-arch=('i686' 'x86_64')
-url="http://gpsmanshp.sourceforge.net/"
-license=('GPL')
-depends=('glibc' 'shapelib' 'tcl')
-source=("http://sourceforge.net/projects/$pkgname/files/distr/${pkgname}_$pkgver.tgz")
-md5sums=('c2876d7f67c8215b46b336b5b859d49f')
-
-build() {
-  cd "${pkgname}_$pkgver"
-
-  mv Makefile8.5 Makefile
-  sed -i -e "s:shapefil.h:libshp/shapefil.h:g" gpsmanshp.c
-
-  install -d "$srcdir/${pkgname}_$pkgver/usr/lib/"
-
-  sed -i -e "s|/usr/lib/tcl\$(TCLVERSION)|$srcdir/${pkgname}_$pkgver/usr/lib/gpsmanshp|g" Makefile
-  sed -i -e "s|tclsh\$(TCLVERSION)|tclsh|g" Makefile
-  sed -i "s|package-8.3.tcl|/usr/lib/tcl8.6/package.tcl|g" Makefile
-  sed -i "s|8.4|8.6|g" Makefile
-  
-  make
-}
-
-package() {
-  cd "${pkgname}_$pkgver"
-
-  make install
-}

Copied: gpsmanshp/repos/community-i686/PKGBUILD (from rev 86094, gpsmanshp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-12 00:52:26 UTC (rev 86095)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:  Federico Cinelli   <cinelli at aur.archlinux.org>
+
+pkgname=gpsmanshp
+pkgver=1.2.1
+pkgrel=3
+pkgdesc="A Tcl package to read and write shapefiles"
+arch=('i686' 'x86_64')
+url="http://gpsmanshp.sourceforge.net/"
+license=('GPL')
+depends=('glibc' 'shapelib' 'tcl')
+source=("http://sourceforge.net/projects/$pkgname/files/distr/${pkgname}_$pkgver.tgz")
+md5sums=('c2876d7f67c8215b46b336b5b859d49f')
+
+build() {
+  cd "${pkgname}_$pkgver"
+
+  mv Makefile8.5 Makefile
+  sed -i -e "s:shapefil.h:libshp/shapefil.h:g" gpsmanshp.c
+
+  install -d "$srcdir/${pkgname}_$pkgver/usr/lib/"
+
+  sed -i -e "s|/usr/lib/tcl\$(TCLVERSION)|$srcdir/${pkgname}_$pkgver/usr/lib/gpsmanshp|g" Makefile
+  sed -i -e "s|tclsh\$(TCLVERSION)|tclsh|g" Makefile
+  sed -i "s|package-8.3.tcl|/usr/lib/tcl8.6/package.tcl|g" Makefile
+  sed -i "s|8.4|8.6|g" Makefile
+  
+  make
+}
+
+package() {
+  cd "${pkgname}_$pkgver"
+
+  make install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-12 00:50:05 UTC (rev 86094)
+++ community-x86_64/PKGBUILD	2013-03-12 00:52:26 UTC (rev 86095)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli   <cinelli at aur.archlinux.org>
-
-pkgname=gpsmanshp
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="A Tcl package to read and write shapefiles"
-arch=('i686' 'x86_64')
-url="http://gpsmanshp.sourceforge.net/"
-license=('GPL')
-depends=('glibc' 'shapelib' 'tcl')
-source=("http://sourceforge.net/projects/$pkgname/files/distr/${pkgname}_$pkgver.tgz")
-md5sums=('c2876d7f67c8215b46b336b5b859d49f')
-
-build() {
-  cd "${pkgname}_$pkgver"
-
-  mv Makefile8.5 Makefile
-  sed -i -e "s:shapefil.h:libshp/shapefil.h:g" gpsmanshp.c
-
-  install -d "$srcdir/${pkgname}_$pkgver/usr/lib/"
-
-  sed -i -e "s|/usr/lib/tcl\$(TCLVERSION)|$srcdir/${pkgname}_$pkgver/usr/lib/gpsmanshp|g" Makefile
-  sed -i -e "s|tclsh\$(TCLVERSION)|tclsh|g" Makefile
-  sed -i "s|package-8.3.tcl|/usr/lib/tcl8.6/package.tcl|g" Makefile
-  sed -i "s|8.4|8.6|g" Makefile
-  
-  make
-}
-
-package() {
-  cd "${pkgname}_$pkgver"
-
-  make install
-}




More information about the arch-commits mailing list