[arch-commits] Commit in efivar/trunk (PKGBUILD)

2013-06-20 Thread Tobias Powalowski
Date: Thursday, June 20, 2013 @ 19:50:34
  Author: tpowa
Revision: 188787

upgpkg: efivar 0.4_18_gb8c524c-1

newpkg: needed for archboot efi parsing

Modified:
  efivar/trunk/PKGBUILD (properties)

Index: efivar/trunk/PKGBUILD
===
--- efivar/trunk/PKGBUILD   2013-06-20 17:48:27 UTC (rev 188786)
+++ efivar/trunk/PKGBUILD   2013-06-20 17:50:34 UTC (rev 188787)

Property changes on: efivar/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2014-09-08 Thread Tobias Powalowski
Date: Tuesday, September 9, 2014 @ 08:34:58
  Author: tpowa
Revision: 221233

upgpkg: efivar 0.11-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-09 06:34:50 UTC (rev 221232)
+++ PKGBUILD2014-09-09 06:34:58 UTC (rev 221233)
@@ -4,7 +4,7 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=0.10.8.g81d0146
+pkgver=0.11
 pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/vathpela/efivar";
@@ -15,8 +15,8 @@
 provides=("libefivar=${pkgver}")
 options=('strip' 'zipman' 'docs')
 
