[arch-commits] Commit in efitools/repos (4 files)

2016-05-14 Thread Tobias Powalowski
Date: Saturday, May 14, 2016 @ 17:00:38
  Author: tpowa
Revision: 267984

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

Added:
  efitools/repos/extra-i686/PKGBUILD
(from rev 267983, efitools/trunk/PKGBUILD)
  efitools/repos/extra-x86_64/PKGBUILD
(from rev 267983, efitools/trunk/PKGBUILD)
Deleted:
  efitools/repos/extra-i686/PKGBUILD
  efitools/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 88 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 15:00:24 UTC (rev 267983)
+++ extra-i686/PKGBUILD 2016-05-14 15:00:38 UTC (rev 267984)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Mirco Tischler 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efitools"
-pkgver="1.7.0"
-pkgrel="1"
-pkgdesc="Tools for manipulating UEFI secure boot platforms"
-url="http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git";
-arch=('x86_64' 'i686')
-replaces=('prebootloader')
-license=('GPL' 'LGPL2.1')
-options=('!strip' '!makeflags')
-makedepends=('gnu-efi-libs' 'help2man' 'sbsigntools' 'perl-file-slurp' 'git')
-depends=('openssl')
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#tag=v${pkgver}";)
-
-build() {
-   cd "${pkgname}"
-   make
-}
-
-package() {
-   # http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
-   # http://blog.hansenpartnership.com/uefi-secure-boot/
-   # 
http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
-   cd "${pkgname}"
-   make DESTDIR="${pkgdir}" install
-}
-md5sums=('SKIP')

Copied: efitools/repos/extra-i686/PKGBUILD (from rev 267983, 
efitools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 15:00:38 UTC (rev 267984)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Mirco Tischler 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efitools"
+pkgver=1.7.0.3.g791e463
+pkgrel=1
+pkgdesc="Tools for manipulating UEFI secure boot platforms"
+url="http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git";
+arch=('x86_64' 'i686')
+replaces=('prebootloader')
+license=('GPL' 'LGPL2.1')
+options=('!strip' '!makeflags')
+makedepends=('gnu-efi-libs' 'help2man' 'sbsigntools' 'perl-file-slurp' 'git')
+depends=('openssl')
+#source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#tag=v${pkgver}";)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#commit=791e4639ee837f70c8d5e1190e01dc3441d4a401";)
+
+pkgver() {
+   cd "${pkgname}"
+   echo "$(git describe --tags)" | sed -e 's|-|\.|g' -e 's|^v||g' 
+}
+
+prepare() {
+cd "${pkgname}"
+   git clean -x -d -f
+}
+
+build() {
+cd "${pkgname}"
+   # fix PreLoader.efi building on x86_64 #49314
+export ARCH="${CARCH}"
+   make
+}
+
+package() {
+   # http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
+   # http://blog.hansenpartnership.com/uefi-secure-boot/
+   # 
http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
+   cd "${pkgname}"
+   make DESTDIR="${pkgdir}" install
+}
+md5sums=('SKIP')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-14 15:00:24 UTC (rev 267983)
+++ extra-x86_64/PKGBUILD   2016-05-14 15:00:38 UTC (rev 267984)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Mirco Tischler 
-# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
-
-pkgname="efitools"
-pkgver="1.7.0"
-pkgrel="1"
-pkgdesc="Tools for manipulating UEFI secure boot platforms"
-url="http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git";
-arch=('x86_64' 'i686')
-replaces=('prebootloader')
-license=('GPL' 'LGPL2.1')
-options=('!strip' '!makeflags')
-makedepends=('gnu-efi-libs' 'help2man' 'sbsigntools' 'perl-file-slurp' 'git')
-depends=('openssl')
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#tag=v${pkgver}";)
-
-build() {
-   cd "${pkgname}"
-   make
-}
-
-package() {
-   # http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
-   # http://blog.hansenpartnership.com/uefi-secure-boot/
-   # 
http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
-   cd "${pkgname}"
-   make DESTDIR="${pkgdir}" install
-}
-md5sums=('

[arch-commits] Commit in efitools/repos (4 files)

2016-05-12 Thread Tobias Powalowski
Date: Thursday, May 12, 2016 @ 16:12:39
  Author: tpowa
Revision: 267879

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

Added:
  efitools/repos/extra-i686/
  efitools/repos/extra-i686/PKGBUILD
(from rev 267878, efitools/trunk/PKGBUILD)
  efitools/repos/extra-x86_64/
  efitools/repos/extra-x86_64/PKGBUILD
(from rev 267878, efitools/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   31 +++
 extra-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: efitools/repos/extra-i686/PKGBUILD (from rev 267878, 
efitools/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-12 14:12:39 UTC (rev 267879)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Mirco Tischler 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efitools"
+pkgver="1.7.0"
+pkgrel="1"
+pkgdesc="Tools for manipulating UEFI secure boot platforms"
+url="http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git";
+arch=('x86_64' 'i686')
+replaces=('prebootloader')
+license=('GPL' 'LGPL2.1')
+options=('!strip' '!makeflags')
+makedepends=('gnu-efi-libs' 'help2man' 'sbsigntools' 'perl-file-slurp' 'git')
+depends=('openssl')
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#tag=v${pkgver}";)
+
+build() {
+   cd "${pkgname}"
+   make
+}
+
+package() {
+   # http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
+   # http://blog.hansenpartnership.com/uefi-secure-boot/
+   # 
http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
+   cd "${pkgname}"
+   make DESTDIR="${pkgdir}" install
+}
+md5sums=('SKIP')

Copied: efitools/repos/extra-x86_64/PKGBUILD (from rev 267878, 
efitools/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-12 14:12:39 UTC (rev 267879)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Mirco Tischler 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+pkgname="efitools"
+pkgver="1.7.0"
+pkgrel="1"
+pkgdesc="Tools for manipulating UEFI secure boot platforms"
+url="http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git";
+arch=('x86_64' 'i686')
+replaces=('prebootloader')
+license=('GPL' 'LGPL2.1')
+options=('!strip' '!makeflags')
+makedepends=('gnu-efi-libs' 'help2man' 'sbsigntools' 'perl-file-slurp' 'git')
+depends=('openssl')
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jejb/$pkgname.git#tag=v${pkgver}";)
+
+build() {
+   cd "${pkgname}"
+   make
+}
+
+package() {
+   # http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
+   # http://blog.hansenpartnership.com/uefi-secure-boot/
+   # 
http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
+   cd "${pkgname}"
+   make DESTDIR="${pkgdir}" install
+}
+md5sums=('SKIP')