[arch-commits] Commit in efibootmgr/repos (8 files)

2016-11-17 Thread Tobias Powalowski
Date: Thursday, November 17, 2016 @ 13:19:39
  Author: tpowa
Revision: 280945

archrelease: copy trunk to core-x86_64, core-i686

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 280944, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 280944, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 280944, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 280944, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
Deleted:
  efibootmgr/repos/core-i686/PKGBUILD
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
  efibootmgr/repos/core-x86_64/PKGBUILD
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch

+
 /PKGBUILD  |  106 +++
 /efibootmgr-tilt_slashes-func.patch|  122 +++
 core-i686/PKGBUILD |   53 -
 core-i686/efibootmgr-tilt_slashes-func.patch   |   61 ---
 core-x86_64/PKGBUILD   |   53 -
 core-x86_64/efibootmgr-tilt_slashes-func.patch |   61 ---
 6 files changed, 228 insertions(+), 228 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-11-17 13:19:27 UTC (rev 280944)
+++ core-i686/PKGBUILD  2016-11-17 13:19:39 UTC (rev 280945)
@@ -1,53 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Murtuza Akhtari 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efibootmgr"
-pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
-pkgver=14
-pkgrel=1
-arch=('x86_64' 'i686')
-url="https://github.com/rhinstaller/efibootmgr;
-license=('GPL2')
-makedepends=('git')
-depends=('pciutils' 'efivar' 'zlib')
-options=('strip' 'zipman' 'docs' '!emptydirs')
-
-source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#tag=${pkgver};)
-#source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=5e9700c2252eed45f4568f3a7c08c866c2c83c0b;)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd "${srcdir}/efibootmgr/"
-   echo "$(git describe --tags)" | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   git clean -x -d -f
-   echo
-   
-}
-
-build() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   make EXTRA_CFLAGS="-Os"
-   echo
-   
-}
-
-package() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   install -d "${pkgdir}/usr/bin/"
-   install -D -m0755 "${srcdir}/efibootmgr/src/efibootmgr" 
"${pkgdir}/usr/bin/efibootmgr"
-   
-   install -d "${pkgdir}/usr/share/man/man8/"
-   install -D -m0644 "${srcdir}/efibootmgr/src/efibootmgr.8" 
"${pkgdir}/usr/share/man/man8/efibootmgr.8"
-   
-}

Copied: efibootmgr/repos/core-i686/PKGBUILD (from rev 280944, 
efibootmgr/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-11-17 13:19:39 UTC (rev 280945)
@@ -0,0 +1,53 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Murtuza Akhtari 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efibootmgr"
+pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
+pkgver=14
+pkgrel=2
+arch=('x86_64' 'i686')
+url="https://github.com/rhinstaller/efibootmgr;
+license=('GPL2')
+makedepends=('git')
+depends=('pciutils' 'efivar' 'zlib')
+options=('strip' 'zipman' 'docs' '!emptydirs')
+
+source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#tag=${pkgver};)
+#source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=5e9700c2252eed45f4568f3a7c08c866c2c83c0b;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efibootmgr/"
+   echo "$(git describe --tags)" | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   git clean -x -d -f
+   echo
+   
+}
+
+build() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   make EXTRA_CFLAGS="-Os"
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   install -d "${pkgdir}/usr/bin/"
+   install -D -m0755 "${srcdir}/efibootmgr/src/efibootmgr" 
"${pkgdir}/usr/bin/efibootmgr"
+   
+   install -d "${pkgdir}/usr/share/man/man8/"
+   install -D -m0644 "${srcdir}/efibootmgr/src/efibootmgr.8" 
"${pkgdir}/usr/share/man/man8/efibootmgr.8"
+   
+}

Deleted: core-i686/efibootmgr-tilt_slashes-func.patch
===
--- 

[arch-commits] Commit in efibootmgr/repos (8 files)

2016-05-30 Thread Tobias Powalowski
Date: Monday, May 30, 2016 @ 22:14:50
  Author: tpowa
Revision: 268756

archrelease: copy trunk to testing-x86_64, testing-i686

Added:
  efibootmgr/repos/testing-i686/PKGBUILD