-# source=("efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver}";)
-source=("efivar::git+https://github.com/vathpela/efivar.git#commit=81d01467fac30ee0662cb86a6079745c4dfe9425";)
+source=("efivar::git+https://github.com/vathpela/efivar.git#tag=efivar-${pkgver}";)
+#source=("efivar::git+https://github.com/vathpela/efivar.git#commit=81d01467fac30ee0662cb86a6079745c4dfe9425";)
 sha1sums=('SKIP')
 
 pkgver() {



[arch-commits] Commit in efivar/trunk (PKGBUILD)

2014-09-08 Thread Tobias Powalowski
Date: Tuesday, September 9, 2014 @ 08:39:06
  Author: tpowa
Revision: 221234

upgpkg: efivar 0.11-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-09 06:34:58 UTC (rev 221233)
+++ PKGBUILD2014-09-09 06:39:06 UTC (rev 221234)
@@ -21,7 +21,7 @@
 
 pkgver() {
cd "${srcdir}/efivar/"
-   echo "$(git describe --tags)" | sed -e 's|-|\.|g'
+   echo "$(git describe --tags)" | sed -e 's|efivar-||g'
 }
 
 prepare() {



[arch-commits] Commit in efivar/trunk (PKGBUILD)

2014-10-31 Thread Anatol Pomozov
Date: Saturday, November 1, 2014 @ 05:12:33
  Author: anatolik
Revision: 225527

upgpkg: efivar 0.15-1

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-01 04:12:16 UTC (rev 225526)
+++ PKGBUILD2014-11-01 04:12:33 UTC (rev 225527)
@@ -4,7 +4,7 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=0.11
+pkgver=0.15
 pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/vathpela/efivar";
@@ -15,7 +15,7 @@
 provides=("libefivar=${pkgver}")
 options=('strip' 'zipman' 'docs')
 
-source=("efivar::git+https://github.com/vathpela/efivar.git#tag=efivar-${pkgver}";)
+source=("efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver}";)
 
#source=("efivar::git+https://github.com/vathpela/efivar.git#commit=81d01467fac30ee0662cb86a6079745c4dfe9425";)
 sha1sums=('SKIP')
 


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2013-09-09 Thread Tobias Powalowski
Date: Monday, September 9, 2013 @ 12:45:54
  Author: tpowa
Revision: 193970

upgpkg: efivar 0.6-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-09 10:33:04 UTC (rev 193969)
+++ PKGBUILD2013-09-09 10:45:54 UTC (rev 193970)
@@ -9,17 +9,16 @@
 _pkgname="efivar"
 pkgname="${_pkgname}"
 
-pkgdesc="Library to manipulate EFI variables - GIT Version"
-
-pkgver=0.4_18_gb8c524c
+pkgdesc="Library to manipulate EFI variables"
+pkgver=0.6
 pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/vathpela/efivar";
 license=('LGPL2.1')
 depends=('popt')
-conflicts=("${_pkgname}" 'libefivar' 'libefivar-git')
-provides=("${_pkgname}" 'libefivar' 'libefivar-git')
-options=('strip' 'emptydirs' 'zipman' 'libtool' 'docs')
+conflicts=('libefivar')
+provides=('libefivar')
+options=('zipman' 'docs' '!makeflags')
 
 source=("${_gitname}::git+${_gitroot}#branch=${_gitbranch}")
 sha1sums=('SKIP')
@@ -26,7 +25,7 @@
 
 pkgver() {
cd "${srcdir}/${_gitname}/"
-   echo "$(git describe --tags)" | sed 's|-|_|g'
+echo "$(git describe --tags)" | sed 's|-|\.|g'
 }
 
 build() {



[arch-commits] Commit in efivar/trunk (PKGBUILD)

2013-09-24 Thread Tobias Powalowski
Date: Wednesday, September 25, 2013 @ 08:21:13
  Author: tpowa
Revision: 195112

add git to makedepends

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-25 06:17:50 UTC (rev 195111)
+++ PKGBUILD2013-09-25 06:21:13 UTC (rev 195112)
@@ -15,6 +15,7 @@
 arch=('x86_64' 'i686')
 url="https://github.com/vathpela/efivar";
 license=('LGPL2.1')
+makedepends=('git')
 depends=('popt')
 conflicts=('libefivar')
 provides=('libefivar')



[arch-commits] Commit in efivar/trunk (PKGBUILD)

2014-04-06 Thread Tobias Powalowski
Date: Monday, April 7, 2014 @ 08:56:38
  Author: tpowa
Revision: 209857

upgpkg: efivar 0.8-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-07 02:13:05 UTC (rev 209856)
+++ PKGBUILD2014-04-07 06:56:38 UTC (rev 209857)
@@ -2,16 +2,10 @@
 # Maintainer : Tobias Powalowski 
 # Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
 
-_pkgname="efivar"
-pkgname="${_pkgname}"
-
-_gitroot="https://github.com/vathpela/efivar.git";
-_gitname="${_pkgname}"
-_gitbranch="master"
-
-pkgdesc="Library to manipulate EFI variables"
-pkgver=0.7
-pkgrel=2
+pkgname="efivar"
+pkgdesc="Tools and library to manipulate EFI variables"
+pkgver="0.8"
+pkgrel="1"
 arch=('x86_64' 'i686')
 url="https://github.com/vathpela/efivar";
 license=('LGPL2.1')
@@ -19,42 +13,31 @@
 depends=('popt')
 conflicts=('libefivar')
 provides=("libefivar=${pkgver}")
-options=('zipman' 'docs' '!makeflags')
+options=('strip' 'zipman' 'docs')
 
-source=("${_gitname}::git+${_gitroot}#tag=${pkgver}")
+source=("efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver}";)
 sha1sums=('SKIP')
 
-pkgver() {
-   cd "${srcdir}/${_gitname}/"
+_pkgver() {
+   cd "${srcdir}/efivar/"
echo "$(git describe --tags)" | sed -e 's|-|\.|g'
 }
 
 prepare() {

-   cd "${srcdir}/${_gitname}/"
+   cd "${srcdir}/efivar/"

git clean -x -d -f
echo

-   rm -rf "${srcdir}/${_gitname}_build/" || true
-   cp -r "${srcdir}/${_gitname}" "${srcdir}/${_gitname}_build"
+   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true

-   cd "${srcdir}/${_gitname}_build/"
-   
-   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
"${srcdir}/${_gitname}_build/src/test/Makefile" || true
-   
 }
 
 build() {

-   cd "${srcdir}/${_gitname}_build/"
+   cd "${srcdir}/efivar/"

-   unset CFLAGS
-   unset CPPFLAGS
-   unset CXXFLAGS
-   unset LDFLAGS
-   unset MAKEFLAGS
-   
make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
echo

@@ -62,12 +45,12 @@
 
 package() {

-   cd "${srcdir}/${_gitname}_build/"
+   cd "${srcdir}/efivar/"

make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
echo

install -d "${pkgdir}/usr/bin"
-   install -D -m0755 "${srcdir}/${_gitname}_build/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
+   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"

 }



[arch-commits] Commit in efivar/trunk (PKGBUILD)

2014-05-11 Thread Tobias Powalowski
Date: Sunday, May 11, 2014 @ 11:02:01
  Author: tpowa
Revision: 212226

upgpkg: efivar 0.10-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-11 08:54:28 UTC (rev 212225)
+++ PKGBUILD2014-05-11 09:02:01 UTC (rev 212226)
@@ -4,7 +4,7 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver="0.8"
+pkgver="0.10"
 pkgrel="1"
 arch=('x86_64' 'i686')
 url="https://github.com/vathpela/efivar";
@@ -31,6 +31,7 @@
echo

sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
+sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true

 }
 



[arch-commits] Commit in efivar/trunk (PKGBUILD)

2014-02-24 Thread Tobias Powalowski
Date: Monday, February 24, 2014 @ 11:40:42
  Author: tpowa
Revision: 206355

upgpkg: efivar 0.7-2

adding prepare(), using https: git repo url instead of git: repo url, adding 
versioned provides to 'libefivar', as well as correcting name in the 
contributor field

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |   34 +-
 1 file changed, 21 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-24 10:37:56 UTC (rev 206354)
+++ PKGBUILD2014-02-24 10:40:42 UTC (rev 206355)
@@ -1,17 +1,17 @@
 # $Id$
 # Maintainer : Tobias Powalowski 
-# Contributor : Keshav Padram <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)>
+# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
 
-_gitroot="git://github.com/vathpela/efivar.git"
-_gitname="efivar"
-_gitbranch="master"
-
 _pkgname="efivar"
 pkgname="${_pkgname}"
 
+_gitroot="https://github.com/vathpela/efivar.git";
+_gitname="${_pkgname}"
+_gitbranch="master"
+
 pkgdesc="Library to manipulate EFI variables"
 pkgver=0.7
-pkgrel=1
+pkgrel=2
 arch=('x86_64' 'i686')
 url="https://github.com/vathpela/efivar";
 license=('LGPL2.1')
@@ -18,7 +18,7 @@
 makedepends=('git')
 depends=('popt')
 conflicts=('libefivar')
-provides=('libefivar')
+provides=("libefivar=${pkgver}")
 options=('zipman' 'docs' '!makeflags')
 
 source=("${_gitname}::git+${_gitroot}#tag=${pkgver}")
@@ -26,19 +26,29 @@
 
 pkgver() {
cd "${srcdir}/${_gitname}/"
-echo "$(git describe --tags)" | sed 's|-|\.|g'
+   echo "$(git describe --tags)" | sed -e 's|-|\.|g'
 }
 
-build() {
+prepare() {

+   cd "${srcdir}/${_gitname}/"
+   
+   git clean -x -d -f
+   echo
+   
rm -rf "${srcdir}/${_gitname}_build/" || true
cp -r "${srcdir}/${_gitname}" "${srcdir}/${_gitname}_build"

cd "${srcdir}/${_gitname}_build/"

-   git clean -x -d -f
-   echo
+   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
"${srcdir}/${_gitname}_build/src/test/Makefile" || true

+}
+
+build() {
+   
+   cd "${srcdir}/${_gitname}_build/"
+   
unset CFLAGS
unset CPPFLAGS
unset CXXFLAGS
@@ -45,8 +55,6 @@
unset LDFLAGS
unset MAKEFLAGS

-   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
"${srcdir}/${_gitname}_build/src/test/Makefile" || true
-   
make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
echo




[arch-commits] Commit in efivar/trunk (PKGBUILD)

2014-07-05 Thread Tobias Powalowski
Date: Saturday, July 5, 2014 @ 21:53:51
  Author: tpowa
Revision: 216554

upgpkg: efivar 0.10.8.g81d0146-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 18:22:30 UTC (rev 216553)
+++ PKGBUILD2014-07-05 19:53:51 UTC (rev 216554)
@@ -4,8 +4,8 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver="0.10"
-pkgrel="1"
+pkgver=0.10.8.g81d0146
+pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/vathpela/efivar";
 license=('LGPL2.1')
@@ -15,10 +15,11 @@
 provides=("libefivar=${pkgver}")
 options=('strip' 'zipman' 'docs')
 
-source=("efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver}";)
+# source=("efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver}";)
+source=("efivar::git+https://github.com/vathpela/efivar.git#commit=81d01467fac30ee0662cb86a6079745c4dfe9425";)
 sha1sums=('SKIP')
 
-_pkgver() {
+pkgver() {
cd "${srcdir}/efivar/"
echo "$(git describe --tags)" | sed -e 's|-|\.|g'
 }
@@ -30,8 +31,8 @@
git clean -x -d -f
echo

+   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
-sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true

 }
 



[arch-commits] Commit in efivar/trunk (PKGBUILD)

2013-10-31 Thread Tobias Powalowski
Date: Thursday, October 31, 2013 @ 08:40:12
  Author: tpowa
Revision: 198624

upgpkg: efivar 0.7-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-31 00:18:10 UTC (rev 198623)
+++ PKGBUILD2013-10-31 07:40:12 UTC (rev 198624)
@@ -10,7 +10,7 @@
 pkgname="${_pkgname}"
 
 pkgdesc="Library to manipulate EFI variables"
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/vathpela/efivar";
@@ -21,7 +21,7 @@
 provides=('libefivar')
 options=('zipman' 'docs' '!makeflags')
 
-source=("${_gitname}::git+${_gitroot}#branch=${_gitbranch}")
+source=("${_gitname}::git+${_gitroot}#tag=${pkgver}")
 sha1sums=('SKIP')
 
 pkgver() {



[arch-commits] Commit in efivar/trunk (PKGBUILD)

2015-07-16 Thread Tobias Powalowski
Date: Thursday, July 16, 2015 @ 17:07:40
  Author: tpowa
Revision: 242286

upgpkg: efivar 0.21-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 14:48:57 UTC (rev 242285)
+++ PKGBUILD2015-07-16 15:07:40 UTC (rev 242286)
@@ -4,7 +4,7 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=0.20
+pkgver=0.21
 pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/vathpela/efivar";


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2015-06-13 Thread Tobias Powalowski
Date: Saturday, June 13, 2015 @ 21:55:19
  Author: tpowa
Revision: 240734

upgpkg: efivar 0.20-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-13 19:53:07 UTC (rev 240733)
+++ PKGBUILD2015-06-13 19:55:19 UTC (rev 240734)
@@ -4,7 +4,7 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=0.15
+pkgver=0.20
 pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/vathpela/efivar";


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2016-07-15 Thread Tobias Powalowski
Date: Saturday, July 16, 2016 @ 06:11:25
  Author: tpowa
Revision: 271925

upgpkg: efivar 0.24-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-16 04:39:17 UTC (rev 271924)
+++ PKGBUILD2016-07-16 06:11:25 UTC (rev 271925)
@@ -4,7 +4,7 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=0.23.37.g8740389
+pkgver=0.24
 pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/rhinstaller/efivar";
@@ -14,8 +14,8 @@
 conflicts=('libefivar')
 provides=("libefivar=${pkgver}")
 options=('strip' 'zipman' 'docs')
-#source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver}";)
-source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f";)
+source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver}";)
+#source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f";)
 sha1sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2016-05-12 Thread Tobias Powalowski
Date: Thursday, May 12, 2016 @ 15:07:57
  Author: tpowa
Revision: 267868

upgpkg: efivar 0.23-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 12:54:07 UTC (rev 267867)
+++ PKGBUILD2016-05-12 13:07:57 UTC (rev 267868)
@@ -4,10 +4,10 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=0.21
+pkgver=0.23
 pkgrel=1
 arch=('x86_64' 'i686')
-url="https://github.com/vathpela/efivar";
+url="https://github.com/rhinstaller/efivar";
 license=('LGPL2.1')
 makedepends=('git')
 depends=('popt')
@@ -14,15 +14,14 @@
 conflicts=('libefivar')
 provides=("libefivar=${pkgver}")
 options=('strip' 'zipman' 'docs')
-
-source=("efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver}";)
-#source=("efivar::git+https://github.com/vathpela/efivar.git#commit=81d01467fac30ee0662cb86a6079745c4dfe9425";)
+#source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver}";)
+source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=c5685d8d14a0164728a6587fe037a3b995db721b";)
 sha1sums=('SKIP')
 
-pkgver() {
-   cd "${srcdir}/efivar/"
-   echo "$(git describe --tags)" | sed -e 's|efivar-||g'
-}
+#pkgver() {
+#  cd "${srcdir}/efivar/"
+#  echo "$(git describe --tags)" | sed -e 's|efivar-||g'
+#}
 
 prepare() {

@@ -32,8 +31,7 @@
echo

sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
-   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
-   
+   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
 }
 
 build() {
@@ -41,6 +39,8 @@
cd "${srcdir}/efivar/"

make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+cd "${srcdir}/efivar/src/test"
+make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
echo

 }


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2016-05-12 Thread Tobias Powalowski
Date: Thursday, May 12, 2016 @ 15:23:09
  Author: tpowa
Revision: 267872

upgpkg: efivar 0.23-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 13:19:56 UTC (rev 267871)
+++ PKGBUILD2016-05-12 13:23:09 UTC (rev 267872)
@@ -18,10 +18,10 @@
 
source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=c5685d8d14a0164728a6587fe037a3b995db721b";)
 sha1sums=('SKIP')
 
-#pkgver() {
-#  cd "${srcdir}/efivar/"
-#  echo "$(git describe --tags)" | sed -e 's|efivar-||g'
-#}
+pkgver() {
+   cd "${srcdir}/efivar/"
+   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
+}
 
 prepare() {



[arch-commits] Commit in efivar/trunk (PKGBUILD)

2016-05-12 Thread Tobias Powalowski
Date: Thursday, May 12, 2016 @ 15:28:57
  Author: tpowa
Revision: 267874

upgpkg: efivar 0.23.30.gc5685d8-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 13:23:18 UTC (rev 267873)
+++ PKGBUILD2016-05-12 13:28:57 UTC (rev 267874)
@@ -4,7 +4,7 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=0.23
+pkgver=0.23.30.gc5685d8
 pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/rhinstaller/efivar";


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2016-08-18 Thread Tobias Powalowski
Date: Thursday, August 18, 2016 @ 16:13:46
  Author: tpowa
Revision: 273918

upgpkg: efivar 27-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 15:30:03 UTC (rev 273917)
+++ PKGBUILD2016-08-18 16:13:46 UTC (rev 273918)
@@ -4,7 +4,7 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=0.24
+pkgver=27
 pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/rhinstaller/efivar";


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2016-05-30 Thread Tobias Powalowski
Date: Monday, May 30, 2016 @ 20:33:26
  Author: tpowa
Revision: 268748

upgpkg: efivar 0.23.37.g8740389-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 16:11:14 UTC (rev 268747)
+++ PKGBUILD2016-05-30 18:33:26 UTC (rev 268748)
@@ -4,7 +4,7 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=0.23.30.gc5685d8
+pkgver=0.23.37.g8740389
 pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/rhinstaller/efivar";
@@ -15,7 +15,7 @@
 provides=("libefivar=${pkgver}")
 options=('strip' 'zipman' 'docs')
 #source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver}";)
-source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=c5685d8d14a0164728a6587fe037a3b995db721b";)
+source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f";)
 sha1sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2017-03-08 Thread Tobias Powalowski
Date: Thursday, March 9, 2017 @ 07:49:29
  Author: tpowa
Revision: 290171

upgpkg: efivar 31-1

bump to latest release

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-09 07:46:44 UTC (rev 290170)
+++ PKGBUILD2017-03-09 07:49:29 UTC (rev 290171)
@@ -4,7 +4,7 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=30
+pkgver=31
 pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/rhinstaller/efivar";


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2016-10-18 Thread Tobias Powalowski
Date: Wednesday, October 19, 2016 @ 06:31:15
  Author: tpowa
Revision: 278979

upgpkg: efivar 28-1

bump to version 28

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-19 06:19:18 UTC (rev 278978)
+++ PKGBUILD2016-10-19 06:31:15 UTC (rev 278979)
@@ -4,7 +4,7 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=27
+pkgver=28
 pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/rhinstaller/efivar";


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2016-11-15 Thread Tobias Powalowski
Date: Tuesday, November 15, 2016 @ 14:50:41
  Author: tpowa
Revision: 280830

upgpkg: efivar 30-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-15 14:39:11 UTC (rev 280829)
+++ PKGBUILD2016-11-15 14:50:41 UTC (rev 280830)
@@ -4,7 +4,7 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=28
+pkgver=30
 pkgrel=1
 arch=('x86_64' 'i686')
 url="https://github.com/rhinstaller/efivar";
@@ -37,6 +37,7 @@
 build() {

cd "${srcdir}/efivar/"
+   CFLAGS="${CFLAGS} -flto"

make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
 cd "${srcdir}/efivar/src/test"


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2020-05-19 Thread David Runge via arch-commits
Date: Tuesday, May 19, 2020 @ 21:03:00
  Author: dvzrv
Revision: 386961

upgpkg: efivar 37-4: Rebuilding for reproducibility.

Updating pkgdesc to reflect upstream.
Updating url to current rhboot team on github.
Adding libefivar.so and libefiboot.so to provides. Adding glibc to depends.
Removing unrequired popt from depends. Removing redundant options array.
Adding PGP key of Peter Jones (B00B48BC731AA8840FED9FB0EED266B70F4FEF10) and 
checking tag against it.
Removing -Werror from gcc.specs and all cherry-picked commits (as they were 
failing due to -Werror).
Removing unnecessary parameters to make and simplifying the make calls.
Minor cleanups and installing docs.
Updating maintainer info.

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |   85 ++---
 1 file changed, 37 insertions(+), 48 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 20:54:44 UTC (rev 386960)
+++ PKGBUILD2020-05-19 21:03:00 UTC (rev 386961)
@@ -1,62 +1,51 @@
-# Maintainer : Tobias Powalowski 
-# Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+# Maintainer: David Runge 
+# Contributor: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
 
-pkgname="efivar"
-pkgdesc="Tools and library to manipulate EFI variables"
+pkgname=efivar
+pkgdesc="Tools and libraries to work with EFI variables"
 pkgver=37
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
-url="https://github.com/rhinstaller/efivar";
+url="https://github.com/rhboot/efivar";
 license=('LGPL2.1')
 makedepends=('git')
-depends=('popt')
-conflicts=('libefivar')
-provides=("libefivar=${pkgver}")
-options=('strip' 'zipman' 'docs')
-source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver}";)
+depends=('glibc')
+provides=('libefiboot.so' 'libefivar.so')
+source=("git+https://github.com/rhinstaller/efivar.git#tag=${pkgver}?signed";)
+sha512sums=('SKIP')
+validpgpkeys=('B00B48BC731AA8840FED9FB0EED266B70F4FEF10') # Peter Jones 

 
-#source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f";)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd "${srcdir}/efivar/"
-   echo "$(git describe --tags)" | sed -e 's|efivar-||g' -e 's|-|\.|g'
-}
-
 prepare() {
-   cd "${srcdir}/efivar/"
-
-   git clean -x -d -f
-   echo
-
-   # fix build with recent gcc
-   git cherry-pick -n \
-   b98ba8921010d03f46704a476c69861515deb1ca \
-   c3c553db85ff10890209d0fe48fb4856ad68e4e0 \
-   0dad6d78a7fb5f6c5fb4a1d646040539db6cf865 \
-   fdb803402fb32fa6d020bac57a40c7efe4aabb7d \
-   4e04afc2df9bbc26e5ab524b53a6f4f1e61d7c9e
-
-   sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
-   sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
+  mv -v "${pkgname}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # -Werror, not even once
+  sed -e 's/-Werror//g' -i gcc.specs
+  # remove insecure rpath in efivar-tester
+  sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i src/test/Makefile
 }
 
 build() {
-   cd "${srcdir}/efivar/"
-   CFLAGS="${CFLAGS} -flto"
-
-   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
-   cd "${srcdir}/efivar/src/test"
-   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
-   echo
+  cd "${pkgname}-${pkgver}"
+  make libdir="/usr/lib/" \
+   bindir="/usr/bin/" \
+   mandir="/usr/share/man/" \
+   includedir="/usr/include/"
+  # build efivar-tester
+  make libdir="/usr/lib/" \
+   bindir="/usr/bin/" \
+   mandir="/usr/share/man/" \
+   includedir="/usr/include/" \
+   -C src/test
 }
 
 package() {
-   cd "${srcdir}/efivar/"
-
-   make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
-   echo
-
-   install -d "${pkgdir}/usr/bin"
-   install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" \
+   libdir="/usr/lib/" \
+   bindir="/usr/bin/" \
+   mandir="/usr/share/man/" \
+   includedir="/usr/include/" install -j1 V=1
+  install -vDm 755 "src/test/tester" "${pkgdir}/usr/bin/efivar-tester"
+  install -vDm 644 {README.md,TODO} -t "${pkgdir}/usr/share/doc/${pkgname}"
 }


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2019-11-25 Thread Christian Hesse via arch-commits
Date: Monday, November 25, 2019 @ 11:56:52
  Author: eworm
Revision: 369751

upgpkg: efivar 37-3

follow up fixes for gcc compiler fixes (FS#64551)

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 11:30:37 UTC (rev 369750)
+++ PKGBUILD2019-11-25 11:56:52 UTC (rev 369751)
@@ -4,7 +4,7 @@
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
 pkgver=37
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://github.com/rhinstaller/efivar";
 license=('LGPL2.1')
@@ -34,7 +34,9 @@
git cherry-pick -n \
b98ba8921010d03f46704a476c69861515deb1ca \
c3c553db85ff10890209d0fe48fb4856ad68e4e0 \
-   0dad6d78a7fb5f6c5fb4a1d646040539db6cf865
+   0dad6d78a7fb5f6c5fb4a1d646040539db6cf865 \
+   fdb803402fb32fa6d020bac57a40c7efe4aabb7d \
+   4e04afc2df9bbc26e5ab524b53a6f4f1e61d7c9e

sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2019-11-25 Thread Christian Hesse via arch-commits
Date: Monday, November 25, 2019 @ 12:06:22
  Author: eworm
Revision: 369753

fix formatting with empty lines and white spaces

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 1 file changed, 7 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 11:56:54 UTC (rev 369752)
+++ PKGBUILD2019-11-25 12:06:22 UTC (rev 369753)
@@ -24,9 +24,8 @@
 }
 
 prepare() {
-   
cd "${srcdir}/efivar/"
-   
+
git clean -x -d -f
echo
 
@@ -37,31 +36,27 @@
0dad6d78a7fb5f6c5fb4a1d646040539db6cf865 \
fdb803402fb32fa6d020bac57a40c7efe4aabb7d \
4e04afc2df9bbc26e5ab524b53a6f4f1e61d7c9e
-   
+
sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true
 }
 
 build() {
-   
cd "${srcdir}/efivar/"
CFLAGS="${CFLAGS} -flto"
-   
+
make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
-cd "${srcdir}/efivar/src/test"
-make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
+   cd "${srcdir}/efivar/src/test"
+   make libdir="/usr/lib/" bindir="/usr/bin/" mandir="/usr/share/man/" 
includedir="/usr/include/" V=1 -j1
echo
-   
 }
 
 package() {
-   
cd "${srcdir}/efivar/"
-   
+
make -j1 V=1 DESTDIR="${pkgdir}/" libdir="/usr/lib/" bindir="/usr/bin/" 
mandir="/usr/share/man/" includedir="/usr/include/" install
echo
-   
+
install -d "${pkgdir}/usr/bin"
install -D -m0755 "${srcdir}/efivar/src/test/tester" 
"${pkgdir}/usr/bin/efivar-tester"
-   
 }


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2019-11-13 Thread Christian Hesse via arch-commits
Date: Wednesday, November 13, 2019 @ 16:01:39
  Author: eworm
Revision: 368147

fix build with recent gcc

Modified:
  efivar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-13 16:01:38 UTC (rev 368146)
+++ PKGBUILD2019-11-13 16:01:39 UTC (rev 368147)
@@ -29,6 +29,12 @@

git clean -x -d -f
echo
+
+   # fix build with recent gcc
+   git cherry-pick -n \
+   b98ba8921010d03f46704a476c69861515deb1ca \
+   c3c553db85ff10890209d0fe48fb4856ad68e4e0 \
+   0dad6d78a7fb5f6c5fb4a1d646040539db6cf865

sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true
sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i 
"${srcdir}/efivar/src/test/Makefile" || true


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2019-11-13 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 13, 2019 @ 16:11:37
  Author: foutrelis
Revision: 368158

[core] mass rebuild

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-13 16:11:18 UTC (rev 368157)
+++ PKGBUILD2019-11-13 16:11:37 UTC (rev 368158)
@@ -4,7 +4,7 @@
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
 pkgver=37
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://github.com/rhinstaller/efivar";
 license=('LGPL2.1')


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2019-03-12 Thread Tobias Powalowski via arch-commits
Date: Tuesday, March 12, 2019 @ 13:59:57
  Author: tpowa
Revision: 347746

upgpkg: efivar 37-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-12 13:58:59 UTC (rev 347745)
+++ PKGBUILD2019-03-12 13:59:57 UTC (rev 347746)
@@ -3,7 +3,7 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=35
+pkgver=37
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/rhinstaller/efivar";


[arch-commits] Commit in efivar/trunk (PKGBUILD)

2018-06-22 Thread Tobias Powalowski via arch-commits
Date: Friday, June 22, 2018 @ 08:05:57
  Author: tpowa
Revision: 327430

upgpkg: efivar 35-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-22 06:39:21 UTC (rev 327429)
+++ PKGBUILD2018-06-22 08:05:57 UTC (rev 327430)
@@ -4,7 +4,7 @@
 
 pkgname="efivar"
 pkgdesc="Tools and library to manipulate EFI variables"
-pkgver=34
+pkgver=35
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/rhinstaller/efivar";