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

2017-01-25 Thread Jelle van der Waa
Date: Wednesday, January 25, 2017 @ 19:32:58
  Author: jelle
Revision: 209080

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

Added:
  uboot-tools/repos/community-i686/PKGBUILD
(from rev 209079, uboot-tools/trunk/PKGBUILD)
  uboot-tools/repos/community-x86_64/PKGBUILD
(from rev 209079, uboot-tools/trunk/PKGBUILD)
Deleted:
  uboot-tools/repos/community-i686/PKGBUILD
  uboot-tools/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-25 19:32:46 UTC (rev 209079)
+++ community-i686/PKGBUILD 2017-01-25 19:32:58 UTC (rev 209080)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass 
-# Contributor: Philipp Schrader 
-
-pkgname=uboot-tools
-pkgver=2016.11
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
-validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('eccd91f144bf104703cce49e014793a4d7e3b399'
-  'SKIP')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-i686/PKGBUILD (from rev 209079, 
uboot-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-25 19:32:58 UTC (rev 209080)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2017.01
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
+validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
+sha1sums=('b7c5a1bd22c2fbd35a9c3980079904d9f6e277d6'
+  'SKIP')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-25 19:32:46 UTC (rev 209079)
+++ community-x86_64/PKGBUILD   2017-01-25 19:32:58 UTC (rev 209080)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass 
-# Contributor: Philipp Schrader 
-
-pkgname=uboot-tools
-pkgver=2016.11
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
-validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('eccd91f144bf104703cce49e014793a4d7e3b399'
-  'SKIP')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-x86_64/PKGBUILD (from rev 209079, 
uboot-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-25 19:32:58 UTC (rev 209080)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2017.01
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)

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

2016-11-19 Thread Jelle van der Waa
Date: Saturday, November 19, 2016 @ 14:13:26
  Author: jelle
Revision: 196342

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

Added:
  uboot-tools/repos/community-i686/PKGBUILD
(from rev 196341, uboot-tools/trunk/PKGBUILD)
  uboot-tools/repos/community-x86_64/PKGBUILD
(from rev 196341, uboot-tools/trunk/PKGBUILD)
Deleted:
  uboot-tools/repos/community-i686/PKGBUILD
  uboot-tools/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-19 14:13:10 UTC (rev 196341)
+++ community-i686/PKGBUILD 2016-11-19 14:13:26 UTC (rev 196342)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass 
-# Contributor: Philipp Schrader 
-
-pkgname=uboot-tools
-pkgver=2016.09.01
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
-validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('6db5e0b5d688d7005072ea6b53cb16a60a6db6be'
-  'SKIP')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-i686/PKGBUILD (from rev 196341, 
uboot-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-19 14:13:26 UTC (rev 196342)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2016.11
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
+validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
+sha1sums=('eccd91f144bf104703cce49e014793a4d7e3b399'
+  'SKIP')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-19 14:13:10 UTC (rev 196341)
+++ community-x86_64/PKGBUILD   2016-11-19 14:13:26 UTC (rev 196342)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass 
-# Contributor: Philipp Schrader 
-
-pkgname=uboot-tools
-pkgver=2016.09.01
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
-validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('6db5e0b5d688d7005072ea6b53cb16a60a6db6be'
-  'SKIP')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-x86_64/PKGBUILD (from rev 196341, 
uboot-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-19 14:13:26 UTC (rev 196342)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2016.11
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)

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

2016-09-19 Thread Jelle van der Waa
Date: Monday, September 19, 2016 @ 20:03:41
  Author: jelle
Revision: 189998

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

Added:
  uboot-tools/repos/community-i686/PKGBUILD
(from rev 189997, uboot-tools/trunk/PKGBUILD)
  uboot-tools/repos/community-x86_64/PKGBUILD
(from rev 189997, uboot-tools/trunk/PKGBUILD)
Deleted:
  uboot-tools/repos/community-i686/PKGBUILD
  uboot-tools/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-19 20:03:29 UTC (rev 189997)
+++ community-i686/PKGBUILD 2016-09-19 20:03:41 UTC (rev 189998)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass 
-# Contributor: Philipp Schrader 
-
-pkgname=uboot-tools
-pkgver=2016.09
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
-validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('223925bcbc90573aeb55fbe68af9eba1b0dc2c69'
-  'SKIP')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-i686/PKGBUILD (from rev 189997, 
uboot-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-19 20:03:41 UTC (rev 189998)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2016.09.01
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
+validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
+sha1sums=('6db5e0b5d688d7005072ea6b53cb16a60a6db6be'
+  'SKIP')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-19 20:03:29 UTC (rev 189997)
+++ community-x86_64/PKGBUILD   2016-09-19 20:03:41 UTC (rev 189998)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass 
-# Contributor: Philipp Schrader 
-
-pkgname=uboot-tools
-pkgver=2016.09
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
-validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('223925bcbc90573aeb55fbe68af9eba1b0dc2c69'
-  'SKIP')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-x86_64/PKGBUILD (from rev 189997, 
uboot-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-19 20:03:41 UTC (rev 189998)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2016.09.01
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)

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

2016-09-16 Thread Jelle van der Waa
Date: Friday, September 16, 2016 @ 07:06:25
  Author: jelle
Revision: 189450

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

Added:
  uboot-tools/repos/community-i686/PKGBUILD
(from rev 189449, uboot-tools/trunk/PKGBUILD)
  uboot-tools/repos/community-x86_64/PKGBUILD
(from rev 189449, uboot-tools/trunk/PKGBUILD)
Deleted:
  uboot-tools/repos/community-i686/PKGBUILD
  uboot-tools/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   28 
 community-x86_64/PKGBUILD |   28 
 3 files changed, 60 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-16 07:06:12 UTC (rev 189449)
+++ community-i686/PKGBUILD 2016-09-16 07:06:25 UTC (rev 189450)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass 
-# Contributor: Philipp Schrader 
-
-pkgname=uboot-tools
-pkgver=2016.07
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(glibc openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('2a4915592f2ce1afd17e975928846b3a3f0f1a05')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-i686/PKGBUILD (from rev 189449, 
uboot-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-16 07:06:25 UTC (rev 189450)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2016.09
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
+validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
+sha1sums=('223925bcbc90573aeb55fbe68af9eba1b0dc2c69'
+  'SKIP')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-16 07:06:12 UTC (rev 189449)
+++ community-x86_64/PKGBUILD   2016-09-16 07:06:25 UTC (rev 189450)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass 
-# Contributor: Philipp Schrader 
-
-pkgname=uboot-tools
-pkgver=2016.07
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(glibc openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('2a4915592f2ce1afd17e975928846b3a3f0f1a05')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-x86_64/PKGBUILD (from rev 189449, 
uboot-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-16 07:06:25 UTC (rev 189450)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2016.09
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})

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

2016-08-02 Thread Anatol Pomozov
Date: Tuesday, August 2, 2016 @ 17:36:18
  Author: anatolik
Revision: 184874

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

Added:
  uboot-tools/repos/community-testing-i686/
  uboot-tools/repos/community-testing-i686/PKGBUILD
(from rev 184873, uboot-tools/trunk/PKGBUILD)
  uboot-tools/repos/community-testing-x86_64/
  uboot-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 184873, uboot-tools/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   28 
 community-testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: uboot-tools/repos/community-testing-i686/PKGBUILD (from rev 184873, 
uboot-tools/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-02 17:36:18 UTC (rev 184874)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2016.07
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('2a4915592f2ce1afd17e975928846b3a3f0f1a05')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}

Copied: uboot-tools/repos/community-testing-x86_64/PKGBUILD (from rev 184873, 
uboot-tools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-02 17:36:18 UTC (rev 184874)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2016.07
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('2a4915592f2ce1afd17e975928846b3a3f0f1a05')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}


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

2016-03-21 Thread Anatol Pomozov
Date: Monday, March 21, 2016 @ 19:01:36
  Author: anatolik
Revision: 167841

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

Added:
  uboot-tools/repos/community-testing-i686/
  uboot-tools/repos/community-testing-i686/PKGBUILD
(from rev 167840, uboot-tools/trunk/PKGBUILD)
  uboot-tools/repos/community-testing-x86_64/
  uboot-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 167840, uboot-tools/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   28 
 community-testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: uboot-tools/repos/community-testing-i686/PKGBUILD (from rev 167840, 
uboot-tools/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-21 18:01:36 UTC (rev 167841)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2016.03
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('eb02f47447ad5d34f32962fadead2a061e483053')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}

Copied: uboot-tools/repos/community-testing-x86_64/PKGBUILD (from rev 167840, 
uboot-tools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-03-21 18:01:36 UTC (rev 167841)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2016.03
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('eb02f47447ad5d34f32962fadead2a061e483053')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}


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

2016-03-02 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 19:12:24
  Author: fyan
Revision: 164171

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  uboot-tools/repos/community-staging-i686/
  uboot-tools/repos/community-staging-i686/PKGBUILD
(from rev 164170, uboot-tools/trunk/PKGBUILD)
  uboot-tools/repos/community-staging-x86_64/
  uboot-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 164170, uboot-tools/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   28 
 community-staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: uboot-tools/repos/community-staging-i686/PKGBUILD (from rev 164170, 
uboot-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-02 18:12:24 UTC (rev 164171)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2016.01
+pkgrel=2
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('95bf7febe3bbcb9262a75f254677450e6dd57cb2')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}

Copied: uboot-tools/repos/community-staging-x86_64/PKGBUILD (from rev 164170, 
uboot-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-02 18:12:24 UTC (rev 164171)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2016.01
+pkgrel=2
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('95bf7febe3bbcb9262a75f254677450e6dd57cb2')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}


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

2016-01-13 Thread Anatol Pomozov
Date: Wednesday, January 13, 2016 @ 20:59:28
  Author: anatolik
Revision: 156336

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

Added:
  uboot-tools/repos/community-i686/PKGBUILD
(from rev 156335, uboot-tools/trunk/PKGBUILD)
  uboot-tools/repos/community-x86_64/PKGBUILD
(from rev 156335, uboot-tools/trunk/PKGBUILD)
Deleted:
  uboot-tools/repos/community-i686/PKGBUILD
  uboot-tools/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-13 19:58:48 UTC (rev 156335)
+++ community-i686/PKGBUILD 2016-01-13 19:59:28 UTC (rev 156336)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass 
-# Contributor: Philipp Schrader 
-
-pkgname=uboot-tools
-pkgver=2015.10
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(glibc openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('5a415ebae12abeee0e4dbaed27e207bacb9a9ab7')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-i686/PKGBUILD (from rev 156335, 
uboot-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-13 19:59:28 UTC (rev 156336)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2016.01
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('95bf7febe3bbcb9262a75f254677450e6dd57cb2')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-13 19:58:48 UTC (rev 156335)
+++ community-x86_64/PKGBUILD   2016-01-13 19:59:28 UTC (rev 156336)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass 
-# Contributor: Philipp Schrader 
-
-pkgname=uboot-tools
-pkgver=2015.10
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(glibc openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('5a415ebae12abeee0e4dbaed27e207bacb9a9ab7')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-x86_64/PKGBUILD (from rev 156335, 
uboot-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-13 19:59:28 UTC (rev 156336)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2016.01
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('95bf7febe3bbcb9262a75f254677450e6dd57cb2')
+
+build() {
+  cd u-boot-$pkgver
+ 

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

2015-12-02 Thread Anatol Pomozov
Date: Thursday, December 3, 2015 @ 00:50:49
  Author: anatolik
Revision: 148123

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

Added:
  uboot-tools/repos/community-testing-i686/
  uboot-tools/repos/community-testing-i686/PKGBUILD
(from rev 148122, uboot-tools/trunk/PKGBUILD)
  uboot-tools/repos/community-testing-x86_64/
  uboot-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 148122, uboot-tools/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   28 
 community-testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: uboot-tools/repos/community-testing-i686/PKGBUILD (from rev 148122, 
uboot-tools/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-02 23:50:49 UTC (rev 148123)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2015.10
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('5a415ebae12abeee0e4dbaed27e207bacb9a9ab7')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}

Copied: uboot-tools/repos/community-testing-x86_64/PKGBUILD (from rev 148122, 
uboot-tools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-02 23:50:49 UTC (rev 148123)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass 
+# Contributor: Philipp Schrader 
+
+pkgname=uboot-tools
+pkgver=2015.10
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('5a415ebae12abeee0e4dbaed27e207bacb9a9ab7')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}


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

2015-07-25 Thread Anatol Pomozov
Date: Saturday, July 25, 2015 @ 21:39:30
  Author: anatolik
Revision: 137413

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

Added:
  uboot-tools/repos/community-testing-i686/
  uboot-tools/repos/community-testing-i686/PKGBUILD
(from rev 137412, uboot-tools/trunk/PKGBUILD)
  uboot-tools/repos/community-testing-x86_64/
  uboot-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 137412, uboot-tools/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   28 
 community-testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: uboot-tools/repos/community-testing-i686/PKGBUILD (from rev 137412, 
uboot-tools/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-07-25 19:39:30 UTC (rev 137413)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass be...@bi-co.net
+# Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
+
+pkgname=uboot-tools
+pkgver=2015.07
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('1e4e8df0ab7cfc2ee4ff6bf44c1b2085544d36f0')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d $pkgdir/usr/bin
+  install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv $pkgdir/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
$pkgdir/usr/share/man/man1/mkimage.1
+}

Copied: uboot-tools/repos/community-testing-x86_64/PKGBUILD (from rev 137412, 
uboot-tools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-07-25 19:39:30 UTC (rev 137413)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass be...@bi-co.net
+# Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
+
+pkgname=uboot-tools
+pkgver=2015.07
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('1e4e8df0ab7cfc2ee4ff6bf44c1b2085544d36f0')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d $pkgdir/usr/bin
+  install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv $pkgdir/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
$pkgdir/usr/share/man/man1/mkimage.1
+}


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

2015-05-19 Thread Anatol Pomozov
Date: Tuesday, May 19, 2015 @ 17:19:30
  Author: anatolik
Revision: 133836

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

Added:
  uboot-tools/repos/community-i686/PKGBUILD
(from rev 133835, uboot-tools/trunk/PKGBUILD)
  uboot-tools/repos/community-x86_64/PKGBUILD
(from rev 133835, uboot-tools/trunk/PKGBUILD)
Deleted:
  uboot-tools/repos/community-i686/PKGBUILD
  uboot-tools/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-19 15:18:51 UTC (rev 133835)
+++ community-i686/PKGBUILD 2015-05-19 15:19:30 UTC (rev 133836)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass be...@bi-co.net
-# Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
-
-pkgname=uboot-tools
-pkgver=2015.01
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(glibc openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('8d22ab0d9f3902122f160280facacc468bad0da9')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d $pkgdir/usr/bin
-  install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv $pkgdir/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
$pkgdir/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-i686/PKGBUILD (from rev 133835, 
uboot-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-19 15:19:30 UTC (rev 133836)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass be...@bi-co.net
+# Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
+
+pkgname=uboot-tools
+pkgver=2015.04
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('21db842ba5c3633a5f673babdd91afaa4a190bd5')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d $pkgdir/usr/bin
+  install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv $pkgdir/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
$pkgdir/usr/share/man/man1/mkimage.1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-19 15:18:51 UTC (rev 133835)
+++ community-x86_64/PKGBUILD   2015-05-19 15:19:30 UTC (rev 133836)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass be...@bi-co.net
-# Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
-
-pkgname=uboot-tools
-pkgver=2015.01
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(glibc openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('8d22ab0d9f3902122f160280facacc468bad0da9')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d $pkgdir/usr/bin
-  install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv $pkgdir/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
$pkgdir/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-x86_64/PKGBUILD (from rev 133835, 
uboot-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-19 15:19:30 UTC (rev 133836)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass be...@bi-co.net
+# Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
+
+pkgname=uboot-tools
+pkgver=2015.04
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('21db842ba5c3633a5f673babdd91afaa4a190bd5')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+

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

2015-01-15 Thread Anatol Pomozov
Date: Friday, January 16, 2015 @ 04:18:43
  Author: anatolik
Revision: 125976

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

Added:
  uboot-tools/repos/community-i686/PKGBUILD
(from rev 125975, uboot-tools/trunk/PKGBUILD)
  uboot-tools/repos/community-x86_64/PKGBUILD
(from rev 125975, uboot-tools/trunk/PKGBUILD)
Deleted:
  uboot-tools/repos/community-i686/PKGBUILD
  uboot-tools/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   27 -
 community-x86_64/PKGBUILD |   27 -
 3 files changed, 56 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-16 03:17:51 UTC (rev 125975)
+++ community-i686/PKGBUILD 2015-01-16 03:18:43 UTC (rev 125976)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass be...@bi-co.net
-# Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
-
-pkgname=uboot-tools
-pkgver=2014.10
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(glibc openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('243a36acc69fc5645eca4166e5162914c5d995d9')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d $pkgdir/usr/bin
-  install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mkimage,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole}
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
$pkgdir/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-i686/PKGBUILD (from rev 125975, 
uboot-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-16 03:18:43 UTC (rev 125976)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass be...@bi-co.net
+# Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
+
+pkgname=uboot-tools
+pkgver=2015.01
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('8d22ab0d9f3902122f160280facacc468bad0da9')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d $pkgdir/usr/bin
+  install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv $pkgdir/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
$pkgdir/usr/share/man/man1/mkimage.1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-16 03:17:51 UTC (rev 125975)
+++ community-x86_64/PKGBUILD   2015-01-16 03:18:43 UTC (rev 125976)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass be...@bi-co.net
-# Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
-
-pkgname=uboot-tools
-pkgver=2014.10
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(glibc openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('243a36acc69fc5645eca4166e5162914c5d995d9')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d $pkgdir/usr/bin
-  install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mkimage,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole}
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
$pkgdir/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-x86_64/PKGBUILD (from rev 125975, 
uboot-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-16 03:18:43 UTC (rev 125976)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass be...@bi-co.net
+# Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
+
+pkgname=uboot-tools
+pkgver=2015.01
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('8d22ab0d9f3902122f160280facacc468bad0da9')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d $pkgdir/usr/bin
+  install -m 755 -t $pkgdir/usr/bin/ 

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

2014-10-27 Thread Anatol Pomozov
Date: Monday, October 27, 2014 @ 19:48:52
  Author: anatolik
Revision: 121496

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

Added:
  uboot-tools/repos/community-testing-i686/
  uboot-tools/repos/community-testing-i686/PKGBUILD
(from rev 121495, uboot-tools/trunk/PKGBUILD)
  uboot-tools/repos/community-testing-x86_64/
  uboot-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 121495, uboot-tools/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   27 +++
 community-testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: uboot-tools/repos/community-testing-i686/PKGBUILD (from rev 121495, 
uboot-tools/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-10-27 18:48:52 UTC (rev 121496)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass be...@bi-co.net
+# Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
+
+pkgname=uboot-tools
+pkgver=2014.10
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('243a36acc69fc5645eca4166e5162914c5d995d9')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d $pkgdir/usr/bin
+  install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mkimage,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole}
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
$pkgdir/usr/share/man/man1/mkimage.1
+}

Copied: uboot-tools/repos/community-testing-x86_64/PKGBUILD (from rev 121495, 
uboot-tools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-10-27 18:48:52 UTC (rev 121496)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass be...@bi-co.net
+# Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
+
+pkgname=uboot-tools
+pkgver=2014.10
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('243a36acc69fc5645eca4166e5162914c5d995d9')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+package() {
+  install -m 755 -d $pkgdir/usr/bin
+  install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mkimage,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole}
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
$pkgdir/usr/share/man/man1/mkimage.1
+}