[arch-commits] Commit in pcmciautils/repos (10 files)

Tom Gundersen tomegun at archlinux.org
Sat Dec 22 15:22:22 UTC 2012


    Date: Saturday, December 22, 2012 @ 10:22:21
  Author: tomegun
Revision: 173746

db-move: moved pcmciautils from [testing] to [core] (i686, x86_64)

Added:
  pcmciautils/repos/core-i686/PKGBUILD
    (from rev 173744, pcmciautils/repos/testing-i686/PKGBUILD)
  pcmciautils/repos/core-i686/initcpio-install-pcmcia
    (from rev 173744, pcmciautils/repos/testing-i686/initcpio-install-pcmcia)
  pcmciautils/repos/core-x86_64/PKGBUILD
    (from rev 173744, pcmciautils/repos/testing-x86_64/PKGBUILD)
  pcmciautils/repos/core-x86_64/initcpio-install-pcmcia
    (from rev 173744, pcmciautils/repos/testing-x86_64/initcpio-install-pcmcia)
Deleted:
  pcmciautils/repos/core-i686/PKGBUILD
  pcmciautils/repos/core-i686/initcpio-install-pcmcia
  pcmciautils/repos/core-x86_64/PKGBUILD
  pcmciautils/repos/core-x86_64/initcpio-install-pcmcia
  pcmciautils/repos/testing-i686/
  pcmciautils/repos/testing-x86_64/

-------------------------------------+
 core-i686/PKGBUILD                  |   66 ++++++++++++++++------------------
 core-i686/initcpio-install-pcmcia   |   44 +++++++++++-----------
 core-x86_64/PKGBUILD                |   66 ++++++++++++++++------------------
 core-x86_64/initcpio-install-pcmcia |   44 +++++++++++-----------
 4 files changed, 108 insertions(+), 112 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2012-12-22 15:22:20 UTC (rev 173745)
+++ core-i686/PKGBUILD	2012-12-22 15:22:21 UTC (rev 173746)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-pkgname=pcmciautils
-pkgver=018
-pkgrel=5
-pkgdesc="Utilities for inserting and removing PCMCIA cards"
-arch=('i686' 'x86_64')
-url="http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
-license=('GPL')
-groups=('base')
-# sysfsutils will not be required in the next release
-depends=('udev' 'sysfsutils')
-conflicts=('pcmcia-cs')
-# source=(http://kernel.org/pub/linux/utils/kernel/pcmcia/${pkgname}-${pkgver}.tar.bz2) broken due to breakin
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz
-        initcpio-install-pcmcia)
-options=(!makeflags)
-md5sums=('964c802994677a71b38ec56554aa229f'
-         '041af04025daee5b3b05812ac3896c8f')
-
-build() {
-  cd "$pkgname-$pkgver"
-  sed -i -e 's,/usr/bin/install,install,g;
-             s,/lib/udev,/usr/lib/udev,g' Makefile
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-
-  # install the mkinitpcio hook
-  install -Dm644 initcpio-install-pcmcia "$pkgdir/usr/lib/initcpio/install/pcmcia"
-}

Copied: pcmciautils/repos/core-i686/PKGBUILD (from rev 173744, pcmciautils/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2012-12-22 15:22:21 UTC (rev 173746)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=pcmciautils
+pkgver=018
+pkgrel=6
+pkgdesc="Utilities for inserting and removing PCMCIA cards"
+arch=('i686' 'x86_64')
+url="http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
+license=('GPL')
+groups=('base')
+depends=('systemd')
+conflicts=('pcmcia-cs')
+# source=(http://kernel.org/pub/linux/utils/kernel/pcmcia/${pkgname}-${pkgver}.tar.bz2) broken due to breakin
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz
+        initcpio-install-pcmcia)
+options=(!makeflags)
+
+build() {
+  cd "$pkgname-$pkgver"
+  sed -i -e 's,/lib/udev,/usr/lib/udev,g' Makefile
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  # install the mkinitpcio hook
+  install -Dm644 initcpio-install-pcmcia "$pkgdir/usr/lib/initcpio/install/pcmcia"
+}
+md5sums=('2e9469c44dcb790d2b497723c2fa0566'
+         '041af04025daee5b3b05812ac3896c8f')

Deleted: core-i686/initcpio-install-pcmcia
===================================================================
--- core-i686/initcpio-install-pcmcia	2012-12-22 15:22:20 UTC (rev 173745)
+++ core-i686/initcpio-install-pcmcia	2012-12-22 15:22:21 UTC (rev 173746)
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-build() {
-    if add_checked_modules -f 'sound|net' '/drivers/pcmcia/'; then
-        add_module 'sd_mod?'
-    fi
-
-    add_binary "/usr/lib/udev/pcmcia-socket-startup"
-    add_binary "/usr/lib/udev/pcmcia-check-broken-cis"
-    add_file "/usr/lib/udev/rules.d/60-pcmcia.rules"
-    add_file "/etc/pcmcia/config.opts"
-}
-
-help() {
-    cat <<HELPEOF
-This hook loads the necessary modules for a pcmcia root device.  Detection will
-take place at runtime. To minimize the modules in the image, add the autodetect
-hook too.
-HELPEOF
-}
-
-# vim: set ft=sh ts=4 sw=4 et:

