[arch-commits] Commit in geos/repos (8 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Fri Jan 3 10:52:48 UTC 2014


    Date: Friday, January 3, 2014 @ 11:52:48
  Author: bpiotrowski
Revision: 103320

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

Added:
  geos/repos/community-i686/PKGBUILD
    (from rev 103319, geos/trunk/PKGBUILD)
  geos/repos/community-i686/geos.changelog
    (from rev 103319, geos/trunk/geos.changelog)
  geos/repos/community-x86_64/PKGBUILD
    (from rev 103319, geos/trunk/PKGBUILD)
  geos/repos/community-x86_64/geos.changelog
    (from rev 103319, geos/trunk/geos.changelog)
Deleted:
  geos/repos/community-i686/PKGBUILD
  geos/repos/community-i686/geos.changelog
  geos/repos/community-x86_64/PKGBUILD
  geos/repos/community-x86_64/geos.changelog

---------------------------------+
 /PKGBUILD                       |   62 ++++++++++++++++++++++++++++++++++++++
 /geos.changelog                 |   28 +++++++++++++++++
 community-i686/PKGBUILD         |   31 -------------------
 community-i686/geos.changelog   |   14 --------
 community-x86_64/PKGBUILD       |   31 -------------------
 community-x86_64/geos.changelog |   14 --------
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-03 10:52:45 UTC (rev 103319)
+++ community-i686/PKGBUILD	2014-01-03 10:52:48 UTC (rev 103320)
@@ -1,31 +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>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=geos
-pkgver=3.4.2
-pkgrel=1
-pkgdesc="C++ port of the Java Topology Suite"
-arch=('x86_64' 'i686')
-url="http://trac.osgeo.org/geos/"
-license=('LGPL')
-depends=('gcc-libs' 'bash')
-options=('!emptydirs')
-changelog=$pkgname.changelog
-source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('15e8bfdf7e29087a957b56ac543ea9a80321481cef4d4f63a7b268953ad26c53')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: geos/repos/community-i686/PKGBUILD (from rev 103319, geos/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-03 10:52:48 UTC (rev 103320)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=geos
+pkgver=3.4.2
+pkgrel=2
+pkgdesc="C++ port of the Java Topology Suite"
+arch=('x86_64' 'i686')
+url="http://trac.osgeo.org/geos/"
+license=('LGPL')
+depends=('gcc-libs' 'bash')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('15e8bfdf7e29087a957b56ac543ea9a80321481cef4d4f63a7b268953ad26c53')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/geos.changelog
===================================================================
--- community-i686/geos.changelog	2014-01-03 10:52:45 UTC (rev 103319)
+++ community-i686/geos.changelog	2014-01-03 10:52:48 UTC (rev 103320)
@@ -1,14 +0,0 @@
-2013-09-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* geos 3.4.1-1
-
-2013-04-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* geos 3.3.8-1
-
-2013-02-24 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* geos 3.3.7-1
-
-2013-01-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* geos 3.3.6-1
-
-2012-09-06 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* geos 3.3.5-1

Copied: geos/repos/community-i686/geos.changelog (from rev 103319, geos/trunk/geos.changelog)
===================================================================
--- community-i686/geos.changelog	                        (rev 0)
+++ community-i686/geos.changelog	2014-01-03 10:52:48 UTC (rev 103320)
@@ -0,0 +1,14 @@
+2013-09-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* geos 3.4.1-1
+
+2013-04-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* geos 3.3.8-1
+
+2013-02-24 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* geos 3.3.7-1
+
+2013-01-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* geos 3.3.6-1
+
+2012-09-06 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* geos 3.3.5-1

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-03 10:52:45 UTC (rev 103319)
+++ community-x86_64/PKGBUILD	2014-01-03 10:52:48 UTC (rev 103320)
@@ -1,31 +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>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=geos
-pkgver=3.4.2
-pkgrel=1
-pkgdesc="C++ port of the Java Topology Suite"
-arch=('x86_64' 'i686')
-url="http://trac.osgeo.org/geos/"
-license=('LGPL')
-depends=('gcc-libs' 'bash')
-options=('!emptydirs')
-changelog=$pkgname.changelog
-source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('15e8bfdf7e29087a957b56ac543ea9a80321481cef4d4f63a7b268953ad26c53')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: geos/repos/community-x86_64/PKGBUILD (from rev 103319, geos/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-03 10:52:48 UTC (rev 103320)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=geos
+pkgver=3.4.2
+pkgrel=2
+pkgdesc="C++ port of the Java Topology Suite"
+arch=('x86_64' 'i686')
+url="http://trac.osgeo.org/geos/"
+license=('LGPL')
+depends=('gcc-libs' 'bash')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('15e8bfdf7e29087a957b56ac543ea9a80321481cef4d4f63a7b268953ad26c53')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/geos.changelog
===================================================================
--- community-x86_64/geos.changelog	2014-01-03 10:52:45 UTC (rev 103319)
+++ community-x86_64/geos.changelog	2014-01-03 10:52:48 UTC (rev 103320)
@@ -1,14 +0,0 @@
-2013-09-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* geos 3.4.1-1
-
-2013-04-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* geos 3.3.8-1
-
-2013-02-24 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* geos 3.3.7-1
-
-2013-01-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* geos 3.3.6-1
-
-2012-09-06 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* geos 3.3.5-1

Copied: geos/repos/community-x86_64/geos.changelog (from rev 103319, geos/trunk/geos.changelog)
===================================================================
--- community-x86_64/geos.changelog	                        (rev 0)
+++ community-x86_64/geos.changelog	2014-01-03 10:52:48 UTC (rev 103320)
@@ -0,0 +1,14 @@
+2013-09-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* geos 3.4.1-1
+
+2013-04-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* geos 3.3.8-1
+
+2013-02-24 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* geos 3.3.7-1
+
+2013-01-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* geos 3.3.6-1
+
+2012-09-06 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* geos 3.3.5-1




More information about the arch-commits mailing list