[arch-commits] Commit in netcdf-fortran/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sat Jul 15 08:55:41 UTC 2017


    Date: Saturday, July 15, 2017 @ 08:55:40
  Author: arojas
Revision: 245193

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

Added:
  netcdf-fortran/repos/community-i686/PKGBUILD
    (from rev 245192, netcdf-fortran/trunk/PKGBUILD)
  netcdf-fortran/repos/community-x86_64/PKGBUILD
    (from rev 245192, netcdf-fortran/trunk/PKGBUILD)
Deleted:
  netcdf-fortran/repos/community-i686/PKGBUILD
  netcdf-fortran/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   80 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   40 ----------------------
 community-x86_64/PKGBUILD |   40 ----------------------
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-15 08:55:08 UTC (rev 245192)
+++ community-i686/PKGBUILD	2017-07-15 08:55:40 UTC (rev 245193)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=netcdf-fortran
-pkgver=4.4.4
-pkgrel=2
-pkgdesc="NetCDF fortran bindings"
-arch=("i686" "x86_64")
-url="https://github.com/Unidata/netcdf-fortran"
-depends=('gcc-libs' 'netcdf' 'curl' 'gcc-fortran')
-makedepends=('doxygen')
-options=('!makeflags' 'staticlibs')
-license=('custom')
-#source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-${pkgver}.tar.gz)
-source=("https://github.com/Unidata/netcdf-fortran/archive/v${pkgver}.tar.gz")
-sha1sums=('9174a7847e14a35d15188f5230979726a0fd541a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -m755 -d ${pkgdir}/usr/lib
-  install -m755 -d ${pkgdir}/usr/share/man
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
-        ${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
-
-}

Copied: netcdf-fortran/repos/community-i686/PKGBUILD (from rev 245192, netcdf-fortran/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-15 08:55:40 UTC (rev 245193)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=netcdf-fortran
+pkgver=4.4.4
+pkgrel=3
+pkgdesc="NetCDF fortran bindings"
+arch=("i686" "x86_64")
+url="https://github.com/Unidata/netcdf-fortran"
+depends=('gcc-libs' 'netcdf' 'curl' 'gcc-fortran')
+makedepends=('doxygen')
+options=('!makeflags' 'staticlibs')
+license=('custom')
+#source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-${pkgver}.tar.gz)
+source=("https://github.com/Unidata/netcdf-fortran/archive/v${pkgver}.tar.gz")
+sha1sums=('9174a7847e14a35d15188f5230979726a0fd541a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
+        ${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-15 08:55:08 UTC (rev 245192)
+++ community-x86_64/PKGBUILD	2017-07-15 08:55:40 UTC (rev 245193)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=netcdf-fortran
-pkgver=4.4.4
-pkgrel=2
-pkgdesc="NetCDF fortran bindings"
-arch=("i686" "x86_64")
-url="https://github.com/Unidata/netcdf-fortran"
-depends=('gcc-libs' 'netcdf' 'curl' 'gcc-fortran')
-makedepends=('doxygen')
-options=('!makeflags' 'staticlibs')
-license=('custom')
-#source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-${pkgver}.tar.gz)
-source=("https://github.com/Unidata/netcdf-fortran/archive/v${pkgver}.tar.gz")
-sha1sums=('9174a7847e14a35d15188f5230979726a0fd541a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -m755 -d ${pkgdir}/usr/lib
-  install -m755 -d ${pkgdir}/usr/share/man
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
-        ${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
-
-}

Copied: netcdf-fortran/repos/community-x86_64/PKGBUILD (from rev 245192, netcdf-fortran/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-15 08:55:40 UTC (rev 245193)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=netcdf-fortran
+pkgver=4.4.4
+pkgrel=3
+pkgdesc="NetCDF fortran bindings"
+arch=("i686" "x86_64")
+url="https://github.com/Unidata/netcdf-fortran"
+depends=('gcc-libs' 'netcdf' 'curl' 'gcc-fortran')
+makedepends=('doxygen')
+options=('!makeflags' 'staticlibs')
+license=('custom')
+#source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-${pkgver}.tar.gz)
+source=("https://github.com/Unidata/netcdf-fortran/archive/v${pkgver}.tar.gz")
+sha1sums=('9174a7847e14a35d15188f5230979726a0fd541a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
+        ${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+
+}



More information about the arch-commits mailing list