[arch-commits] Commit in dd_rescue/repos (8 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Mar 13 21:16:59 UTC 2017


    Date: Monday, March 13, 2017 @ 21:16:59
  Author: foutrelis
Revision: 216137

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

Added:
  dd_rescue/repos/community-staging-i686/PKGBUILD
    (from rev 216136, dd_rescue/trunk/PKGBUILD)
  dd_rescue/repos/community-staging-i686/dd_rescue-1.99-disable-openssl.patch
    (from rev 216136, dd_rescue/trunk/dd_rescue-1.99-disable-openssl.patch)
  dd_rescue/repos/community-staging-x86_64/PKGBUILD
    (from rev 216136, dd_rescue/trunk/PKGBUILD)
  dd_rescue/repos/community-staging-x86_64/dd_rescue-1.99-disable-openssl.patch
    (from rev 216136, dd_rescue/trunk/dd_rescue-1.99-disable-openssl.patch)
Deleted:
  dd_rescue/repos/community-staging-i686/PKGBUILD
  dd_rescue/repos/community-staging-i686/dd_rescue-1.99-disable-openssl.patch
  dd_rescue/repos/community-staging-x86_64/PKGBUILD
  dd_rescue/repos/community-staging-x86_64/dd_rescue-1.99-disable-openssl.patch

---------------------------------------------------------------+
 /PKGBUILD                                                     |   82 ++++++++++
 /dd_rescue-1.99-disable-openssl.patch                         |   42 +++++
 community-staging-i686/PKGBUILD                               |   41 -----
 community-staging-i686/dd_rescue-1.99-disable-openssl.patch   |   21 --
 community-staging-x86_64/PKGBUILD                             |   41 -----
 community-staging-x86_64/dd_rescue-1.99-disable-openssl.patch |   21 --
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2017-03-13 21:16:49 UTC (rev 216136)
+++ community-staging-i686/PKGBUILD	2017-03-13 21:16:59 UTC (rev 216137)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Zerial <fernando at zerial.org>
-# Contributor: Patrick Leslie Polzer <leslie.polzer at gmx.net>
-# Contributor: Jose Riha <jose1711 gmail com>
-
-pkgname=dd_rescue
-pkgver=1.99
-pkgrel=2
-pkgdesc="A dd version that is very useful for data-recovery"
-url="http://www.garloff.de/kurt/linux/ddrescue/"
-license=("GPL")
-depends=('glibc')
-optdepends=('lzo: for libddr_lzo')
-arch=('x86_64' 'i686')
-source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.bz2"
-        'dd_rescue-1.99-disable-openssl.patch')
-sha512sums=('b33f6118fc996252ceafa90d43ff01cd5b54dd03eec9c852d006f15192cbffa99e289ea81c5c10ac91cfa2a26ab2f9e32a70e73d6a5183f9e2d973a75de45b85'
-            'fff318506e57a6737f523ecebd90751a35e908ca71fb29985132c9c2e6b476f341c241a2abb8a86b86bf24d03e185f15d2bc89f3c3d834cbb34aecb8e5e85d55')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-
-  # Don't install to /usr/lib64
-  sed -i '/LIB = lib64/d' Makefile
-
-  # Disable OpenSSL support
-  patch -p1 -i ../dd_rescue-1.99-disable-openssl.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
-}

Copied: dd_rescue/repos/community-staging-i686/PKGBUILD (from rev 216136, dd_rescue/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-13 21:16:59 UTC (rev 216137)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Zerial <fernando at zerial.org>
+# Contributor: Patrick Leslie Polzer <leslie.polzer at gmx.net>
+# Contributor: Jose Riha <jose1711 gmail com>
+
+pkgname=dd_rescue
+pkgver=1.99
+pkgrel=3
+pkgdesc="A dd version that is very useful for data-recovery"
+url="http://www.garloff.de/kurt/linux/ddrescue/"
+license=("GPL")
+depends=('glibc')
+optdepends=('lzo: for libddr_lzo')
+arch=('x86_64' 'i686')
+source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.bz2"
+        'dd_rescue-1.99-disable-openssl.patch')
+sha512sums=('b33f6118fc996252ceafa90d43ff01cd5b54dd03eec9c852d006f15192cbffa99e289ea81c5c10ac91cfa2a26ab2f9e32a70e73d6a5183f9e2d973a75de45b85'
+            'fff318506e57a6737f523ecebd90751a35e908ca71fb29985132c9c2e6b476f341c241a2abb8a86b86bf24d03e185f15d2bc89f3c3d834cbb34aecb8e5e85d55')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+
+  # Don't install to /usr/lib64
+  sed -i '/LIB = lib64/d' Makefile
+
+  # Disable OpenSSL support
+  patch -p1 -i ../dd_rescue-1.99-disable-openssl.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
+}

Deleted: community-staging-i686/dd_rescue-1.99-disable-openssl.patch
===================================================================
--- community-staging-i686/dd_rescue-1.99-disable-openssl.patch	2017-03-13 21:16:49 UTC (rev 216136)
+++ community-staging-i686/dd_rescue-1.99-disable-openssl.patch	2017-03-13 21:16:59 UTC (rev 216137)
@@ -1,21 +0,0 @@
-diff --git a/Makefile b/Makefile
-index f891255..1899f34 100644
---- a/Makefile
-+++ b/Makefile
-@@ -50,15 +50,7 @@ else
-   HAVE_LZO=0
- endif
- 
--ifeq ($(shell grep 'HAVE_LIBCRYPTO 1' config.h >/dev/null 2>&1 && echo 1), 1)
--  OTHTARGETS += pbkdf2
--  AES_OSSL_PO = aes_ossl.po
--  AES_OSSL_O = aes_ossl.o
--  CRYPTOLIB = -lcrypto
--  HAVE_OPENSSL=1
--else
--  HAVE_OPENSSL=0
--endif
-+HAVE_OPENSSL=0
- 
- ifeq ($(CC),wcl386)
-   CFLAGS = "-ox -wx $(EXTRA_CFLAGS)"

Copied: dd_rescue/repos/community-staging-i686/dd_rescue-1.99-disable-openssl.patch (from rev 216136, dd_rescue/trunk/dd_rescue-1.99-disable-openssl.patch)
===================================================================
--- community-staging-i686/dd_rescue-1.99-disable-openssl.patch	                        (rev 0)
+++ community-staging-i686/dd_rescue-1.99-disable-openssl.patch	2017-03-13 21:16:59 UTC (rev 216137)
@@ -0,0 +1,21 @@
+diff --git a/Makefile b/Makefile
+index f891255..1899f34 100644
+--- a/Makefile
++++ b/Makefile
+@@ -50,15 +50,7 @@ else
+   HAVE_LZO=0
+ endif
+ 
+-ifeq ($(shell grep 'HAVE_LIBCRYPTO 1' config.h >/dev/null 2>&1 && echo 1), 1)
+-  OTHTARGETS += pbkdf2
+-  AES_OSSL_PO = aes_ossl.po
+-  AES_OSSL_O = aes_ossl.o
+-  CRYPTOLIB = -lcrypto
+-  HAVE_OPENSSL=1
+-else
+-  HAVE_OPENSSL=0
+-endif
++HAVE_OPENSSL=0
+ 
+ ifeq ($(CC),wcl386)
+   CFLAGS = "-ox -wx $(EXTRA_CFLAGS)"

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2017-03-13 21:16:49 UTC (rev 216136)
+++ community-staging-x86_64/PKGBUILD	2017-03-13 21:16:59 UTC (rev 216137)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Zerial <fernando at zerial.org>
-# Contributor: Patrick Leslie Polzer <leslie.polzer at gmx.net>
-# Contributor: Jose Riha <jose1711 gmail com>
-
-pkgname=dd_rescue
-pkgver=1.99
-pkgrel=2
-pkgdesc="A dd version that is very useful for data-recovery"
-url="http://www.garloff.de/kurt/linux/ddrescue/"
-license=("GPL")
-depends=('glibc')
-optdepends=('lzo: for libddr_lzo')
-arch=('x86_64' 'i686')
-source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.bz2"
-        'dd_rescue-1.99-disable-openssl.patch')
-sha512sums=('b33f6118fc996252ceafa90d43ff01cd5b54dd03eec9c852d006f15192cbffa99e289ea81c5c10ac91cfa2a26ab2f9e32a70e73d6a5183f9e2d973a75de45b85'
-            'fff318506e57a6737f523ecebd90751a35e908ca71fb29985132c9c2e6b476f341c241a2abb8a86b86bf24d03e185f15d2bc89f3c3d834cbb34aecb8e5e85d55')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-
-  # Don't install to /usr/lib64
-  sed -i '/LIB = lib64/d' Makefile
-
-  # Disable OpenSSL support
-  patch -p1 -i ../dd_rescue-1.99-disable-openssl.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
-}

