From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/geos/PKGBUILD | 31 ------------------------------- community/geos/geos.changelog | 11 ----------- 2 files changed, 42 deletions(-) delete mode 100644 community/geos/PKGBUILD delete mode 100644 community/geos/geos.changelog (limited to 'community/geos') diff --git a/community/geos/PKGBUILD b/community/geos/PKGBUILD deleted file mode 100644 index 40bc64972..000000000 --- a/community/geos/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 88623 2013-04-20 17:34:23Z jlichtblau $ -# Maintainer: Jaroslav Lichtblau -# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org -# Contributor: William Rea -# Contributor: Alexander Rødseth - -pkgname=geos -pkgver=3.3.8 -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=('!libtool' '!emptydirs') -changelog=$pkgname.changelog -source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('ebecd4d1a71bcc28e5e883296cd8c52a80d5596335e74728f320989734fa503b') - -build() { - cd ${srcdir}/$pkgname-$pkgver - - ./configure --prefix=/usr - make -} - -package() { - cd ${srcdir}/$pkgname-$pkgver - - make DESTDIR=${pkgdir} install -} diff --git a/community/geos/geos.changelog b/community/geos/geos.changelog deleted file mode 100644 index a230f5fcf..000000000 --- a/community/geos/geos.changelog +++ /dev/null @@ -1,11 +0,0 @@ -2013-04-20 Jaroslav Lichtblau - * geos 3.3.8-1 - -2013-02-24 Jaroslav Lichtblau - * geos 3.3.7-1 - -2013-01-18 Jaroslav Lichtblau - * geos 3.3.6-1 - -2012-09-06 Jaroslav Lichtblau - * geos 3.3.5-1 -- cgit v1.2.3-54-g00ecf