[arch-commits] Commit in squashfs-tools/repos (4 files)

Sergej Pupykin spupykin at archlinux.org
Tue Aug 5 10:10:11 UTC 2014


    Date: Tuesday, August 5, 2014 @ 12:10:11
  Author: spupykin
Revision: 116891

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

Added:
  squashfs-tools/repos/community-i686/PKGBUILD
    (from rev 116890, squashfs-tools/trunk/PKGBUILD)
  squashfs-tools/repos/community-x86_64/PKGBUILD
    (from rev 116890, squashfs-tools/trunk/PKGBUILD)
Deleted:
  squashfs-tools/repos/community-i686/PKGBUILD
  squashfs-tools/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-08-05 10:09:56 UTC (rev 116890)
+++ community-i686/PKGBUILD	2014-08-05 10:10:11 UTC (rev 116891)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Aaron Griffin <aaron at archlinux.org>
-# Original TU: Jeff Mickey <j at codemac.net>
-# Contributor: ciccio.a
-
-pkgname=squashfs-tools
-pkgver=4.3
-pkgrel=2
-pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for Linux."
-url="http://squashfs.sourceforge.net"
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('zlib' 'lzo2' 'xz' 'lz4')
-source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz")
-md5sums=('d92ab59aabf5173f2a59089531e30dbf')
-
-build() {
-    cd ${srcdir}/squashfs${pkgver}/${pkgname}
-    make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1
-}
-
-package() {
-    cd ${srcdir}/squashfs${pkgver}/${pkgname}
-    install -Dm755 mksquashfs ${pkgdir}/usr/bin/mksquashfs
-    install -m755 unsquashfs ${pkgdir}/usr/bin/unsquashfs
-}

Copied: squashfs-tools/repos/community-i686/PKGBUILD (from rev 116890, squashfs-tools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-05 10:10:11 UTC (rev 116891)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Original TU: Jeff Mickey <j at codemac.net>
+# Contributor: ciccio.a
+
+pkgname=squashfs-tools
+pkgver=4.3
+pkgrel=3
+pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for Linux."
+url="http://squashfs.sourceforge.net"
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('zlib' 'lzo' 'xz' 'lz4')
+source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz")
+md5sums=('d92ab59aabf5173f2a59089531e30dbf')
+
+build() {
+    cd ${srcdir}/squashfs${pkgver}/${pkgname}
+    make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1
+}
+
+package() {
+    cd ${srcdir}/squashfs${pkgver}/${pkgname}
+    install -Dm755 mksquashfs ${pkgdir}/usr/bin/mksquashfs
+    install -m755 unsquashfs ${pkgdir}/usr/bin/unsquashfs
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-08-05 10:09:56 UTC (rev 116890)
+++ community-x86_64/PKGBUILD	2014-08-05 10:10:11 UTC (rev 116891)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Aaron Griffin <aaron at archlinux.org>
-# Original TU: Jeff Mickey <j at codemac.net>
-# Contributor: ciccio.a
-
-pkgname=squashfs-tools
-pkgver=4.3
-pkgrel=2
-pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for Linux."
-url="http://squashfs.sourceforge.net"
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('zlib' 'lzo2' 'xz' 'lz4')
-source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz")
-md5sums=('d92ab59aabf5173f2a59089531e30dbf')
-
-build() {
-    cd ${srcdir}/squashfs${pkgver}/${pkgname}
-    make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1
-}
-
-package() {
-    cd ${srcdir}/squashfs${pkgver}/${pkgname}
-    install -Dm755 mksquashfs ${pkgdir}/usr/bin/mksquashfs
-    install -m755 unsquashfs ${pkgdir}/usr/bin/unsquashfs
-}

Copied: squashfs-tools/repos/community-x86_64/PKGBUILD (from rev 116890, squashfs-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-05 10:10:11 UTC (rev 116891)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Original TU: Jeff Mickey <j at codemac.net>
+# Contributor: ciccio.a
+
+pkgname=squashfs-tools
+pkgver=4.3
+pkgrel=3
+pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for Linux."
+url="http://squashfs.sourceforge.net"
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('zlib' 'lzo' 'xz' 'lz4')
+source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz")
+md5sums=('d92ab59aabf5173f2a59089531e30dbf')
+
+build() {
+    cd ${srcdir}/squashfs${pkgver}/${pkgname}
+    make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1
+}
+
+package() {
+    cd ${srcdir}/squashfs${pkgver}/${pkgname}
+    install -Dm755 mksquashfs ${pkgdir}/usr/bin/mksquashfs
+    install -m755 unsquashfs ${pkgdir}/usr/bin/unsquashfs
+}




More information about the arch-commits mailing list