[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2020-10-28 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, October 28, 2020 @ 17:00:59
  Author: grazzolini
Revision: 398971

upgpkg: mkinitcpio 29-1

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 16:59:24 UTC (rev 398970)
+++ PKGBUILD2020-10-28 17:00:59 UTC (rev 398971)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=mkinitcpio
-pkgver=28
+pkgver=29
 pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
@@ -20,11 +20,12 @@
 backup=('etc/mkinitcpio.conf')
 
source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 install=mkinitcpio.install
-sha256sums=('bf83a158786d272d8046a4dd48bfcc343ec37de2cae0ae65c59132a45744808c'
+sha512sums=('cc03159f16ae12a0d1ebf6a1827f8cdaf73ad0910bf2b1b0f30b737b1cff472130eb41c3669c180291a9861c3c3167498d1f9d60cb9782aeb1ef1d0cd2156068'
 'SKIP')
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
-  '86CFFCA918CF3AF47147588051E8B148AC34'   # Evangelos Foutras
-  'ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB')  # Giancarlo 
Razzolini
+b2sums=('4303216cc3c020bf58491a18b13785660e08f418a333f5b975b29b1da4f6b4427f5bbda358018a34e6894217c6368fdf3fe73d361e770a4b6e40abb12ba2fd02'
+'SKIP')
+validpgpkeys=('ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB'# Giancarlo 
Razzolini
+  '86CFFCA918CF3AF47147588051E8B148AC34')   # Evangelos Foutras
 
 # prepare() {
 #   cd $pkgname-$pkgver


[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2019-10-29 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, October 29, 2019 @ 14:02:11
  Author: grazzolini
Revision: 365990

upgpkg: mkinitcpio 27-1

New mkinitcpio with alpm hooks

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-29 09:41:13 UTC (rev 365989)
+++ PKGBUILD2019-10-29 14:02:11 UTC (rev 365990)
@@ -1,8 +1,9 @@
+# Maintainer: Giancarlo Razzolini 
 # Maintainer: Dave Reisner 
 # Maintainer: Thomas Bächler 
 
 pkgname=mkinitcpio
-pkgver=26
+pkgver=27
 pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
@@ -19,7 +20,7 @@
 backup=('etc/mkinitcpio.conf')
 
source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 install=mkinitcpio.install
-sha256sums=('d1c3038f538f8e2e57333050463b79884de6f29f4b4ec4f26d1bdeaa620215c1'
+sha256sums=('e6bff1cb78b677538eb9aace900b715fd59de8fc210b74fb9d899dfaa32bc354'
 'SKIP')
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
   '86CFFCA918CF3AF47147588051E8B148AC34'   # Evangelos Foutras


[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2019-10-06 Thread Giancarlo Razzolini via arch-commits
Date: Monday, October 7, 2019 @ 03:38:56
  Author: grazzolini
Revision: 363984

upgpkg: mkinitcpio 26-1

This new release of mkinitcpio creates reproducible images by default,
as well as a new hookdir flag was introduced, that can be used to specify
where to look for hooks, instead of the default directory.

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 00:14:15 UTC (rev 363983)
+++ PKGBUILD2019-10-07 03:38:56 UTC (rev 363984)
@@ -2,8 +2,8 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=mkinitcpio
-pkgver=25
-pkgrel=2
+pkgver=26
+pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
 url="https://projects.archlinux.org/mkinitcpio.git/;
@@ -19,10 +19,11 @@
 backup=('etc/mkinitcpio.conf')
 
source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 install=mkinitcpio.install
-sha256sums=('e14056a9c460d15652e99620bce4308d4dd9309f82c152c4b52287e697fab599'
+sha256sums=('d1c3038f538f8e2e57333050463b79884de6f29f4b4ec4f26d1bdeaa620215c1'
 'SKIP')
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
-  '86CFFCA918CF3AF47147588051E8B148AC34')  # Evangelos Foutras
+  '86CFFCA918CF3AF47147588051E8B148AC34'   # Evangelos Foutras
+  'ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB')  # Giancarlo 
Razzolini
 
 check() {
   make -C "$pkgname-$pkgver" check


[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2019-05-23 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, May 23, 2019 @ 17:10:32
  Author: grazzolini
Revision: 353925

upgpkg: mkinitcpio 25-2

Modified:
  mkinitcpio/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-23 17:09:51 UTC (rev 353924)
+++ PKGBUILD2019-05-23 17:10:32 UTC (rev 353925)
@@ -3,7 +3,7 @@
 
 pkgname=mkinitcpio
 pkgver=25
-pkgrel=1
+pkgrel=2
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
 url="https://projects.archlinux.org/mkinitcpio.git/;
@@ -15,6 +15,7 @@
 'lzop: Use lzo compression for the initramfs image'
 'lz4: Use lz4 compression for the initramfs image'
 'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+provides=('initramfs')
 backup=('etc/mkinitcpio.conf')
 
source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 install=mkinitcpio.install


[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2017-10-01 Thread Dave Reisner
Date: Sunday, October 1, 2017 @ 18:24:03
  Author: dreisner
Revision: 306509

upgpkg: mkinitcpio 24-1

Modified:
  mkinitcpio/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-01 09:42:57 UTC (rev 306508)
+++ PKGBUILD2017-10-01 18:24:03 UTC (rev 306509)
@@ -3,8 +3,8 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=mkinitcpio
-pkgver=23
-pkgrel=2
+pkgver=24
+pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
 url="https://projects.archlinux.org/mkinitcpio.git/;
@@ -17,20 +17,13 @@
 'lz4: Use lz4 compression for the initramfs image'
 'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
 backup=('etc/mkinitcpio.conf')
-source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
-'0001-make-ldd-parsing-compatible-with-upstream-glibc-chan.patch')
+source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 install=mkinitcpio.install
-sha256sums=('80f12a07f0dceef81dfe87200f099bd2149e0990391dda6defebaa5697f8a35a'
-'SKIP'
-'f534892af930abf8164eead271dc012e42a552362fbb459e55e04d4a68b52a66')
+sha256sums=('ec0ecbc518c14ecacf5a8ece2f068fe86fcaf3aed09ee6b82737e773e5d7d02b'
+'SKIP')
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
   '86CFFCA918CF3AF47147588051E8B148AC34')  # Evangelos Foutras
 
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -p1 -i 
../0001-make-ldd-parsing-compatible-with-upstream-glibc-chan.patch
-}
-
 check() {
   make -C "$pkgname-$pkgver" check
 }


[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2017-03-11 Thread Dave Reisner
Date: Saturday, March 11, 2017 @ 18:23:23
  Author: dreisner
Revision: 290626

upgpkg: mkinitcpio 23-1

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 18:11:26 UTC (rev 290625)
+++ PKGBUILD2017-03-11 18:23:23 UTC (rev 290626)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=mkinitcpio
-pkgver=22
+pkgver=23
 pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
@@ -19,7 +19,7 @@
 backup=('etc/mkinitcpio.conf')
 
source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 install=mkinitcpio.install
-sha256sums=('54c1fc0fc128ae486e72362f49f52e94acd5fcfea9f44b719dc33250e42664eb'
+sha256sums=('80f12a07f0dceef81dfe87200f099bd2149e0990391dda6defebaa5697f8a35a'
 'SKIP')
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
   '86CFFCA918CF3AF47147588051E8B148AC34')  # Evangelos Foutras


[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2016-11-27 Thread Dave Reisner
Date: Sunday, November 27, 2016 @ 20:09:04
  Author: dreisner
Revision: 282139

upgpkg: mkinitcpio 22-1

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 19:09:39 UTC (rev 282138)
+++ PKGBUILD2016-11-27 20:09:04 UTC (rev 282139)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=mkinitcpio
-pkgver=21
+pkgver=22
 pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
@@ -19,7 +19,7 @@
 backup=('etc/mkinitcpio.conf')
 
source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 install=mkinitcpio.install
-sha256sums=('a841a9c167076b52043c968a7ba74cc44f4d1d8ca06ad794ccf4b70e2c667248'
+sha256sums=('54c1fc0fc128ae486e72362f49f52e94acd5fcfea9f44b719dc33250e42664eb'
 'SKIP')
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
   '86CFFCA918CF3AF47147588051E8B148AC34')  # Evangelos Foutras


[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2016-09-09 Thread Dave Reisner
Date: Friday, September 9, 2016 @ 12:48:14
  Author: dreisner
Revision: 276097

upgpkg: mkinitcpio 21-1

- add check() function

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-09 11:19:07 UTC (rev 276096)
+++ PKGBUILD2016-09-09 12:48:14 UTC (rev 276097)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=mkinitcpio
-pkgver=20
+pkgver=21
 pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
@@ -19,11 +19,15 @@
 backup=('etc/mkinitcpio.conf')
 
source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 install=mkinitcpio.install
-sha256sums=('913cd9f5629dff6c59e46ed9d44d5af8d4a0d2bddba0a1faffe716dc28bcf152'
+sha256sums=('a841a9c167076b52043c968a7ba74cc44f4d1d8ca06ad794ccf4b70e2c667248'
 'SKIP')
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
   '86CFFCA918CF3AF47147588051E8B148AC34')  # Evangelos Foutras
 
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
 package() {
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2016-07-03 Thread Dave Reisner
Date: Sunday, July 3, 2016 @ 18:21:46
  Author: dreisner
Revision: 270900

upgpkg: mkinitcpio 20-1

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-03 16:59:07 UTC (rev 270899)
+++ PKGBUILD2016-07-03 18:21:46 UTC (rev 270900)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=mkinitcpio
-pkgver=19
+pkgver=20
 pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
@@ -19,7 +19,7 @@
 backup=('etc/mkinitcpio.conf')
 
source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 install=mkinitcpio.install
-sha256sums=('7170e7a3d1b9ed21b0961941a327886febe80e62e2dfee6b88359ed72d0da620'
+sha256sums=('913cd9f5629dff6c59e46ed9d44d5af8d4a0d2bddba0a1faffe716dc28bcf152'
 'SKIP')
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
   '86CFFCA918CF3AF47147588051E8B148AC34')  # Evangelos Foutras


[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2015-08-12 Thread Allan McRae
Date: Wednesday, August 12, 2015 @ 12:12:00
  Author: allan
Revision: 243304

add validpgpkeys

Modified:
  mkinitcpio/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 10:06:08 UTC (rev 243303)
+++ PKGBUILD2015-08-12 10:12:00 UTC (rev 243304)
@@ -23,6 +23,7 @@
 sha256sums=('187bdeeade08996010fbff480ccc91e47722d275c22fd6feb4a4b63061e9fc22'
 'SKIP'
 'f6a77a34a5d97b8c3f3aef21b97da0b5d6992244e28e9b3f71e83cbaa4473341')
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
 
 prepare() {
   patch -d $pkgname-$pkgver -Np1 
0001-avoid-compound-conditional-leading-to-spurious-error.patch


[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2014-07-25 Thread Dave Reisner
Date: Friday, July 25, 2014 @ 19:50:26
  Author: dreisner
Revision: 218172

upgpkg: mkinitcpio 18-1

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 17:34:39 UTC (rev 218171)
+++ PKGBUILD2014-07-25 17:50:26 UTC (rev 218172)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=17
+pkgver=18
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
@@ -19,7 +19,7 @@
 backup=('etc/mkinitcpio.conf')
 
source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
 install=mkinitcpio.install
-sha256sums=('904821a027fdda26bb7150887680f3b751351ff37dc5e409dcb839e4733906ce'
+sha256sums=('187bdeeade08996010fbff480ccc91e47722d275c22fd6feb4a4b63061e9fc22'
 'SKIP')
 
 package() {



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2013-12-15 Thread Thomas Bächler
Date: Monday, December 16, 2013 @ 00:48:34
  Author: thomas
Revision: 201577

upgpkg: mkinitcpio 16-1

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-15 22:17:38 UTC (rev 201576)
+++ PKGBUILD2013-12-15 23:48:34 UTC (rev 201577)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.15.0
+pkgver=16
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
@@ -14,14 +14,14 @@
 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'
+'lz4: Use lz4 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{,.sig})
 install=mkinitcpio.install
-sha256sums=('2a00421c5ce4abfcc971c71a6efd22f6bbaf0e541f9a93410f35e864c818c3db'
+sha256sums=('10821e533eb1ca51a9d3c1d06d8999c08a6151910a9a6029a45ff1638e9228a2'
 'SKIP')
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }
-



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2013-09-23 Thread Dave Reisner
Date: Monday, September 23, 2013 @ 21:11:33
  Author: dreisner
Revision: 194840

link to the git repo, not the arch homepage (FS#37019)

Modified:
  mkinitcpio/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-23 19:11:04 UTC (rev 194839)
+++ PKGBUILD2013-09-23 19:11:33 UTC (rev 194840)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
-url=http://www.archlinux.org/;
+url=https://projects.archlinux.org/mkinitcpio.git/;
 license=('GPL')
 depends=('awk' 'mkinitcpio-busybox=1.19.4-2' 'kmod' 'util-linux=2.23' 
'libarchive'
  'coreutils' 'bash' 'findutils' 'grep' 'filesystem=2011.10-1' 'gzip' 
'systemd')



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2013-07-19 Thread Dave Reisner
Date: Friday, July 19, 2013 @ 21:58:01
  Author: dreisner
Revision: 191198

upgpkg: mkinitcpio 0.15.0-1

https://projects.archlinux.org/mkinitcpio.git/log/?id=0.14.0..0.15.0

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-19 17:34:12 UTC (rev 191197)
+++ PKGBUILD2013-07-19 19:58:01 UTC (rev 191198)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.14.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
@@ -18,7 +18,7 @@
 backup=('etc/mkinitcpio.conf')
 
source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
 install=mkinitcpio.install
-sha256sums=('d482339da733d1282cb9ff8f5c1c86463ba745eb092f1e8e3829753c2fe9db46'
+sha256sums=('2a00421c5ce4abfcc971c71a6efd22f6bbaf0e541f9a93410f35e864c818c3db'
 'SKIP')
 
 package() {



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2013-05-01 Thread Dave Reisner
Date: Thursday, May 2, 2013 @ 05:31:08
  Author: dreisner
Revision: 184032

upgpkg: mkinitcpio 0.14.0-1

https://projects.archlinux.org/mkinitcpio.git/log/?id=0.13.0..0.14.0

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-01 21:41:04 UTC (rev 184031)
+++ PKGBUILD2013-05-02 03:31:08 UTC (rev 184032)
@@ -3,14 +3,14 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
 url=http://www.archlinux.org/;
 license=('GPL')
-depends=('awk' 'mkinitcpio-busybox=1.19.4-2' 'kmod' 'util-linux=2.21' 
'libarchive' 'coreutils'
- 'bash' 'findutils' 'grep' 'filesystem=2011.10-1' 'gzip' 
'systemd-tools')
+depends=('awk' 'mkinitcpio-busybox=1.19.4-2' 'kmod' 'util-linux=2.23' 
'libarchive'
+ 'coreutils' 'bash' 'findutils' 'grep' 'filesystem=2011.10-1' 'gzip' 
'systemd')
 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'
@@ -18,8 +18,8 @@
 backup=('etc/mkinitcpio.conf')
 
source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
 install=mkinitcpio.install
-sha256sums=('e7a37419890b0497aa32ac9e87465bcff65a1a18d17028ea81e3f72565b38859'
-'108e4e2586a85efe2f46b8b7b9f4262d3ae23cd104d98465542dab2ba6ae00c7')
+sha256sums=('d482339da733d1282cb9ff8f5c1c86463ba745eb092f1e8e3829753c2fe9db46'
+'SKIP')
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2013-01-31 Thread Dave Reisner
Date: Thursday, January 31, 2013 @ 23:43:28
  Author: dreisner
Revision: 176814

file is no longer a dependency

Modified:
  mkinitcpio/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-31 22:02:32 UTC (rev 176813)
+++ PKGBUILD2013-01-31 22:43:28 UTC (rev 176814)
@@ -10,7 +10,7 @@
 url=http://www.archlinux.org/;
 license=('GPL')
 depends=('awk' 'mkinitcpio-busybox=1.19.4-2' 'kmod' 'util-linux=2.21' 
'libarchive' 'coreutils'
- 'bash' 'findutils' 'grep' 'filesystem=2011.10-1' 'file' 'gzip' 
'systemd-tools')
+ 'bash' 'findutils' 'grep' 'filesystem=2011.10-1' 'gzip' 
'systemd-tools')
 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'



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2012-12-07 Thread Dave Reisner
Date: Friday, December 7, 2012 @ 21:33:47
  Author: dreisner
Revision: 172984

fix checksums

Modified:
  mkinitcpio/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 02:06:48 UTC (rev 172983)
+++ PKGBUILD2012-12-08 02:33:47 UTC (rev 172984)
@@ -20,7 +20,7 @@
 0001-consolefont-fix-reference-to-consolefont-variable.patch)
 install=mkinitcpio.install
 sha256sums=('ed9bd16999e75b42c8ad78a62cd744f95aca1d1078bb1ecff94c9d31d6765761'
-'SKIP'
+'9db84177b3e976dc732fe24d565c07e0977d809a32cbcaaa5f48364fbe6157d2'
 '014c2337870338b8635e6e25115a183de0b8936f54cbfd1589f6604dc42c96e0')
 
 build() {



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD mkinitcpio.install)

2012-12-01 Thread Dave Reisner
Date: Saturday, December 1, 2012 @ 20:59:33
  Author: dreisner
Revision: 172191

upgpkg: mkinitcpio 0.12.0-1

https://projects.archlinux.org/mkinitcpio.git/log/?id=0.11.2..0.12.0

Modified:
  mkinitcpio/trunk/PKGBUILD
  mkinitcpio/trunk/mkinitcpio.install

+
 PKGBUILD   |6 +++---
 mkinitcpio.install |5 +
 2 files changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-01 14:32:58 UTC (rev 172190)
+++ PKGBUILD2012-12-02 01:59:33 UTC (rev 172191)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.11.2
+pkgver=0.12.0
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
@@ -18,8 +18,8 @@
 backup=('etc/mkinitcpio.conf')
 
source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
 install=mkinitcpio.install
-sha256sums=('39962cd8025fc803cf8ca5a1447b1f6ea048e91a88e7ab6f0647dc7d2e51972b'
-'d226193d1044fafeb15ea20a0a8a74e4f0acd11ecd70926248548e0d128fa249')
+sha256sums=('ed9bd16999e75b42c8ad78a62cd744f95aca1d1078bb1ecff94c9d31d6765761'
+'SKIP')
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install

Modified: mkinitcpio.install
===
--- mkinitcpio.install  2012-12-01 14:32:58 UTC (rev 172190)
+++ mkinitcpio.install  2012-12-02 01:59:33 UTC (rev 172191)
@@ -5,4 +5,9 @@
 printf '== If your /usr is on a separate partition, you must add the 
usr hook\n'
 printf 'to /etc/mkinitcpio.conf and regenerate your images before 
rebooting\n'
   fi
+
+  if [ $(vercmp 0.12.0 $2) -eq 1 ]; then
+printf '== The block hook has replaced several hooks. Replace any and 
all of the\n'
+printf 'deprecated hooks with a single instance of the block hook.\n'
+  fi
 }



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2012-11-13 Thread Dave Reisner
Date: Tuesday, November 13, 2012 @ 22:44:17
  Author: dreisner
Revision: 170961

upgpkg: mkinitcpio 0.11.2-1

https://projects.archlinux.org/mkinitcpio.git/log/?id=0.11.1..0.11.2

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 03:19:40 UTC (rev 170960)
+++ PKGBUILD2012-11-14 03:44:17 UTC (rev 170961)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.11.1
+pkgver=0.11.2
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
@@ -18,8 +18,8 @@
 backup=('etc/mkinitcpio.conf')
 
source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
 install=mkinitcpio.install
-sha256sums=('b266681c8903cc4b3655ae85b21a8ddca3564835dff9ef941017adb6a63c465a'
-'c9166726e53e8118b03a4e809caa44e73d135d23bb90b3aedfc7377606b3cc53')
+sha256sums=('39962cd8025fc803cf8ca5a1447b1f6ea048e91a88e7ab6f0647dc7d2e51972b'
+'d226193d1044fafeb15ea20a0a8a74e4f0acd11ecd70926248548e0d128fa249')
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2012-11-10 Thread Dave Reisner
Date: Saturday, November 10, 2012 @ 20:59:37
  Author: dreisner
Revision: 170764

upgpkg: mkinitcpio 0.11.1-1

https://projects.archlinux.org/mkinitcpio.git/log/?id=0.11.0..0.11.1

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-11 01:29:37 UTC (rev 170763)
+++ PKGBUILD2012-11-11 01:59:37 UTC (rev 170764)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.11.0
+pkgver=0.11.1
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
@@ -18,8 +18,8 @@
 backup=('etc/mkinitcpio.conf')
 
source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
 install=mkinitcpio.install
-sha256sums=('4d65ecb827b9c07955409cdfeab3b64ec2536306961f6050e1a4fbe7ea79d150'
-'275afca3a4ac0ccb5a7d4b89c71ba14ea4a9fbf2dfce63eab6d6d70c831a')
+sha256sums=('b266681c8903cc4b3655ae85b21a8ddca3564835dff9ef941017adb6a63c465a'
+'c9166726e53e8118b03a4e809caa44e73d135d23bb90b3aedfc7377606b3cc53')
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2012-10-21 Thread Dave Reisner
Date: Sunday, October 21, 2012 @ 16:22:22
  Author: dreisner
Revision: 169472

upgpkg: mkinitcpio 0.11.0-1

https://projects.archlinux.org/mkinitcpio.git/log/?id=0.10..0.11.0

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-21 19:56:53 UTC (rev 169471)
+++ PKGBUILD2012-10-21 20:22:22 UTC (rev 169472)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.10
+pkgver=0.11.0
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
@@ -18,8 +18,8 @@
 backup=('etc/mkinitcpio.conf')
 
source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
 install=mkinitcpio.install
-sha256sums=('cd3526b135ede8ca60e05222b1e86cdf3a917947d4fd5b6e6a0a34ec408bc494'
-'21bd8a75203d15706fd66bfc9520ea1eb728736ee8f6c6a595f63f997b2673e3')
+sha256sums=('4d65ecb827b9c07955409cdfeab3b64ec2536306961f6050e1a4fbe7ea79d150'
+'275afca3a4ac0ccb5a7d4b89c71ba14ea4a9fbf2dfce63eab6d6d70c831a')
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2012-06-08 Thread Dave Reisner
Date: Friday, June 8, 2012 @ 18:24:05
  Author: dreisner
Revision: 161278

upgpkg: mkinitcpio 0.9.2-1

Dave Reisner (11):
  explicitly unset build function before sourcing
  fix doc error for add_full_dir
  init: run late/cleanup hooks before checking for init
  functions: style nits
  functions: avoid adding nonexistant modules to config
  Use declare -f over type -t to avoid subshells
  bump copyright year
  remove redundant header comment
  avoid reliance on sed, embrace awk
  update dev PKGBUILD
  lsinitcpio: show only regular files as binaries

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-08 17:28:49 UTC (rev 161277)
+++ PKGBUILD2012-06-08 22:24:05 UTC (rev 161278)
@@ -3,14 +3,14 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
 url=http://www.archlinux.org/;
 license=('GPL')
 depends=('awk' 'mkinitcpio-busybox=1.19.4-2' 'kmod=3' 'util-linux=2.21' 
'libarchive' 'coreutils'
- 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'file' 'gzip' 
'systemd-tools')
+ 'bash' 'findutils' 'grep' 'filesystem=2011.10-1' 'file' 'gzip' 
'systemd-tools')
 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'
@@ -18,7 +18,7 @@
 backup=('etc/mkinitcpio.conf')
 source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;)
 install=mkinitcpio.install
-sha256sums=('c5093277e1c199fa8b9550548ddce61ce03606ea55ef8a012e2129cdb3d5cb54')
+sha256sums=('1c388ab1df4ecdf6204602c66220a79adc2c564956fdf68deb7dde9bab331c28')
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2012-06-02 Thread Dave Reisner
Date: Saturday, June 2, 2012 @ 18:39:08
  Author: dreisner
Revision: 160639

upgpkg: mkinitcpio 0.9.1-1

Dave Reisner (7):
  add_full_dir: properly handle symlinks and empty dirs
  update comments in config
  move running of hooks to separate function
  avoid subshell in adding --quiet to bsdcpio
  add hookpoints to --hookhelp output
  catch errors in ldd ELF dep resolution
  Don't report success when builderrors  0

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-02 22:26:01 UTC (rev 160638)
+++ PKGBUILD2012-06-02 22:39:08 UTC (rev 160639)
@@ -3,14 +3,14 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
 url=http://www.archlinux.org/;
 license=('GPL')
 depends=('awk' 'mkinitcpio-busybox=1.19.4-2' 'kmod=3' 'util-linux=2.21' 
'libarchive' 'coreutils'
- 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'file' 'gzip' 
'udev=182-3')
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'file' 'gzip' 
'systemd-tools')
 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'
@@ -18,8 +18,7 @@
 backup=('etc/mkinitcpio.conf')
 source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;)
 install=mkinitcpio.install
-md5sums=('cbe4783c39e48dff91385f443d300103')
-sha256sums=('e4a58ccb3b5293931fbc28de6b48df7e9e6fe63b41ef7b5038ea33a2e01dc878')
+sha256sums=('c5093277e1c199fa8b9550548ddce61ce03606ea55ef8a012e2129cdb3d5cb54')
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2012-05-28 Thread Dave Reisner
Date: Monday, May 28, 2012 @ 22:21:16
  Author: dreisner
Revision: 160059

add awk as a dep

Modified:
  mkinitcpio/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-28 17:33:12 UTC (rev 160058)
+++ PKGBUILD2012-05-29 02:21:16 UTC (rev 160059)
@@ -9,7 +9,7 @@
 arch=('any')
 url=http://www.archlinux.org/;
 license=('GPL')
-depends=('mkinitcpio-busybox=1.19.4-2' 'kmod=3' 'util-linux=2.21' 
'libarchive' 'coreutils'
+depends=('awk' 'mkinitcpio-busybox=1.19.4-2' 'kmod=3' 'util-linux=2.21' 
'libarchive' 'coreutils'
  'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'file' 'gzip' 
'udev=182-3')
 optdepends=('xz: Use lzma or xz compression for the initramfs image'
 'bzip2: Use bzip2 compression for the initramfs image'



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD mkinitcpio.install)

2012-05-21 Thread Dave Reisner
Date: Monday, May 21, 2012 @ 13:23:59
  Author: dreisner
Revision: 159336

upgpkg: mkinitcpio 0.9.0-2

- add phony udev dep to ensure proper ordering on upgrade
- add install scriptlet to warn about new usr hook

Added:
  mkinitcpio/trunk/mkinitcpio.install
Modified:
  mkinitcpio/trunk/PKGBUILD

+
 PKGBUILD   |5 +++--
 mkinitcpio.install |8 
 2 files changed, 11 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-21 16:28:07 UTC (rev 159335)
+++ PKGBUILD2012-05-21 17:23:59 UTC (rev 159336)
@@ -4,19 +4,20 @@
 
 pkgname=mkinitcpio
 pkgver=0.9.0
-pkgrel=1
+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')
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'file' 'gzip' 
'udev=182-3')
 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;)
+install=mkinitcpio.install
 md5sums=('cbe4783c39e48dff91385f443d300103')
 sha256sums=('e4a58ccb3b5293931fbc28de6b48df7e9e6fe63b41ef7b5038ea33a2e01dc878')
 

Added: mkinitcpio.install
===
--- mkinitcpio.install  (rev 0)
+++ mkinitcpio.install  2012-05-21 17:23:59 UTC (rev 159336)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ $(vercmp 0.9.0 $2) -eq 1 ]; then
+printf '== If your /usr is on a separate partition, you must add the 
usr hook\n'
+printf 'to /etc/mkinitcpio.conf and regenerate your images before 
rebooting\n'
+  fi
+}



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

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

upgpkg: mkinitcpio 0.9.0-1

http://mailman.archlinux.org/pipermail/arch-dev-public/2012-May/022931.html

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-19 08:19:03 UTC (rev 159247)
+++ PKGBUILD2012-05-19 14:52:46 UTC (rev 159248)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.8.8
+pkgver=0.9.0
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
@@ -17,8 +17,8 @@
 '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')
+md5sums=('cbe4783c39e48dff91385f443d300103')
+sha256sums=('e4a58ccb3b5293931fbc28de6b48df7e9e6fe63b41ef7b5038ea33a2e01dc878')
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2012-05-02 Thread Dave Reisner
Date: Wednesday, May 2, 2012 @ 21:50:59
  Author: dreisner
Revision: 158110

upgpkg: mkinitcpio 0.8.8-1

Dave Reisner (24):
  mkinitcpio: refer to /usr/lib/modules uniformly
  mkinitcpio: refuse to run without hooks defined
  bash-completion: align whitespace with rest of repo
  gitignore: ignore the right manpage section
  functions: add parseopts for longopt fun
  mkinitcpio: adopt parseopts for option parsing
  lsinitcpio: adopt parseopts for option parsing
  Add manpage for lsinitcpio
  mkinitcpio.8: manpage cleanup
  mkinitcpio: dont exit from usage
  lsinitcpio: show file sizes in analyze output
  lsinitcpio: avoid exiting from usage
  create lsinitcpio symlink for bash completion
  mmc: add install hook
  mkinitcpio: check return of cd before listing hooks
  bash-completion: avoid using cd
  functions: add missing local for iterator
  functions: align error output with GNU getopt_long
  init_functions: add support for PARTUUID tags
  init_functions: remove non-devtmpfs case
  fsck: try harder to find fsck binaries
  lsinitcpio: fallback on 80 cols when tput fails
  ensure that cmdline added hooks are run properly in early init
  remove 'net' hooks. these belong to mkinitcpio-nfs-utils

Matthew Monaco (1):
  functions: firmware is now in /usr/lib

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-03 01:01:32 UTC (rev 158109)
+++ PKGBUILD2012-05-03 01:50:59 UTC (rev 158110)
@@ -3,8 +3,8 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.8.7
-pkgrel=2
+pkgver=0.8.8
+pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
 url=http://www.archlinux.org/;
@@ -17,8 +17,8 @@
 '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')
+md5sums=('0b760a35055c8f08263dfec81dccc25f')
+sha256sums=('b63d273c899732e7919a956937a4e187d2780f010b0f4774756d58451271269f')
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2012-04-13 Thread Dave Reisner
Date: Friday, April 13, 2012 @ 19:08:26
  Author: dreisner
Revision: 156098

upgpkg: mkinitcpio 0.8.7-2

- readd compat symlink

Modified:
  mkinitcpio/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-13 12:06:18 UTC (rev 156097)
+++ PKGBUILD2012-04-13 23:08:26 UTC (rev 156098)
@@ -4,7 +4,7 @@
 
 pkgname=mkinitcpio
 pkgver=0.8.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
 url=http://www.archlinux.org/;
@@ -22,5 +22,9 @@
 
 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/trunk (PKGBUILD)

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

upgpkg: mkinitcpio 0.8.7-1

Dave Reisner (3):
  mdadm: fix raid[456] autodetection
  hooks: use consistent shebang, modeline, function style
  btrfs: delete hooks -- these belong to core/btrfs

Tobias Powalowski (1):
  fix pcmcia /usr move

Tom Gundersen (1):
  hooks: remove pcmcia hook

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-09 00:36:43 UTC (rev 155907)
+++ PKGBUILD2012-04-09 02:05:16 UTC (rev 155908)
@@ -3,8 +3,8 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.8.6
-pkgrel=2
+pkgver=0.8.7
+pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
 url=http://www.archlinux.org/;
@@ -17,17 +17,10 @@
 '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=('69863edd6cf27f2a29d2b283415c75fb')
-sha256sums=('751a0319d6791612cb372f1b5a7c33e85ba98e94bb2ffe642645e081328b6ea7')
+md5sums=('527847507e6183929ecbdbcdda5031eb')
+sha256sums=('2bfa98845a48e87988bd90c5dbc39ddcc8eb1b6dfc30969a60101952c2ef7d91')
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-
-  # compat symlink
-  install -dm755 $pkgdir/sbin
-  ln -s /usr/bin/mkinitcpio $pkgdir/sbin/mkinitcpio
-
-  # moved to pcmciautils:
-  rm $pkgdir/usr/lib/initcpio/install/pcmcia
 }
 



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2012-04-04 Thread Tom Gundersen
Date: Wednesday, April 4, 2012 @ 07:55:26
  Author: tomegun
Revision: 155501

upgpkg: mkinitcpio 0.8.6-2

move the pcmcia hook to pcmciautils

Modified:
  mkinitcpio/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-04 11:28:36 UTC (rev 155500)
+++ PKGBUILD2012-04-04 11:55:26 UTC (rev 155501)
@@ -4,7 +4,7 @@
 
 pkgname=mkinitcpio
 pkgver=0.8.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
 url=http://www.archlinux.org/;
@@ -26,5 +26,8 @@
   # compat symlink
   install -dm755 $pkgdir/sbin
   ln -s /usr/bin/mkinitcpio $pkgdir/sbin/mkinitcpio
+
+  # moved to pcmciautils:
+  rm $pkgdir/usr/lib/initcpio/install/pcmcia
 }
 



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2012-04-03 Thread Dave Reisner
Date: Tuesday, April 3, 2012 @ 20:19:00
  Author: dreisner
Revision: 155463

upgpkg: mkinitcpio 0.8.6-1

Dave Reisner (13):
  shutdown: add vim modeline, fix whitespacing
  shutdown: disassemble devices on shutdown
  fsck: leverage blank /etc/fstab included by base
  init: fix location of udevd
  init_functions: fix missing * in fsck message
  shutdown: improve handling of dm devices
  add minor tweaks to make testing a bit easier
  mkinitcpio: hardcode a sane PATH
  autodetect: simplify mdadm autodetection
  shutdown: refine umount_all logic
  shutdown: detach all loop devices before umounting
  base: move usb modprobe rule to /usr/lib/modprobe.d
  create /lib as a symlink to /usr/lib

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-03 22:56:38 UTC (rev 155462)
+++ PKGBUILD2012-04-04 00:19:00 UTC (rev 155463)
@@ -3,8 +3,8 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.8.5
-pkgrel=2
+pkgver=0.8.6
+pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
 url=http://www.archlinux.org/;
@@ -17,13 +17,10 @@
 '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')
