[arch-commits] Commit in gdb-dashboard/repos/community-any (PKGBUILD PKGBUILD)

2020-08-24 Thread Levente Polyak via arch-commits
Date: Monday, August 24, 2020 @ 20:29:52
  Author: anthraxx
Revision: 687809

archrelease: copy trunk to community-any

Added:
  gdb-dashboard/repos/community-any/PKGBUILD
(from rev 687808, gdb-dashboard/trunk/PKGBUILD)
Deleted:
  gdb-dashboard/repos/community-any/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-24 20:29:48 UTC (rev 687808)
+++ PKGBUILD2020-08-24 20:29:52 UTC (rev 687809)
@@ -1,23 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=gdb-dashboard
-pkgver=0.11.3
-pkgrel=1
-pkgdesc='Modular visual interface for GDB in Python'
-url='https://github.com/cyrus-and/gdb-dashboard'
-arch=('any')
-license=('MIT')
-depends=('gdb' 'binutils')
-optdepends=('python-pygments: syntax highlighting support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
-sha512sums=('71dbc13da05665584af7784a01ea3d70ada4241fe8ab1a5283f7a4321e6517594435a1ec09d81745e87c55807ab83efc8e099a1f70f4f04062cce79c8858e4e9')
-b2sums=('a0de93147190259e9864824dc66d199747ea49011621925f1ba4e78966250ae16b85d8aa2797b3512dcc559be8debb6f8338d52829dd2af6eea6709bf6d1fe64')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gdb-dashboard/repos/community-any/PKGBUILD (from rev 687808, 
gdb-dashboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-24 20:29:52 UTC (rev 687809)
@@ -0,0 +1,23 @@
+# Maintainer: Levente Polyak 
+
+pkgname=gdb-dashboard
+pkgver=0.11.4
+pkgrel=1
+pkgdesc='Modular visual interface for GDB in Python'
+url='https://github.com/cyrus-and/gdb-dashboard'
+arch=('any')
+license=('MIT')
+depends=('gdb' 'binutils')
+optdepends=('python-pygments: syntax highlighting support')
+source=(https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('ad9ed3ef5a501ba1aa526aadb03c863fdb92bcbb90825e7ce12825be284fb5ec8f2d1fab0acecce02aa04f9ede624be686ef58ecdfff94ac29a6241e9f0ef8ca')
+b2sums=('5750fd5911b234b3830673b78501d0552374792f92fbbd021ee193d9ef936d67e9d7add7171788bf8a4e9feafb0869e696df1646783fd37812a7c9075187543d')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in gdb-dashboard/repos/community-any (PKGBUILD PKGBUILD)

2020-01-26 Thread Levente Polyak via arch-commits
Date: Sunday, January 26, 2020 @ 11:58:11
  Author: anthraxx
Revision: 555677

archrelease: copy trunk to community-any

Added:
  gdb-dashboard/repos/community-any/PKGBUILD
(from rev 555676, gdb-dashboard/trunk/PKGBUILD)
Deleted:
  gdb-dashboard/repos/community-any/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-26 11:58:06 UTC (rev 555676)
+++ PKGBUILD2020-01-26 11:58:11 UTC (rev 555677)
@@ -1,23 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=gdb-dashboard
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Modular visual interface for GDB in Python'
-url='https://github.com/cyrus-and/gdb-dashboard'
-arch=('any')
-license=('MIT')
-depends=('gdb' 'binutils')
-optdepends=('python-pygments: syntax highlighting support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
-sha256sums=('143eace257a7e3d2a0fd8c99bbe4cc0a023a74eb67ce12d0e6c184be8294a387')
-sha512sums=('da9f42f6f781ab42af4707b301c0d697e04662a01d3df5ef7a4143bfd619f7252e421540808303613c67b2f73d1ec4b33cb09e224334b9aeb1f8a68be0f550fb')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gdb-dashboard/repos/community-any/PKGBUILD (from rev 555676, 
gdb-dashboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-26 11:58:11 UTC (rev 555677)
@@ -0,0 +1,23 @@
+# Maintainer: Levente Polyak 
+
+pkgname=gdb-dashboard
+pkgver=0.11.3
+pkgrel=1
+pkgdesc='Modular visual interface for GDB in Python'
+url='https://github.com/cyrus-and/gdb-dashboard'
+arch=('any')
+license=('MIT')
+depends=('gdb' 'binutils')
+optdepends=('python-pygments: syntax highlighting support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
+sha512sums=('71dbc13da05665584af7784a01ea3d70ada4241fe8ab1a5283f7a4321e6517594435a1ec09d81745e87c55807ab83efc8e099a1f70f4f04062cce79c8858e4e9')
+b2sums=('a0de93147190259e9864824dc66d199747ea49011621925f1ba4e78966250ae16b85d8aa2797b3512dcc559be8debb6f8338d52829dd2af6eea6709bf6d1fe64')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in gdb-dashboard/repos/community-any (PKGBUILD PKGBUILD)

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 17:59:30
  Author: anthraxx
Revision: 476629

archrelease: copy trunk to community-any

Added:
  gdb-dashboard/repos/community-any/PKGBUILD
(from rev 476628, gdb-dashboard/trunk/PKGBUILD)
Deleted:
  gdb-dashboard/repos/community-any/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 17:59:26 UTC (rev 476628)
+++ PKGBUILD2019-06-02 17:59:30 UTC (rev 476629)
@@ -1,23 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=gdb-dashboard
-pkgver=0.4.3
-pkgrel=1
-pkgdesc='Modular visual interface for GDB in Python'
-url='https://github.com/cyrus-and/gdb-dashboard'
-arch=('any')
-license=('MIT')
-depends=('gdb' 'binutils')
-optdepends=('python-pygments: syntax highlighting support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
-sha256sums=('70fd21f959df02607dfdd4641453c01cabc0b3cdb35e19d62f3f691ef4714ed9')
-sha512sums=('b0ba054d4f5f5c899819d973aa60c8319a164eaa74e1b222ceab76cd22656fdb1fd96a35328ad55ac68412c85e1afe44ce66a085bfccdc8e0627aae4d505c7f0')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gdb-dashboard/repos/community-any/PKGBUILD (from rev 476628, 
gdb-dashboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 17:59:30 UTC (rev 476629)
@@ -0,0 +1,23 @@
+# Maintainer: Levente Polyak 
+
+pkgname=gdb-dashboard
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Modular visual interface for GDB in Python'
+url='https://github.com/cyrus-and/gdb-dashboard'
+arch=('any')
+license=('MIT')
+depends=('gdb' 'binutils')
+optdepends=('python-pygments: syntax highlighting support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
+sha256sums=('143eace257a7e3d2a0fd8c99bbe4cc0a023a74eb67ce12d0e6c184be8294a387')
+sha512sums=('da9f42f6f781ab42af4707b301c0d697e04662a01d3df5ef7a4143bfd619f7252e421540808303613c67b2f73d1ec4b33cb09e224334b9aeb1f8a68be0f550fb')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in gdb-dashboard/repos/community-any (PKGBUILD PKGBUILD)

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:44:15
  Author: anthraxx
Revision: 437922

archrelease: copy trunk to community-any

Added:
  gdb-dashboard/repos/community-any/PKGBUILD
(from rev 437921, gdb-dashboard/trunk/PKGBUILD)
Deleted:
  gdb-dashboard/repos/community-any/PKGBUILD

--+
 PKGBUILD |   45 +++--
 1 file changed, 23 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 21:44:09 UTC (rev 437921)
+++ PKGBUILD2019-03-06 21:44:15 UTC (rev 437922)
@@ -1,22 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=gdb-dashboard
-pkgver=0.4.2
-pkgrel=1
-pkgdesc='Modular visual interface for GDB in Python'
-url='https://github.com/cyrus-and/gdb-dashboard'
-arch=('any')
-license=('MIT')
-depends=('gdb' 'binutils')
-optdepends=('python-pygments: syntax highlighting support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
-sha512sums=('d5e66b0e0be27e494e74f6bd1609c18aac8ac6725ad7ceb66db3f4458ebc89c4fb194559ca36af8f53d2a4459f9c090c9b9cf3b7e664f80f9bc504cc4e956bf6')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gdb-dashboard/repos/community-any/PKGBUILD (from rev 437921, 
gdb-dashboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 21:44:15 UTC (rev 437922)
@@ -0,0 +1,23 @@
+# Maintainer: Levente Polyak 
+
+pkgname=gdb-dashboard
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='Modular visual interface for GDB in Python'
+url='https://github.com/cyrus-and/gdb-dashboard'
+arch=('any')
+license=('MIT')
+depends=('gdb' 'binutils')
+optdepends=('python-pygments: syntax highlighting support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
+sha256sums=('70fd21f959df02607dfdd4641453c01cabc0b3cdb35e19d62f3f691ef4714ed9')
+sha512sums=('b0ba054d4f5f5c899819d973aa60c8319a164eaa74e1b222ceab76cd22656fdb1fd96a35328ad55ac68412c85e1afe44ce66a085bfccdc8e0627aae4d505c7f0')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in gdb-dashboard/repos/community-any (PKGBUILD PKGBUILD)

2019-01-22 Thread Levente Polyak via arch-commits
Date: Tuesday, January 22, 2019 @ 22:27:35
  Author: anthraxx
Revision: 427048

archrelease: copy trunk to community-any

Added:
  gdb-dashboard/repos/community-any/PKGBUILD
(from rev 427047, gdb-dashboard/trunk/PKGBUILD)
Deleted:
  gdb-dashboard/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-22 22:27:29 UTC (rev 427047)
+++ PKGBUILD2019-01-22 22:27:35 UTC (rev 427048)
@@ -1,22 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=gdb-dashboard
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='Modular visual interface for GDB in Python'
-url='https://github.com/cyrus-and/gdb-dashboard'
-arch=('any')
-license=('MIT')
-depends=('gdb' 'binutils')
-optdepends=('python-pygments: syntax highlighting support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
-sha512sums=('c98f9d1ce493b83687ddb1335e565bfc9c0e5465ccc4e260621c76dbb9738abd19d5cde74e6f0327928f14d01ba8221f7dc2673692d21ef5281996735e875391')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gdb-dashboard/repos/community-any/PKGBUILD (from rev 427047, 
gdb-dashboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-22 22:27:35 UTC (rev 427048)
@@ -0,0 +1,22 @@
+# Maintainer: Levente Polyak 
+
+pkgname=gdb-dashboard
+pkgver=0.4.2
+pkgrel=1
+pkgdesc='Modular visual interface for GDB in Python'
+url='https://github.com/cyrus-and/gdb-dashboard'
+arch=('any')
+license=('MIT')
+depends=('gdb' 'binutils')
+optdepends=('python-pygments: syntax highlighting support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
+sha512sums=('d5e66b0e0be27e494e74f6bd1609c18aac8ac6725ad7ceb66db3f4458ebc89c4fb194559ca36af8f53d2a4459f9c090c9b9cf3b7e664f80f9bc504cc4e956bf6')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in gdb-dashboard/repos/community-any (PKGBUILD PKGBUILD)

2018-05-24 Thread Levente Polyak via arch-commits
Date: Thursday, May 24, 2018 @ 21:57:46
  Author: anthraxx
Revision: 329207

archrelease: copy trunk to community-any

Added:
  gdb-dashboard/repos/community-any/PKGBUILD
(from rev 329206, gdb-dashboard/trunk/PKGBUILD)
Deleted:
  gdb-dashboard/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-24 21:57:39 UTC (rev 329206)
+++ PKGBUILD2018-05-24 21:57:46 UTC (rev 329207)
@@ -1,22 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=gdb-dashboard
-pkgver=0.4.0
-pkgrel=2
-pkgdesc='Modular visual interface for GDB in Python'
-url='https://github.com/cyrus-and/gdb-dashboard'
-arch=('any')
-license=('MIT')
-depends=('gdb' 'binutils')
-optdepends=('python-pygments: syntax highlighting support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
-sha512sums=('42455d953d12258fdb2126372705dd068631df8d2178055bb1f5c1532b08eb7f9458076df82750a84b644217cad1fe9d26fd2181855fd3000f895cb86c430272')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gdb-dashboard/repos/community-any/PKGBUILD (from rev 329206, 
gdb-dashboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-24 21:57:46 UTC (rev 329207)
@@ -0,0 +1,22 @@
+# Maintainer: Levente Polyak 
+
+pkgname=gdb-dashboard
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='Modular visual interface for GDB in Python'
+url='https://github.com/cyrus-and/gdb-dashboard'
+arch=('any')
+license=('MIT')
+depends=('gdb' 'binutils')
+optdepends=('python-pygments: syntax highlighting support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
+sha512sums=('c98f9d1ce493b83687ddb1335e565bfc9c0e5465ccc4e260621c76dbb9738abd19d5cde74e6f0327928f14d01ba8221f7dc2673692d21ef5281996735e875391')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et: