[arch-commits] Commit in expac/repos (6 files)

Dave Reisner dreisner at archlinux.org
Tue Nov 25 15:53:31 UTC 2014


    Date: Tuesday, November 25, 2014 @ 16:53:30
  Author: dreisner
Revision: 227090

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

Added:
  expac/repos/extra-i686/0001-fix-target-processing.patch
    (from rev 227089, expac/trunk/0001-fix-target-processing.patch)
  expac/repos/extra-i686/PKGBUILD
    (from rev 227089, expac/trunk/PKGBUILD)
  expac/repos/extra-x86_64/0001-fix-target-processing.patch
    (from rev 227089, expac/trunk/0001-fix-target-processing.patch)
  expac/repos/extra-x86_64/PKGBUILD
    (from rev 227089, expac/trunk/PKGBUILD)
Deleted:
  expac/repos/extra-i686/PKGBUILD
  expac/repos/extra-x86_64/PKGBUILD

-----------------------------------------------+
 /PKGBUILD                                     |   82 ++++++++++++++++++++++++
 extra-i686/0001-fix-target-processing.patch   |   27 +++++++
 extra-i686/PKGBUILD                           |   37 ----------
 extra-x86_64/0001-fix-target-processing.patch |   27 +++++++
 extra-x86_64/PKGBUILD                         |   37 ----------
 5 files changed, 136 insertions(+), 74 deletions(-)

Copied: expac/repos/extra-i686/0001-fix-target-processing.patch (from rev 227089, expac/trunk/0001-fix-target-processing.patch)
===================================================================
--- extra-i686/0001-fix-target-processing.patch	                        (rev 0)
+++ extra-i686/0001-fix-target-processing.patch	2014-11-25 15:53:30 UTC (rev 227090)
@@ -0,0 +1,27 @@
+From ea25d7e51c2236e739aef2718499781dd37ef53d Mon Sep 17 00:00:00 2001
+From: Dave Reisner <dreisner at archlinux.org>
+Date: Tue, 25 Nov 2014 10:50:19 -0500
+Subject: [PATCH] fix target processing
+
+lack of targets is not an error.
+---
+ expac.c | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/expac.c b/expac.c
+index 5a11a59..d89e072 100644
+--- a/expac.c
++++ b/expac.c
+@@ -848,9 +848,6 @@ int main(int argc, char *argv[])
+   }
+ 
+   targets = process_targets(argc, argv);
+-  if(targets == NULL) {
+-    return 1;
+-  }
+ 
+   r = expac_new(&expac, opt_config_file);
+   if(r < 0) {
+-- 
+2.1.3
+

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-11-25 15:53:02 UTC (rev 227089)
+++ extra-i686/PKGBUILD	2014-11-25 15:53:30 UTC (rev 227090)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 87501 2013-04-02 00:06:04Z dreisner $
-# Maintainer: Dave Reisner <d at falconindy.com>
-
-pkgname=expac
-pkgver=4
-pkgrel=1
-pkgdesc="pacman database extraction utility"
-arch=('i686' 'x86_64')
-url="http://github.com/falconindy/expac"
-license=('GPL')
-depends=('pacman')
-makedepends=('perl')
-source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('5104ad808155e8d2d381d9282caf7bae'
-         'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  sed '/\*\//q' expac.c >LICENSE
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ft=sh syn=sh

Copied: expac/repos/extra-i686/PKGBUILD (from rev 227089, expac/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-11-25 15:53:30 UTC (rev 227090)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 87501 2013-04-02 00:06:04Z dreisner $
+# Maintainer: Dave Reisner <d at falconindy.com>
+
+pkgname=expac
+pkgver=4
+pkgrel=2
+pkgdesc="pacman database extraction utility"
+arch=('i686' 'x86_64')
+url="http://github.com/falconindy/expac"
+license=('GPL')
+depends=('pacman')
+makedepends=('perl')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
+        '0001-fix-target-processing.patch')
+md5sums=('5104ad808155e8d2d381d9282caf7bae'
+         'SKIP'
+         '80433a259a4f5996520f42217b1896b8')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -Np1 <../0001-fix-target-processing.patch
+
+  sed '/\*\//q' expac.c >LICENSE
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ft=sh syn=sh

Copied: expac/repos/extra-x86_64/0001-fix-target-processing.patch (from rev 227089, expac/trunk/0001-fix-target-processing.patch)
===================================================================
--- extra-x86_64/0001-fix-target-processing.patch	                        (rev 0)
+++ extra-x86_64/0001-fix-target-processing.patch	2014-11-25 15:53:30 UTC (rev 227090)
@@ -0,0 +1,27 @@
+From ea25d7e51c2236e739aef2718499781dd37ef53d Mon Sep 17 00:00:00 2001
+From: Dave Reisner <dreisner at archlinux.org>
+Date: Tue, 25 Nov 2014 10:50:19 -0500
+Subject: [PATCH] fix target processing
+
+lack of targets is not an error.
+---
+ expac.c | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/expac.c b/expac.c
+index 5a11a59..d89e072 100644
+--- a/expac.c
++++ b/expac.c
+@@ -848,9 +848,6 @@ int main(int argc, char *argv[])
+   }
+ 
+   targets = process_targets(argc, argv);
+-  if(targets == NULL) {
+-    return 1;
+-  }
+ 
+   r = expac_new(&expac, opt_config_file);
+   if(r < 0) {
+-- 
+2.1.3
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-11-25 15:53:02 UTC (rev 227089)
+++ extra-x86_64/PKGBUILD	2014-11-25 15:53:30 UTC (rev 227090)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 87501 2013-04-02 00:06:04Z dreisner $
-# Maintainer: Dave Reisner <d at falconindy.com>
-
-pkgname=expac
-pkgver=4
-pkgrel=1
-pkgdesc="pacman database extraction utility"
-arch=('i686' 'x86_64')
-url="http://github.com/falconindy/expac"
-license=('GPL')
-depends=('pacman')
-makedepends=('perl')
-source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('5104ad808155e8d2d381d9282caf7bae'
-         'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  sed '/\*\//q' expac.c >LICENSE
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ft=sh syn=sh

Copied: expac/repos/extra-x86_64/PKGBUILD (from rev 227089, expac/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-11-25 15:53:30 UTC (rev 227090)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 87501 2013-04-02 00:06:04Z dreisner $
+# Maintainer: Dave Reisner <d at falconindy.com>
+
+pkgname=expac
+pkgver=4
+pkgrel=2
+pkgdesc="pacman database extraction utility"
+arch=('i686' 'x86_64')
+url="http://github.com/falconindy/expac"
+license=('GPL')
+depends=('pacman')
+makedepends=('perl')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
+        '0001-fix-target-processing.patch')
+md5sums=('5104ad808155e8d2d381d9282caf7bae'
+         'SKIP'
+         '80433a259a4f5996520f42217b1896b8')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -Np1 <../0001-fix-target-processing.patch
+
+  sed '/\*\//q' expac.c >LICENSE
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ft=sh syn=sh



More information about the arch-commits mailing list