[arch-commits] Commit in progsreiserfs/repos/extra-x86_64 (4 files)

Felix Yan felixonmars at archlinux.org
Mon Jun 4 14:29:36 UTC 2018


    Date: Monday, June 4, 2018 @ 14:29:35
  Author: felixonmars
Revision: 325851

archrelease: copy trunk to extra-x86_64

Added:
  progsreiserfs/repos/extra-x86_64/PKGBUILD
    (from rev 325850, progsreiserfs/trunk/PKGBUILD)
  progsreiserfs/repos/extra-x86_64/fix-underquoted-definition.patch
    (from rev 325850, progsreiserfs/trunk/fix-underquoted-definition.patch)
Deleted:
  progsreiserfs/repos/extra-x86_64/PKGBUILD
  progsreiserfs/repos/extra-x86_64/fix-underquoted-definition.patch

----------------------------------+
 PKGBUILD                         |   65 ++++++++++++++++++-------------------
 fix-underquoted-definition.patch |   22 ++++++------
 2 files changed, 43 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 14:28:57 UTC (rev 325850)
+++ PKGBUILD	2018-06-04 14:29:35 UTC (rev 325851)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=progsreiserfs
-pkgver=0.3.0.5
-pkgrel=8
-pkgdesc="library for accessing and manipulating reiserfs partitions"
-arch=(i686 x86_64)
-url="http://www.namesys.com"
-license=('GPL')
-depends=('e2fsprogs')
-source=(#ftp://ftp.namesys.com/pub/libreiserfs/${pkgname}-${pkgver}.tar.gz
-	https://sources.archlinux.org/other/progsreiserfs/${pkgname}-${pkgver}.tar.gz
-        fix-underquoted-definition.patch
-	)
-md5sums=('d822579bbd4a29a1be5e4490869d9bee')
-
-build()        {
-        cd ${srcdir}/${pkgname}-${pkgver}
-        patch -Np0 -i ../fix-underquoted-definition.patch
-        ./configure --prefix=/usr --mandir=/usr/share/man 
-        make
-}
-package() {
-        cd ${srcdir}/${pkgname}-${pkgver} 
-        make DESTDIR=${pkgdir} install
-        # only provide lib and includes files
-        # https://bugs.archlinux.org/task/22255
-        rm -r ${pkgdir}/usr/sbin
-	rm -r ${pkgdir}/usr/share/man/
-}
-md5sums=('d822579bbd4a29a1be5e4490869d9bee'
-         '4c47c1f136d01f60cb73f84116edbcc2')

Copied: progsreiserfs/repos/extra-x86_64/PKGBUILD (from rev 325850, progsreiserfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 14:29:35 UTC (rev 325851)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=progsreiserfs
+pkgver=0.3.0.5
+pkgrel=9
+pkgdesc="library for accessing and manipulating reiserfs partitions"
+arch=(x86_64)
+url="http://www.namesys.com"
+license=('GPL')
+depends=('e2fsprogs')
+source=(#ftp://ftp.namesys.com/pub/libreiserfs/${pkgname}-${pkgver}.tar.gz
+	https://sources.archlinux.org/other/progsreiserfs/${pkgname}-${pkgver}.tar.gz
+        fix-underquoted-definition.patch
+	)
+sha512sums=('e2b94c778796492e66578b3dde8601d8670c11344dca2082eccf648f8bf26a226d07c26333d91357b081c50b09aed4b7f9a5bb1a6c985808c55db02c83e24ce3'
+            '2450b032af7141a90c69584ca4f4d0830a12c35525829d0850207734c218dd83e1d4f49236e835fb93992ac8d4d310d4d63db7038aa49bac32ec60d828cc0bbf')
+
+build()        {
+        cd ${srcdir}/${pkgname}-${pkgver}
+        patch -Np0 -i ../fix-underquoted-definition.patch
+        ./configure --prefix=/usr --mandir=/usr/share/man 
+        make
+}
+package() {
+        cd ${srcdir}/${pkgname}-${pkgver} 
+        make DESTDIR=${pkgdir} install
+        # only provide lib and includes files
+        # https://bugs.archlinux.org/task/22255
+        rm -r ${pkgdir}/usr/sbin
+	rm -r ${pkgdir}/usr/share/man/
+}

Deleted: fix-underquoted-definition.patch
===================================================================
--- fix-underquoted-definition.patch	2018-06-04 14:28:57 UTC (rev 325850)
+++ fix-underquoted-definition.patch	2018-06-04 14:29:35 UTC (rev 325851)
@@ -1,11 +0,0 @@
---- progsreiserfs.m4~	2011-08-26 17:02:36.263433559 +0200
-+++ progsreiserfs.m4	2011-08-26 17:02:36.263433559 +0200
-@@ -10,7 +10,7 @@
- dnl Adds the required libraries to $REISERFS_LIBS and does an
- dnl AC_SUBST(REISERFS_LIBS)
- 
--AC_DEFUN(AC_CHECK_LIBREISERFS,
-+AC_DEFUN([AC_CHECK_LIBREISERFS],
- [
- 
- dnl save LIBS

Copied: progsreiserfs/repos/extra-x86_64/fix-underquoted-definition.patch (from rev 325850, progsreiserfs/trunk/fix-underquoted-definition.patch)
===================================================================
--- fix-underquoted-definition.patch	                        (rev 0)
+++ fix-underquoted-definition.patch	2018-06-04 14:29:35 UTC (rev 325851)
@@ -0,0 +1,11 @@
+--- progsreiserfs.m4~	2011-08-26 17:02:36.263433559 +0200
++++ progsreiserfs.m4	2011-08-26 17:02:36.263433559 +0200
+@@ -10,7 +10,7 @@
+ dnl Adds the required libraries to $REISERFS_LIBS and does an
+ dnl AC_SUBST(REISERFS_LIBS)
+ 
+-AC_DEFUN(AC_CHECK_LIBREISERFS,
++AC_DEFUN([AC_CHECK_LIBREISERFS],
+ [
+ 
+ dnl save LIBS



More information about the arch-commits mailing list