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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Nov 18 15:41:33 UTC 2014


    Date: Tuesday, November 18, 2014 @ 16:41:33
  Author: svenstaro
Revision: 122703

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

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

-------------------------------+
 /PKGBUILD                     |   52 ++++++++++++++++++++++++++++++++++++++++
 /cgdb.install                 |   34 ++++++++++++++++++++++++++
 community-i686/PKGBUILD       |   25 -------------------
 community-i686/cgdb.install   |   17 -------------
 community-x86_64/PKGBUILD     |   25 -------------------
 community-x86_64/cgdb.install |   17 -------------
 6 files changed, 86 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-11-18 15:41:24 UTC (rev 122702)
+++ community-i686/PKGBUILD	2014-11-18 15:41:33 UTC (rev 122703)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Marek Kubica <marek at xivilization.net>
-# Contributor: Javier ‘Phrodo_00’ Aravena <Phrodo.00 at gmail.com>
-pkgname=cgdb
-pkgver=0.6.7
-pkgrel=2
-pkgdesc="Curses-based interface to the GNU Debugger"
-arch=('i686' 'x86_64')
-url="http://cgdb.sourceforge.net/"
-license=('GPL')
-depends=('readline>=5.1' 'ncurses' 'gdb')
-source=("http://cgdb.me/files/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('0a9d1cc3fb00c3cdaeb060d20d3312dd738b617ff1b188db33a074e2790f9721ca58e924ecc9929b84832c3ca22a334d7a66294439341a9b6868eef1baafca3e')
-install=cgdb.install
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}/" install
-}

Copied: cgdb/repos/community-i686/PKGBUILD (from rev 122702, cgdb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-11-18 15:41:33 UTC (rev 122703)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Marek Kubica <marek at xivilization.net>
+# Contributor: Javier ‘Phrodo_00’ Aravena <Phrodo.00 at gmail.com>
+pkgname=cgdb
+pkgver=0.6.8
+pkgrel=1
+pkgdesc="Curses-based interface to the GNU Debugger"
+arch=('i686' 'x86_64')
+url="http://cgdb.sourceforge.net/"
+license=('GPL')
+depends=('readline>=5.1' 'ncurses' 'gdb')
+makedepends=('help2man')
+source=("http://cgdb.me/files/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('22580f0c2ad9c4f4efc429f94465fe54518c38f5efc95fa544ebbd93188d8e2ec740d7c3f22df1447df9af96eb4a317e4a4fbf5c771173f86ebdccbcbd776ab2')
+install=cgdb.install
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: community-i686/cgdb.install
===================================================================
--- community-i686/cgdb.install	2014-11-18 15:41:24 UTC (rev 122702)
+++ community-i686/cgdb.install	2014-11-18 15:41:33 UTC (rev 122703)
@@ -1,17 +0,0 @@
-infodir=usr/share/info
-file=cgdb.info.gz
-
-post_install() {
-    [ -x usr/bin/install-info ] || return 0
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-    post_install $1
-}
-
-pre_remove() {
-    [ -x usr/bin/install-info ] || return 0
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}
-

Copied: cgdb/repos/community-i686/cgdb.install (from rev 122702, cgdb/trunk/cgdb.install)
===================================================================
--- community-i686/cgdb.install	                        (rev 0)
+++ community-i686/cgdb.install	2014-11-18 15:41:33 UTC (rev 122703)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+file=cgdb.info.gz
+
+post_install() {
+    [ -x usr/bin/install-info ] || return 0
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+    post_install $1
+}
+
+pre_remove() {
+    [ -x usr/bin/install-info ] || return 0
+    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-11-18 15:41:24 UTC (rev 122702)
+++ community-x86_64/PKGBUILD	2014-11-18 15:41:33 UTC (rev 122703)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Marek Kubica <marek at xivilization.net>
-# Contributor: Javier ‘Phrodo_00’ Aravena <Phrodo.00 at gmail.com>
-pkgname=cgdb
-pkgver=0.6.7
-pkgrel=2
-pkgdesc="Curses-based interface to the GNU Debugger"
-arch=('i686' 'x86_64')
-url="http://cgdb.sourceforge.net/"
-license=('GPL')
-depends=('readline>=5.1' 'ncurses' 'gdb')
-source=("http://cgdb.me/files/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('0a9d1cc3fb00c3cdaeb060d20d3312dd738b617ff1b188db33a074e2790f9721ca58e924ecc9929b84832c3ca22a334d7a66294439341a9b6868eef1baafca3e')
-install=cgdb.install
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}/" install
-}

Copied: cgdb/repos/community-x86_64/PKGBUILD (from rev 122702, cgdb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-11-18 15:41:33 UTC (rev 122703)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Marek Kubica <marek at xivilization.net>
+# Contributor: Javier ‘Phrodo_00’ Aravena <Phrodo.00 at gmail.com>
+pkgname=cgdb
+pkgver=0.6.8
+pkgrel=1
+pkgdesc="Curses-based interface to the GNU Debugger"
+arch=('i686' 'x86_64')
+url="http://cgdb.sourceforge.net/"
+license=('GPL')
+depends=('readline>=5.1' 'ncurses' 'gdb')
+makedepends=('help2man')
+source=("http://cgdb.me/files/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('22580f0c2ad9c4f4efc429f94465fe54518c38f5efc95fa544ebbd93188d8e2ec740d7c3f22df1447df9af96eb4a317e4a4fbf5c771173f86ebdccbcbd776ab2')
+install=cgdb.install
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: community-x86_64/cgdb.install
===================================================================
--- community-x86_64/cgdb.install	2014-11-18 15:41:24 UTC (rev 122702)
+++ community-x86_64/cgdb.install	2014-11-18 15:41:33 UTC (rev 122703)
@@ -1,17 +0,0 @@
-infodir=usr/share/info
-file=cgdb.info.gz
-
-post_install() {
-    [ -x usr/bin/install-info ] || return 0
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-    post_install $1
-}
-
-pre_remove() {
-    [ -x usr/bin/install-info ] || return 0
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}
-

Copied: cgdb/repos/community-x86_64/cgdb.install (from rev 122702, cgdb/trunk/cgdb.install)
===================================================================
--- community-x86_64/cgdb.install	                        (rev 0)
+++ community-x86_64/cgdb.install	2014-11-18 15:41:33 UTC (rev 122703)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+file=cgdb.info.gz
+
+post_install() {
+    [ -x usr/bin/install-info ] || return 0
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+    post_install $1
+}
+
+pre_remove() {
+    [ -x usr/bin/install-info ] || return 0
+    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}
+



More information about the arch-commits mailing list