+md5sums=('69863edd6cf27f2a29d2b283415c75fb')
+sha256sums=('751a0319d6791612cb372f1b5a7c33e85ba98e94bb2ffe642645e081328b6ea7')
 
 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



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

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

upgpkg: mkinitcpio 0.8.5-2

- rebuild with bandaid to point to new path of udev

Modified:
  mkinitcpio/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-01 22:09:21 UTC (rev 155340)
+++ PKGBUILD2012-04-01 22:24:10 UTC (rev 155341)
@@ -4,7 +4,7 @@
 
 pkgname=mkinitcpio
 pkgver=0.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
 url=http://www.archlinux.org/;
@@ -21,6 +21,9 @@
 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



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

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

upgpkg: mkinitcpio 0.8.5-1

Dave Reisner (8):
  mkinitcpio: force UID/GID 0 for files written to image
  hooks/resume: refactor
  init_functions: avoid special treatment for forcefsck
  init_functions: support fsck.mode= cmdline parameter
  natively support locale.conf and vconsole.conf
  move bash completion to /usr/share/bash-completion
  init_functions: fix tag resolution w/o udev rules
  Makefile: simplify 'make dist' target

Gerardo Exequiel Pozzi (1):
  memdisk: fix udev rule path

Matthew Monaco (1):
  bash-completion: find hooks in /usr/lib

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-24 20:57:26 UTC (rev 154248)
+++ PKGBUILD2012-03-24 21:25:36 UTC (rev 154249)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.8.4
+pkgver=0.8.5
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
@@ -17,8 +17,8 @@
 '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=('e7a171a8a52d4e7c40bcbd515877b143')
