[arch-commits] Commit in exfat-utils/repos (4 files)

Giovanni Scafora giovanni at archlinux.org
Sun Dec 7 10:18:45 UTC 2014


    Date: Sunday, December 7, 2014 @ 11:18:45
  Author: giovanni
Revision: 123586

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

Added:
  exfat-utils/repos/community-i686/PKGBUILD
    (from rev 123585, exfat-utils/trunk/PKGBUILD)
  exfat-utils/repos/community-x86_64/PKGBUILD
    (from rev 123585, exfat-utils/trunk/PKGBUILD)
Deleted:
  exfat-utils/repos/community-i686/PKGBUILD
  exfat-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-12-07 10:18:32 UTC (rev 123585)
+++ community-i686/PKGBUILD	2014-12-07 10:18:45 UTC (rev 123586)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Alex <mail.avatar at gmail.com>
-
-pkgname=exfat-utils
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Utilities for exFAT file system"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/exfat/"
-license=('GPL3')
-depends=('glibc')
-makedepends=('scons')
-source=("http://pkgbuild.com/~giovanni/exfat/${pkgname}-${pkgver}.tar.gz")
-md5sums=('bb592bd31dc49cca5831bad53756bd84')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " install DESTDIR="${pkgdir}/usr/bin"
-
-  # Install man pages
-  install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"
-  install -m444 fsck/exfatfsck.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 mkfs/mkexfatfs.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 label/exfatlabel.8 "${pkgdir}/usr/share/man/man8"
-}

Copied: exfat-utils/repos/community-i686/PKGBUILD (from rev 123585, exfat-utils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-12-07 10:18:45 UTC (rev 123586)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alex <mail.avatar at gmail.com>
+
+pkgname=exfat-utils
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Utilities for exFAT file system"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/exfat/"
+license=('GPL3')
+depends=('glibc')
+makedepends=('scons')
+source=("http://pkgbuild.com/~giovanni/exfat/${pkgname}-${pkgver}.tar.gz")
+md5sums=('6f0a276bbfdcdd8c94ac2f72625cc7c9')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " install DESTDIR="${pkgdir}/usr/bin"
+
+  # Install man pages
+  install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"
+  install -m444 fsck/exfatfsck.8 "${pkgdir}/usr/share/man/man8"
+  install -m444 mkfs/mkexfatfs.8 "${pkgdir}/usr/share/man/man8"
+  install -m444 label/exfatlabel.8 "${pkgdir}/usr/share/man/man8"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-12-07 10:18:32 UTC (rev 123585)
+++ community-x86_64/PKGBUILD	2014-12-07 10:18:45 UTC (rev 123586)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Alex <mail.avatar at gmail.com>
-
-pkgname=exfat-utils
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Utilities for exFAT file system"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/exfat/"
-license=('GPL3')
-depends=('glibc')
-makedepends=('scons')
-source=("http://pkgbuild.com/~giovanni/exfat/${pkgname}-${pkgver}.tar.gz")
-md5sums=('bb592bd31dc49cca5831bad53756bd84')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " install DESTDIR="${pkgdir}/usr/bin"
-
-  # Install man pages
-  install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"
-  install -m444 fsck/exfatfsck.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 mkfs/mkexfatfs.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 label/exfatlabel.8 "${pkgdir}/usr/share/man/man8"
-}

Copied: exfat-utils/repos/community-x86_64/PKGBUILD (from rev 123585, exfat-utils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-12-07 10:18:45 UTC (rev 123586)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alex <mail.avatar at gmail.com>
+
+pkgname=exfat-utils
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Utilities for exFAT file system"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/exfat/"
+license=('GPL3')
+depends=('glibc')
+makedepends=('scons')
+source=("http://pkgbuild.com/~giovanni/exfat/${pkgname}-${pkgver}.tar.gz")
+md5sums=('6f0a276bbfdcdd8c94ac2f72625cc7c9')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " install DESTDIR="${pkgdir}/usr/bin"
+
+  # Install man pages
+  install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"
+  install -m444 fsck/exfatfsck.8 "${pkgdir}/usr/share/man/man8"
+  install -m444 mkfs/mkexfatfs.8 "${pkgdir}/usr/share/man/man8"
+  install -m444 label/exfatlabel.8 "${pkgdir}/usr/share/man/man8"
+}



More information about the arch-commits mailing list