[arch-commits] Commit in libgeotiff/repos (8 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Fri Jan 3 10:53:25 UTC 2014
Date: Friday, January 3, 2014 @ 11:53:25
Author: bpiotrowski
Revision: 103326
archrelease: copy trunk to community-i686, community-x86_64
Added:
libgeotiff/repos/community-i686/PKGBUILD
(from rev 103325, libgeotiff/trunk/PKGBUILD)
libgeotiff/repos/community-i686/libgeotiff.changelog
(from rev 103325, libgeotiff/trunk/libgeotiff.changelog)
libgeotiff/repos/community-x86_64/PKGBUILD
(from rev 103325, libgeotiff/trunk/PKGBUILD)
libgeotiff/repos/community-x86_64/libgeotiff.changelog
(from rev 103325, libgeotiff/trunk/libgeotiff.changelog)
Deleted:
libgeotiff/repos/community-i686/PKGBUILD
libgeotiff/repos/community-i686/libgeotiff.changelog
libgeotiff/repos/community-x86_64/PKGBUILD
libgeotiff/repos/community-x86_64/libgeotiff.changelog
---------------------------------------+
/PKGBUILD | 64 ++++++++++++++++++++++++++++++++
/libgeotiff.changelog | 4 ++
community-i686/PKGBUILD | 32 ----------------
community-i686/libgeotiff.changelog | 2 -
community-x86_64/PKGBUILD | 32 ----------------
community-x86_64/libgeotiff.changelog | 2 -
6 files changed, 68 insertions(+), 68 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-01-03 10:53:22 UTC (rev 103325)
+++ community-i686/PKGBUILD 2014-01-03 10:53:25 UTC (rev 103326)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=libgeotiff
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
-arch=('i686' 'x86_64')
-url="http://www.remotesensing.org/geotiff"
-license=('custom')
-depends=('libtiff' 'proj' 'libjpeg>=7')
-options=('!makeflags')
-changelog=$pkgname.changelog
-source=(ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/$pkgname-$pkgver.tar.gz)
-sha256sums=('d0acb8d341fd6a8f2c673456e09fdb8f50f91e3166ac934719fe05b30d328329')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- make DESTDIR=${pkgdir} install
- install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/libgeotiff/LICENSE
-}
Copied: libgeotiff/repos/community-i686/PKGBUILD (from rev 103325, libgeotiff/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-03 10:53:25 UTC (rev 103326)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libgeotiff
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
+arch=('i686' 'x86_64')
+url="http://www.remotesensing.org/geotiff"
+license=('custom')
+depends=('libtiff' 'proj' 'libjpeg>=7')
+options=('!makeflags')
+changelog=$pkgname.changelog
+source=(ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/$pkgname-$pkgver.tar.gz)
+sha256sums=('d0acb8d341fd6a8f2c673456e09fdb8f50f91e3166ac934719fe05b30d328329')
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ make DESTDIR=${pkgdir} install
+ install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/libgeotiff/LICENSE
+}
Deleted: community-i686/libgeotiff.changelog
===================================================================
--- community-i686/libgeotiff.changelog 2014-01-03 10:53:22 UTC (rev 103325)
+++ community-i686/libgeotiff.changelog 2014-01-03 10:53:25 UTC (rev 103326)
@@ -1,2 +0,0 @@
-2012-10-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * libgeotiff 1.4.0-1
Copied: libgeotiff/repos/community-i686/libgeotiff.changelog (from rev 103325, libgeotiff/trunk/libgeotiff.changelog)
===================================================================
--- community-i686/libgeotiff.changelog (rev 0)
+++ community-i686/libgeotiff.changelog 2014-01-03 10:53:25 UTC (rev 103326)
@@ -0,0 +1,2 @@
+2012-10-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * libgeotiff 1.4.0-1
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-01-03 10:53:22 UTC (rev 103325)
+++ community-x86_64/PKGBUILD 2014-01-03 10:53:25 UTC (rev 103326)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=libgeotiff
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
-arch=('i686' 'x86_64')
-url="http://www.remotesensing.org/geotiff"
-license=('custom')
-depends=('libtiff' 'proj' 'libjpeg>=7')
-options=('!makeflags')
-changelog=$pkgname.changelog
-source=(ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/$pkgname-$pkgver.tar.gz)
-sha256sums=('d0acb8d341fd6a8f2c673456e09fdb8f50f91e3166ac934719fe05b30d328329')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- make DESTDIR=${pkgdir} install
- install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/libgeotiff/LICENSE
-}
Copied: libgeotiff/repos/community-x86_64/PKGBUILD (from rev 103325, libgeotiff/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-01-03 10:53:25 UTC (rev 103326)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libgeotiff
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
+arch=('i686' 'x86_64')
+url="http://www.remotesensing.org/geotiff"
+license=('custom')
+depends=('libtiff' 'proj' 'libjpeg>=7')
+options=('!makeflags')
+changelog=$pkgname.changelog
+source=(ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/$pkgname-$pkgver.tar.gz)
+sha256sums=('d0acb8d341fd6a8f2c673456e09fdb8f50f91e3166ac934719fe05b30d328329')
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ make DESTDIR=${pkgdir} install
+ install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/libgeotiff/LICENSE
+}
Deleted: community-x86_64/libgeotiff.changelog
===================================================================
--- community-x86_64/libgeotiff.changelog 2014-01-03 10:53:22 UTC (rev 103325)
+++ community-x86_64/libgeotiff.changelog 2014-01-03 10:53:25 UTC (rev 103326)
@@ -1,2 +0,0 @@
-2012-10-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * libgeotiff 1.4.0-1
Copied: libgeotiff/repos/community-x86_64/libgeotiff.changelog (from rev 103325, libgeotiff/trunk/libgeotiff.changelog)
===================================================================
--- community-x86_64/libgeotiff.changelog (rev 0)
+++ community-x86_64/libgeotiff.changelog 2014-01-03 10:53:25 UTC (rev 103326)
@@ -0,0 +1,2 @@
+2012-10-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * libgeotiff 1.4.0-1
More information about the arch-commits
mailing list