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

Jelle van der Waa jelle at archlinux.org
Wed Jan 25 19:32:58 UTC 2017


    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 <bevan at bi-co.net>
-# Contributor: Philipp Schrader <philipp.schrader+arch at gmail.com>
-
-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 <bevan at bi-co.net>
+# Contributor: Philipp Schrader <philipp.schrader+arch at gmail.com>
+
+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 <bevan at bi-co.net>
-# Contributor: Philipp Schrader <philipp.schrader+arch at gmail.com>
-
-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 <bevan at bi-co.net>
+# Contributor: Philipp Schrader <philipp.schrader+arch at gmail.com>
+
+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
+}



More information about the arch-commits mailing list