[arch-commits] Commit in gdb/repos (4 files)
Anatol Pomozov
anatolik at archlinux.org
Thu Sep 7 22:20:14 UTC 2017
Date: Thursday, September 7, 2017 @ 22:20:13
Author: anatolik
Revision: 305022
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
gdb/repos/extra-i686/PKGBUILD
(from rev 305021, gdb/trunk/PKGBUILD)
gdb/repos/extra-x86_64/PKGBUILD
(from rev 305021, gdb/trunk/PKGBUILD)
Deleted:
gdb/repos/extra-i686/PKGBUILD
gdb/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 142 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 71 ------------------------
extra-x86_64/PKGBUILD | 71 ------------------------
3 files changed, 142 insertions(+), 142 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-09-07 22:19:20 UTC (rev 305021)
+++ extra-i686/PKGBUILD 2017-09-07 22:20:13 UTC (rev 305022)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=gdb
-# gdb-common is a package that contains files common for all cross compiled versions
-# of gdb (for arm/avr/...)
-pkgname=(gdb gdb-common)
-pkgver=8.0
-pkgrel=1
-pkgdesc='The GNU Debugger'
-arch=(i686 x86_64)
-url='http://www.gnu.org/software/gdb/'
-license=(GPL3)
-makedepends=(texinfo python guile2.0 ncurses expat xz)
-source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('148c8e783ebf9b281241d0566db59961191ec64d'
- 'SKIP')
-validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
-
-prepare() {
- cd gdb-$pkgver
-
- # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
- sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
- cd gdb-$pkgver
-
- ./configure --prefix=/usr --disable-nls \
- --with-system-readline \
- --with-python=/usr/bin/python3 \
- --with-guile=guile-2.0 \
- --with-system-gdbinit=/etc/gdb/gdbinit
- make
-}
-
-package_gdb-common() {
- depends=(python guile2.0)
-
- cd gdb-$pkgver
- make DESTDIR=$pkgdir install
-
- # resolve conflicts with binutils
- rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
- rm $pkgdir/usr/share/info/bfd.info
- rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
-
- rm -r $pkgdir/usr/{bin,include,lib,share/info,share/man}
-}
-
-package_gdb() {
- depends=(ncurses expat xz gdb-common=$pkgver)
- backup=(etc/gdb/gdbinit)
-
- cd gdb-$pkgver
- make DESTDIR=$pkgdir install
-
- # install "custom" system gdbinit
- install -dm755 $pkgdir/etc/gdb
- touch $pkgdir/etc/gdb/gdbinit
-
- # resolve conflicts with binutils
- rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
- rm $pkgdir/usr/share/info/bfd.info
- rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
-
- # comes from gdb-common
- rm -r $pkgdir/usr/share/gdb/
-}
Copied: gdb/repos/extra-i686/PKGBUILD (from rev 305021, gdb/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-07 22:20:13 UTC (rev 305022)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=gdb
+# gdb-common is a package that contains files common for all cross compiled versions
+# of gdb (for arm/avr/...)
+pkgname=(gdb gdb-common)
+pkgver=8.0.1
+pkgrel=1
+pkgdesc='The GNU Debugger'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+makedepends=(texinfo python guile2.0 ncurses expat xz)
+source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('faa945f77cf9bb5ae9530664f8b34ad21e38088f'
+ 'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+
+prepare() {
+ cd gdb-$pkgver
+
+ # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+ sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+ cd gdb-$pkgver
+
+ ./configure --prefix=/usr --disable-nls \
+ --with-system-readline \
+ --with-python=/usr/bin/python3 \
+ --with-guile=guile-2.0 \
+ --with-system-gdbinit=/etc/gdb/gdbinit
+ make
+}
+
+package_gdb-common() {
+ depends=(python guile2.0)
+
+ cd gdb-$pkgver
+ make DESTDIR=$pkgdir install
+
+ # resolve conflicts with binutils
+ rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
+ rm $pkgdir/usr/share/info/bfd.info
+ rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
+
+ rm -r $pkgdir/usr/{bin,include,lib,share/info,share/man}
+}
+
+package_gdb() {
+ depends=(ncurses expat xz gdb-common=$pkgver)
+ backup=(etc/gdb/gdbinit)
+
+ cd gdb-$pkgver
+ make DESTDIR=$pkgdir install
+
+ # install "custom" system gdbinit
+ install -dm755 $pkgdir/etc/gdb
+ touch $pkgdir/etc/gdb/gdbinit
+
+ # resolve conflicts with binutils
+ rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
+ rm $pkgdir/usr/share/info/bfd.info
+ rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
+
+ # comes from gdb-common
+ rm -r $pkgdir/usr/share/gdb/
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-09-07 22:19:20 UTC (rev 305021)
+++ extra-x86_64/PKGBUILD 2017-09-07 22:20:13 UTC (rev 305022)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=gdb
-# gdb-common is a package that contains files common for all cross compiled versions
-# of gdb (for arm/avr/...)
-pkgname=(gdb gdb-common)
-pkgver=8.0
-pkgrel=1
-pkgdesc='The GNU Debugger'
-arch=(i686 x86_64)
-url='http://www.gnu.org/software/gdb/'
-license=(GPL3)
-makedepends=(texinfo python guile2.0 ncurses expat xz)
-source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('148c8e783ebf9b281241d0566db59961191ec64d'
- 'SKIP')
-validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
-
-prepare() {
- cd gdb-$pkgver
-
- # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
- sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
- cd gdb-$pkgver
-
- ./configure --prefix=/usr --disable-nls \
- --with-system-readline \
- --with-python=/usr/bin/python3 \
- --with-guile=guile-2.0 \
- --with-system-gdbinit=/etc/gdb/gdbinit
- make
-}
-
-package_gdb-common() {
- depends=(python guile2.0)
-
- cd gdb-$pkgver
- make DESTDIR=$pkgdir install
-
- # resolve conflicts with binutils
- rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
- rm $pkgdir/usr/share/info/bfd.info
- rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
-
- rm -r $pkgdir/usr/{bin,include,lib,share/info,share/man}
-}
-
-package_gdb() {
- depends=(ncurses expat xz gdb-common=$pkgver)
- backup=(etc/gdb/gdbinit)
-
- cd gdb-$pkgver
- make DESTDIR=$pkgdir install
-
- # install "custom" system gdbinit
- install -dm755 $pkgdir/etc/gdb
- touch $pkgdir/etc/gdb/gdbinit
-
- # resolve conflicts with binutils
- rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
- rm $pkgdir/usr/share/info/bfd.info
- rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
-
- # comes from gdb-common
- rm -r $pkgdir/usr/share/gdb/
-}
Copied: gdb/repos/extra-x86_64/PKGBUILD (from rev 305021, gdb/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-09-07 22:20:13 UTC (rev 305022)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=gdb
+# gdb-common is a package that contains files common for all cross compiled versions
+# of gdb (for arm/avr/...)
+pkgname=(gdb gdb-common)
+pkgver=8.0.1
+pkgrel=1
+pkgdesc='The GNU Debugger'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/gdb/'
+license=(GPL3)
+makedepends=(texinfo python guile2.0 ncurses expat xz)
+source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('faa945f77cf9bb5ae9530664f8b34ad21e38088f'
+ 'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+
+prepare() {
+ cd gdb-$pkgver
+
+ # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+ sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+ cd gdb-$pkgver
+
+ ./configure --prefix=/usr --disable-nls \
+ --with-system-readline \
+ --with-python=/usr/bin/python3 \
+ --with-guile=guile-2.0 \
+ --with-system-gdbinit=/etc/gdb/gdbinit
+ make
+}
+
+package_gdb-common() {
+ depends=(python guile2.0)
+
+ cd gdb-$pkgver
+ make DESTDIR=$pkgdir install
+
+ # resolve conflicts with binutils
+ rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
+ rm $pkgdir/usr/share/info/bfd.info
+ rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
+
+ rm -r $pkgdir/usr/{bin,include,lib,share/info,share/man}
+}
+
+package_gdb() {
+ depends=(ncurses expat xz gdb-common=$pkgver)
+ backup=(etc/gdb/gdbinit)
+
+ cd gdb-$pkgver
+ make DESTDIR=$pkgdir install
+
+ # install "custom" system gdbinit
+ install -dm755 $pkgdir/etc/gdb
+ touch $pkgdir/etc/gdb/gdbinit
+
+ # resolve conflicts with binutils
+ rm $pkgdir/usr/include/{ansidecl,bfd,bfdlink,dis-asm,plugin-api,symcat}.h
+ rm $pkgdir/usr/share/info/bfd.info
+ rm $pkgdir/usr/lib/{libbfd,libopcodes}.a
+
+ # comes from gdb-common
+ rm -r $pkgdir/usr/share/gdb/
+}
More information about the arch-commits
mailing list