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

2015-04-29 Thread Sergej Pupykin
Date: Wednesday, April 29, 2015 @ 10:28:08
  Author: spupykin
Revision: 132496

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

Added:
  openocd/repos/community-i686/PKGBUILD
(from rev 132495, openocd/trunk/PKGBUILD)
  openocd/repos/community-i686/openocd.install
(from rev 132495, openocd/trunk/openocd.install)
  openocd/repos/community-x86_64/PKGBUILD
(from rev 132495, openocd/trunk/PKGBUILD)
  openocd/repos/community-x86_64/openocd.install
(from rev 132495, 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|   84 +
 /openocd.install |   44 +++
 community-i686/PKGBUILD  |   39 -
 community-i686/openocd.install   |   22 -
 community-x86_64/PKGBUILD|   39 -
 community-x86_64/openocd.install |   22 -
 6 files changed, 128 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-29 08:27:55 UTC (rev 132495)
+++ community-i686/PKGBUILD 2015-04-29 08:28:08 UTC (rev 132496)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Matthias Bauch 
-# Contributor: Laszlo Papp 
-# Contributor: Samuel Tardieu 
-
-pkgname=openocd
-pkgver=0.8.0
-epoch=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' 'libftdi-compat' 'libusb' 'libusb-compat')
-options=(!strip)
-install=openocd.install
-_features=(amtjtagaccel arm-jtag-ew at91rm9200 buspirate ep93xx ftdi gw16012 
jlink oocd_trace opendous osbdm parport presto_libftdi remote-bitbang rlink 
stlink ti-icdi ulink usbprog vsllink)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
-md5sums=('6d83c34763a5f1d1ac7ad83c5a11f4fb')
-
-prepare() {
-  cd $pkgname-${pkgver/_/-}
-  sed -i 's|ftdi_new();|(void*)12345;|g' configure{,.ac}
-}
-
-build() {
-  cd $pkgname-${pkgver/_/-}
-  libtoolize
-  autoreconf
-  ./configure --prefix=/usr ${_features[@]/#/--enable-} --disable-werror
-  make
-}
-
-package() {
-  cd $pkgname-${pkgver/_/-}
-  make DESTDIR="$pkgdir" install
-  (cd $pkgdir/usr/share/openocd/scripts/target && mv 1986*.cfg 1986be1t.cfg)
-}

Copied: openocd/repos/community-i686/PKGBUILD (from rev 132495, 
openocd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-29 08:28:08 UTC (rev 132496)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Matthias Bauch 
+# Contributor: Laszlo Papp 
+# Contributor: Samuel Tardieu 
+
+pkgname=openocd
+pkgver=0.8.0
+epoch=1
+pkgrel=3
+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' 'libftdi-compat' 'libusb' 'libusb-compat' 'hidapi')
+options=(!strip)
+install=openocd.install
+_features=(amtjtagaccel armjtagew buspirate ftdi gw16012 jlink oocd_trace
+ opendous osbdm parport presto_libftdi remote-bitbang rlink stlink ti-icdi 
ulink usbprog vsllink
+ aice cmsis-dap dummy jtag_vpi openjtag_ftdi usb-blaster-2 usb_blaster_libftdi)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
+md5sums=('6d83c34763a5f1d1ac7ad83c5a11f4fb')
+
+prepare() {
+  cd $pkgname-${pkgver/_/-}
+  sed -i 's|ftdi_new();|(void*)12345;|g' configure{,.ac}
+}
+
+build() {
+  cd $pkgname-${pkgver/_/-}
+  libtoolize
+  autoreconf
+  ./configure --prefix=/usr ${_features[@]/#/--enable-} --disable-werror
+  make
+}
+
+package() {
+  cd $pkgname-${pkgver/_/-}
+  make DESTDIR="$pkgdir" install
+  (cd $pkgdir/usr/share/openocd/scripts/target && mv 1986*.cfg 1986be1t.cfg)
+}

Deleted: community-i686/openocd.install
===
--- community-i686/openocd.install  2015-04-29 08:27:55 UTC (rev 132495)
+++ community-i686/openocd.install  2015-04-29 08:28:08 UTC (rev 132496)
@@ -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 $infod

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

2014-04-29 Thread Sergej Pupykin
Date: Tuesday, April 29, 2014 @ 13:44:51
  Author: spupykin
Revision: 110413

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

Added:
  openocd/repos/community-i686/PKGBUILD
(from rev 110412, openocd/trunk/PKGBUILD)
  openocd/repos/community-i686/openocd.install
(from rev 110412, openocd/trunk/openocd.install)
  openocd/repos/community-x86_64/PKGBUILD
(from rev 110412, openocd/trunk/PKGBUILD)
  openocd/repos/community-x86_64/openocd.install
(from rev 110412, 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|   78 +
 /openocd.install |   44 
 community-i686/PKGBUILD  |   38 --
 community-i686/openocd.install   |   22 --
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/openocd.install |   22 --
 6 files changed, 122 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-29 11:44:39 UTC (rev 110412)
+++ community-i686/PKGBUILD 2014-04-29 11:44:51 UTC (rev 110413)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Matthias Bauch 
-# Contributor: Laszlo Papp 
-# Contributor: Samuel Tardieu 
-
-pkgname=openocd
-pkgver=0.8.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' 'libftdi-compat' 'libusb' 'libusb-compat')
-options=(!strip)
-install=openocd.install
-_features=(amtjtagaccel arm-jtag-ew at91rm9200 buspirate ep93xx ftdi gw16012 
jlink oocd_trace opendous osbdm parport presto_libftdi remote-bitbang rlink 
stlink ti-icdi ulink usbprog vsllink)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
-md5sums=('6d83c34763a5f1d1ac7ad83c5a11f4fb')
-
-prepare() {
-  cd $pkgname-${pkgver/_/-}
-  sed -i 's|ftdi_new();|(void*)12345;|g' configure{,.ac}
-}
-
-build() {
-  cd $pkgname-${pkgver/_/-}
-  libtoolize
-  autoreconf
-  ./configure --prefix=/usr ${_features[@]/#/--enable-} --disable-werror
-  make
-}
-
-package() {
-  cd $pkgname-${pkgver/_/-}
-  make DESTDIR="$pkgdir" install
-  (cd $pkgdir/usr/share/openocd/scripts/target && mv 1986*.cfg 1986be1t.cfg)
-}

Copied: openocd/repos/community-i686/PKGBUILD (from rev 110412, 
openocd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-29 11:44:51 UTC (rev 110413)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Matthias Bauch 
+# Contributor: Laszlo Papp 
+# Contributor: Samuel Tardieu 
+
+pkgname=openocd
+pkgver=0.8.0
+epoch=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' 'libftdi-compat' 'libusb' 'libusb-compat')
+options=(!strip)
+install=openocd.install
+_features=(amtjtagaccel arm-jtag-ew at91rm9200 buspirate ep93xx ftdi gw16012 
jlink oocd_trace opendous osbdm parport presto_libftdi remote-bitbang rlink 
stlink ti-icdi ulink usbprog vsllink)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
+md5sums=('6d83c34763a5f1d1ac7ad83c5a11f4fb')
+
+prepare() {
+  cd $pkgname-${pkgver/_/-}
+  sed -i 's|ftdi_new();|(void*)12345;|g' configure{,.ac}
+}
+
+build() {
+  cd $pkgname-${pkgver/_/-}
+  libtoolize
+  autoreconf
+  ./configure --prefix=/usr ${_features[@]/#/--enable-} --disable-werror
+  make
+}
+
+package() {
+  cd $pkgname-${pkgver/_/-}
+  make DESTDIR="$pkgdir" install
+  (cd $pkgdir/usr/share/openocd/scripts/target && mv 1986*.cfg 1986be1t.cfg)
+}

Deleted: community-i686/openocd.install
===
--- community-i686/openocd.install  2014-04-29 11:44:39 UTC (rev 110412)
+++ community-i686/openocd.install  2014-04-29 11:44:51 UTC (rev 110413)
@@ -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.ins

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

2014-04-28 Thread Sergej Pupykin
Date: Monday, April 28, 2014 @ 11:59:02
  Author: spupykin
Revision: 110348

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

Added:
  openocd/repos/community-i686/PKGBUILD
(from rev 110347, openocd/trunk/PKGBUILD)
  openocd/repos/community-i686/openocd.install
(from rev 110347, openocd/trunk/openocd.install)
  openocd/repos/community-x86_64/PKGBUILD
(from rev 110347, openocd/trunk/PKGBUILD)
  openocd/repos/community-x86_64/openocd.install
(from rev 110347, 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|   76 +
 /openocd.install |   44 +
 community-i686/PKGBUILD  |   32 ---
 community-i686/openocd.install   |   22 --
 community-x86_64/PKGBUILD|   32 ---
 community-x86_64/openocd.install |   22 --
 6 files changed, 120 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-28 09:58:50 UTC (rev 110347)
+++ community-i686/PKGBUILD 2014-04-28 09:59:02 UTC (rev 110348)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Matthias Bauch 
-# Contributor: Laszlo Papp 
-# Contributor: Samuel Tardieu 
-
-pkgname=openocd
-pkgver=0.8.0_rc1
-pkgrel=4
-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' 'libftdi-compat' 'libusb' 'libusb-compat')
-options=(!strip)
-install=openocd.install
-_features=(amtjtagaccel arm-jtag-ew at91rm9200 buspirate ep93xx ftdi gw16012 
jlink oocd_trace opendous osbdm parport presto_libftdi remote-bitbang rlink 
stlink ti-icdi ulink usbprog vsllink)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
-md5sums=('7cbf6b556f020298eab80df94b73d52c')
-
-build() {
-  cd $pkgname-${pkgver/_/-}
-  export LIBFTDI_CFLAGS="-I/usr/include/libftdi1"
-  export LIBFTDI_LIBS="-lftdi1"
-  ./configure --prefix=/usr ${_features[@]/#/--enable-} --disable-werror
-  make LIBS="-ldl -lftdi1"
-}
-
-package() {
-  cd $pkgname-${pkgver/_/-}
-  make DESTDIR="$pkgdir" install
-}

Copied: openocd/repos/community-i686/PKGBUILD (from rev 110347, 
openocd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-28 09:59:02 UTC (rev 110348)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Matthias Bauch 
+# Contributor: Laszlo Papp 
+# Contributor: Samuel Tardieu 
+
+pkgname=openocd
+pkgver=0.8.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' 'libftdi-compat' 'libusb' 'libusb-compat')
+options=(!strip)
+install=openocd.install
+_features=(amtjtagaccel arm-jtag-ew at91rm9200 buspirate ep93xx ftdi gw16012 
jlink oocd_trace opendous osbdm parport presto_libftdi remote-bitbang rlink 
stlink ti-icdi ulink usbprog vsllink)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
+md5sums=('6d83c34763a5f1d1ac7ad83c5a11f4fb')
+
+prepare() {
+  cd $pkgname-${pkgver/_/-}
+  sed -i 's|ftdi_new();|(void*)12345;|g' configure{,.ac}
+}
+
+build() {
+  cd $pkgname-${pkgver/_/-}
+  libtoolize
+  autoreconf
+  ./configure --prefix=/usr ${_features[@]/#/--enable-} --disable-werror
+  make
+}
+
+package() {
+  cd $pkgname-${pkgver/_/-}
+  make DESTDIR="$pkgdir" install
+  (cd $pkgdir/usr/share/openocd/scripts/target && mv 1986*.cfg 1986be1t.cfg)
+}

Deleted: community-i686/openocd.install
===
--- community-i686/openocd.install  2014-04-28 09:58:50 UTC (rev 110347)
+++ community-i686/openocd.install  2014-04-28 09:59:02 UTC (rev 110348)
@@ -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 110347, 
openocd/trunk/openocd.install)
===

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

2014-04-22 Thread Sergej Pupykin
Date: Tuesday, April 22, 2014 @ 17:34:00
  Author: spupykin
Revision: 109969

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

Added:
  openocd/repos/community-i686/PKGBUILD
(from rev 109968, openocd/trunk/PKGBUILD)
  openocd/repos/community-i686/openocd.install
(from rev 109968, openocd/trunk/openocd.install)
  openocd/repos/community-x86_64/PKGBUILD
(from rev 109968, openocd/trunk/PKGBUILD)
  openocd/repos/community-x86_64/openocd.install
(from rev 109968, 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|   64 +
 /openocd.install |   44 +
 community-i686/PKGBUILD  |   40 ---
 community-i686/openocd.install   |   22 
 community-x86_64/PKGBUILD|   40 ---
 community-x86_64/openocd.install |   22 
 6 files changed, 108 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-22 15:33:34 UTC (rev 109968)
+++ community-i686/PKGBUILD 2014-04-22 15:34:00 UTC (rev 109969)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Matthias Bauch 
-# Contributor: Laszlo Papp 
-# Contributor: Samuel Tardieu 
-
-pkgname=openocd
-pkgver=0.7.0
-pkgrel=3
-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' 'libusb-compat')
-options=(!strip)
-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)
-
-# FIXME: needs /dev/bus/usb and cannot be compiled in chroot
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|$CC -E|$CC -O2 -E|g' configure
-  sed -i 's|\${CC} -E|$CC -O2 -E|g' configure
-  sed -i 's|-lftdi -lusb|-lftdi1 -lusb-1.0|g' configure src/Makefile*
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export CFLAGS="-I/usr/include/libftdi1"
-  ./configure --prefix=/usr ${_features[@]/#/--enable-} --disable-werror
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: openocd/repos/community-i686/PKGBUILD (from rev 109968, 
openocd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-22 15:34:00 UTC (rev 109969)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Matthias Bauch 
+# Contributor: Laszlo Papp 
+# Contributor: Samuel Tardieu 
+
+pkgname=openocd
+pkgver=0.8.0_rc1
+pkgrel=4
+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' 'libftdi-compat' 'libusb' 'libusb-compat')
+options=(!strip)
+install=openocd.install
+_features=(amtjtagaccel arm-jtag-ew at91rm9200 buspirate ep93xx ftdi gw16012 
jlink oocd_trace opendous osbdm parport presto_libftdi remote-bitbang rlink 
stlink ti-icdi ulink usbprog vsllink)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2)
+md5sums=('7cbf6b556f020298eab80df94b73d52c')
+
+build() {
+  cd $pkgname-${pkgver/_/-}
+  export LIBFTDI_CFLAGS="-I/usr/include/libftdi1"
+  export LIBFTDI_LIBS="-lftdi1"
+  ./configure --prefix=/usr ${_features[@]/#/--enable-} --disable-werror
+  make LIBS="-ldl -lftdi1"
+}
+
+package() {
+  cd $pkgname-${pkgver/_/-}
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/openocd.install
===
--- community-i686/openocd.install  2014-04-22 15:33:34 UTC (rev 109968)
+++ community-i686/openocd.install  2014-04-22 15:34:00 UTC (rev 109969)
@@ -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

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

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 09:45:37
  Author: spupykin
Revision: 100265

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

Added:
  openocd/repos/community-i686/PKGBUILD
(from rev 100264, openocd/trunk/PKGBUILD)
  openocd/repos/community-i686/openocd.install
(from rev 100264, openocd/trunk/openocd.install)
  openocd/repos/community-x86_64/PKGBUILD
(from rev 100264, openocd/trunk/PKGBUILD)
  openocd/repos/community-x86_64/openocd.install
(from rev 100264, 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-11-02 08:45:23 UTC (rev 100264)
+++ community-i686/PKGBUILD 2013-11-02 08:45:37 UTC (rev 100265)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Matthias Bauch 
-# Contributor: Laszlo Papp 
-# Contributor: Samuel Tardieu 
-
-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)
-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
-}

Copied: openocd/repos/community-i686/PKGBUILD (from rev 100264, 
openocd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 08:45:37 UTC (rev 100265)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Matthias Bauch 
+# Contributor: Laszlo Papp 
+# Contributor: Samuel Tardieu 
+
+pkgname=openocd
+pkgver=0.7.0
+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)
+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-11-02 08:45:23 UTC (rev 100264)
+++ community-i686/openocd.install  2013-11-02 08:45:37 UTC (rev 100265)
@@ -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 100264, 
openocd/trunk/openocd.install)
===
--- community-i686/openocd.install  (rev 0)
+++ community-i686/openocd.install  2013-11-02 08:45:37 UTC (rev 100265)
@@ -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
+

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

2013-05-05 Thread Bartłomiej Piotrowski
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 
-# Contributor: Matthias Bauch 
-# Contributor: Laszlo Papp 
-# Contributor: Samuel Tardieu 
-
-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 
+# Contributor: Matthias Bauch 
+# Contributor: Laszlo Papp 
+# Contributor: Samuel Tardieu 
+
+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/