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

Dave Reisner dreisner at archlinux.org
Wed Nov 14 03:44:25 UTC 2012


    Date: Tuesday, November 13, 2012 @ 22:44:25
  Author: dreisner
Revision: 170962

archrelease: copy trunk to testing-any

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

--------------------+
 PKGBUILD           |   54 +++++++++++++++++++++++++--------------------------
 mkinitcpio.install |   16 +++++++--------
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-14 03:44:17 UTC (rev 170961)
+++ PKGBUILD	2012-11-14 03:44:25 UTC (rev 170962)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Maintainer: Thomas Bächler <thomas at archlinux.org>
-
-pkgname=mkinitcpio
-pkgver=0.11.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' 'util-linux>=2.21' 'libarchive' 'coreutils'
-         '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'
-            '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=('b266681c8903cc4b3655ae85b21a8ddca3564835dff9ef941017adb6a63c465a'
-            'c9166726e53e8118b03a4e809caa44e73d135d23bb90b3aedfc7377606b3cc53')
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 170961, mkinitcpio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-11-14 03:44:25 UTC (rev 170962)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=mkinitcpio
+pkgver=0.11.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' 'util-linux>=2.21' 'libarchive' 'coreutils'
+         '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'
+            '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=('39962cd8025fc803cf8ca5a1447b1f6ea048e91a88e7ab6f0647dc7d2e51972b'
+            'd226193d1044fafeb15ea20a0a8a74e4f0acd11ecd70926248548e0d128fa249')
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+

Deleted: mkinitcpio.install
===================================================================
--- mkinitcpio.install	2012-11-14 03:44:17 UTC (rev 170961)
+++ mkinitcpio.install	2012-11-14 03:44:25 UTC (rev 170962)
@@ -1,8 +0,0 @@
-#!/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
-}

Copied: mkinitcpio/repos/testing-any/mkinitcpio.install (from rev 170961, mkinitcpio/trunk/mkinitcpio.install)
===================================================================
--- mkinitcpio.install	                        (rev 0)
+++ mkinitcpio.install	2012-11-14 03:44:25 UTC (rev 170962)
@@ -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
+}




More information about the arch-commits mailing list