Date: Friday, October 26, 2012 @ 20:17:40
  Author: dreisner
Revision: 169707

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

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

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

Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD   2012-10-26 21:24:06 UTC (rev 169706)
+++ core-any/PKGBUILD   2012-10-27 00:17:40 UTC (rev 169707)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreis...@archlinux.org>
-# Maintainer: Thomas Bächler <tho...@archlinux.org>
-
-pkgname=mkinitcpio
-pkgver=0.10
-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=('cd3526b135ede8ca60e05222b1e86cdf3a917947d4fd5b6e6a0a34ec408bc494'
-            '21bd8a75203d15706fd66bfc9520ea1eb728736ee8f6c6a595f63f997b2673e3')
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-

Copied: mkinitcpio/repos/core-any/PKGBUILD (from rev 169706, 
mkinitcpio/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD                           (rev 0)
+++ core-any/PKGBUILD   2012-10-27 00:17:40 UTC (rev 169707)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dave Reisner <dreis...@archlinux.org>
+# Maintainer: Thomas Bächler <tho...@archlinux.org>
+
+pkgname=mkinitcpio
+pkgver=0.11.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' '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=('4d65ecb827b9c07955409cdfeab3b64ec2536306961f6050e1a4fbe7ea79d150'
+            '275afca3a4ac0cc5555b5a7d4b89c71ba14ea4a9fbf2dfce63eab6d6d70c831a')
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+

Deleted: core-any/mkinitcpio.install
===================================================================
--- core-any/mkinitcpio.install 2012-10-26 21:24:06 UTC (rev 169706)
+++ core-any/mkinitcpio.install 2012-10-27 00:17:40 UTC (rev 169707)
@@ -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 169706, 
mkinitcpio/repos/testing-any/mkinitcpio.install)
===================================================================
--- core-any/mkinitcpio.install                         (rev 0)
+++ core-any/mkinitcpio.install 2012-10-27 00:17:40 UTC (rev 169707)
@@ -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
+}

Reply via email to