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

2017-03-17 Thread Tobias Powalowski
Date: Friday, March 17, 2017 @ 08:05:42
  Author: tpowa
Revision: 290977

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

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 290976, efibootmgr/repos/testing-i686/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 290976, 
efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 290976, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 290976, 
efibootmgr/repos/testing-x86_64/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
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-x86_64/

+
 /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  2017-03-17 08:05:40 UTC (rev 290976)
+++ core-i686/PKGBUILD  2017-03-17 08:05:42 UTC (rev 290977)
@@ -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=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"
-   
-}

Copied: efibootmgr/repos/core-i686/PKGBUILD (from rev 290976, 
efibootmgr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2017-03-17 08:05:42 UTC (rev 290977)
@@ -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=15
+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" EFIDIR="/boot/EFI"
+   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" 

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

2016-10-23 Thread Tobias Powalowski
Date: Sunday, October 23, 2016 @ 06:08:59
  Author: tpowa
Revision: 279162

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

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 279161, efibootmgr/repos/testing-i686/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 279161, 
efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 279161, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 279161, 
efibootmgr/repos/testing-x86_64/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
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-x86_64/

+
 /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-10-23 06:08:38 UTC (rev 279161)
+++ core-i686/PKGBUILD  2016-10-23 06:08:59 UTC (rev 279162)
@@ -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=13
-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 279161, 
efibootmgr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-10-23 06:08:59 UTC (rev 279162)
@@ -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=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"
+  

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

2016-08-25 Thread Tobias Powalowski
Date: Thursday, August 25, 2016 @ 20:13:23
  Author: tpowa
Revision: 274644

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

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 274643, efibootmgr/repos/testing-i686/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 274643, 
efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 274643, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 274643, 
efibootmgr/repos/testing-x86_64/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
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-x86_64/

+
 /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-08-25 20:13:21 UTC (rev 274643)
+++ core-i686/PKGBUILD  2016-08-25 20:13:23 UTC (rev 274644)
@@ -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/core-i686/PKGBUILD (from rev 274643, 
efibootmgr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-08-25 20:13:23 UTC (rev 274644)
@@ -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=13
+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" 

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

2016-05-30 Thread Tobias Powalowski
Date: Tuesday, May 31, 2016 @ 07:43:09
  Author: tpowa
Revision: 268758

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

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 268757, efibootmgr/repos/testing-i686/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 268757, 
efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 268757, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 268757, 
efibootmgr/repos/testing-x86_64/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
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-x86_64/

+
 /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-05-30 20:15:12 UTC (rev 268757)
+++ core-i686/PKGBUILD  2016-05-31 05:43:09 UTC (rev 268758)
@@ -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.25.g75d2580
-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=75d25807ba81cb724964c989012611272c8f1f5d;)
-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 268757, 
efibootmgr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-05-31 05:43:09 UTC (rev 268758)
@@ -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" 

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

2016-05-15 Thread Tobias Powalowski
Date: Sunday, May 15, 2016 @ 20:00:48
  Author: tpowa
Revision: 268071

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

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 268070, efibootmgr/repos/testing-i686/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 268070, 
efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 268070, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 268070, 
efibootmgr/repos/testing-x86_64/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
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-x86_64/

+
 /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-05-15 18:00:46 UTC (rev 268070)
+++ core-i686/PKGBUILD  2016-05-15 18:00:48 UTC (rev 268071)
@@ -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
-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/core-i686/PKGBUILD (from rev 268070, 
efibootmgr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-05-15 18:00:48 UTC (rev 268071)
@@ -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.25.g75d2580
+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=75d25807ba81cb724964c989012611272c8f1f5d;)
+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" 

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

2015-06-25 Thread Tobias Powalowski
Date: Thursday, June 25, 2015 @ 08:45:46
  Author: tpowa
Revision: 241275

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

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 241273, efibootmgr/repos/testing-i686/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 241273, 
efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 241273, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 241273, 
efibootmgr/repos/testing-x86_64/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
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-x86_64/

+
 /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  2015-06-25 06:45:44 UTC (rev 241274)
+++ core-i686/PKGBUILD  2015-06-25 06:45:46 UTC (rev 241275)
@@ -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.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
-   
-}