Copied: dd_rescue/repos/community-staging-x86_64/PKGBUILD (from rev 216136, dd_rescue/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-13 21:16:59 UTC (rev 216137)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Zerial <fernando at zerial.org>
+# Contributor: Patrick Leslie Polzer <leslie.polzer at gmx.net>
+# Contributor: Jose Riha <jose1711 gmail com>
+
+pkgname=dd_rescue
+pkgver=1.99
+pkgrel=3
+pkgdesc="A dd version that is very useful for data-recovery"
+url="http://www.garloff.de/kurt/linux/ddrescue/"
+license=("GPL")
+depends=('glibc')
+optdepends=('lzo: for libddr_lzo')
+arch=('x86_64' 'i686')
+source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.bz2"
+        'dd_rescue-1.99-disable-openssl.patch')
+sha512sums=('b33f6118fc996252ceafa90d43ff01cd5b54dd03eec9c852d006f15192cbffa99e289ea81c5c10ac91cfa2a26ab2f9e32a70e73d6a5183f9e2d973a75de45b85'
+            'fff318506e57a6737f523ecebd90751a35e908ca71fb29985132c9c2e6b476f341c241a2abb8a86b86bf24d03e185f15d2bc89f3c3d834cbb34aecb8e5e85d55')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+
+  # Don't install to /usr/lib64
+  sed -i '/LIB = lib64/d' Makefile
+
+  # Disable OpenSSL support
+  patch -p1 -i ../dd_rescue-1.99-disable-openssl.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
+}

Deleted: community-staging-x86_64/dd_rescue-1.99-disable-openssl.patch
===================================================================
--- community-staging-x86_64/dd_rescue-1.99-disable-openssl.patch	2017-03-13 21:16:49 UTC (rev 216136)
+++ community-staging-x86_64/dd_rescue-1.99-disable-openssl.patch	2017-03-13 21:16:59 UTC (rev 216137)
@@ -1,21 +0,0 @@
-diff --git a/Makefile b/Makefile
-index f891255..1899f34 100644
---- a/Makefile
-+++ b/Makefile
-@@ -50,15 +50,7 @@ else
-   HAVE_LZO=0
- endif
- 
--ifeq ($(shell grep 'HAVE_LIBCRYPTO 1' config.h >/dev/null 2>&1 && echo 1), 1)
--  OTHTARGETS += pbkdf2
--  AES_OSSL_PO = aes_ossl.po
--  AES_OSSL_O = aes_ossl.o
--  CRYPTOLIB = -lcrypto
--  HAVE_OPENSSL=1
--else
--  HAVE_OPENSSL=0
--endif
-+HAVE_OPENSSL=0
- 
- ifeq ($(CC),wcl386)
-   CFLAGS = "-ox -wx $(EXTRA_CFLAGS)"

Copied: dd_rescue/repos/community-staging-x86_64/dd_rescue-1.99-disable-openssl.patch (from rev 216136, dd_rescue/trunk/dd_rescue-1.99-disable-openssl.patch)
===================================================================
--- community-staging-x86_64/dd_rescue-1.99-disable-openssl.patch	                        (rev 0)
+++ community-staging-x86_64/dd_rescue-1.99-disable-openssl.patch	2017-03-13 21:16:59 UTC (rev 216137)
@@ -0,0 +1,21 @@
+diff --git a/Makefile b/Makefile
+index f891255..1899f34 100644
+--- a/Makefile
++++ b/Makefile
+@@ -50,15 +50,7 @@ else
+   HAVE_LZO=0
+ endif
+ 
+-ifeq ($(shell grep 'HAVE_LIBCRYPTO 1' config.h >/dev/null 2>&1 && echo 1), 1)
+-  OTHTARGETS += pbkdf2
+-  AES_OSSL_PO = aes_ossl.po
+-  AES_OSSL_O = aes_ossl.o
+-  CRYPTOLIB = -lcrypto
+-  HAVE_OPENSSL=1
+-else
+-  HAVE_OPENSSL=0
+-endif
++HAVE_OPENSSL=0
+ 
+ ifeq ($(CC),wcl386)
+   CFLAGS = "-ox -wx $(EXTRA_CFLAGS)"



More information about the arch-commits mailing list