-sha256sums=('0b90ea5bd592fa5892160430edc1cf59c467e6302694f08a4ea95633bd8bc2dc')
+md5sums=('05aa3ad115dd9af04daff9657ae027c1')
+sha256sums=('52dbd32473619a559c812b11f24698e9f65e0ad88ae08f05421b93b69ae2ce40')
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2012-03-04 Thread Dave Reisner
Date: Sunday, March 4, 2012 @ 18:31:18
  Author: dreisner
Revision: 152123

upgpkg: mkinitcpio 0.8.4-1

Dave Reisner (8):
  install/autodetect: avoid adding empty rootfstype
  install/fsck: use fsck.ext4 for ext[234]
  init_functions: lazily resolve UUID/LABEL tags
  add support for HOOKDIR/INSTDIR as arrays
  mkinitcpio: allow -S to be specified multiple times
  add -A option to specify extra hooks
  init: add informational output about mounting
  mkinitcpio: dedupe MODPATHS array before installation

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-04 23:16:06 UTC (rev 152122)
+++ PKGBUILD2012-03-04 23:31:18 UTC (rev 152123)
@@ -3,13 +3,13 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.8.3
+pkgver=0.8.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' 'kmod=3' 'util-linux=2.21' 
'libarchive' 'coreutils'
+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'
@@ -17,8 +17,8 @@
 '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')
