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

2018-06-04 Thread Felix Yan via arch-commits
Date: Monday, June 4, 2018 @ 14:27:05
  Author: felixonmars
Revision: 325849

archrelease: copy trunk to extra-x86_64

Added:
  pcmciautils/repos/extra-x86_64/
  pcmciautils/repos/extra-x86_64/PKGBUILD
(from rev 325848, pcmciautils/trunk/PKGBUILD)
  pcmciautils/repos/extra-x86_64/initcpio-install-pcmcia
(from rev 325848, pcmciautils/trunk/initcpio-install-pcmcia)

-+
 PKGBUILD|   33 +
 initcpio-install-pcmcia |   22 ++
 2 files changed, 55 insertions(+)

Copied: pcmciautils/repos/extra-x86_64/PKGBUILD (from rev 325848, 
pcmciautils/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2018-06-04 14:27:05 UTC (rev 325849)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+pkgname=pcmciautils
+pkgver=018
+pkgrel=8
+pkgdesc="Utilities for inserting and removing PCMCIA cards"
+arch=('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=(https://sources.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
+  sed -i -e 's,/sbin,/usr/bin,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"
+}
+sha512sums=('c7c1ecde41a60d3d1fcb12e3be309f8287d0242ad93e17b1286bf2818a0de1f415c89f63fec0571264e5ff87e99ba7ded905e6b671c2f6795ea910a0045261f5'
+
'8e486c7432264bdce6698c3831f89b1473400b99dc5aad70df70b2b01cd4219066595fe3f7bc062c56cc2487ad9d65bb6d27d843e20ebfb03e5479f69a9d5299')

Copied: pcmciautils/repos/extra-x86_64/initcpio-install-pcmcia (from rev 
325848, pcmciautils/trunk/initcpio-install-pcmcia)
===
--- extra-x86_64/initcpio-install-pcmcia(rev 0)
+++ extra-x86_64/initcpio-install-pcmcia2018-06-04 14:27:05 UTC (rev 
325849)
@@ -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 <

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

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:52:52
  Author: tomegun
Revision: 155316

db-move: moved pcmciautils from [staging] to [testing] (i686)

Added:
  pcmciautils/repos/testing-i686/
  pcmciautils/repos/testing-i686/PKGBUILD
(from rev 155315, pcmciautils/repos/staging-i686/PKGBUILD)
Deleted:
  pcmciautils/repos/staging-i686/

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: pcmciautils/repos/testing-i686/PKGBUILD (from rev 155315, 
pcmciautils/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 19:52:52 UTC (rev 155316)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=pcmciautils
+pkgver=018
+pkgrel=3
+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)
+options=(!makeflags)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i -e 's,/usr/bin/install,install,g;
+ s,/lib/udev,/usr/lib/udev,g' Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('964c802994677a71b38ec56554aa229f')



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

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:52:53
  Author: tomegun
Revision: 155317

db-move: moved pcmciautils from [staging] to [testing] (x86_64)

Added:
  pcmciautils/repos/testing-x86_64/
  pcmciautils/repos/testing-x86_64/PKGBUILD
(from rev 155315, pcmciautils/repos/staging-x86_64/PKGBUILD)
Deleted:
  pcmciautils/repos/staging-x86_64/

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: pcmciautils/repos/testing-x86_64/PKGBUILD (from rev 155315, 
pcmciautils/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 19:52:53 UTC (rev 155317)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=pcmciautils
+pkgver=018
+pkgrel=3
+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)
+options=(!makeflags)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i -e 's,/usr/bin/install,install,g;
+ s,/lib/udev,/usr/lib/udev,g' Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('964c802994677a71b38ec56554aa229f')



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

2012-03-16 Thread Tom Gundersen
Date: Friday, March 16, 2012 @ 18:34:34
  Author: tomegun
Revision: 153634

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

Added:
  pcmciautils/repos/core-i686/PKGBUILD
(from rev 153631, pcmciautils/repos/testing-i686/PKGBUILD)
Deleted:
  pcmciautils/repos/core-i686/PKGBUILD
  pcmciautils/repos/testing-i686/

--+
 PKGBUILD |   56 +---
 1 file changed, 29 insertions(+), 27 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-03-16 22:34:33 UTC (rev 153633)
+++ core-i686/PKGBUILD  2012-03-16 22:34:34 UTC (rev 153634)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=pcmciautils
-pkgver=018
-pkgrel=1
-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/pcmciautils-${pkgver}.tar.bz2)
-options=(!makeflags)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e 's,/usr/bin/install,/bin/install,g' Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('5d85669b3440baa4532363da6caaf1b4')

Copied: pcmciautils/repos/core-i686/PKGBUILD (from rev 153631, 
pcmciautils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-03-16 22:34:34 UTC (rev 153634)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=pcmciautils
+pkgver=018
+pkgrel=2
+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)
+options=(!makeflags)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i -e 's,/usr/bin/install,/bin/install,g' Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('964c802994677a71b38ec56554aa229f')



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

2012-03-16 Thread Tom Gundersen
Date: Friday, March 16, 2012 @ 18:34:37
  Author: tomegun
Revision: 153635

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

Added:
  pcmciautils/repos/core-x86_64/PKGBUILD
(from rev 153631, pcmciautils/repos/testing-x86_64/PKGBUILD)
Deleted:
  pcmciautils/repos/core-x86_64/PKGBUILD
  pcmciautils/repos/testing-x86_64/

--+
 PKGBUILD |   56 +---
 1 file changed, 29 insertions(+), 27 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-03-16 22:34:34 UTC (rev 153634)
+++ core-x86_64/PKGBUILD2012-03-16 22:34:37 UTC (rev 153635)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=pcmciautils
-pkgver=018
-pkgrel=1
-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/pcmciautils-${pkgver}.tar.bz2)
-options=(!makeflags)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e 's,/usr/bin/install,/bin/install,g' Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('5d85669b3440baa4532363da6caaf1b4')

Copied: pcmciautils/repos/core-x86_64/PKGBUILD (from rev 153631, 
pcmciautils/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-03-16 22:34:37 UTC (rev 153635)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=pcmciautils
+pkgver=018
+pkgrel=2
+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)
+options=(!makeflags)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i -e 's,/usr/bin/install,/bin/install,g' Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('964c802994677a71b38ec56554aa229f')