[arch-commits] Commit in openocd/repos (8 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun May 5 20:07:45 UTC 2013


    Date: Sunday, May 5, 2013 @ 22:07:45
  Author: bpiotrowski
Revision: 89932

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

Added:
  openocd/repos/community-i686/PKGBUILD
    (from rev 89931, openocd/trunk/PKGBUILD)
  openocd/repos/community-i686/openocd.install
    (from rev 89931, openocd/trunk/openocd.install)
  openocd/repos/community-x86_64/PKGBUILD
    (from rev 89931, openocd/trunk/PKGBUILD)
  openocd/repos/community-x86_64/openocd.install
    (from rev 89931, openocd/trunk/openocd.install)
Deleted:
  openocd/repos/community-i686/PKGBUILD
  openocd/repos/community-i686/openocd.install
  openocd/repos/community-x86_64/PKGBUILD
  openocd/repos/community-x86_64/openocd.install

----------------------------------+
 /PKGBUILD                        |   62 +++++++++++++++++++++++++++++++++++++
 /openocd.install                 |   44 ++++++++++++++++++++++++++
 community-i686/PKGBUILD          |   31 ------------------
 community-i686/openocd.install   |   22 -------------
 community-x86_64/PKGBUILD        |   31 ------------------
 community-x86_64/openocd.install |   22 -------------
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-05 20:07:27 UTC (rev 89931)
+++ community-i686/PKGBUILD	2013-05-05 20:07:45 UTC (rev 89932)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
-# Contributor: Matthias Bauch <matthias.bauch at gmail.com>
-# Contributor: Laszlo Papp <djszapi2 at gmail com>
-# Contributor: Samuel Tardieu <sam at rfc1149.net>
-
-pkgname=openocd
-pkgver=0.6.1
-pkgrel=2
-pkgdesc='Debugging, in-system programming and boundary-scan testing for embedded target devices'
-arch=('i686' 'x86_64')
-url='http://openocd.berlios.de'
-license=('GPL')
-depends=('libftdi')
-options=(!strip !libtool)
-install=openocd.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('946421efc2414ff89bdaf3f588b230f8')
-
-_features=(amtjtagaccel arm-jtag-ew buspirate ep93xxat91rm9200gw16012 ft2232_libftdi ftdi jlink oocd_trace parport presto_libftdi rlink stlink ulink usbprog vsllink)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr ${_features[@]/#/--enable-} --disable-werror
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openocd/repos/community-i686/PKGBUILD (from rev 89931, openocd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-05 20:07:45 UTC (rev 89932)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
+# Contributor: Matthias Bauch <matthias.bauch at gmail.com>
+# Contributor: Laszlo Papp <djszapi2 at gmail com>
+# Contributor: Samuel Tardieu <sam at rfc1149.net>
+
+pkgname=openocd
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Debugging, in-system programming and boundary-scan testing for embedded target devices'
+arch=('i686' 'x86_64')
+url='http://openocd.berlios.de'
+license=('GPL')
+depends=('libftdi')
+options=(!strip !libtool)
+install=openocd.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('52237b786530c8460b221556c26fa4779f668b7dcb83ff14b8c5eb2050f38e63')
+
+_features=(amtjtagaccel arm-jtag-ew at91rm9200 buspirate ep93xx ft2232_libftdi ftdi gw16012 jlink oocd_trace opendous osbdm parport presto_libftdi remote-bitbang rlink stlink ti-icdi ulink usbprog vsllink)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr ${_features[@]/#/--enable-} --disable-werror
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/openocd.install
===================================================================
--- community-i686/openocd.install	2013-05-05 20:07:27 UTC (rev 89931)
+++ community-i686/openocd.install	2013-05-05 20:07:45 UTC (rev 89932)
@@ -1,22 +0,0 @@
-infodir=usr/share/info
-filelist=(openocd.info openocd.info-1 openocd.info-2)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openocd/repos/community-i686/openocd.install (from rev 89931, openocd/trunk/openocd.install)
===================================================================
--- community-i686/openocd.install	                        (rev 0)
+++ community-i686/openocd.install	2013-05-05 20:07:45 UTC (rev 89932)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(openocd.info openocd.info-1 openocd.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-05 20:07:27 UTC (rev 89931)
+++ community-x86_64/PKGBUILD	2013-05-05 20:07:45 UTC (rev 89932)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
-# Contributor: Matthias Bauch <matthias.bauch at gmail.com>
-# Contributor: Laszlo Papp <djszapi2 at gmail com>
-# Contributor: Samuel Tardieu <sam at rfc1149.net>
-
-pkgname=openocd
-pkgver=0.6.1
-pkgrel=2
-pkgdesc='Debugging, in-system programming and boundary-scan testing for embedded target devices'
-arch=('i686' 'x86_64')
-url='http://openocd.berlios.de'
-license=('GPL')
-depends=('libftdi')
-options=(!strip !libtool)
-install=openocd.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('946421efc2414ff89bdaf3f588b230f8')
-
-_features=(amtjtagaccel arm-jtag-ew buspirate ep93xxat91rm9200gw16012 ft2232_libftdi ftdi jlink oocd_trace parport presto_libftdi rlink stlink ulink usbprog vsllink)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr ${_features[@]/#/--enable-} --disable-werror
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openocd/repos/community-x86_64/PKGBUILD (from rev 89931, openocd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-05 20:07:45 UTC (rev 89932)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
+# Contributor: Matthias Bauch <matthias.bauch at gmail.com>
+# Contributor: Laszlo Papp <djszapi2 at gmail com>
+# Contributor: Samuel Tardieu <sam at rfc1149.net>
+
+pkgname=openocd
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Debugging, in-system programming and boundary-scan testing for embedded target devices'
+arch=('i686' 'x86_64')
+url='http://openocd.berlios.de'
+license=('GPL')
+depends=('libftdi')
+options=(!strip !libtool)
+install=openocd.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('52237b786530c8460b221556c26fa4779f668b7dcb83ff14b8c5eb2050f38e63')
+
+_features=(amtjtagaccel arm-jtag-ew at91rm9200 buspirate ep93xx ft2232_libftdi ftdi gw16012 jlink oocd_trace opendous osbdm parport presto_libftdi remote-bitbang rlink stlink ti-icdi ulink usbprog vsllink)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr ${_features[@]/#/--enable-} --disable-werror
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/openocd.install
===================================================================
--- community-x86_64/openocd.install	2013-05-05 20:07:27 UTC (rev 89931)
+++ community-x86_64/openocd.install	2013-05-05 20:07:45 UTC (rev 89932)
@@ -1,22 +0,0 @@
-infodir=usr/share/info
-filelist=(openocd.info openocd.info-1 openocd.info-2)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openocd/repos/community-x86_64/openocd.install (from rev 89931, openocd/trunk/openocd.install)
===================================================================
--- community-x86_64/openocd.install	                        (rev 0)
+++ community-x86_64/openocd.install	2013-05-05 20:07:45 UTC (rev 89932)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(openocd.info openocd.info-1 openocd.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list