(from rev 268755, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch
(from rev 268755, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/testing-x86_64/PKGBUILD
(from rev 268755, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/testing-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 268755, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
Deleted:
  efibootmgr/repos/testing-i686/PKGBUILD
  efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch
  efibootmgr/repos/testing-x86_64/PKGBUILD
  efibootmgr/repos/testing-x86_64/efibootmgr-tilt_slashes-func.patch

---+
 /PKGBUILD |  106 +
 /efibootmgr-tilt_slashes-func.patch   |  122 
 testing-i686/PKGBUILD |   53 
 testing-i686/efibootmgr-tilt_slashes-func.patch   |   61 --
 testing-x86_64/PKGBUILD   |   53 
 testing-x86_64/efibootmgr-tilt_slashes-func.patch |   61 --
 6 files changed, 228 insertions(+), 228 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-05-30 19:33:26 UTC (rev 268755)
+++ testing-i686/PKGBUILD   2016-05-30 20:14:50 UTC (rev 268756)
@@ -1,53 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Murtuza Akhtari 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efibootmgr"
-pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
-pkgver=0.12.27.g5e9700c
-pkgrel=1
-arch=('x86_64' 'i686')
-url="https://github.com/rhinstaller/efibootmgr;
-license=('GPL2')
-makedepends=('git')
-depends=('pciutils' 'efivar' 'zlib')
-options=('strip' 'zipman' 'docs' '!emptydirs')
-
-#source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#tag=efibootmgr-${pkgver};)
-source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=5e9700c2252eed45f4568f3a7c08c866c2c83c0b;)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd "${srcdir}/efibootmgr/"
-   echo "$(git describe --tags)" | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   git clean -x -d -f
-   echo
-   
-}
-
-build() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   make EXTRA_CFLAGS="-Os"
-   echo
-   
-}
-
-package() {
-   
-   cd "${srcdir}/efibootmgr/"
-   
-   install -d "${pkgdir}/usr/bin/"
-   install -D -m0755 "${srcdir}/efibootmgr/src/efibootmgr" 
"${pkgdir}/usr/bin/efibootmgr"
-   
-   install -d "${pkgdir}/usr/share/man/man8/"
-   install -D -m0644 "${srcdir}/efibootmgr/src/efibootmgr.8" 
"${pkgdir}/usr/share/man/man8/efibootmgr.8"
-   
-}

Copied: efibootmgr/repos/testing-i686/PKGBUILD (from rev 268755, 
efibootmgr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-30 20:14:50 UTC (rev 268756)
@@ -0,0 +1,53 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Murtuza Akhtari 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efibootmgr"
+pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables"
+pkgver=0.12.27.g5e9700c
+pkgrel=1
+arch=('x86_64' 'i686')
+url="https://github.com/rhinstaller/efibootmgr;
+license=('GPL2')
+makedepends=('git')
+depends=('pciutils' 'efivar' 'zlib')
+options=('strip' 'zipman' 'docs' '!emptydirs')
+
+#source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#tag=efibootmgr-${pkgver};)
+source=("efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#commit=5e9700c2252eed45f4568f3a7c08c866c2c83c0b;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd "${srcdir}/efibootmgr/"
+   echo "$(git describe --tags)" | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   git clean -x -d -f
+   echo
+   
+}
+
+build() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   make EXTRA_CFLAGS="-Os"
+   echo
+   
+}
+
+package() {
+   
+   cd "${srcdir}/efibootmgr/"
+   
+   install -d "${pkgdir}/usr/bin/"
+   install -D -m0755 "${srcdir}/efibootmgr/src/efibootmgr" 
"${pkgdir}/usr/bin/efibootmgr"
+   
+   install -d "${pkgdir}/usr/share/man/man8/"
+   install -D -m0644 "${srcdir}/efibootmgr/src/efibootmgr.8" 
"${pkgdir}/usr/share/man/man8/efibootmgr.8"
+   
+}

Deleted: 

[arch-commits] Commit in efibootmgr/repos (8 files)

2014-11-03 Thread Tobias Powalowski
Date: Monday, November 3, 2014 @ 20:53:27
  Author: tpowa
Revision: 225582

archrelease: copy trunk to testing-x86_64, testing-i686

Added:
  efibootmgr/repos/testing-i686/PKGBUILD