+md5sums=('e7a171a8a52d4e7c40bcbd515877b143')
+sha256sums=('0b90ea5bd592fa5892160430edc1cf59c467e6302694f08a4ea95633bd8bc2dc')
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2012-02-08 Thread Dave Reisner
Date: Wednesday, February 8, 2012 @ 08:22:36
  Author: dreisner
Revision: 149533

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 12:13:30 UTC (rev 149532)
+++ PKGBUILD2012-02-08 13:22:36 UTC (rev 149533)
@@ -4,13 +4,13 @@
 
 pkgname=mkinitcpio
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 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.20.1-2' 
'libarchive' 'coreutils'
- 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'udev=177-1' 
'file' 'gzip')
+ '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'
@@ -26,5 +26,8 @@
   # compat symlink
   install -dm755 $pkgdir/sbin
   ln -s /usr/bin/mkinitcpio $pkgdir/sbin/mkinitcpio
+
+  # XXX: remove udev hooks -- they belong to the udev package
+  rm $pkgdir/lib/initcpio/{hooks,install}/udev
 }
 



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2012-02-08 Thread Dave Reisner
Date: Wednesday, February 8, 2012 @ 08:23:53
  Author: dreisner
Revision: 149536

upgpkg: mkinitcpio 0.8.2-2

