[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2012-05-19 Thread Dave Reisner
Date: Saturday, May 19, 2012 @ 10:52:59
  Author: dreisner
Revision: 159249

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 159248, mkinitcpio/trunk/PKGBUILD)

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 159248, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-05-19 14:52:59 UTC (rev 159249)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=mkinitcpio
+pkgver=0.9.0
+pkgrel=1
+pkgdesc=Modular initramfs image creation utility
+arch=('any')
+url=http://www.archlinux.org/;
+license=('GPL')
+depends=('mkinitcpio-busybox=1.19.4-2' 'kmod=3' 'util-linux=2.21' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'file' 'gzip')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+backup=('etc/mkinitcpio.conf')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('cbe4783c39e48dff91385f443d300103')
+sha256sums=('e4a58ccb3b5293931fbc28de6b48df7e9e6fe63b41ef7b5038ea33a2e01dc878')
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # compat symlink
+  install -dm755 $pkgdir/sbin
+  ln -s /usr/bin/mkinitcpio $pkgdir/sbin/mkinitcpio
+}
+



[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2012-05-02 Thread Dave Reisner
Date: Wednesday, May 2, 2012 @ 21:51:05
  Author: dreisner
Revision: 158111

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 158110, mkinitcpio/trunk/PKGBUILD)

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 158110, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-05-03 01:51:05 UTC (rev 158111)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=mkinitcpio
+pkgver=0.8.8
+pkgrel=1
+pkgdesc=Modular initramfs image creation utility
+arch=('any')
+url=http://www.archlinux.org/;
+license=('GPL')
+depends=('mkinitcpio-busybox=1.19.4-2' 'kmod=3' 'util-linux=2.21' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'file' 'gzip')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+backup=('etc/mkinitcpio.conf')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('0b760a35055c8f08263dfec81dccc25f')
+sha256sums=('b63d273c899732e7919a956937a4e187d2780f010b0f4774756d58451271269f')
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # compat symlink
+  install -dm755 $pkgdir/sbin
+  ln -s /usr/bin/mkinitcpio $pkgdir/sbin/mkinitcpio
+}
+



[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2012-04-08 Thread Dave Reisner
Date: Sunday, April 8, 2012 @ 22:05:22
  Author: dreisner
Revision: 155909

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 155908, mkinitcpio/trunk/PKGBUILD)

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 155908, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-04-09 02:05:22 UTC (rev 155909)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=mkinitcpio
+pkgver=0.8.7
+pkgrel=1
+pkgdesc=Modular initramfs image creation utility
+arch=('any')
+url=http://www.archlinux.org/;
+license=('GPL')
+depends=('mkinitcpio-busybox=1.19.4-2' 'kmod=3' 'util-linux=2.21' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'file' 'gzip')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+backup=('etc/mkinitcpio.conf')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('527847507e6183929ecbdbcdda5031eb')
+sha256sums=('2bfa98845a48e87988bd90c5dbc39ddcc8eb1b6dfc30969a60101952c2ef7d91')
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+



[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2012-04-01 Thread Dave Reisner
Date: Sunday, April 1, 2012 @ 18:24:23
  Author: dreisner
Revision: 155342

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 155341, mkinitcpio/trunk/PKGBUILD)

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 155341, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-04-01 22:24:23 UTC (rev 155342)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=mkinitcpio
+pkgver=0.8.5
+pkgrel=2
+pkgdesc=Modular initramfs image creation utility
+arch=('any')
+url=http://www.archlinux.org/;
+license=('GPL')
+depends=('mkinitcpio-busybox=1.19.4-2' 'kmod=3' 'util-linux=2.21' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'file' 'gzip')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+backup=('etc/mkinitcpio.conf')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('05aa3ad115dd9af04daff9657ae027c1')
+sha256sums=('52dbd32473619a559c812b11f24698e9f65e0ad88ae08f05421b93b69ae2ce40')
+
+package() {
+  # XXX: tom broke it (remove this with 0.9.0)
+  sed -i 's@/lib/udev/udevd@/usr/lib/udev/udevd@' $pkgname-$pkgver/init
+
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # compat symlink
+  install -dm755 $pkgdir/sbin
+  ln -s /usr/bin/mkinitcpio $pkgdir/sbin/mkinitcpio
+}
+