(from rev 225581, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch
(from rev 225581, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/testing-x86_64/PKGBUILD
(from rev 225581, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/testing-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 225581, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
Deleted:
  efibootmgr/repos/testing-i686/PKGBUILD
  efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch
  efibootmgr/repos/testing-x86_64/PKGBUILD
  efibootmgr/repos/testing-x86_64/efibootmgr-tilt_slashes-func.patch

---+
 /PKGBUILD |  106 +
 /efibootmgr-tilt_slashes-func.patch   |  122 
 testing-i686/PKGBUILD |   53 
 testing-i686/efibootmgr-tilt_slashes-func.patch   |   61 --
 testing-x86_64/PKGBUILD   |   53 
 testing-x86_64/efibootmgr-tilt_slashes-func.patch |   61 --
 6 files changed, 228 insertions(+), 228 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-11-03 19:53:01 UTC (rev 225581)
+++ testing-i686/PKGBUILD   2014-11-03 19:53:27 UTC (rev 225582)
@@ -1,53 +0,0 @@
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Murtuza Akhtari inxsible at gmail dot com
-# Contributor: Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
-
-pkgname=efibootmgr
-pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
-pkgver=0.10.0
-pkgrel=1
-arch=('x86_64' 'i686')
-url=https://github.com/vathpela/efibootmgr;
-license=('GPL2')
-makedepends=('git')
-depends=('pciutils' 'efivar' 'zlib')
-options=('strip' 'zipman' 'docs' '!emptydirs')
-
-source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#tag=efibootmgr-${pkgver};)
-#source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#commit=099e1107489a24e019e8900f1c44da646945c343;)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd ${srcdir}/efibootmgr/
-   echo $(git describe --tags) | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd ${srcdir}/efibootmgr/
-   
-   git clean -x -d -f
-   echo
-   
-}
-
-build() {
-   
-   cd ${srcdir}/efibootmgr/
-   
-   make EXTRA_CFLAGS=-Os
-   echo
-   
-}
-
-package() {
-   
-   cd ${srcdir}/efibootmgr/
-   
-   install -d ${pkgdir}/usr/bin/
-   install -D -m0755 ${srcdir}/efibootmgr/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
-   
-   install -d ${pkgdir}/usr/share/man/man8/
-   install -D -m0644 ${srcdir}/efibootmgr/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
-   
-}

Copied: efibootmgr/repos/testing-i686/PKGBUILD (from rev 225581, 
efibootmgr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-03 19:53:27 UTC (rev 225582)
@@ -0,0 +1,53 @@
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Murtuza Akhtari inxsible at gmail dot com
+# Contributor: Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
+
+pkgname=efibootmgr
+pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
+pkgver=0.11.0
+pkgrel=1
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efibootmgr;
+license=('GPL2')
+makedepends=('git')
+depends=('pciutils' 'efivar' 'zlib')
+options=('strip' 'zipman' 'docs' '!emptydirs')
+
+source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#tag=efibootmgr-${pkgver};)
+#source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#commit=099e1107489a24e019e8900f1c44da646945c343;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/efibootmgr/
+   echo $(git describe --tags) | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd ${srcdir}/efibootmgr/
+   
+   git clean -x -d -f
+   echo
+   
+}
+
+build() {
+   
+   cd ${srcdir}/efibootmgr/
+   
+   make EXTRA_CFLAGS=-Os
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/efibootmgr/
+   
+   install -d ${pkgdir}/usr/bin/
+   install -D -m0755 ${srcdir}/efibootmgr/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
+   
+   install -d ${pkgdir}/usr/share/man/man8/
+   install -D -m0644 ${srcdir}/efibootmgr/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
+   
+}

Deleted: 

[arch-commits] Commit in efibootmgr/repos (8 files)

2013-01-27 Thread Tobias Powalowski
Date: Sunday, January 27, 2013 @ 10:30:54
  Author: tpowa
Revision: 176067

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  efibootmgr/repos/extra-i686/PKGBUILD
(from rev 176066, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/extra-x86_64/PKGBUILD
(from rev 176066, efibootmgr/trunk/PKGBUILD)
Deleted:
  efibootmgr/repos/extra-i686/PKGBUILD
  efibootmgr/repos/extra-i686/efibootmgr_after_0.5.4_git.patch
  efibootmgr/repos/extra-i686/efibootmgr_default_to_grub2.patch
  efibootmgr/repos/extra-x86_64/PKGBUILD
  efibootmgr/repos/extra-x86_64/efibootmgr_after_0.5.4_git.patch
  efibootmgr/repos/extra-x86_64/efibootmgr_default_to_grub2.patch

+
 extra-i686/PKGBUILD|   98 ++
 extra-i686/efibootmgr_after_0.5.4_git.patch|  159 ---
 extra-i686/efibootmgr_default_to_grub2.patch   |   45 --
 extra-x86_64/PKGBUILD  |   98 ++
 extra-x86_64/efibootmgr_after_0.5.4_git.patch  |  159 ---
 extra-x86_64/efibootmgr_default_to_grub2.patch |   45 --
 6 files changed, 92 insertions(+), 512 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-27 09:30:45 UTC (rev 176066)
+++ extra-i686/PKGBUILD 2013-01-27 09:30:54 UTC (rev 176067)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor : Murtuza Akhtari inxsible at gmail dot com
-# Contributor: Keshav P R skodabenz at rocketmail dot com
-
-pkgname=efibootmgr
-pkgver=0.5.4
-pkgrel=3
-pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables.
-arch=('i686' 'x86_64')
-url=http://linux.dell.com/efibootmgr/;
-license=('GPL2')
-depends=('zlib' 'pciutils')
-makedepends=()
-provides=()
-options=(strip purge docs zipman !emptydirs)
-
-source=(http://linux.dell.com/efibootmgr/permalink/${pkgname}-${pkgver}.tar.gz;
-   'efibootmgr_after_0.5.4_git.patch' 
-   'efibootmgr_default_to_grub2.patch')
-
-build () { 
-   rm -rf ${srcdir}/efibootmgr-${pkgver}_build/ || true
-   
-   cp -r ${srcdir}/efibootmgr-${pkgver} 
${srcdir}/efibootmgr-${pkgver}_build
-   
-   cd ${srcdir}/efibootmgr-${pkgver}_build/
-   
-   patch -Np1 -i ${srcdir}/efibootmgr_after_0.5.4_git.patch
-   patch -Np1 -i ${srcdir}/efibootmgr_default_to_grub2.patch
-   echo
-   
-   CFLAGS= make
-   echo
-   
-}
-
-
-package() {
-   
-   mkdir -p ${pkgdir}/usr/sbin/
-   mkdir -p ${pkgdir}/usr/share/man/man8/
-   
-   cd ${srcdir}/efibootmgr-${pkgver}_build/
-   
-   install -D -m755 
${srcdir}/efibootmgr-${pkgver}_build/src/efibootmgr/efibootmgr 
${pkgdir}/usr/sbin/efibootmgr
-   install -D -m644 
${srcdir}/efibootmgr-${pkgver}_build/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
-   
-}
-md5sums=('cfcf24752d6461b73f7ba964bbf73169'
- '29730052de0d6911457a26011f8ddb6e'
- 'b99b8f79842b96c241a0b0fcfb75c778')

Copied: efibootmgr/repos/extra-i686/PKGBUILD (from rev 176066, 
efibootmgr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-27 09:30:54 UTC (rev 176067)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor : Murtuza Akhtari inxsible at gmail dot com
+# Contributor: Keshav P R skodabenz at rocketmail dot com
+
+pkgname=efibootmgr
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables.
+arch=('i686' 'x86_64')
+url=http://linux.dell.com/efibootmgr/;
+license=('GPL2')
+depends=('zlib' 'pciutils')
+makedepends=()
+provides=()
+options=(strip purge docs zipman !emptydirs)
+
+source=(http://linux.dell.com/efibootmgr/permalink/${pkgname}-${pkgver}.tar.gz;)
+
+build () { 
+   rm -rf ${srcdir}/efibootmgr-${pkgver}_build/ || true
+   
+   cp -r ${srcdir}/efibootmgr-${pkgver} 
${srcdir}/efibootmgr-${pkgver}_build
+   
+   cd ${srcdir}/efibootmgr-${pkgver}_build/
+   
+   echo
+   
+   CFLAGS= make
+   echo
+   
+}
+
+
+package() {
+   
+   mkdir -p ${pkgdir}/usr/sbin/
+   mkdir -p ${pkgdir}/usr/share/man/man8/
+   
+   cd ${srcdir}/efibootmgr-${pkgver}_build/
+   
+   install -D -m755 
${srcdir}/efibootmgr-${pkgver}_build/src/efibootmgr/efibootmgr 
${pkgdir}/usr/sbin/efibootmgr
+   install -D -m644 
${srcdir}/efibootmgr-${pkgver}_build/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
+   
+}
+md5sums=('9e9a31d79e579644de83a14139b66d10')

Deleted: extra-i686/efibootmgr_after_0.5.4_git.patch
===
--- extra-i686/efibootmgr_after_0.5.4_git.patch 2013-01-27 09:30:45 UTC (rev 
176066)
+++ extra-i686/efibootmgr_after_0.5.4_git.patch