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

Sergej Pupykin spupykin at archlinux.org
Thu Mar 19 13:54:44 UTC 2015


    Date: Thursday, March 19, 2015 @ 14:54:44
  Author: spupykin
Revision: 129574

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-03-19 13:54:27 UTC (rev 129573)
+++ community-i686/PKGBUILD	2015-03-19 13:54:44 UTC (rev 129574)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
-
-pkgname=liblockfile
-pkgver=1.08_4
-_basever=1.08
-pkgrel=4
-pkgdesc="a library with NFS-safe locking functions"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://packages.debian.org/unstable/libs/liblockfile1"
-depends=('glibc')
-makedepends=()
-source=(http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${_basever}.orig.tar.gz
-	http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${pkgver/_/-}.debian.tar.bz2)
-md5sums=('c24e2dfb4a2aab0263fe5ac1564d305e'
-         '50c0c049d2838704f5720f5fd9eaddac')
-
-build() {
-  cd $srcdir/$pkgname-${_basever}
-  for p in `cat ../debian/patches/series` ; do
-    patch -p1 < ../debian/patches/$p
-  done
-  LDCONFIG=/usr/bin/true ./configure --enable-shared --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${_basever}
-  mkdir -p $pkgdir/usr/{lib,bin,include,share/man/man1,share/man/man3}
-  make install prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man
-}

Copied: liblockfile/repos/community-i686/PKGBUILD (from rev 129573, liblockfile/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-19 13:54:44 UTC (rev 129574)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
+
+pkgname=liblockfile
+pkgver=1.09_6
+_basever=1.09
+pkgrel=1
+pkgdesc="a library with NFS-safe locking functions"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://packages.debian.org/unstable/libs/liblockfile1"
+depends=('glibc')
+makedepends=()
+source=(http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${_basever}.orig.tar.gz
+	http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${pkgver/_/-}.debian.tar.bz2)
+md5sums=('2aa269e4405ee8235ff17d1b357c6ae8'
+         'a2811807e63a526c07b0f60626e329a2')
+
+build() {
+  cd $srcdir/$pkgname-${_basever}
+  for p in `cat ../debian/patches/series` ; do
+    patch -p1 < ../debian/patches/$p
+  done
+  LDCONFIG=/usr/bin/true ./configure --enable-shared --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${_basever}
+  mkdir -p $pkgdir/usr/{lib,bin,include,share/man/man1,share/man/man3}
+  make install prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-03-19 13:54:27 UTC (rev 129573)
+++ community-x86_64/PKGBUILD	2015-03-19 13:54:44 UTC (rev 129574)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
-
-pkgname=liblockfile
-pkgver=1.08_4
-_basever=1.08
-pkgrel=4
-pkgdesc="a library with NFS-safe locking functions"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://packages.debian.org/unstable/libs/liblockfile1"
-depends=('glibc')
-makedepends=()
-source=(http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${_basever}.orig.tar.gz
-	http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${pkgver/_/-}.debian.tar.bz2)
-md5sums=('c24e2dfb4a2aab0263fe5ac1564d305e'
-         '50c0c049d2838704f5720f5fd9eaddac')
-
-build() {
-  cd $srcdir/$pkgname-${_basever}
-  for p in `cat ../debian/patches/series` ; do
-    patch -p1 < ../debian/patches/$p
-  done
-  LDCONFIG=/usr/bin/true ./configure --enable-shared --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${_basever}
-  mkdir -p $pkgdir/usr/{lib,bin,include,share/man/man1,share/man/man3}
-  make install prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man
-}

Copied: liblockfile/repos/community-x86_64/PKGBUILD (from rev 129573, liblockfile/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-19 13:54:44 UTC (rev 129574)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
+
+pkgname=liblockfile
+pkgver=1.09_6
+_basever=1.09
+pkgrel=1
+pkgdesc="a library with NFS-safe locking functions"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://packages.debian.org/unstable/libs/liblockfile1"
+depends=('glibc')
+makedepends=()
+source=(http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${_basever}.orig.tar.gz
+	http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${pkgver/_/-}.debian.tar.bz2)
+md5sums=('2aa269e4405ee8235ff17d1b357c6ae8'
+         'a2811807e63a526c07b0f60626e329a2')
+
+build() {
+  cd $srcdir/$pkgname-${_basever}
+  for p in `cat ../debian/patches/series` ; do
+    patch -p1 < ../debian/patches/$p
+  done
+  LDCONFIG=/usr/bin/true ./configure --enable-shared --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${_basever}
+  mkdir -p $pkgdir/usr/{lib,bin,include,share/man/man1,share/man/man3}
+  make install prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man
+}



More information about the arch-commits mailing list