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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Jan 9 20:11:39 UTC 2013


    Date: Wednesday, January 9, 2013 @ 15:11:39
  Author: andyrtr
Revision: 174979

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

Added:
  libisofs/repos/extra-i686/PKGBUILD
    (from rev 174978, libisofs/trunk/PKGBUILD)
  libisofs/repos/extra-x86_64/PKGBUILD
    (from rev 174978, libisofs/trunk/PKGBUILD)
Deleted:
  libisofs/repos/extra-i686/PKGBUILD
  libisofs/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   60 ++++++++++++++++++++++++------------------------
 extra-x86_64/PKGBUILD |   60 ++++++++++++++++++++++++------------------------
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-01-09 20:11:02 UTC (rev 174978)
+++ extra-i686/PKGBUILD	2013-01-09 20:11:39 UTC (rev 174979)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Hugo Doria <hugodoria at gmail.com>
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image"
-arch=('i686' 'x86_64')
-url="http://libburnia.pykix.org/"
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool')
-md5sums=('0a86f2cda3b86fc95f7c0efbd793f373'
-         '8b997974f30da1b7a7f97563df4365a3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-	--enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-i686/PKGBUILD (from rev 174978, libisofs/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-01-09 20:11:39 UTC (rev 174979)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Hugo Doria <hugodoria at gmail.com>
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image"
+arch=('i686' 'x86_64')
+url="http://libburnia.pykix.org/"
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool')
+md5sums=('e3b0eebd7523f64020178aaba5d71c88'
+         '5b8159f7c0cd39a3ce4bd74c4d91253a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+	--enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-01-09 20:11:02 UTC (rev 174978)
+++ extra-x86_64/PKGBUILD	2013-01-09 20:11:39 UTC (rev 174979)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Hugo Doria <hugodoria at gmail.com>
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image"
-arch=('i686' 'x86_64')
-url="http://libburnia.pykix.org/"
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool')
-md5sums=('0a86f2cda3b86fc95f7c0efbd793f373'
-         '8b997974f30da1b7a7f97563df4365a3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-	--enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-x86_64/PKGBUILD (from rev 174978, libisofs/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-01-09 20:11:39 UTC (rev 174979)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Hugo Doria <hugodoria at gmail.com>
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image"
+arch=('i686' 'x86_64')
+url="http://libburnia.pykix.org/"
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool')
+md5sums=('e3b0eebd7523f64020178aaba5d71c88'
+         '5b8159f7c0cd39a3ce4bd74c4d91253a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+	--enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+




More information about the arch-commits mailing list