[arch-commits] Commit in mkinitcpio/repos (5 files)
Dave Reisner
dreisner at archlinux.org
Sun Jun 3 16:32:15 UTC 2012
Date: Sunday, June 3, 2012 @ 12:32:15
Author: dreisner
Revision: 160676
db-move: moved mkinitcpio from [testing] to [core] (any)
Added:
mkinitcpio/repos/core-any/PKGBUILD
(from rev 160675, mkinitcpio/repos/testing-any/PKGBUILD)
mkinitcpio/repos/core-any/mkinitcpio.install
(from rev 160675, mkinitcpio/repos/testing-any/mkinitcpio.install)
Deleted:
mkinitcpio/repos/core-any/PKGBUILD
mkinitcpio/repos/core-any/mkinitcpio.install
mkinitcpio/repos/testing-any/
--------------------+
PKGBUILD | 61 +++++++++++++++++++++++++--------------------------
mkinitcpio.install | 16 ++++++-------
2 files changed, 38 insertions(+), 39 deletions(-)
Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD 2012-06-03 16:21:40 UTC (rev 160675)
+++ core-any/PKGBUILD 2012-06-03 16:32:15 UTC (rev 160676)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Maintainer: Thomas Bächler <thomas at archlinux.org>
-
-pkgname=mkinitcpio
-pkgver=0.9.0
-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' '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')
-
-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 160675, mkinitcpio/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD (rev 0)
+++ core-any/PKGBUILD 2012-06-03 16:32:15 UTC (rev 160676)
@@ -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.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"
+}
+
Deleted: core-any/mkinitcpio.install
===================================================================
--- core-any/mkinitcpio.install 2012-06-03 16:21:40 UTC (rev 160675)
+++ core-any/mkinitcpio.install 2012-06-03 16:32:15 UTC (rev 160676)
@@ -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 160675, mkinitcpio/repos/testing-any/mkinitcpio.install)
===================================================================
--- core-any/mkinitcpio.install (rev 0)
+++ core-any/mkinitcpio.install 2012-06-03 16:32:15 UTC (rev 160676)
@@ -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