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

Evgeniy Alekseev arcanis at archlinux.org
Tue Nov 1 09:10:53 UTC 2016


    Date: Tuesday, November 1, 2016 @ 09:10:52
  Author: arcanis
Revision: 194185

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

Added:
  libmatio/repos/community-i686/ChangeLog
    (from rev 194184, libmatio/trunk/ChangeLog)
  libmatio/repos/community-i686/PKGBUILD
    (from rev 194184, libmatio/trunk/PKGBUILD)
  libmatio/repos/community-x86_64/ChangeLog
    (from rev 194184, libmatio/trunk/ChangeLog)
  libmatio/repos/community-x86_64/PKGBUILD
    (from rev 194184, libmatio/trunk/PKGBUILD)
Deleted:
  libmatio/repos/community-i686/ChangeLog
  libmatio/repos/community-i686/PKGBUILD
  libmatio/repos/community-x86_64/ChangeLog
  libmatio/repos/community-x86_64/PKGBUILD

----------------------------+
 /ChangeLog                 |   28 +++++++++++++++++++
 /PKGBUILD                  |   62 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |   11 -------
 community-i686/PKGBUILD    |   31 ---------------------
 community-x86_64/ChangeLog |   11 -------
 community-x86_64/PKGBUILD  |   31 ---------------------
 6 files changed, 90 insertions(+), 84 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2016-11-01 09:10:32 UTC (rev 194184)
+++ community-i686/ChangeLog	2016-11-01 09:10:52 UTC (rev 194185)
@@ -1,11 +0,0 @@
-1.5.8-1:
-upstream update
-
-1.5.6-2:
-rebuild against the newest hdf5
-
-1.5.6-1:
-upstream update
-
-1.5.2-3:
-move from AUR to [community]

Copied: libmatio/repos/community-i686/ChangeLog (from rev 194184, libmatio/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2016-11-01 09:10:52 UTC (rev 194185)
@@ -0,0 +1,14 @@
+1.5.9-1:
+upstream update
+
+1.5.8-1:
+upstream update
+
+1.5.6-2:
+rebuild against the newest hdf5
+
+1.5.6-1:
+upstream update
+
+1.5.2-3:
+move from AUR to [community]

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-01 09:10:32 UTC (rev 194184)
+++ community-i686/PKGBUILD	2016-11-01 09:10:52 UTC (rev 194185)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: Stefan Husmann <stefan-husmann at t-online dot de>
-# Contributor: Alexander Rødseth <rodseth at gmail dot com>
-# Contributor: William Rea <sillywilly at gmail dot com>
-
-pkgname=libmatio
-pkgver=1.5.8
-pkgrel=1
-pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files'
-arch=('x86_64' 'i686')
-license=('custom:BSD')
-url='http://sourceforge.net/projects/matio'
-depends=('zlib' 'hdf5')
-options=('!libtool' '!emptydirs')
-source=("http://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz")
-changelog=ChangeLog
-md5sums=('350b973e0a47c9525691b050974a7b44')
-
-build() {
-  cd "matio-${pkgver}"
-  ./configure --prefix=/usr --enable-shared --with-hdf5
-  make
-}
-
-package() {
-  cd "matio-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: libmatio/repos/community-i686/PKGBUILD (from rev 194184, libmatio/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-01 09:10:52 UTC (rev 194185)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online dot de>
+# Contributor: Alexander Rødseth <rodseth at gmail dot com>
+# Contributor: William Rea <sillywilly at gmail dot com>
+
+pkgname=libmatio
+pkgver=1.5.9
+pkgrel=1
+pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files'
+arch=('x86_64' 'i686')
+license=('custom:BSD')
+url='http://sourceforge.net/projects/matio'
+depends=('zlib' 'hdf5')
+options=('!libtool' '!emptydirs')
+source=("http://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz")
+changelog=ChangeLog
+md5sums=('aab5b4219a3c0262afe7eeb7bdd2f463')
+
+build() {
+  cd "matio-${pkgver}"
+  ./configure --prefix=/usr --enable-shared --with-hdf5
+  make
+}
+
+package() {
+  cd "matio-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2016-11-01 09:10:32 UTC (rev 194184)
+++ community-x86_64/ChangeLog	2016-11-01 09:10:52 UTC (rev 194185)
@@ -1,11 +0,0 @@
-1.5.8-1:
-upstream update
-
-1.5.6-2:
-rebuild against the newest hdf5
-
-1.5.6-1:
-upstream update
-
-1.5.2-3:
-move from AUR to [community]

Copied: libmatio/repos/community-x86_64/ChangeLog (from rev 194184, libmatio/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2016-11-01 09:10:52 UTC (rev 194185)
@@ -0,0 +1,14 @@
+1.5.9-1:
+upstream update
+
+1.5.8-1:
+upstream update
+
+1.5.6-2:
+rebuild against the newest hdf5
+
+1.5.6-1:
+upstream update
+
+1.5.2-3:
+move from AUR to [community]

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-01 09:10:32 UTC (rev 194184)
+++ community-x86_64/PKGBUILD	2016-11-01 09:10:52 UTC (rev 194185)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: Stefan Husmann <stefan-husmann at t-online dot de>
-# Contributor: Alexander Rødseth <rodseth at gmail dot com>
-# Contributor: William Rea <sillywilly at gmail dot com>
-
-pkgname=libmatio
-pkgver=1.5.8
-pkgrel=1
-pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files'
-arch=('x86_64' 'i686')
-license=('custom:BSD')
-url='http://sourceforge.net/projects/matio'
-depends=('zlib' 'hdf5')
-options=('!libtool' '!emptydirs')
-source=("http://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz")
-changelog=ChangeLog
-md5sums=('350b973e0a47c9525691b050974a7b44')
-
-build() {
-  cd "matio-${pkgver}"
-  ./configure --prefix=/usr --enable-shared --with-hdf5
-  make
-}
-
-package() {
-  cd "matio-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: libmatio/repos/community-x86_64/PKGBUILD (from rev 194184, libmatio/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-01 09:10:52 UTC (rev 194185)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online dot de>
+# Contributor: Alexander Rødseth <rodseth at gmail dot com>
+# Contributor: William Rea <sillywilly at gmail dot com>
+
+pkgname=libmatio
+pkgver=1.5.9
+pkgrel=1
+pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files'
+arch=('x86_64' 'i686')
+license=('custom:BSD')
+url='http://sourceforge.net/projects/matio'
+depends=('zlib' 'hdf5')
+options=('!libtool' '!emptydirs')
+source=("http://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz")
+changelog=ChangeLog
+md5sums=('aab5b4219a3c0262afe7eeb7bdd2f463')
+
+build() {
+  cd "matio-${pkgver}"
+  ./configure --prefix=/usr --enable-shared --with-hdf5
+  make
+}
+
+package() {
+  cd "matio-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+



More information about the arch-commits mailing list