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

2014-11-28 Thread Evangelos Foutras
Date: Friday, November 28, 2014 @ 20:27:14
  Author: foutrelis
Revision: 123266

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

Added:
  squashfs-tools/repos/community-i686/PKGBUILD
(from rev 123265, squashfs-tools/trunk/PKGBUILD)
  squashfs-tools/repos/community-x86_64/PKGBUILD
(from rev 123265, 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-11-28 19:26:59 UTC (rev 123265)
+++ community-i686/PKGBUILD 2014-11-28 19:27:14 UTC (rev 123266)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Original TU: Jeff Mickey j...@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
-}

Copied: squashfs-tools/repos/community-i686/PKGBUILD (from rev 123265, 
squashfs-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-28 19:27:14 UTC (rev 123266)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Original TU: Jeff Mickey j...@codemac.net
+# Contributor: ciccio.a
+
+pkgname=squashfs-tools
+pkgver=4.3
+pkgrel=4
+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-11-28 19:26:59 UTC (rev 123265)
+++ community-x86_64/PKGBUILD   2014-11-28 19:27:14 UTC (rev 123266)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Original TU: Jeff Mickey j...@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
-}

Copied: squashfs-tools/repos/community-x86_64/PKGBUILD (from rev 123265, 
squashfs-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-28 19:27:14 UTC (rev 123266)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Original TU: Jeff Mickey j...@codemac.net
+# Contributor: ciccio.a
+
+pkgname=squashfs-tools
+pkgver=4.3
+pkgrel=4
+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')

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

2014-08-05 Thread Sergej Pupykin
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+a...@gmail.com
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Original TU: Jeff Mickey j...@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+a...@gmail.com
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Original TU: Jeff Mickey j...@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+a...@gmail.com
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Original TU: Jeff Mickey j...@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+a...@gmail.com
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Original TU: Jeff Mickey j...@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')

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

2014-05-20 Thread Sergej Pupykin
Date: Tuesday, May 20, 2014 @ 19:53:58
  Author: spupykin
Revision: 111584

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

Added:
  squashfs-tools/repos/community-i686/PKGBUILD
(from rev 111583, squashfs-tools/trunk/PKGBUILD)
  squashfs-tools/repos/community-x86_64/PKGBUILD
(from rev 111583, 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-05-20 17:53:43 UTC (rev 111583)
+++ community-i686/PKGBUILD 2014-05-20 17:53:58 UTC (rev 111584)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Original TU: Jeff Mickey j...@codemac.net
-# Contributor: ciccio.a
-
-pkgname=squashfs-tools
-pkgver=4.3
-pkgrel=1
-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')
-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
-}
-
-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 111583, 
squashfs-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-20 17:53:58 UTC (rev 111584)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Original TU: Jeff Mickey j...@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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-20 17:53:43 UTC (rev 111583)
+++ community-x86_64/PKGBUILD   2014-05-20 17:53:58 UTC (rev 111584)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Original TU: Jeff Mickey j...@codemac.net
-# Contributor: ciccio.a
-
-pkgname=squashfs-tools
-pkgver=4.3
-pkgrel=1
-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')
-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
-}
-
-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 111583, 
squashfs-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-20 17:53:58 UTC (rev 111584)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Original TU: Jeff Mickey j...@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;)

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

2014-05-15 Thread Sergej Pupykin
Date: Thursday, May 15, 2014 @ 16:18:32
  Author: spupykin
Revision: 111215

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

Added:
  squashfs-tools/repos/community-i686/PKGBUILD
(from rev 111214, squashfs-tools/trunk/PKGBUILD)
  squashfs-tools/repos/community-x86_64/PKGBUILD
