[arch-commits] Commit in arm-none-eabi-gdb/repos (4 files)

Anatol Pomozov anatolik at archlinux.org
Fri Jan 16 20:48:20 UTC 2015


    Date: Friday, January 16, 2015 @ 21:48:20
  Author: anatolik
Revision: 126010

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

Added:
  arm-none-eabi-gdb/repos/community-i686/PKGBUILD
    (from rev 126009, arm-none-eabi-gdb/trunk/PKGBUILD)
  arm-none-eabi-gdb/repos/community-x86_64/PKGBUILD
    (from rev 126009, arm-none-eabi-gdb/trunk/PKGBUILD)
Deleted:
  arm-none-eabi-gdb/repos/community-i686/PKGBUILD
  arm-none-eabi-gdb/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |  114 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   53 --------------------
 community-x86_64/PKGBUILD |   53 --------------------
 3 files changed, 114 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-01-16 20:47:22 UTC (rev 126009)
+++ community-i686/PKGBUILD	2015-01-16 20:48:20 UTC (rev 126010)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-# Contributor: Martin Schmölzer <mschmoelzer at gmail.com>
-
-_target=arm-none-eabi
-pkgname=$_target-gdb
-pkgver=7.8.2
-pkgrel=1
-pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
-arch=(i686 x86_64)
-url='http://www.gnu.org/software/gdb/'
-license=(GPL3)
-depends=(xz ncurses expat python2 guile)
-makedepends=(texinfo)
-optdepends=('openocd: for debugging JTAG targets'
-            'stlink: for debugging over STLINK')
-options=(!emptydirs)
-source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha256sums=('605954d5747d5f08ea4b7f48e958d1ebbf39265e18f7f36738deeabb83744485'
-            'SKIP')
-validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker <brobecker at adacore.com>
-
-build() {
-  cd gdb-$pkgver
-
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-
-  ./configure --target=$_target \
-              --prefix=/usr \
-              --enable-languages=c,c++ \
-              --enable-multilib \
-              --enable-interwork \
-              --with-system-readline \
-              --disable-nls \
-              --with-python=/usr/bin/python2 \
-              --with-system-gdbinit=/etc/gdb/gdbinit
-  make
-}
-
-package() {
-  cd gdb-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Following files conflict with 'gdb' package
-  rm -r "$pkgdir"/usr/share/info
-  # TOTHINK: we remove python module used for debugging. It means arm-*-gdb alone will not be able to debug and 'gdb' package
-  # should be installed. File a bug upstream - ask a separate python module folder for cross tools.
-  rm -r "$pkgdir"/usr/share/gdb
-  rm -r "$pkgdir"/usr/include/gdb
-  rm "$pkgdir"/usr/share/man/man1/gdb*
-  rm -r "$pkgdir"/usr/share/man/man5
-}

