[arch-commits] Commit in ddd/repos/extra-i686 (6 files)

Eric Bélanger eric at archlinux.org
Thu Jan 1 01:02:52 UTC 2015


    Date: Thursday, January 1, 2015 @ 02:02:52
  Author: eric
Revision: 228277

archrelease: copy trunk to extra-i686

Added:
  ddd/repos/extra-i686/PKGBUILD
    (from rev 228276, ddd/trunk/PKGBUILD)
  ddd/repos/extra-i686/ddd-3.3.12-gcc44.patch
    (from rev 228276, ddd/trunk/ddd-3.3.12-gcc44.patch)
  ddd/repos/extra-i686/ddd.install
    (from rev 228276, ddd/trunk/ddd.install)
Deleted:
  ddd/repos/extra-i686/PKGBUILD
  ddd/repos/extra-i686/ddd-3.3.12-gcc44.patch
  ddd/repos/extra-i686/ddd.install

------------------------+
 PKGBUILD               |   75 +++++++++++++++++++++++------------------------
 ddd-3.3.12-gcc44.patch |   20 ++++++------
 ddd.install            |   36 +++++++++++-----------
 3 files changed, 66 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-01 01:01:12 UTC (rev 228276)
+++ PKGBUILD	2015-01-01 01:02:52 UTC (rev 228277)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=ddd
-pkgver=3.3.12
-pkgrel=5
-pkgdesc="A graphical front-end for command-line debuggers such as GDB, JDB, pydb, perl debugger..."
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/ddd/"
-license=('GPL3' 'LGPL3')
-depends=('gcc-libs' 'lesstif' 'libxaw')
-optdepends=('gdb: to use the Gnu debugger' 
-            'jdk: to use the Java debugger' 
-            'pydb: to use the Python debugger' 
-            'perl: to use the Perl debugger')
-install=ddd.install
-source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} ddd-3.3.12-gcc44.patch)
-sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
-          'de155d812da6e11e55cc882292bb5c7b30bd31a1'
-          '3d43c9d56347f248732b1d72f29c7bf799f03864')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}/ddd-3.3.12-gcc44.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  LIBS+="-pthread" ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 icons/ddd.xpm "${pkgdir}/usr/share/pixmaps/ddd.xpm"
-}

Copied: ddd/repos/extra-i686/PKGBUILD (from rev 228276, ddd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-01 01:02:52 UTC (rev 228277)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=ddd
+pkgver=3.3.12
+pkgrel=5
+pkgdesc="A graphical front-end for command-line debuggers such as GDB, JDB, pydb, perl debugger..."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/ddd/"
+license=('GPL3' 'LGPL3')
+depends=('gcc-libs' 'lesstif' 'libxaw')
+optdepends=('gdb: to use the Gnu debugger' 
+            'jdk: to use the Java debugger' 
+            'pydb: to use the Python debugger' 
+            'perl: to use the Perl debugger')
+install=ddd.install
+source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} ddd-3.3.12-gcc44.patch)
+sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
+          'de155d812da6e11e55cc882292bb5c7b30bd31a1'
+          '3d43c9d56347f248732b1d72f29c7bf799f03864')
+validpgpkeys=('4B286694DE99D517AA8DFF2D6656C593E5158D1A')
+  
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/ddd-3.3.12-gcc44.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LIBS+="-pthread" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 icons/ddd.xpm "${pkgdir}/usr/share/pixmaps/ddd.xpm"
+}

Deleted: ddd-3.3.12-gcc44.patch
===================================================================
--- ddd-3.3.12-gcc44.patch	2015-01-01 01:01:12 UTC (rev 228276)
+++ ddd-3.3.12-gcc44.patch	2015-01-01 01:02:52 UTC (rev 228277)
@@ -1,10 +0,0 @@
---- ddd-3.3.12-orig/ddd/strclass.C
-+++ ddd-3.3.12/ddd/strclass.C
-@@ -39,6 +39,7 @@
- #include <limits.h>
- #include <new>
- #include <stdlib.h>
-+#include <stdio.h>
- 
- void string::error(const char* msg) const
- {

Copied: ddd/repos/extra-i686/ddd-3.3.12-gcc44.patch (from rev 228276, ddd/trunk/ddd-3.3.12-gcc44.patch)
===================================================================
--- ddd-3.3.12-gcc44.patch	                        (rev 0)
+++ ddd-3.3.12-gcc44.patch	2015-01-01 01:02:52 UTC (rev 228277)
@@ -0,0 +1,10 @@
+--- ddd-3.3.12-orig/ddd/strclass.C
++++ ddd-3.3.12/ddd/strclass.C
+@@ -39,6 +39,7 @@
+ #include <limits.h>
+ #include <new>
+ #include <stdlib.h>
++#include <stdio.h>
+ 
+ void string::error(const char* msg) const
+ {

Deleted: ddd.install
===================================================================
--- ddd.install	2015-01-01 01:01:12 UTC (rev 228276)
+++ ddd.install	2015-01-01 01:02:52 UTC (rev 228277)
@@ -1,18 +0,0 @@
-infodir=usr/share/info
-filelist=(ddd.info.gz ddd-themes.info.gz)
-
-post_install() {
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

Copied: ddd/repos/extra-i686/ddd.install (from rev 228276, ddd/trunk/ddd.install)
===================================================================
--- ddd.install	                        (rev 0)
+++ ddd.install	2015-01-01 01:02:52 UTC (rev 228277)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+filelist=(ddd.info.gz ddd-themes.info.gz)
+
+post_install() {
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}



More information about the arch-commits mailing list