[arch-commits] Commit in postgis/repos/community-x86_64 (4 files)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat Oct 12 06:26:10 UTC 2013


    Date: Saturday, October 12, 2013 @ 08:26:10
  Author: jlichtblau
Revision: 98497

archrelease: copy trunk to community-x86_64

Added:
  postgis/repos/community-x86_64/PKGBUILD
    (from rev 98496, postgis/trunk/PKGBUILD)
  postgis/repos/community-x86_64/postgis.changelog
    (from rev 98496, postgis/trunk/postgis.changelog)
Deleted:
  postgis/repos/community-x86_64/PKGBUILD
  postgis/repos/community-x86_64/postgis.changelog

-------------------+
 PKGBUILD          |   64 ++++++++++++++++++++++++++--------------------------
 postgis.changelog |   58 +++++++++++++++++++++++------------------------
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-12 06:25:59 UTC (rev 98496)
+++ PKGBUILD	2013-10-12 06:26:10 UTC (rev 98497)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=postgis
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="Adds support for geographic objects to PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://postgis.net/"
-license=('GPL')
-depends=('postgresql' 'gdal' 'json-c')
-changelog=$pkgname.changelog
-options=('!libtool')
-source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('fc00481aec904661f3eb11da4305b1666f2040c28b0651de7eac6c22f217b26c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: postgis/repos/community-x86_64/PKGBUILD (from rev 98496, postgis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-10-12 06:26:10 UTC (rev 98497)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=postgis
+pkgver=2.1.0
+pkgrel=2
+pkgdesc="Adds support for geographic objects to PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://postgis.net/"
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c')
+changelog=$pkgname.changelog
+options=('!libtool')
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('fc00481aec904661f3eb11da4305b1666f2040c28b0651de7eac6c22f217b26c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: postgis.changelog
===================================================================
--- postgis.changelog	2013-10-12 06:25:59 UTC (rev 98496)
+++ postgis.changelog	2013-10-12 06:26:10 UTC (rev 98497)
@@ -1,29 +0,0 @@
-2013-08-22 Maxime Gauduin <alucryd at gmail.com>
-    * postgis-2.1.0-1
-    * Fixes FS#35816
-
-2013-06-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-    * postgis-2.0.3-1
-
-2013-01-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-    * postgis-2.0.2-1
-
-2012-09-24 Dan McGee <dan at archlinux.org>
-    * Rebuild for PostgreSQL 9.2.x
-    * Update to minor release 2.0.1
-
-2012-05-31 Andrea Scarpino <andrea at archlinux.org>
-    * Add JSON-C support
-    * Build utils (FS#25836)
-
-2012-05-31 Andrea Scarpino <andrea at archlinux.org>
-    * Update to major release 2.0.0-1
-
-2011-10-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-    * FS#26159 fix in postgis-1.5.3-2
-
-2010-10-30 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-    * Update to major release 1.5.2
-
-2010-03-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-    * Update to major release 1.5.1

Copied: postgis/repos/community-x86_64/postgis.changelog (from rev 98496, postgis/trunk/postgis.changelog)
===================================================================
--- postgis.changelog	                        (rev 0)
+++ postgis.changelog	2013-10-12 06:26:10 UTC (rev 98497)
@@ -0,0 +1,29 @@
+2013-08-22 Maxime Gauduin <alucryd at gmail.com>
+    * postgis-2.1.0-1
+    * Fixes FS#35816
+
+2013-06-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * postgis-2.0.3-1
+
+2013-01-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * postgis-2.0.2-1
+
+2012-09-24 Dan McGee <dan at archlinux.org>
+    * Rebuild for PostgreSQL 9.2.x
+    * Update to minor release 2.0.1
+
+2012-05-31 Andrea Scarpino <andrea at archlinux.org>
+    * Add JSON-C support
+    * Build utils (FS#25836)
+
+2012-05-31 Andrea Scarpino <andrea at archlinux.org>
+    * Update to major release 2.0.0-1
+
+2011-10-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * FS#26159 fix in postgis-1.5.3-2
+
+2010-10-30 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * Update to major release 1.5.2
+
+2010-03-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+    * Update to major release 1.5.1




More information about the arch-commits mailing list