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

Evgeniy Alekseev arcanis at archlinux.org
Wed Mar 20 12:53:32 UTC 2019


    Date: Wednesday, March 20, 2019 @ 12:53:31
  Author: arcanis
Revision: 442957

archrelease: copy trunk to community-x86_64

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

-----------+
 ChangeLog |   67 +++++++++++++++++++++++++++++++-----------------------------
 PKGBUILD  |   61 +++++++++++++++++++++++++++---------------------------
 2 files changed, 66 insertions(+), 62 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2019-03-20 12:53:13 UTC (rev 442956)
+++ ChangeLog	2019-03-20 12:53:31 UTC (rev 442957)
@@ -1,32 +0,0 @@
-1.5.13-1:
-upstream update
-
-1.5.12-3:
-hdf5 rebuild
-
-1.5.12-1:
-upstream update
-
-1.5.11-1:
-upstream update
-
-1.5.10-2:
-hdf5 rebuild
-
-1.5.10-1:
-upstream update
-
-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]

Copied: libmatio/repos/community-x86_64/ChangeLog (from rev 442956, libmatio/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2019-03-20 12:53:31 UTC (rev 442957)
@@ -0,0 +1,35 @@
+1.5.14-1:
+upstream update
+
+1.5.13-1:
+upstream update
+
+1.5.12-3:
+hdf5 rebuild
+
+1.5.12-1:
+upstream update
+
+1.5.11-1:
+upstream update
+
+1.5.10-2:
+hdf5 rebuild
+
+1.5.10-1:
+upstream update
+
+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: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-20 12:53:13 UTC (rev 442956)
+++ PKGBUILD	2019-03-20 12:53:31 UTC (rev 442957)
@@ -1,30 +0,0 @@
-# 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.13
-pkgrel=2
-pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files'
-arch=('x86_64')
-license=('custom:BSD')
-url='http://sourceforge.net/projects/matio'
-depends=('zlib' 'hdf5')
-options=('!emptydirs')
-source=("https://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz")
-changelog=ChangeLog
-sha512sums=('2db430dd47b8ceed850aaadf36c0fd3b405ba32db3eb2d5be320d007754983e2538ab99338d3ae8d69e8a531818c3bde0807c1f4a505eff7dd25d4a77934b737')
-
-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 442956, libmatio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-20 12:53:31 UTC (rev 442957)
@@ -0,0 +1,31 @@
+# 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.14
+pkgrel=1
+pkgdesc='C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files'
+arch=('x86_64')
+license=('custom:BSD')
+url='https://sourceforge.net/projects/matio'
+depends=('zlib' 'hdf5')
+options=('!emptydirs')
+source=("https://downloads.sourceforge.net/matio/matio-${pkgver}.tar.gz")
+changelog=ChangeLog
+sha512sums=('528eb8a3dfa35dd001b54ac4c26042b2cee525186b8b7c78bc6e56c6f6e648015b3fb0f8784627c10da140e3d0f3b18760689f53e25e4466e1eca06c720e2499')
+
+build() {
+  cd "matio-${pkgver}"
+  ./configure --prefix=/usr --enable-shared --with-hdf5
+  make
+}
+
+package() {
+  cd "matio-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -r "${pkgdir}/usr/share/info/dir"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+



More information about the arch-commits mailing list