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

Bruno Pagani archange at archlinux.org
Wed Oct 24 09:04:12 UTC 2018


    Date: Wednesday, October 24, 2018 @ 09:04:11
  Author: archange
Revision: 398757

archrelease: copy trunk to community-x86_64

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

-----------+
 ChangeLog |   58 ++++++++++++++++++++++++++++-----------------------------
 PKGBUILD  |   61 +++++++++++++++++++++++++++++-------------------------------
 2 files changed, 59 insertions(+), 60 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2018-10-24 09:03:57 UTC (rev 398756)
+++ ChangeLog	2018-10-24 09:04:11 UTC (rev 398757)
@@ -1,29 +0,0 @@
-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 398756, libmatio/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2018-10-24 09:04:11 UTC (rev 398757)
@@ -0,0 +1,29 @@
+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	2018-10-24 09:03:57 UTC (rev 398756)
+++ PKGBUILD	2018-10-24 09:04:11 UTC (rev 398757)
@@ -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.12
-pkgrel=3
-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=('d777d4b9d76bd0c10378c1fe6c59b723490975b18dc894def578183b704e1c4b7389688370478b3aa37c1ff9a275109850f8e23d8f162042b32c82f0f35a3c29')
-
-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 398756, libmatio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-24 09:04:11 UTC (rev 398757)
@@ -0,0 +1,30 @@
+# 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.12
+pkgrel=4
+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=('d777d4b9d76bd0c10378c1fe6c59b723490975b18dc894def578183b704e1c4b7389688370478b3aa37c1ff9a275109850f8e23d8f162042b32c82f0f35a3c29')
+
+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