[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2012-03-24 Thread Dave Reisner
Date: Saturday, March 24, 2012 @ 17:25:42
  Author: dreisner
Revision: 154250

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 154249, mkinitcpio/trunk/PKGBUILD)

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 154249, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-03-24 21:25:42 UTC (rev 154250)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=mkinitcpio
+pkgver=0.8.5
+pkgrel=1
+pkgdesc=Modular initramfs image creation utility
+arch=('any')
+url=http://www.archlinux.org/;
+license=('GPL')
+depends=('mkinitcpio-busybox=1.19.4-2' 'kmod=3' 'util-linux=2.21' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'file' 'gzip')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+backup=('etc/mkinitcpio.conf')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('05aa3ad115dd9af04daff9657ae027c1')
+sha256sums=('52dbd32473619a559c812b11f24698e9f65e0ad88ae08f05421b93b69ae2ce40')
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # compat symlink
+  install -dm755 $pkgdir/sbin
+  ln -s /usr/bin/mkinitcpio $pkgdir/sbin/mkinitcpio
+}
+



[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2012-02-24 Thread Dave Reisner
Date: Friday, February 24, 2012 @ 08:49:22
  Author: dreisner
Revision: 151036

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 151035, mkinitcpio/trunk/PKGBUILD)

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 151035, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-02-24 13:49:22 UTC (rev 151036)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=mkinitcpio
+pkgver=0.8.3
+pkgrel=1
+pkgdesc=Modular initramfs image creation utility
+arch=('any')
+url=http://www.archlinux.org/;
+license=('GPL')
+depends=('mkinitcpio-busybox=1.16.1-2' 'kmod=3' 'util-linux=2.21' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'file' 'gzip')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+backup=('etc/mkinitcpio.conf')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('c2335f844c815724d50461ef11ce1aed')
+sha256sums=('62ae10a0ec1bc147901187401620eb3d6b152df317a70c4f5b967e60ebb38daf')
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # compat symlink
+  install -dm755 $pkgdir/sbin
+  ln -s /usr/bin/mkinitcpio $pkgdir/sbin/mkinitcpio
+}
+



[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2012-01-05 Thread Dave Reisner
Date: Thursday, January 5, 2012 @ 19:36:54
  Author: dreisner
Revision: 146198

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 146197, mkinitcpio/trunk/PKGBUILD)

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 146197, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-01-06 00:36:54 UTC (rev 146198)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=mkinitcpio
+pkgver=0.8.1
+pkgrel=1
+pkgdesc=Modular initramfs image creation utility
+arch=('any')
+url=http://www.archlinux.org/;
+license=('GPL')
+depends=('mkinitcpio-busybox=1.16.1-2' 'kmod=3' 'util-linux=2.19' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'udev=174-1' 
'file' 'gzip')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd'
+  'klibc-module-init-tools' 'klibc-udev')
+backup=(etc/mkinitcpio.conf)
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('09b209bb4a759580b33001e5f3aca0228b285f0ffe1ef43192ce98f5ce995350')
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # compat symlink
+  install -dm755 $pkgdir/sbin
+  ln -s /usr/bin/mkinitcpio $pkgdir/sbin/mkinitcpio
+}



