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

Sébastien Luttringer seblu at nymeria.archlinux.org
Wed Dec 4 00:36:40 UTC 2013


    Date: Wednesday, December 4, 2013 @ 01:36:40
  Author: seblu
Revision: 102027

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

Added:
  lz4/repos/community-i686/PKGBUILD
    (from rev 102026, lz4/trunk/PKGBUILD)
  lz4/repos/community-x86_64/PKGBUILD
    (from rev 102026, lz4/trunk/PKGBUILD)
Deleted:
  lz4/repos/community-i686/PKGBUILD
  lz4/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-12-04 00:31:41 UTC (rev 102026)
+++ community-i686/PKGBUILD	2013-12-04 00:36:40 UTC (rev 102027)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as version
-
-pkgname=lz4
-pkgver=108
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/lz4/'
-license=('BSD' 'GPL2')
-makedepends=('svn')
-depends=('glibc')
-source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make lz4 lz4c
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 lz4 "$pkgdir/usr/bin/lz4"
-  install -Dm755 lz4c "$pkgdir/usr/bin/lz4c"
-  install -Dm644 cmake/pack/release_COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/community-i686/PKGBUILD (from rev 102026, lz4/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-12-04 00:36:40 UTC (rev 102027)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as version
+
+pkgname=lz4
+pkgver=109
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('BSD' 'GPL2')
+makedepends=('svn')
+depends=('glibc')
+source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make lz4 lz4c
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 lz4 "$pkgdir/usr/bin/lz4"
+  install -Dm755 lz4c "$pkgdir/usr/bin/lz4c"
+  install -Dm644 cmake/pack/release_COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-12-04 00:31:41 UTC (rev 102026)
+++ community-x86_64/PKGBUILD	2013-12-04 00:36:40 UTC (rev 102027)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as version
-
-pkgname=lz4
-pkgver=108
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/lz4/'
-license=('BSD' 'GPL2')
-makedepends=('svn')
-depends=('glibc')
-source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make lz4 lz4c
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 lz4 "$pkgdir/usr/bin/lz4"
-  install -Dm755 lz4c "$pkgdir/usr/bin/lz4c"
-  install -Dm644 cmake/pack/release_COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/community-x86_64/PKGBUILD (from rev 102026, lz4/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-12-04 00:36:40 UTC (rev 102027)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as version
+
+pkgname=lz4
+pkgver=109
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('BSD' 'GPL2')
+makedepends=('svn')
+depends=('glibc')
+source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make lz4 lz4c
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 lz4 "$pkgdir/usr/bin/lz4"
+  install -Dm755 lz4c "$pkgdir/usr/bin/lz4c"
+  install -Dm644 cmake/pack/release_COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list