- rebuild for udev 181 -- hooks belong to core/udev

Modified:
  mkinitcpio/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 13:23:51 UTC (rev 149535)
+++ PKGBUILD2012-02-08 13:23:53 UTC (rev 149536)
@@ -15,7 +15,7 @@
 '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)
+backup=('etc/mkinitcpio.conf')
 source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;)
 md5sums=('2e0ac0c657ca7a78aa0583b3368c0e44')
 sha256sums=('9a951f9e2a158b65840f476c1b9e1e45c7b06383a90f182f76eab64bd3a398cb')



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2012-01-12 Thread Dave Reisner
Date: Thursday, January 12, 2012 @ 19:59:17
  Author: dreisner
Revision: 146549

upgpkg: mkinitcpio 0.8.2-1

Dave Reisner (5):
  dsdt: remove hook. this has been defunct for years
  udev: update for udev 176
  base: add findmnt as a part of the base layout
  init: mount separate /usr
  autodetect: try to find /usr partition fstype

Gerardo Exequiel Pozzi (2):
  Keep modules.devname needed for on-demand module loading
  Update PS1 ramfs - rootfs

Tom Gundersen (1):
  init: drop support for non-devtmpfs

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 23:16:37 UTC (rev 146548)
+++ PKGBUILD2012-01-13 00:59:17 UTC (rev 146549)
@@ -3,23 +3,22 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.8.1
+pkgver=0.8.2
 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')
+depends=('mkinitcpio-busybox=1.16.1-2' 'kmod=3' 'util-linux=2.20.1-2' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'udev=177-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')
+md5sums=('2e0ac0c657ca7a78aa0583b3368c0e44')
+sha256sums=('9a951f9e2a158b65840f476c1b9e1e45c7b06383a90f182f76eab64bd3a398cb')
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
@@ -28,3 +27,4 @@
   install -dm755 $pkgdir/sbin
   ln -s /usr/bin/mkinitcpio $pkgdir/sbin/mkinitcpio
 }
+



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

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

upgpkg: mkinitcpio 0.8.0-2

add compat symlink to avoid breaking the installer

Modified:
  mkinitcpio/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-29 16:30:26 UTC (rev 143830)
+++ PKGBUILD2011-11-29 18:11:16 UTC (rev 143831)
@@ -4,7 +4,7 @@
 
 pkgname=mkinitcpio
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
 url=http://www.archlinux.org/;
@@ -25,4 +25,8 @@
   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/trunk (PKGBUILD)

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

upgpkg: mkinitcpio 0.8.0-1

Dave Reisner (15):
  mkinitcpio: dereference symlinks when resolving kernver
  update bash completion
  Makefile: install binaries to /usr/bin
  init: don't tell the kernel about the path to modprobe
  init: create /run/initramfs after mounting /run
  init_functions: refactor poll_device
  autodetect: store rootfstype for use by other hooks
  init: use util-linux's /bin/mount
  init_functions: move root resolution to separate function
  init_functions: generalize resolve_device
  init_functions: resolve M:m to device file
  fsck: implement basic fsck support
  install/fsck: new install hook to add fsck and helpers
  init_functions: simplify parse_cmdline
  use util-linux's switch_root binary

Gerardo Exequiel Pozzi (5):
  hooks/resume: Remove unused function
  hooks/resume: Remove grep usage
  init: Remove grep usage
  init: Remove sed cmd usage
  init: Remove unneeded test

Tom Gundersen (1):
  add_symlink: fix argument ordering and add_dir call

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-26 00:25:40 UTC (rev 143537)
+++ PKGBUILD2011-11-26 00:59:43 UTC (rev 143538)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.7.5
+pkgver=0.8.0
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
@@ -17,9 +17,9 @@
 '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)
-backup=(etc/mkinitcpio.conf)
-sha256sums=('3210e27fe689a021996d902c117b9c49dd9463c4424a2b3e2c428a4e4f31bff9')
+sha256sums=('097faaf23aaa6d442e7cc6add7238698abfea4185e7d125dcffd74d0ea159246')
 
 package() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

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

upgpkg: mkinitcpio 0.7.5-1

Dave Reisner (11):
  init: refer to busybox by full path on --install
  move manpage to section 8
  mkinitcpio: avoid stomping on TMPDIR from the environment
  mkinitcpio: ensure get_kernver always returns a kver
  install/pcmcia: fix syntax error (missing )
  manpage: correct section number in manpage header
  install/udev: relocate udevd for udev 174
  install/base: include new_root as part of build process
  init_functions: tighten up mount option gathering
  init_functions: replace grep/sed with PEs
  init_functions: avoid setting var without LHS

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-23 18:50:38 UTC (rev 141095)
+++ PKGBUILD2011-10-23 18:53:10 UTC (rev 141096)
@@ -3,23 +3,23 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.7.4
+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=171-2' 
'file' 'gzip')
+ '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)
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('60ce2c78ecec35a9762c300774753da6870b4469f3b259fe0c116771ff643fd6')
+sha256sums=('3210e27fe689a021996d902c117b9c49dd9463c4424a2b3e2c428a4e4f31bff9')
 
 package() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

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

upgpkg: mkinitcpio 0.7.4-1

Dave Reisner (2):
  mkinitcpio: avoid using mountpoint
  install/base: grab usb-ehci udev rule to /lib

Gerardo Exequiel Pozzi (2):
  [mkinitcpio] Remove early redirection 2/dev/null such node does not 
exists.
  [mkinitcpio] Add missing groups=('base') in PKGBUILD

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-09 23:33:33 UTC (rev 140218)
+++ PKGBUILD2011-10-09 23:40:20 UTC (rev 140219)
@@ -3,14 +3,14 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.7.3
+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=2009.01-2' 'udev=171-2' 
'file' 'gzip')
+ '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'
@@ -19,7 +19,7 @@
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('678b0d29cbcdd266b522e1c056dcbf7002e6819404a2ea8bc958a9e94cd96571')
+sha256sums=('60ce2c78ecec35a9762c300774753da6870b4469f3b259fe0c116771ff643fd6')
 
 package() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

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