Copied: efibootmgr/repos/core-i686/PKGBUILD (from rev 241273, 
efibootmgr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-06-25 06:45:46 UTC (rev 241275)
@@ -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.12
+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 

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

2014-11-11 Thread Tobias Powalowski
Date: Wednesday, November 12, 2014 @ 08:44:17
  Author: tpowa
Revision: 226106

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

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 226103, efibootmgr/repos/testing-i686/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 226103, 
efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 226103, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 226103, 
efibootmgr/repos/testing-x86_64/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
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-x86_64/

+
 /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  2014-11-12 07:44:15 UTC (rev 226105)
+++ core-i686/PKGBUILD  2014-11-12 07:44:17 UTC (rev 226106)
@@ -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.8.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/core-i686/PKGBUILD (from rev 226103, 
efibootmgr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-11-12 07:44:17 UTC (rev 226106)
@@ -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 

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

2014-09-22 Thread Tobias Powalowski
Date: Monday, September 22, 2014 @ 08:04:22
  Author: tpowa
Revision: 222557

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

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 222555, efibootmgr/repos/testing-i686/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 222555, 
efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 222555, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 222555, 
efibootmgr/repos/testing-x86_64/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
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-09-22 06:04:21 UTC (rev 222556)
+++ core-i686/PKGBUILD  2014-09-22 06:04:22 UTC (rev 222557)
@@ -1,54 +0,0 @@
-# $Id$
-# 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.7.0.16.g099e110
-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/core-i686/PKGBUILD (from rev 222555, 
efibootmgr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-09-22 06:04:22 UTC (rev 222557)
@@ -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.8.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 

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

2014-08-11 Thread Tobias Powalowski
Date: Monday, August 11, 2014 @ 09:00:38
  Author: tpowa
Revision: 219526

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

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 219524, efibootmgr/repos/testing-i686/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 219524, 
efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 219524, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 219524, 
efibootmgr/repos/testing-x86_64/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
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-x86_64/

+
 /PKGBUILD  |  108 
 /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, 230 insertions(+), 228 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-08-11 07:00:37 UTC (rev 219525)
+++ core-i686/PKGBUILD  2014-08-11 07:00:38 UTC (rev 219526)
@@ -1,53 +0,0 @@
-# $Id$
-# 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.7.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};)
-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/core-i686/PKGBUILD (from rev 219524, 
efibootmgr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-08-11 07:00:38 UTC (rev 219526)
@@ -0,0 +1,54 @@
+# $Id$
+# 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.7.0.16.g099e110
+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 (10 files)

2014-04-18 Thread Tobias Powalowski
Date: Friday, April 18, 2014 @ 12:46:54
  Author: tpowa
Revision: 211195

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

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 211193, efibootmgr/repos/testing-i686/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 211193, 
efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 211193, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 211193, 
efibootmgr/repos/testing-x86_64/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
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-04-18 10:46:53 UTC (rev 211194)
+++ core-i686/PKGBUILD  2014-04-18 10:46:54 UTC (rev 211195)
@@ -1,57 +0,0 @@
-# $Id$
-# 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
-pkgname=${_pkgname}
-
-_gitroot=https://github.com/vathpela/efibootmgr.git;
-_gitname=${_pkgname}
-_gitbranch=master
-
-_GIT_COMMIT=f4e29e4200ed1e866c9cf98d2ebdcb8ac2e9826c
-
-pkgver=0.6.1.29.gf4e29e4
-pkgrel=1
-pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
-arch=('x86_64' 'i686')
-url=https://github.com/vathpela/efibootmgr;
-license=('GPL2')
-makedepends=('git')
-depends=('pciutils' 'efivar' 'zlib')
-conflicts=(${_pkgname}-pjones)
-provides=(${_pkgname}-pjones=${pkgver})
-options=('strip' 'zipman' '!emptydirs')
-
-source=(${_gitname}::git+${_gitroot}#commit=${_GIT_COMMIT})
-sha1sums=('SKIP')
-
-pkgver() {
-   cd ${srcdir}/${_gitname}/
-   echo $(git describe --tags) | sed -e 's|-|\.|g'
-}
-
-build() {
-   
-   rm -rf ${srcdir}/${_gitname}_build/ || true
-   cp -r ${srcdir}/${_gitname} ${srcdir}/${_gitname}_build
-   
-   cd ${srcdir}/${_gitname}_build/
-   
-   make EXTRA_CFLAGS=-Os
-   echo
-   
-}
-
-package() {
-   
-   cd ${srcdir}/${_gitname}_build/
-   
-   install -d ${pkgdir}/usr/bin/
-   install -D -m0755 
${srcdir}/${_gitname}_build/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
-   
-   install -d ${pkgdir}/usr/share/man/man8/
-   install -D -m0644 
${srcdir}/${_gitname}_build/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
-   
-}

Copied: efibootmgr/repos/core-i686/PKGBUILD (from rev 211193, 
efibootmgr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-04-18 10:46:54 UTC (rev 211195)
@@ -0,0 +1,53 @@
+# $Id$
+# 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.7.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};)
+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 

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

2014-04-07 Thread Tobias Powalowski
Date: Monday, April 7, 2014 @ 15:53:47
  Author: tpowa
Revision: 209871

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

Added:
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-i686/PKGBUILD
(from rev 209870, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch
(from rev 209870, efibootmgr/trunk/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/testing-x86_64/
  efibootmgr/repos/testing-x86_64/PKGBUILD
(from rev 209870, efibootmgr/trunk/PKGBUILD)
  efibootmgr/repos/testing-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 209870, 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 |   57 -
 testing-i686/efibootmgr-tilt_slashes-func.patch   |   61 --
 testing-x86_64/PKGBUILD   |   57 -
 testing-x86_64/efibootmgr-tilt_slashes-func.patch |   61 --
 6 files changed, 228 insertions(+), 236 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-02-24 11:47:14 UTC (rev 206360)
+++ testing-i686/PKGBUILD   2014-04-07 13:53:47 UTC (rev 209871)
@@ -1,57 +0,0 @@
-# $Id$
-# 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
-pkgname=${_pkgname}
-
-_gitroot=https://github.com/vathpela/efibootmgr.git;
-_gitname=${_pkgname}
-_gitbranch=master
-
-_GIT_COMMIT=f4e29e4200ed1e866c9cf98d2ebdcb8ac2e9826c
-
-pkgver=0.6.1.29.gf4e29e4
-pkgrel=1
-pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
-arch=('x86_64' 'i686')
-url=https://github.com/vathpela/efibootmgr;
-license=('GPL2')
-makedepends=('git')
-depends=('pciutils' 'efivar' 'zlib')
-conflicts=(${_pkgname}-pjones)
-provides=(${_pkgname}-pjones=${pkgver})
-options=('strip' 'zipman' '!emptydirs')
-
-source=(${_gitname}::git+${_gitroot}#commit=${_GIT_COMMIT})
-sha1sums=('SKIP')
-
-pkgver() {
-   cd ${srcdir}/${_gitname}/
-   echo $(git describe --tags) | sed -e 's|-|\.|g'
-}
-
-build() {
-   
-   rm -rf ${srcdir}/${_gitname}_build/ || true
-   cp -r ${srcdir}/${_gitname} ${srcdir}/${_gitname}_build
-   
-   cd ${srcdir}/${_gitname}_build/
-   
-   make EXTRA_CFLAGS=-Os
-   echo
-   
-}
-
-package() {
-   
-   cd ${srcdir}/${_gitname}_build/
-   
-   install -d ${pkgdir}/usr/bin/
-   install -D -m0755 
${srcdir}/${_gitname}_build/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
-   
-   install -d ${pkgdir}/usr/share/man/man8/
-   install -D -m0644 
${srcdir}/${_gitname}_build/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
-   
-}

Copied: efibootmgr/repos/testing-i686/PKGBUILD (from rev 209870, 
efibootmgr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-07 13:53:47 UTC (rev 209871)
@@ -0,0 +1,53 @@
+# $Id$
+# 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.7.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};)
+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 

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

2014-02-27 Thread Tobias Powalowski
Date: Thursday, February 27, 2014 @ 11:35:34
  Author: tpowa
Revision: 206469

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

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 206467, efibootmgr/repos/testing-i686/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 206467, 
efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 206467, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 206467, 
efibootmgr/repos/testing-x86_64/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
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-x86_64/

+
 /PKGBUILD  |  114 +
 /efibootmgr-tilt_slashes-func.patch|  122 +++
 core-i686/PKGBUILD |   59 ---
 core-i686/efibootmgr-tilt_slashes-func.patch   |   61 ---
 core-x86_64/PKGBUILD   |   59 ---
 core-x86_64/efibootmgr-tilt_slashes-func.patch |   61 ---
 6 files changed, 236 insertions(+), 240 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-02-27 10:35:33 UTC (rev 206468)
+++ core-i686/PKGBUILD  2014-02-27 10:35:34 UTC (rev 206469)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Murtuza Akhtari inxsible at gmail dot com
-# Contributor: Keshav Padram Amburay (the.ridikulus.rat) (aatt) (gemmaeiil) 
(ddoott) (ccoomm)
-
-pkgname=efibootmgr
-
-_gitroot=git://github.com/vathpela/efibootmgr.git
-_gitname=${pkgname}-pjones
-_gitbranch=libefivars
-
-pkgver=0.6.0.138.1132342
-pkgrel=1
-pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
-arch=('x86_64' 'i686')
-url=https://github.com/vathpela/efibootmgr;
-license=('GPL2')
-makedepends=('git')
-depends=('pciutils' 'efivar' 'zlib')
-options=('strip' 'zipman' '!emptydirs')
-
-source=(${_gitname}::git+${_gitroot}#branch=${_gitbranch})
-sha1sums=('SKIP')
-
-pkgver() {
-   cd ${srcdir}/${_gitname}/
-   
-   _RELEASE_MAJOR=$(grep 'RELEASE_MAJOR' ${srcdir}/${_gitname}/Makefile 
| head -1 | sed -e 's|RELEASE_MAJOR := ||g')
-   _RELEASE_MINOR=$(grep 'RELEASE_MINOR' ${srcdir}/${_gitname}/Makefile 
| head -1 | sed -e 's|RELEASE_MINOR := ||g')
-   _RELEASE_SUBLEVEL=$(grep 'RELEASE_SUBLEVEL' 
${srcdir}/${_gitname}/Makefile | head -1 | sed -e 's|RELEASE_SUBLEVEL := 
||g')
-   
-   _ACTUAL_VER=$(echo 
${_RELEASE_MAJOR}.${_RELEASE_MINOR}.${_RELEASE_SUBLEVEL} | sed 's| ||g')
-   
-   echo ${_ACTUAL_VER}.$(git rev-list --count HEAD).$(git rev-parse 
--short HEAD)
-}
-
-build() {
-   
-   rm -rf ${srcdir}/${_gitname}_build/ || true
-   cp -r ${srcdir}/${_gitname} ${srcdir}/${_gitname}_build
-   
-   cd ${srcdir}/${_gitname}_build/
-   
-   make EXTRA_CFLAGS=-Os
-   echo
-   
-}
-
-package() {
-   
-   cd ${srcdir}/${_gitname}_build/
-   
-   install -d ${pkgdir}/usr/bin/
-   install -D -m0755 
${srcdir}/${_gitname}_build/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
-   
-   install -d ${pkgdir}/usr/share/man/man8/
-   install -D -m0644 
${srcdir}/${_gitname}_build/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
-   
-}

Copied: efibootmgr/repos/core-i686/PKGBUILD (from rev 206467, 
efibootmgr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-02-27 10:35:34 UTC (rev 206469)
@@ -0,0 +1,57 @@
+# $Id$
+# 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
+pkgname=${_pkgname}
+
+_gitroot=https://github.com/vathpela/efibootmgr.git;
+_gitname=${_pkgname}
+_gitbranch=master
+
+_GIT_COMMIT=f4e29e4200ed1e866c9cf98d2ebdcb8ac2e9826c
+
+pkgver=0.6.1.29.gf4e29e4
+pkgrel=1
+pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efibootmgr;
+license=('GPL2')
+makedepends=('git')
+depends=('pciutils' 'efivar' 'zlib')
+conflicts=(${_pkgname}-pjones)
+provides=(${_pkgname}-pjones=${pkgver})
+options=('strip' 'zipman' '!emptydirs')
+
+source=(${_gitname}::git+${_gitroot}#commit=${_GIT_COMMIT})
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/${_gitname}/
+   echo $(git describe --tags) | sed 

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

2013-09-16 Thread Tobias Powalowski
Date: Monday, September 16, 2013 @ 14:11:58
  Author: tpowa
Revision: 194435

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

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 194434, efibootmgr/repos/testing-i686/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 194434, 
efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 194434, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 194434, 
efibootmgr/repos/testing-x86_64/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
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-x86_64/

+
 /PKGBUILD  |  118 ++
 /efibootmgr-tilt_slashes-func.patch|  122 +++
 core-i686/PKGBUILD |   49 -
 core-i686/efibootmgr-tilt_slashes-func.patch   |   61 ---
 core-x86_64/PKGBUILD   |   49 -
 core-x86_64/efibootmgr-tilt_slashes-func.patch |   61 ---
 6 files changed, 240 insertions(+), 220 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-09-16 11:00:09 UTC (rev 194434)
+++ core-i686/PKGBUILD  2013-09-16 12:11:58 UTC (rev 194435)
@@ -1,49 +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.6.0
-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-tilt_slashes-func.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-tilt_slashes-func.patch
-   echo
-   
-   CFLAGS= make
-   echo
-   
-}
-
-
-package() {
-   
-   mkdir -p ${pkgdir}/usr/bin/
-   mkdir -p ${pkgdir}/usr/share/man/man8/
-   
-   cd ${srcdir}/efibootmgr-${pkgver}_build/
-   
-   install -D -m755 
${srcdir}/efibootmgr-${pkgver}_build/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
-   install -D -m644 
${srcdir}/efibootmgr-${pkgver}_build/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
-   
-}
-md5sums=('9e9a31d79e579644de83a14139b66d10'
- '3622c0e978cf859cae60803a6b6a0c5e')

Copied: efibootmgr/repos/core-i686/PKGBUILD (from rev 194434, 
efibootmgr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-09-16 12:11:58 UTC (rev 194435)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Murtuza Akhtari inxsible at gmail dot com
+# Contributor: Keshav Padram Amburay (the.ridikulus.rat) (aatt) (gemmaeiil) 
(ddoott) (ccoomm)
+
+pkgname=efibootmgr
+
+_gitroot=git://github.com/vathpela/efibootmgr.git
+_gitname=${pkgname}-pjones
+_gitbranch=libefivars
+
+pkgver=0.6.0.138.1132342
+pkgrel=1
+pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efibootmgr;
+license=('GPL2')
+makedepends=('git')
+depends=('pciutils' 'efivar' 'zlib')
+options=('strip' 'zipman' '!emptydirs' '!libtool')
+
+source=(${_gitname}::git+${_gitroot}#branch=${_gitbranch})
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/${_gitname}/
+   
+   _RELEASE_MAJOR=$(grep 'RELEASE_MAJOR' ${srcdir}/${_gitname}/Makefile 
| head -1 | sed -e 's|RELEASE_MAJOR := ||g')
+   _RELEASE_MINOR=$(grep 'RELEASE_MINOR' ${srcdir}/${_gitname}/Makefile 
| head -1 | sed -e 's|RELEASE_MINOR := ||g')
+   _RELEASE_SUBLEVEL=$(grep 'RELEASE_SUBLEVEL' 
${srcdir}/${_gitname}/Makefile | head -1 | sed -e 's|RELEASE_SUBLEVEL := 
||g')
+   
+   _ACTUAL_VER=$(echo 
${_RELEASE_MAJOR}.${_RELEASE_MINOR}.${_RELEASE_SUBLEVEL} | sed 's| ||g')
+   
+   echo ${_ACTUAL_VER}.$(git rev-list --count HEAD).$(git rev-parse 
--short HEAD)
+}
+
+build() {
+   
+   rm -rf ${srcdir}/${_gitname}_build/ || true
+   cp -r ${srcdir}/${_gitname}