[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2011-11-29 Thread Dave Reisner
Date: Tuesday, November 29, 2011 @ 13:11:26
  Author: dreisner
Revision: 143832

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 143831, mkinitcpio/trunk/PKGBUILD)

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 143831, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-11-29 18:11:26 UTC (rev 143832)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=mkinitcpio
+pkgver=0.8.0
+pkgrel=2
+pkgdesc=Modular initramfs image creation utility
+arch=('any')
+url=http://www.archlinux.org/;
+license=('GPL')
+depends=('mkinitcpio-busybox=1.16.1-2' 'module-init-tools' 'util-linux=2.19' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'udev=174-1' 
'file' 'gzip')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd'
+  'klibc-module-init-tools' 'klibc-udev')
+backup=(etc/mkinitcpio.conf)
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('097faaf23aaa6d442e7cc6add7238698abfea4185e7d125dcffd74d0ea159246')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # add compat symlink until people stop hardcoding paths !$%(*!#$
+  mkdir $pkgdir/sbin
+  ln -s /usr/bin/mkinitcpio $pkgdir/sbin/mkinitcpio
+}



[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2011-11-25 Thread Dave Reisner
Date: Friday, November 25, 2011 @ 19:59:52
  Author: dreisner
Revision: 143539

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 143538, mkinitcpio/trunk/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 143538, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-11-26 00:59:52 UTC (rev 143539)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=mkinitcpio
+pkgver=0.8.0
+pkgrel=1
+pkgdesc=Modular initramfs image creation utility
+arch=('any')
+url=http://www.archlinux.org/;
+license=('GPL')
+depends=('mkinitcpio-busybox=1.16.1-2' 'module-init-tools' 'util-linux=2.19' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'udev=174-1' 
'file' 'gzip')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd'
+  'klibc-module-init-tools' 'klibc-udev')
+backup=(etc/mkinitcpio.conf)
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('097faaf23aaa6d442e7cc6add7238698abfea4185e7d125dcffd74d0ea159246')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2011-10-23 Thread Dave Reisner
Date: Sunday, October 23, 2011 @ 14:53:16
  Author: dreisner
Revision: 141097

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 141096, mkinitcpio/trunk/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 141096, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-10-23 18:53:16 UTC (rev 141097)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=mkinitcpio
+pkgver=0.7.5
+pkgrel=1
+pkgdesc=Modular initramfs image creation utility
+arch=('any')
+url=http://www.archlinux.org/;
+license=('GPL')
+depends=('mkinitcpio-busybox=1.16.1-2' 'module-init-tools' 'util-linux=2.19' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'udev=174-1' 
'file' 'gzip')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd'
+  'klibc-module-init-tools' 'klibc-udev')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
+backup=(etc/mkinitcpio.conf)
+sha256sums=('3210e27fe689a021996d902c117b9c49dd9463c4424a2b3e2c428a4e4f31bff9')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2011-10-09 Thread Dave Reisner
Date: Sunday, October 9, 2011 @ 19:40:26
  Author: dreisner
Revision: 140220

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 140219, mkinitcpio/trunk/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 140219, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-10-09 23:40:26 UTC (rev 140220)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=mkinitcpio
+pkgver=0.7.4
+pkgrel=1
+pkgdesc=Modular initramfs image creation utility
+arch=('any')
+url=http://www.archlinux.org/;
+license=('GPL')
+depends=('mkinitcpio-busybox=1.16.1-2' 'module-init-tools' 'util-linux=2.19' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'udev=171-2' 
'file' 'gzip')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd'
+  'klibc-module-init-tools' 'klibc-udev')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+backup=(etc/mkinitcpio.conf)
+sha256sums=('60ce2c78ecec35a9762c300774753da6870b4469f3b259fe0c116771ff643fd6')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2011-10-04 Thread Dave Reisner
Date: Tuesday, October 4, 2011 @ 19:59:58
  Author: dreisner
Revision: 139817

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 139815, mkinitcpio/trunk/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 139815, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2011-10-04 23:59:58 UTC (rev 139817)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=mkinitcpio
+pkgver=0.7.3
+pkgrel=1
+pkgdesc=Modular initramfs image creation utility
+arch=('any')
+url=http://www.archlinux.org/;
+license=('GPL')
+depends=('mkinitcpio-busybox=1.16.1-2' 'module-init-tools' 'util-linux=2.19' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2009.01-2' 'udev=171-2' 
'file' 'gzip')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd'
+  'klibc-module-init-tools' 'klibc-udev')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+backup=(etc/mkinitcpio.conf)
+sha256sums=('678b0d29cbcdd266b522e1c056dcbf7002e6819404a2ea8bc958a9e94cd96571')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2010-02-10 Thread Thomas Bächler
Date: Wednesday, February 10, 2010 @ 12:38:40
  Author: thomas
