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

Dave Reisner dreisner at archlinux.org
Wed Apr 4 00:19:07 UTC 2012


    Date: Tuesday, April 3, 2012 @ 20:19:07
  Author: dreisner
Revision: 155464

archrelease: copy trunk to testing-any

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

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

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

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 155463, mkinitcpio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-04-04 00:19:07 UTC (rev 155464)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=mkinitcpio
+pkgver=0.8.6
+pkgrel=1
+pkgdesc="Modular initramfs image creation utility"
+arch=('any')
+url="http://www.archlinux.org/"
+license=('GPL')
+depends=('mkinitcpio-busybox>=1.19.4-2' 'kmod>=3' 'util-linux>=2.21' 'libarchive' 'coreutils'
+         'bash' 'findutils' 'sed' 'grep' 'filesystem>=2011.10-1' 'file' 'gzip')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+            'bzip2: Use bzip2 compression for the initramfs image'
+            'lzop: Use lzo compression for the initramfs image'
+            'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+backup=('etc/mkinitcpio.conf')
+source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('69863edd6cf27f2a29d2b283415c75fb')
+sha256sums=('751a0319d6791612cb372f1b5a7c33e85ba98e94bb2ffe642645e081328b6ea7')
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  # compat symlink
+  install -dm755 "$pkgdir/sbin"
+  ln -s /usr/bin/mkinitcpio "$pkgdir/sbin/mkinitcpio"
+}
+




More information about the arch-commits mailing list