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

Xyne xyne at nymeria.archlinux.org
Tue Oct 1 01:22:00 UTC 2013


    Date: Tuesday, October 1, 2013 @ 03:22:00
  Author: xyne
Revision: 97906

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-10-01 01:21:37 UTC (rev 97905)
+++ community-i686/PKGBUILD	2013-10-01 01:22:00 UTC (rev 97906)
@@ -1,29 +0,0 @@
-# Maintainer: Xyne <ca dot archlinux at xyne, backwards>
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Markus Meissner <markus at meissna.de>
-
-pkgname=bchunk
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file"
-url="http://he.fi/bchunk/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc')
-source=(http://he.fi/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6a613da3f34f9a303f202d2e9731d231')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -dm755 "$pkgdir"/usr/{bin,share/man/man1}
-  make PREFIX="$pkgdir/usr" MAN_DIR="$pkgdir/usr/share/man" install
-  chown root:root "$pkgdir/usr/share/man/man1/bchunk.1"
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: bchunk/repos/community-i686/PKGBUILD (from rev 97905, bchunk/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-10-01 01:22:00 UTC (rev 97906)
@@ -0,0 +1,29 @@
+# Maintainer: Xyne <ca dot archlinux at xyne, backwards>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Markus Meissner <markus at meissna.de>
+
+pkgname=bchunk
+pkgver=1.2.0
+pkgrel=4
+pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file"
+url="http://he.fi/bchunk/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+source=(http://he.fi/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6a613da3f34f9a303f202d2e9731d231')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -dm755 "$pkgdir"/usr/{bin,share/man/man1}
+  make PREFIX="$pkgdir/usr" MAN_DIR="$pkgdir/usr/share/man" install
+  chown root:root "$pkgdir/usr/share/man/man1/bchunk.1"
+}
+
+# vim: ts=2 sw=2 et ft=sh

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-10-01 01:21:37 UTC (rev 97905)
+++ community-x86_64/PKGBUILD	2013-10-01 01:22:00 UTC (rev 97906)
@@ -1,29 +0,0 @@
-# Maintainer: Xyne <ca dot archlinux at xyne, backwards>
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Markus Meissner <markus at meissna.de>
-
-pkgname=bchunk
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file"
-url="http://he.fi/bchunk/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc')
-source=(http://he.fi/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6a613da3f34f9a303f202d2e9731d231')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -dm755 "$pkgdir"/usr/{bin,share/man/man1}
-  make PREFIX="$pkgdir/usr" MAN_DIR="$pkgdir/usr/share/man" install
-  chown root:root "$pkgdir/usr/share/man/man1/bchunk.1"
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: bchunk/repos/community-x86_64/PKGBUILD (from rev 97905, bchunk/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-10-01 01:22:00 UTC (rev 97906)
@@ -0,0 +1,29 @@
+# Maintainer: Xyne <ca dot archlinux at xyne, backwards>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Markus Meissner <markus at meissna.de>
+
+pkgname=bchunk
+pkgver=1.2.0
+pkgrel=4
+pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file"
+url="http://he.fi/bchunk/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+source=(http://he.fi/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6a613da3f34f9a303f202d2e9731d231')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -dm755 "$pkgdir"/usr/{bin,share/man/man1}
+  make PREFIX="$pkgdir/usr" MAN_DIR="$pkgdir/usr/share/man" install
+  chown root:root "$pkgdir/usr/share/man/man1/bchunk.1"
+}
+
+# vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list