Revision: 68080

Merged revisions 68079 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/mkinitcpio/trunk


  r68079 | thomas | 2010-02-10 18:38:06 +0100 (Mi, 10 Feb 2010) | 2 lines
  
  Update to 0.5.99.5 - this adds NFS support, the optdepend required for it 
does not exist yet, but will soon.


Modified:
  mkinitcpio/repos/testing-any/ (properties)
  mkinitcpio/repos/testing-any/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)


Property changes on: mkinitcpio/repos/testing-any
___
Modified: svnmerge-integrated
   - /mkinitcpio/trunk:1-67517
   + /mkinitcpio/trunk:1-68079

Modified: testing-any/PKGBUILD
===
--- testing-any/PKGBUILD2010-02-10 17:38:06 UTC (rev 68079)
+++ testing-any/PKGBUILD2010-02-10 17:38:40 UTC (rev 68080)
@@ -4,7 +4,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.5.99.4
+pkgver=0.5.99.5
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=(any)
@@ -15,12 +15,13 @@
  'bash' 'findutils' 'sed' 'grep' 'filesystem=2009.01-2' 'udev=150' 
'file' 'gzip'
  'which')
 optdepends=('xz-utils: Use lzma compression for the initramfs image'
-'bzip2: Use bzip2 compression for the initramfs image')
+'bzip2: Use bzip2 compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
 replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd'
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('662acdea7082dcee126e5afee51e6d040802f231b50ade728504cf400635e768')
+sha256sums=('f5df29fcf3a96bac4f05cb23e20bace85d7a3883a2b2c5102ee77ce6c7cee98e')
 
 build() {
   :



[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2010-02-07 Thread Thomas Bächler
Date: Sunday, February 7, 2010 @ 16:23:32
  Author: thomas
Revision: 67518

Merged revisions 67517 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/mkinitcpio/trunk


  r67517 | thomas | 2010-02-07 22:23:15 +0100 (So, 07 Feb 2010) | 2 lines
  
  Bugfixes


Modified:
  mkinitcpio/repos/testing-any/ (properties)
  mkinitcpio/repos/testing-any/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: mkinitcpio/repos/testing-any
___
Modified: svnmerge-integrated
   - /mkinitcpio/trunk:1-67450
   + /mkinitcpio/trunk:1-67517

Modified: testing-any/PKGBUILD
===
--- testing-any/PKGBUILD2010-02-07 21:23:15 UTC (rev 67517)
+++ testing-any/PKGBUILD2010-02-07 21:23:32 UTC (rev 67518)
@@ -4,7 +4,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.5.99.3
+pkgver=0.5.99.4
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=(any)
@@ -20,7 +20,7 @@
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('ba047bc3704fde8fb5175e45aa946ad9fafe6f41ba3e181f2402cdfea8f5ddb9')
+sha256sums=('662acdea7082dcee126e5afee51e6d040802f231b50ade728504cf400635e768')
 
 build() {
   :



[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2010-01-24 Thread Thomas Bächler
Date: Sunday, January 24, 2010 @ 09:15:40
  Author: thomas
Revision: 65131

Merged revisions 65130 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/mkinitcpio/trunk


  r65130 | thomas | 2010-01-24 15:15:21 +0100 (So, 24 Jan 2010) | 2 lines
  
  Update to 0.5.30


Modified:
  mkinitcpio/repos/testing-any/ (properties)
  mkinitcpio/repos/testing-any/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Property changes on: mkinitcpio/repos/testing-any
___
Modified: svnmerge-integrated
   - /mkinitcpio/trunk:1-65127
   + /mkinitcpio/trunk:1-65130

Modified: testing-any/PKGBUILD
===
--- testing-any/PKGBUILD2010-01-24 14:15:21 UTC (rev 65130)
+++ testing-any/PKGBUILD2010-01-24 14:15:40 UTC (rev 65131)
@@ -4,7 +4,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.5.29
+pkgver=0.5.30
 pkgrel=1
 pkgdesc=Advanced, modular initramfs image creation utility
 arch=(any)
@@ -20,8 +20,8 @@
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
 replaces=('mkinitrd' 'mkinitramfs')
-sha256sums=('0d25a63f3059df7e9990b48a7dfb18ed42ccc14112ad70d059f587828a93aa81')
-md5sums=('c713cb8f747ac562c8bbe1d2b5299495')
+sha256sums=('b6d5100530a57f14a657548c262041b562121d2585b707bd7f1d04aea7819e23')
+md5sums=('2cea1b85503792e148a5b0d929d068c8')
 
 build()
 {



[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2010-01-12 Thread Thomas Bächler
Date: Tuesday, January 12, 2010 @ 04:01:04
  Author: thomas
Revision: 62786

Merged revisions 62785 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/mkinitcpio/trunk


  r62785 | thomas | 2010-01-12 10:00:38 +0100 (Di, 12 Jan 2010) | 2 lines
  
  Update to 0.5.28


Modified:
  mkinitcpio/repos/testing-any/ (properties)
  mkinitcpio/repos/testing-any/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: mkinitcpio/repos/testing-any
___
Modified: svnmerge-integrated
   - /mkinitcpio/trunk:1-62493
   + /mkinitcpio/trunk:1-62785

Modified: testing-any/PKGBUILD
===
--- testing-any/PKGBUILD2010-01-12 09:00:38 UTC (rev 62785)
+++ testing-any/PKGBUILD2010-01-12 09:01:04 UTC (rev 62786)
@@ -4,7 +4,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.5.27
+pkgver=0.5.28
 pkgrel=1
 pkgdesc=Advanced, modular initramfs image creation utility
 arch=(any)
@@ -20,7 +20,7 @@
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
 replaces=('mkinitrd' 'mkinitramfs')
-md5sums=('616f1f76e5a5cde085dec81335c660c7')
+md5sums=('71d385dc605fb674d476e8883ee232dd')
 
 build()
 {



[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2010-01-09 Thread Thomas Bächler
Date: Saturday, January 9, 2010 @ 12:00:40
  Author: thomas
Revision: 62494

Merged revisions 62493 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/mkinitcpio/trunk


  r62493 | thomas | 2010-01-09 18:00:03 +0100 (Sa, 09 Jan 2010) | 2 lines
  
  Update to 0.5.27


Modified:
  mkinitcpio/repos/testing-any/ (properties)
  mkinitcpio/repos/testing-any/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)


Property changes on: mkinitcpio/repos/testing-any
___
Modified: svnmerge-integrated
   - /mkinitcpio/trunk:1-56469
   + /mkinitcpio/trunk:1-62493

Modified: testing-any/PKGBUILD
===
--- testing-any/PKGBUILD2010-01-09 17:00:03 UTC (rev 62493)
+++ testing-any/PKGBUILD2010-01-09 17:00:40 UTC (rev 62494)
@@ -4,8 +4,8 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.5.26
-pkgrel=2
+pkgver=0.5.27
+pkgrel=1
 pkgdesc=Advanced, modular initramfs image creation utility
 arch=(any)
 url=http://www.archlinux.org/;
@@ -20,12 +20,10 @@
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
 replaces=('mkinitrd' 'mkinitramfs')
-md5sums=('b92f57d6b7132dc9cfdaa97fe46c93b2')
+md5sums=('616f1f76e5a5cde085dec81335c660c7')
 
 build()
 {
   cd $srcdir/${pkgname}-${pkgver}
-  ./install.sh $pkgdir || return 1
-  mkdir -p $pkgdir/usr/share
-  mv $pkgdir/usr/man $pkgdir/usr/share
+  make DESTDIR=${pkgdir} install
 }