[arch-commits] Commit in mkinitcpio/repos (5 files)

Dave Reisner dreisner at archlinux.org
Sun Jun 10 02:54:05 UTC 2012


    Date: Saturday, June 9, 2012 @ 22:54:05
  Author: dreisner
Revision: 161342

db-move: moved mkinitcpio from [testing] to [core] (any)

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

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

Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD	2012-06-10 01:43:11 UTC (rev 161341)
+++ core-any/PKGBUILD	2012-06-10 02:54:05 UTC (rev 161342)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Maintainer: Thomas Bächler <thomas at archlinux.org>
-
-pkgname=mkinitcpio
-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' '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")
-install=mkinitcpio.install
-sha256sums=('c5093277e1c199fa8b9550548ddce61ce03606ea55ef8a012e2129cdb3d5cb54')
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-
-  # compat symlink
-  install -dm755 "$pkgdir/sbin"
-  ln -s /usr/bin/mkinitcpio "$pkgdir/sbin/mkinitcpio"
-}
-

Copied: mkinitcpio/repos/core-any/PKGBUILD (from rev 161341, mkinitcpio/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD	                        (rev 0)
+++ core-any/PKGBUILD	2012-06-10 02:54:05 UTC (rev 161342)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=mkinitcpio
+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' '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")
+install=mkinitcpio.install
+sha256sums=('1c388ab1df4ecdf6204602c66220a79adc2c564956fdf68deb7dde9bab331c28')
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  # compat symlink
+  install -dm755 "$pkgdir/sbin"
+  ln -s /usr/bin/mkinitcpio "$pkgdir/sbin/mkinitcpio"
+}
+

Deleted: core-any/mkinitcpio.install
===================================================================
--- core-any/mkinitcpio.install	2012-06-10 01:43:11 UTC (rev 161341)
+++ core-any/mkinitcpio.install	2012-06-10 02:54:05 UTC (rev 161342)
@@ -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/core-any/mkinitcpio.install (from rev 161341, mkinitcpio/repos/testing-any/mkinitcpio.install)
===================================================================
--- core-any/mkinitcpio.install	                        (rev 0)
+++ core-any/mkinitcpio.install	2012-06-10 02:54:05 UTC (rev 161342)
@@ -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