Copied: arm-none-eabi-gdb/repos/community-i686/PKGBUILD (from rev 126009, arm-none-eabi-gdb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-01-16 20:48:20 UTC (rev 126010)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: Martin Schmölzer <mschmoelzer at gmail.com>
+
+_target=arm-none-eabi
+pkgname=$_target-gdb
+pkgver=7.8.2
+pkgrel=1
+pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python2 guile)
+optdepends=('openocd: for debugging JTAG targets'
+            'stlink: for debugging over STLINK')
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha256sums=('605954d5747d5f08ea4b7f48e958d1ebbf39265e18f7f36738deeabb83744485'
+            'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker <brobecker at adacore.com>
+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  ./configure \
+    --target=$_target \
+    --prefix=/usr \
+    --enable-languages=c,c++ \
+    --enable-multilib \
+    --enable-interwork \
+    --with-system-readline \
+    --disable-nls \
+    --with-python=/usr/bin/python2 \
+    --with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Following files conflict with 'gdb' package
+  rm -r "$pkgdir"/usr/share/info
+  # TOTHINK: we remove python module used for debugging. It means arm-*-gdb alone will not be able to debug and 'gdb' package
+  # should be installed. File a bug upstream - ask a separate python module folder for cross tools.
+  rm -r "$pkgdir"/usr/share/gdb
+  rm -r "$pkgdir"/usr/include/gdb
+  rm "$pkgdir"/usr/share/man/man1/gdb*
+  rm -r "$pkgdir"/usr/share/man/man5
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-01-16 20:47:22 UTC (rev 126009)
+++ community-x86_64/PKGBUILD	2015-01-16 20:48:20 UTC (rev 126010)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-# Contributor: Martin Schmölzer <mschmoelzer at gmail.com>
-
-_target=arm-none-eabi
-pkgname=$_target-gdb
-pkgver=7.8.2
-pkgrel=1
-pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
-arch=(i686 x86_64)
-url='http://www.gnu.org/software/gdb/'
-license=(GPL3)
-depends=(xz ncurses expat python2 guile)
-makedepends=(texinfo)
-optdepends=('openocd: for debugging JTAG targets'
-            'stlink: for debugging over STLINK')
-options=(!emptydirs)
-source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha256sums=('605954d5747d5f08ea4b7f48e958d1ebbf39265e18f7f36738deeabb83744485'
-            'SKIP')
-validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker <brobecker at adacore.com>
-
-build() {
-  cd gdb-$pkgver
-
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-
-  ./configure --target=$_target \
-              --prefix=/usr \
-              --enable-languages=c,c++ \
-              --enable-multilib \
-              --enable-interwork \
-              --with-system-readline \
-              --disable-nls \
-              --with-python=/usr/bin/python2 \
-              --with-system-gdbinit=/etc/gdb/gdbinit
-  make
-}
-
-package() {
-  cd gdb-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Following files conflict with 'gdb' package
-  rm -r "$pkgdir"/usr/share/info
-  # TOTHINK: we remove python module used for debugging. It means arm-*-gdb alone will not be able to debug and 'gdb' package
-  # should be installed. File a bug upstream - ask a separate python module folder for cross tools.
-  rm -r "$pkgdir"/usr/share/gdb
-  rm -r "$pkgdir"/usr/include/gdb
-  rm "$pkgdir"/usr/share/man/man1/gdb*
-  rm -r "$pkgdir"/usr/share/man/man5
-}

Copied: arm-none-eabi-gdb/repos/community-x86_64/PKGBUILD (from rev 126009, arm-none-eabi-gdb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-01-16 20:48:20 UTC (rev 126010)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: Martin Schmölzer <mschmoelzer at gmail.com>
+
+_target=arm-none-eabi
+pkgname=$_target-gdb
+pkgver=7.8.2
+pkgrel=1
+pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python2 guile)
+optdepends=('openocd: for debugging JTAG targets'
+            'stlink: for debugging over STLINK')
+options=(!emptydirs)
+source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha256sums=('605954d5747d5f08ea4b7f48e958d1ebbf39265e18f7f36738deeabb83744485'
+            'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker <brobecker at adacore.com>
+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  ./configure \
+    --target=$_target \
+    --prefix=/usr \
+    --enable-languages=c,c++ \
+    --enable-multilib \
+    --enable-interwork \
+    --with-system-readline \
+    --disable-nls \
+    --with-python=/usr/bin/python2 \
+    --with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Following files conflict with 'gdb' package
+  rm -r "$pkgdir"/usr/share/info
+  # TOTHINK: we remove python module used for debugging. It means arm-*-gdb alone will not be able to debug and 'gdb' package
+  # should be installed. File a bug upstream - ask a separate python module folder for cross tools.
+  rm -r "$pkgdir"/usr/share/gdb
+  rm -r "$pkgdir"/usr/include/gdb
+  rm "$pkgdir"/usr/share/man/man1/gdb*
+  rm -r "$pkgdir"/usr/share/man/man5
+}



More information about the arch-commits mailing list