Copied: pcmciautils/repos/core-i686/initcpio-install-pcmcia (from rev 173744, pcmciautils/repos/testing-i686/initcpio-install-pcmcia)
===================================================================
--- core-i686/initcpio-install-pcmcia	                        (rev 0)
+++ core-i686/initcpio-install-pcmcia	2012-12-22 15:22:21 UTC (rev 173746)
@@ -0,0 +1,22 @@
+#!/bin/bash
+
+build() {
+    if add_checked_modules -f 'sound|net' '/drivers/pcmcia/'; then
+        add_module 'sd_mod?'
+    fi
+
+    add_binary "/usr/lib/udev/pcmcia-socket-startup"
+    add_binary "/usr/lib/udev/pcmcia-check-broken-cis"
+    add_file "/usr/lib/udev/rules.d/60-pcmcia.rules"
+    add_file "/etc/pcmcia/config.opts"
+}
+
+help() {
+    cat <<HELPEOF
+This hook loads the necessary modules for a pcmcia root device.  Detection will
+take place at runtime. To minimize the modules in the image, add the autodetect
+hook too.
+HELPEOF
+}
+
+# vim: set ft=sh ts=4 sw=4 et:

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2012-12-22 15:22:20 UTC (rev 173745)
+++ core-x86_64/PKGBUILD	2012-12-22 15:22:21 UTC (rev 173746)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-pkgname=pcmciautils
-pkgver=018
-pkgrel=5
-pkgdesc="Utilities for inserting and removing PCMCIA cards"
-arch=('i686' 'x86_64')
-url="http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
-license=('GPL')
-groups=('base')
-# sysfsutils will not be required in the next release
-depends=('udev' 'sysfsutils')
-conflicts=('pcmcia-cs')
-# source=(http://kernel.org/pub/linux/utils/kernel/pcmcia/${pkgname}-${pkgver}.tar.bz2) broken due to breakin
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz
-        initcpio-install-pcmcia)
-options=(!makeflags)
-md5sums=('964c802994677a71b38ec56554aa229f'
-         '041af04025daee5b3b05812ac3896c8f')
-
-build() {
-  cd "$pkgname-$pkgver"
-  sed -i -e 's,/usr/bin/install,install,g;
-             s,/lib/udev,/usr/lib/udev,g' Makefile
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-
-  # install the mkinitpcio hook
-  install -Dm644 initcpio-install-pcmcia "$pkgdir/usr/lib/initcpio/install/pcmcia"
-}

Copied: pcmciautils/repos/core-x86_64/PKGBUILD (from rev 173744, pcmciautils/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2012-12-22 15:22:21 UTC (rev 173746)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=pcmciautils
+pkgver=018
+pkgrel=6
+pkgdesc="Utilities for inserting and removing PCMCIA cards"
+arch=('i686' 'x86_64')
+url="http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
+license=('GPL')
+groups=('base')
+depends=('systemd')
+conflicts=('pcmcia-cs')
+# source=(http://kernel.org/pub/linux/utils/kernel/pcmcia/${pkgname}-${pkgver}.tar.bz2) broken due to breakin
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz
+        initcpio-install-pcmcia)
+options=(!makeflags)
+
+build() {
+  cd "$pkgname-$pkgver"
+  sed -i -e 's,/lib/udev,/usr/lib/udev,g' Makefile
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  # install the mkinitpcio hook
+  install -Dm644 initcpio-install-pcmcia "$pkgdir/usr/lib/initcpio/install/pcmcia"
+}
+md5sums=('2e9469c44dcb790d2b497723c2fa0566'
+         '041af04025daee5b3b05812ac3896c8f')

Deleted: core-x86_64/initcpio-install-pcmcia
===================================================================
--- core-x86_64/initcpio-install-pcmcia	2012-12-22 15:22:20 UTC (rev 173745)
+++ core-x86_64/initcpio-install-pcmcia	2012-12-22 15:22:21 UTC (rev 173746)
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-build() {
-    if add_checked_modules -f 'sound|net' '/drivers/pcmcia/'; then
-        add_module 'sd_mod?'
-    fi
-
-    add_binary "/usr/lib/udev/pcmcia-socket-startup"
-    add_binary "/usr/lib/udev/pcmcia-check-broken-cis"
-    add_file "/usr/lib/udev/rules.d/60-pcmcia.rules"
-    add_file "/etc/pcmcia/config.opts"
-}
-
-help() {
-    cat <<HELPEOF
-This hook loads the necessary modules for a pcmcia root device.  Detection will
-take place at runtime. To minimize the modules in the image, add the autodetect
-hook too.
-HELPEOF
-}
-
-# vim: set ft=sh ts=4 sw=4 et:

Copied: pcmciautils/repos/core-x86_64/initcpio-install-pcmcia (from rev 173744, pcmciautils/repos/testing-x86_64/initcpio-install-pcmcia)
===================================================================
--- core-x86_64/initcpio-install-pcmcia	                        (rev 0)
+++ core-x86_64/initcpio-install-pcmcia	2012-12-22 15:22:21 UTC (rev 173746)
@@ -0,0 +1,22 @@
+#!/bin/bash
+
+build() {
+    if add_checked_modules -f 'sound|net' '/drivers/pcmcia/'; then
+        add_module 'sd_mod?'
+    fi
+
+    add_binary "/usr/lib/udev/pcmcia-socket-startup"
+    add_binary "/usr/lib/udev/pcmcia-check-broken-cis"
+    add_file "/usr/lib/udev/rules.d/60-pcmcia.rules"
+    add_file "/etc/pcmcia/config.opts"
+}
+
+help() {
+    cat <<HELPEOF
+This hook loads the necessary modules for a pcmcia root device.  Detection will
+take place at runtime. To minimize the modules in the image, add the autodetect
+hook too.
+HELPEOF
+}
+
+# vim: set ft=sh ts=4 sw=4 et:




More information about the arch-commits mailing list