(from rev 111214, 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-05-15 14:18:19 UTC (rev 111214)
+++ community-i686/PKGBUILD 2014-05-15 14:18:32 UTC (rev 111215)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Original TU: Jeff Mickey j...@codemac.net
-# Contributor: ciccio.a
-
-pkgname=squashfs-tools
-pkgver=4.2
-pkgrel=4
-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')
-source=(http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz;)
-md5sums=('1b7a781fb4cf8938842279bd3e8ee852')
-
-build() {
-cd ${srcdir}/squashfs${pkgver}/${pkgname}
-make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_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 111214, 
squashfs-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-15 14:18:32 UTC (rev 111215)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Original TU: Jeff Mickey j...@codemac.net
+# Contributor: ciccio.a
+
+pkgname=squashfs-tools
+pkgver=4.3
+pkgrel=1
+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')
+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
+}
+
+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-05-15 14:18:19 UTC (rev 111214)
+++ community-x86_64/PKGBUILD   2014-05-15 14:18:32 UTC (rev 111215)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Original TU: Jeff Mickey j...@codemac.net
-# Contributor: ciccio.a
-
-pkgname=squashfs-tools
-pkgver=4.2
-pkgrel=4
-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')
-source=(http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz;)
-md5sums=('1b7a781fb4cf8938842279bd3e8ee852')
-
-build() {
-cd ${srcdir}/squashfs${pkgver}/${pkgname}
-make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_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 111214, 
squashfs-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-15 14:18:32 UTC (rev 111215)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Original TU: Jeff Mickey j...@codemac.net
+# Contributor: ciccio.a
+
+pkgname=squashfs-tools
+pkgver=4.3
+pkgrel=1
+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')
+source=(http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz;)

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

2013-05-28 Thread Sergej Pupykin
Date: Tuesday, May 28, 2013 @ 19:44:34
  Author: spupykin
Revision: 91872

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

Added:
  squashfs-tools/repos/community-i686/PKGBUILD
(from rev 91871, squashfs-tools/trunk/PKGBUILD)
  squashfs-tools/repos/community-x86_64/PKGBUILD
(from rev 91871, squashfs-tools/trunk/PKGBUILD)
Deleted:
  squashfs-tools/repos/community-i686/PKGBUILD
  squashfs-tools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-28 17:44:16 UTC (rev 91871)
+++ community-i686/PKGBUILD 2013-05-28 17:44:34 UTC (rev 91872)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Original TU: Jeff Mickey j...@codemac.net
-# Contributor: ciccio.a
-
-pkgname=squashfs-tools
-pkgver=4.2
-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')
-source=(http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz;)
-md5sums=('1b7a781fb4cf8938842279bd3e8ee852')
-
-build() {
-cd ${srcdir}/squashfs${pkgver}/${pkgname}
-sed -i 's|^#XZ_SUPPORT = 1|XZ_SUPPORT = 1|' Makefile
-sed -i 's|^#LZO_SUPPORT = 1|LZO_SUPPORT = 1|' Makefile
-make
-}
-
-package() {
-cd ${srcdir}/squashfs${pkgver}/${pkgname}
-install -Dm755 mksquashfs ${pkgdir}/sbin/mksquashfs
-install -m755 unsquashfs ${pkgdir}/sbin/unsquashfs
-}

Copied: squashfs-tools/repos/community-i686/PKGBUILD (from rev 91871, 
squashfs-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-28 17:44:34 UTC (rev 91872)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Original TU: Jeff Mickey j...@codemac.net
+# Contributor: ciccio.a
+
+pkgname=squashfs-tools
+pkgver=4.2
+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' 'lzo2' 'xz')
+source=(http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz;)
+md5sums=('1b7a781fb4cf8938842279bd3e8ee852')
+
+build() {
+cd ${srcdir}/squashfs${pkgver}/${pkgname}
+sed -i 's|^#XZ_SUPPORT = 1|XZ_SUPPORT = 1|' Makefile
+sed -i 's|^#LZO_SUPPORT = 1|LZO_SUPPORT = 1|' Makefile
+make
+}
+
+package() {
+cd ${srcdir}/squashfs${pkgver}/${pkgname}
+install -Dm755 mksquashfs ${pkgdir}/bin/mksquashfs
+install -m755 unsquashfs ${pkgdir}/bin/unsquashfs
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-28 17:44:16 UTC (rev 91871)
+++ community-x86_64/PKGBUILD   2013-05-28 17:44:34 UTC (rev 91872)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Original TU: Jeff Mickey j...@codemac.net
-# Contributor: ciccio.a
-
-pkgname=squashfs-tools
-pkgver=4.2
-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')
-source=(http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz;)
-md5sums=('1b7a781fb4cf8938842279bd3e8ee852')
-
-build() {
-cd ${srcdir}/squashfs${pkgver}/${pkgname}
-sed -i 's|^#XZ_SUPPORT = 1|XZ_SUPPORT = 1|' Makefile
-sed -i 's|^#LZO_SUPPORT = 1|LZO_SUPPORT = 1|' Makefile
-make
-}
-
-package() {
-cd ${srcdir}/squashfs${pkgver}/${pkgname}
-install -Dm755 mksquashfs ${pkgdir}/sbin/mksquashfs
-install -m755 unsquashfs ${pkgdir}/sbin/unsquashfs
-}

Copied: squashfs-tools/repos/community-x86_64/PKGBUILD (from rev 91871, 
squashfs-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-28 17:44:34 UTC (rev 91872)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Original TU: Jeff Mickey j...@codemac.net
+# Contributor: ciccio.a
+
+pkgname=squashfs-tools
+pkgver=4.2
+pkgrel=3
+pkgdesc=Tools for squashfs, a highly compressed read-only filesystem for 
Linux.