upgpkg: mkinitcpio 0.7.3-1

PKGBUILD related:
- remove dependency on 'which' (FS#25994)

Dave Reisner (29):
  mkinitcpio: add --quiet to bsdcpio without -v
  functions: restore verbose feedback to add_module
  autodetect: add verbose feedback on autodetect success
  mkinitcpio: reference -h on failed option parsing
  install/consolefont: cleanup and refactor
  keymap/consolefont: source rc.conf properly from $BASEDIR (FS#24685)
  keymap: simplify unicode detection
  cleanup and bashify install hooks
  base: remove superfluous leading /
  functions: allow ignoring errors on module addition (FS#25096)
  functions: refactor get_{base,dir}name
  functions: perform path lookup for binaries if needed
  functions: specify the delimiter to xargs (FS#25450)
  ensure local scoping of variables
  mkinitcpio: simplify setting of SKIPHOOKS
  mkinitcpio: fix whitespace errors in error messages
  mkinitcpio: explicitly create $BUILDROOT
  mkinitcpio: keep going even when a hook isn't found
  mkinitcpio: insist that /dev and /proc be mounted
  init: support breaks before and after mounting root
  init: allow /run to be mounted with exec perms
  lsinitcpio: disable color when stdout isn't a tty
  lsinitcpio: follow symlinks only when necessary
  functions: fix output order in _add_symlink
  use correct variable to reference compression method
  init_functions: use constants on LHS of tests (FS#26119)
  remove duplicate error in error message
  example.preset: update for newer style syntax
  mkinitcpio: avoid creating savelist in main loop

Florian Pritz (2):
  generate VERSION only for the tarball
  harden version generation

Sebastien Luttringer (1):
  Add a virtio hook

Modified:
  mkinitcpio/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-04 23:59:31 UTC (rev 139814)
+++ PKGBUILD2011-10-04 23:59:49 UTC (rev 139815)
@@ -1,16 +1,16 @@
 # $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
-arch=(any)
+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'
- 'which')
+ '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'
@@ -19,9 +19,10 @@
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('b7282c78ef3144f5547a4012f334b0beb575b7108a5f6a006289a1e78aa9823d')
+sha256sums=('678b0d29cbcdd266b522e1c056dcbf7002e6819404a2ea8bc958a9e94cd96571')
 
 package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2011-07-09 Thread Thomas Bächler
Date: Saturday, July 9, 2011 @ 10:04:52
  Author: thomas
Revision: 131019

mkinitcpio: Update to 0.7.2

Dave Reisner (11):
  mkinitcpio: refactor BASEDIR resolution
  unify error messaging, both in grammar and output
  manpage: wrap at 80 columns, add a vim modeline
  manpage: clarify behaviors, add example, fix typos
  functions: do not null delimit modalias data
  fix module installation issues with BASEDIR
  mkinitcpio: include version in help msg
  Makefile: allow git-describe to determine version
  cleanup devel PKGBUILD
  autodetect: check for /sys/devices before autodetecting
  lsinitcpio: fix logical error in reading compression

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-09 14:03:00 UTC (rev 131018)
+++ PKGBUILD2011-07-09 14:04:52 UTC (rev 131019)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=(any)
@@ -19,7 +19,7 @@
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('2f8ddd101838405a3922ddb0c43396d2d4a3fffbc176a7d652be7252832e86d8')
+sha256sums=('b7282c78ef3144f5547a4012f334b0beb575b7108a5f6a006289a1e78aa9823d')
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2011-07-03 Thread Thomas Bächler
Date: Sunday, July 3, 2011 @ 08:27:46
  Author: thomas
Revision: 130183

Update to 0.7.1

Dave Reisner (17):
  bash-completion: complete -k on kernel images
  bash-completion: match style to rest of code
  bash-completion: use a PE instead of sed
  function: return with 0 if we reach the end of add_binary
  functions: reduce calls to modinfo
  avoid touching the linker directly
  mkinitcpio: use msg instead of echo for hook help
  lsinitcpio: append, not overwrite found hooks
  lsinitcpio: add optional colorized output
  function: fix whitespace errors
  functions: call _add_file directly from add_module
  always exit from cleanup
  functions: reorg, no code changes
  install modules all at once
  base/install: rewrite the config to sanitize it
  cleanup rarely and unused variable declarations
  functions: remove cruft from in_array

Gerardo Exequiel Pozzi (1):
  Fix -k /path when -b is used

Thomas B?\195?\164chler (4):
  init_functions/default_mount_handler: use -l option for blkid to avoid 
syntax errors in a later mount command
  Trim leading spaces in MODULES and earlymodules to prevent error messages 
when one is set to  
  Merge branch 'working' of https://github.com/falconindy/mkinitcpio into 
working
  Release version 0.7.1

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-03 11:14:43 UTC (rev 130182)
+++ PKGBUILD2011-07-03 12:27:46 UTC (rev 130183)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.7
+pkgver=0.7.1
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=(any)
@@ -19,7 +19,7 @@
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('e56eeb62083faa7fade6053870111ca586c0c69a4065670617d96e16c89ba415')
+sha256sums=('2f8ddd101838405a3922ddb0c43396d2d4a3fffbc176a7d652be7252832e86d8')
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2011-06-30 Thread Thomas Bächler
Date: Thursday, June 30, 2011 @ 13:36:51
  Author: thomas
Revision: 129973

mkinitcpio: Release version 0.7

Dave Reisner (52):
  init: don't attempt modprobe if $MODULES is empty
  mkinitcpio.conf: s/raid/mdadm/
  mkinitcpio: deprecate install() in install hooks
  dmesg: remove install/hook
  functions: cleanup and refactor add_binary
  functions: refactor add_module
  functions: remove add_device
  functions: remove add_symlink2
  use bsdcpio to create images
  functions: refactor add_file
  functions: document hook API
  mkinitcpio.conf: note implicit support for lzop
  mkinitcpio: use simple PEs instead of externals
  mkinitcpio: allow specifying kernel ver as path to image
  lsinitcpio: new utility to dump contents of images
  Makefile: refactor and simplify
  mkinitcpio: bashify preset build loop
  use consistent vim modelines
  declare all variables in mkinitcpio
  mkinitcpio: refactor and bashify early path calculations
  declare SAVELIST, QUIET, SHOW_AUTOMODS as faux booleans
  mkinitcpio: remove cruft in getopts loop
  overhaul output, introducing color
  functions: refactor add_symlink
  functions: simplify parse_hook
  mkinitcpio: bashification, part 1/2
  mkinitcpio: bashification, part 2/2
  add -t option to specify alternate build directory
  install/keymap: refactor and bashify
  mkinitcpio: declare usage as a heredoc
  remove support for -m to add a startup message
  install/base: cleanup and simplify
  functions: remove get_module_name
  init: declare PATH, remove absolute paths
  init: remove unnecessary variable declarations
  mkinitcpio: allow overriding the compression method
  mkinitcpio: only show usage on request
  mkinitcpio.5: alphabetize options for easier nav
  README: update copyright year, add self as author
  mkinitcpio: catch errors in parse_hook
  add a PKGBUILD for easier testing from the repo
  mkinitcpio: allow absolute paths to preset files
  install/{sata,pata,scsi}: cleanup and simplify
  properly support $BASEDIR
  install/autodetect: refactor and simplify hook
  functions: support $BASEDIR in modprobe
  Makefile: the Makefile itself is a dep for the manpage
  functions: add missing 'command' before install
  functions: s/basedir/BASEDIR/
  functions: fix pathing issue with $BASEDIR
  install/base: use private API call to add config
  mkinitcpio: fix resolution issues with RTLD

Eric B?\195?\169langer (1):
  Added usbinput to default hooks (implements FS#19328)

Gerardo Exequiel Pozzi (3):
  Fix some install hooks due recent change in all_modules()
  Add missing /etc/bash_completion.d in Makefile
  Add asciidoc as makedepends in private PKGBUILD.

Sebastien Luttringer (6):
  Add bash completion to mkinitcpio
  Fix printing of bash usage when asking for a bad hook
  Print pretty message if no help is defined in hook
  Use error function instead of echo
  Add lsinitcpio bash completion
  Use _get_comp_words_by_ref in bash completion

Thomas B?\195?\164chler (7):
  Merge branch 'master' of https://github.com/seblu/arch-mkinitcpio into 
working
  Remove old '-m' option from bash completion.
  emove old '-a' option from bash completion and fix '-s' option.
  Merge branch 'working'
  Add .gitignore file
  install/keymap: fix installation ($buildroot - $BUILDROOT)
  Release version 0.7

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-30 17:16:34 UTC (rev 129972)
+++ PKGBUILD2011-06-30 17:36:51 UTC (rev 129973)
@@ -2,23 +2,24 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.15
+pkgver=0.7
 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' 
'gen-init-cpio' 'coreutils'
+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'
  'which')
 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)

[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2011-06-16 Thread Thomas Bächler
Date: Thursday, June 16, 2011 @ 13:22:49
  Author: thomas
Revision: 127587

mkinitcpio 0.6.15

Sebastien Luttringer (1):
  Fix detection of not compressed modules

Thomas B?\195?\164chler (2):
  mkinitcpio: Unset GREP_OPTIONS to avoid broken images
  Release version 0.6.15

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-16 17:19:44 UTC (rev 127586)
+++ PKGBUILD2011-06-16 17:22:49 UTC (rev 127587)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.14
+pkgver=0.6.15
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=(any)
@@ -18,7 +18,7 @@
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('79eff04d530eefd9a753e35407cb35f20e023d2dbad5f92dd55dcc54273d38b3')
+sha256sums=('b7218ae51018954b0f0ad7d327204759e0934d72ee6d8c8bd1ef4ecf742bacae')
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2011-06-12 Thread Thomas Bächler
Date: Sunday, June 12, 2011 @ 10:07:08
  Author: thomas
Revision: 127299

mkinitcpio 0.6.14

Dave Reisner (9):
  functions: refactor auto_modules
  functions: refactor all_modules
  functions: refactor checked modules
  mkinitcpio: use binary hashed depmod files
  init: remove support for disablemodules
  init: load all earlymodules at once
  init_functions: support {LABEL,UUID}= syntax
  init_functions: simplify mount case of root=/dev/*
  init: purge environment before leaving early userspace

Thomas B?\195?\164chler (2):
  default_mount_handler: Only try to manually create the root device if 
devtmpfs is not used.
  Release version 0.6.14

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-12 13:50:43 UTC (rev 127298)
+++ PKGBUILD2011-06-12 14:07:08 UTC (rev 127299)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.13
+pkgver=0.6.14
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=(any)
@@ -18,7 +18,7 @@
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('fe145596593e381aac5111c8198ebc39df7271313618901f4805384066ebd4d6')
+sha256sums=('79eff04d530eefd9a753e35407cb35f20e023d2dbad5f92dd55dcc54273d38b3')
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2011-06-02 Thread Thomas Bächler
Date: Thursday, June 2, 2011 @ 13:55:42
  Author: thomas
Revision: 126222

Update to 0.6.13

Dan McGee (1):
  Don't print success/failure result on same line

Thomas B?\195?\164chler (3):
  mkinitcpio.conf: Fix modprobe.conf location in the FILES= example
  Remove load-modules.sh. Requires the udev 171-2 package.
  Release version 0.6.13

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-02 17:49:29 UTC (rev 126221)
+++ PKGBUILD2011-06-02 17:55:42 UTC (rev 126222)
@@ -2,14 +2,14 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.12
+pkgver=0.6.13
 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' 
'gen-init-cpio' 'coreutils'
- 'bash' 'findutils' 'sed' 'grep' 'filesystem=2009.01-2' 'udev=168' 
'file' 'gzip'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2009.01-2' 'udev=171-2' 
'file' 'gzip'
  'which')
 optdepends=('xz: Use lzma or xz compression for the initramfs image'
 'bzip2: Use bzip2 compression for the initramfs image'
@@ -18,7 +18,7 @@
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('1415259edb96e2f7fef517366ce0beb0e85ec4bf666aef2636a4d4d70b67ecd6')
+sha256sums=('fe145596593e381aac5111c8198ebc39df7271313618901f4805384066ebd4d6')
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2011-05-14 Thread Thomas Bächler
Date: Saturday, May 14, 2011 @ 07:31:05
  Author: thomas
Revision: 123925

mkinitcpio: Update to 0.6.12

Gerardo Exequiel Pozzi (3):
  Drop deprecated /proc/sys/kernel/hotplug
  Trigger udev events like in initscripts
  Cleanly stop udev = 168 as recommended by upstream.

Thomas B?\195?\164chler (2):
  Improve comments in mkinitcpio.conf
  Release mkinitcpio 0.6.12

Tom Gundersen (1):
  /run: restrict write access to root

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-14 11:30:01 UTC (rev 123924)
+++ PKGBUILD2011-05-14 11:31:05 UTC (rev 123925)
@@ -2,14 +2,14 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.11
+pkgver=0.6.12
 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' 
'gen-init-cpio' 'coreutils'
- 'bash' 'findutils' 'sed' 'grep' 'filesystem=2009.01-2' 'udev=150' 
'file' 'gzip'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2009.01-2' 'udev=168' 
'file' 'gzip'
  'which')
 optdepends=('xz: Use lzma or xz compression for the initramfs image'
 'bzip2: Use bzip2 compression for the initramfs image'
@@ -18,7 +18,7 @@
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('8acbcb750d71862b89a68d0a95a6ecf6b354086402933b67c958f49ee37d7239')
+sha256sums=('1415259edb96e2f7fef517366ce0beb0e85ec4bf666aef2636a4d4d70b67ecd6')
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2011-04-21 Thread Thomas Bächler
Date: Thursday, April 21, 2011 @ 05:32:48
  Author: thomas
Revision: 120190

mkinitcpio: Update to version 0.6.11

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-21 07:07:53 UTC (rev 120189)
+++ PKGBUILD2011-04-21 09:32:48 UTC (rev 120190)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.10
+pkgver=0.6.11
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=(any)
@@ -18,7 +18,7 @@
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('ef86f9b495fca9d8e330154bdfc8590c4efeb2256519544f5389f73c52606e8f')
+sha256sums=('8acbcb750d71862b89a68d0a95a6ecf6b354086402933b67c958f49ee37d7239')
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2011-04-10 Thread Thomas Bächler
Date: Sunday, April 10, 2011 @ 15:42:14
  Author: thomas
Revision: 119071

mkinitcpio: update to 0.6.10

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-10 19:38:26 UTC (rev 119070)
+++ PKGBUILD2011-04-10 19:42:14 UTC (rev 119071)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.9
+pkgver=0.6.10
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=(any)
@@ -18,7 +18,7 @@
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('36865b84a458386bb26077c8602f98338802a9d4c228003f32dab26e4cc22cfd')
+sha256sums=('ef86f9b495fca9d8e330154bdfc8590c4efeb2256519544f5389f73c52606e8f')
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2011-03-27 Thread Thomas Bächler
Date: Sunday, March 27, 2011 @ 09:29:46
  Author: thomas
Revision: 117005

mkinitcpio: update to 0.6.9

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-27 13:27:39 UTC (rev 117004)
+++ PKGBUILD2011-03-27 13:29:46 UTC (rev 117005)
@@ -1,11 +1,9 @@
 # $Id$
 # Maintainer: Thomas Baechler tho...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.8
-pkgrel=2
+pkgver=0.6.9
+pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=(any)
 url=http://www.archlinux.org/;
@@ -13,14 +11,14 @@
 depends=('mkinitcpio-busybox=1.16.1-2' 'module-init-tools' 'util-linux=2.19' 
'gen-init-cpio' 'coreutils'
  'bash' 'findutils' 'sed' 'grep' 'filesystem=2009.01-2' 'udev=150' 
'file' 'gzip'
  'which')
-optdepends=('xz: Use lzma compression for the initramfs image'
+optdepends=('xz: Use lzma or xz 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=('b2bb47594d6d7a75086dce9205040eebc2459a0371b4d269f10452907a0865c3')
+sha256sums=('36865b84a458386bb26077c8602f98338802a9d4c228003f32dab26e4cc22cfd')
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2011-02-22 Thread Ionut Biru
Date: Tuesday, February 22, 2011 @ 16:55:32
  Author: ibiru
Revision: 110905

upgpkg: mkinitcpio 0.6.8-2
depend on util-linux 2.19 to force installing dependency before generating 
kernel image to avoid the case when util-linux is not present on the system 
while renaming

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-22 20:16:25 UTC (rev 110904)
+++ PKGBUILD2011-02-22 21:55:32 UTC (rev 110905)
@@ -5,12 +5,12 @@
 
 pkgname=mkinitcpio
 pkgver=0.6.8
-pkgrel=1
+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-ng=2.17' 'gen-init-cpio' 'coreutils'
+depends=('mkinitcpio-busybox=1.16.1-2' 'module-init-tools' 'util-linux=2.19' 
'gen-init-cpio' 'coreutils'
  'bash' 'findutils' 'sed' 'grep' 'filesystem=2009.01-2' 'udev=150' 
'file' 'gzip'
  'which')
 optdepends=('xz: Use lzma compression for the initramfs image'



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2011-01-26 Thread Thomas Bächler
Date: Wednesday, January 26, 2011 @ 12:12:40
  Author: thomas
Revision: 107532

mkinitcpio: Upgrade to 0.6.8

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-26 17:03:13 UTC (rev 107531)
+++ PKGBUILD2011-01-26 17:12:40 UTC (rev 107532)
@@ -4,7 +4,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.7
+pkgver=0.6.8
 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=('8d34bfa9c8018f02ee938ac68285e3aa16a1ad84ddc0433998e2d43a428cdcbd')
+sha256sums=('b2bb47594d6d7a75086dce9205040eebc2459a0371b4d269f10452907a0865c3')
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 06:05:21
  Author: thomas
Revision: 85253

Update to 0.6.7

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-11 09:57:19 UTC (rev 85252)
+++ PKGBUILD2010-07-11 10:05:21 UTC (rev 85253)
@@ -4,7 +4,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.6
+pkgver=0.6.7
 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=('2b638eb40cb3513742a2fec59f4903edfa1deab2c8c9b184121bae646345143c')
+sha256sums=('8d34bfa9c8018f02ee938ac68285e3aa16a1ad84ddc0433998e2d43a428cdcbd')
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2010-06-18 Thread Thomas Bächler
Date: Friday, June 18, 2010 @ 19:57:10
  Author: thomas
Revision: 82921

Upgrade to 0.6.6

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-18 22:57:35 UTC (rev 82920)
+++ PKGBUILD2010-06-18 23:57:10 UTC (rev 82921)
@@ -4,7 +4,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.5
+pkgver=0.6.6
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=(any)
@@ -20,12 +20,8 @@
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('846a779a16499109afd732261b726a960d1493c7218020fd1c9e751f13ea14e0')
+sha256sums=('2b638eb40cb3513742a2fec59f4903edfa1deab2c8c9b184121bae646345143c')
 
-build() {
-  :
-}
-
 package() {
   cd $srcdir/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2010-06-03 Thread Thomas Bächler
Date: Thursday, June 3, 2010 @ 08:31:44
  Author: thomas
Revision: 81783

Update to 0.6.5:

Thomas B?\195?\164chler (5):
  Do not umount /proc and /sys before switch_root, but mount --move them 
into the real root
  Mount tmpfs or (if supported) devtmpfs on /dev, move it into the real 
root before switch_root
  udev hook: Add --action=add to udevadm trigger
  udev hook: Add ata_id, path_id, scsi_id and usb_id to allow complete 
persistent storage rules
  Release 0.6.5

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-03 12:30:59 UTC (rev 81782)
+++ PKGBUILD2010-06-03 12:31:44 UTC (rev 81783)
@@ -4,7 +4,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.4
+pkgver=0.6.5
 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=('50d1975498a24b4d11dd77d5bffd4516ec52465bb5e0d172867b8ceeaa04cdd8')
+sha256sums=('846a779a16499109afd732261b726a960d1493c7218020fd1c9e751f13ea14e0')
 
 build() {
   :



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2010-05-17 Thread Thomas Bächler
Date: Monday, May 17, 2010 @ 15:49:49
  Author: thomas
Revision: 80502

mkinitcpio: Require util-linux-ng 2.17 or newer

Modified:
  mkinitcpio/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-17 19:48:50 UTC (rev 80501)
+++ PKGBUILD2010-05-17 19:49:49 UTC (rev 80502)
@@ -10,7 +10,7 @@
 arch=(any)
 url=http://www.archlinux.org/;
 license=('GPL')
-depends=('mkinitcpio-busybox=1.16.1-2' 'module-init-tools' 'util-linux-ng' 
'gen-init-cpio' 'coreutils'
+depends=('mkinitcpio-busybox=1.16.1-2' 'module-init-tools' 
'util-linux-ng=2.17' 'gen-init-cpio' 'coreutils'
  'bash' 'findutils' 'sed' 'grep' 'filesystem=2009.01-2' 'udev=150' 
'file' 'gzip'
  'which')
 optdepends=('xz-utils: Use lzma compression for the initramfs image'



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2010-05-08 Thread Thomas Bächler
Date: Saturday, May 8, 2010 @ 14:42:53
  Author: thomas
Revision: 79881

Update to 0.6.4

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 15:58:13 UTC (rev 79880)
+++ PKGBUILD2010-05-08 18:42:53 UTC (rev 79881)
@@ -4,13 +4,13 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.3
+pkgver=0.6.4
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=(any)
 url=http://www.archlinux.org/;
 license=('GPL')
-depends=('mkinitcpio-busybox' 'module-init-tools' 'util-linux-ng' 
'gen-init-cpio' 'coreutils'
+depends=('mkinitcpio-busybox=1.16.1-2' 'module-init-tools' 'util-linux-ng' 
'gen-init-cpio' 'coreutils'
  'bash' 'findutils' 'sed' 'grep' 'filesystem=2009.01-2' 'udev=150' 
'file' 'gzip'
  'which')
 optdepends=('xz-utils: Use lzma compression for the initramfs image'
@@ -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=('ad0addba354399c9737b4572bbea2c10b45dfb24fd69b87b90f21fec27df2cf7')
+sha256sums=('50d1975498a24b4d11dd77d5bffd4516ec52465bb5e0d172867b8ceeaa04cdd8')
 
 build() {
   :



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2010-02-21 Thread Thomas Bächler
Date: Sunday, February 21, 2010 @ 16:58:51
  Author: thomas
Revision: 69690

Upgrade to 0.6.3

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-21 21:40:33 UTC (rev 69689)
+++ PKGBUILD2010-02-21 21:58:51 UTC (rev 69690)
@@ -4,7 +4,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.2
+pkgver=0.6.3
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=(any)
@@ -21,7 +21,7 @@
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('f68b96130e044938aa11ae44e0cee980e90d480e078acc6124398a88e373431f')
+sha256sums=('ad0addba354399c9737b4572bbea2c10b45dfb24fd69b87b90f21fec27df2cf7')
 
 build() {
   :



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

2010-02-14 Thread Thomas Bächler
Date: Sunday, February 14, 2010 @ 13:21:11
  Author: thomas
Revision: 68875

upgpkg: 0.6.1-0.6.2: Fix critical bug with booting from USB

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-14 17:49:09 UTC (rev 68874)
+++ PKGBUILD2010-02-14 18:21:11 UTC (rev 68875)
@@ -4,7 +4,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=(any)
@@ -21,7 +21,7 @@
   'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('be02f6250098320eeddfa5eaf5d3094da8a9adeb8cea7e77e1192009351f')
+sha256sums=('f68b96130e044938aa11ae44e0cee980e90d480e078acc6124398a88e373431f')
 
 build() {
   :



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

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

Update to 0.5.99.5 - this adds NFS support, the optdepend required for it does 
not exist yet, but will soon.

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-10 17:36:43 UTC (rev 68078)
+++ PKGBUILD2010-02-10 17:38:06 UTC (rev 68079)
@@ -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/trunk (PKGBUILD)

2010-02-07 Thread Thomas Bächler
Date: Sunday, February 7, 2010 @ 05:15:41
  Author: thomas
Revision: 67450

Update to kill-klibc

Modified:
  mkinitcpio/trunk/PKGBUILD

--+
 PKGBUILD |   24 +---
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-07 09:54:23 UTC (rev 67449)
+++ PKGBUILD2010-02-07 10:15:41 UTC (rev 67450)
@@ -4,27 +4,29 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.5.30
+pkgver=0.5.99.3
 pkgrel=1
-pkgdesc=Advanced, modular initramfs image creation utility
+pkgdesc=Modular initramfs image creation utility
 arch=(any)
 url=http://www.archlinux.org/;
 license=('GPL')
 groups=('base')
-depends=('klibc=1.5.15-3' 'klibc-extras=2.5-4' 'klibc-udev=141-3'
- 'gen-init-cpio' 'klibc-module-init-tools=3.5-3' 'coreutils'
- 'bash' 'klibc-kbd=1.15.1-1' 'findutils' 'sed' 'grep'
- 'filesystem=2009.01-2' 'udev=141-3' 'file' 'gzip')
+depends=('mkinitcpio-busybox' 'module-init-tools' 'util-linux-ng' 
'gen-init-cpio' 'coreutils'
+ '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')
+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)
-replaces=('mkinitrd' 'mkinitramfs')
-sha256sums=('b6d5100530a57f14a657548c262041b562121d2585b707bd7f1d04aea7819e23')
-md5sums=('2cea1b85503792e148a5b0d929d068c8')
+sha256sums=('ba047bc3704fde8fb5175e45aa946ad9fafe6f41ba3e181f2402cdfea8f5ddb9')
 
-build()
-{
+build() {
+  :
+}
+
+package() {
   cd $srcdir/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

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

Bugfixes

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-07 20:23:32 UTC (rev 67516)
+++ PKGBUILD2010-02-07 21:23:15 UTC (rev 67517)
@@ -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/trunk (PKGBUILD)

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

Update to 0.5.30

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-24 14:01:47 UTC (rev 65129)
+++ PKGBUILD2010-01-24 14:15:21 UTC (rev 65130)
@@ -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/trunk (PKGBUILD)

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

Update to 0.5.28

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-12 07:17:07 UTC (rev 62784)
+++ PKGBUILD2010-01-12 09:00:38 UTC (rev 62785)
@@ -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/trunk (PKGBUILD)

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

Update to 0.5.27

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-09 16:54:09 UTC (rev 62492)
+++ PKGBUILD2010-01-09 17:00:03 UTC (rev 62493)
@@ -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
 }