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

Pierre Schmitz pierre at archlinux.org
Sun Dec 4 20:15:58 UTC 2016


    Date: Sunday, December 4, 2016 @ 20:15:57
  Author: pierre
Revision: 197880

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

Added:
  xdebug/repos/community-testing-i686/PKGBUILD
    (from rev 197879, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-testing-i686/xdebug.ini
    (from rev 197879, xdebug/trunk/xdebug.ini)
  xdebug/repos/community-testing-x86_64/PKGBUILD
    (from rev 197879, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-testing-x86_64/xdebug.ini
    (from rev 197879, xdebug/trunk/xdebug.ini)
Deleted:
  xdebug/repos/community-testing-i686/PKGBUILD
  xdebug/repos/community-testing-i686/xdebug.ini
  xdebug/repos/community-testing-x86_64/PKGBUILD
  xdebug/repos/community-testing-x86_64/xdebug.ini

-------------------------------------+
 /PKGBUILD                           |   78 ++++++++++++++++++++++++++++++++++
 /xdebug.ini                         |   10 ++++
 community-testing-i686/PKGBUILD     |   39 -----------------
 community-testing-i686/xdebug.ini   |    5 --
 community-testing-x86_64/PKGBUILD   |   39 -----------------
 community-testing-x86_64/xdebug.ini |    5 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2016-12-04 20:15:32 UTC (rev 197879)
+++ community-testing-i686/PKGBUILD	2016-12-04 20:15:57 UTC (rev 197880)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Jonathan Wiersma <arch aur at jonw dot org>
-# Contributor: Jonathan Wiersma <arch aur at jonw dot org>
-# Contributor: sracker <smb.sac at gmail.com>
-
-pkgname=xdebug
-pkgver=2.5.0RC1
-pkgrel=1
-pkgdesc="PHP debugging extension"
-arch=('i686' 'x86_64')
-url="http://www.xdebug.org"
-license=('GPL')
-depends=('php')
-backup=('etc/php/conf.d/xdebug.ini')
-source=("https://www.xdebug.org/files/$pkgname-${pkgver,,}.tgz"
-	'xdebug.ini')
-sha256sums=('4b67bde62a32068cb48eaa5c683a390721e919f6b762d7da7ba1d72cdd01721a'
-            '7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd "$srcdir"/$pkgname-$pkgver/debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver/debugclient
-  make DESTDIR="$pkgdir" install
-
-  cd "$srcdir"/$pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
-}

Copied: xdebug/repos/community-testing-i686/PKGBUILD (from rev 197879, xdebug/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-12-04 20:15:57 UTC (rev 197880)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jonathan Wiersma <arch aur at jonw dot org>
+# Contributor: Jonathan Wiersma <arch aur at jonw dot org>
+# Contributor: sracker <smb.sac at gmail.com>
+
+pkgname=xdebug
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="PHP debugging extension"
+arch=('i686' 'x86_64')
+url="http://www.xdebug.org"
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=("https://www.xdebug.org/files/$pkgname-${pkgver,,}.tgz"
+	'xdebug.ini')
+sha256sums=('8bd6ad1e64948308e3e3a7437292f154b11e25acaf31b0d59d83bda18af0890d'
+            '7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd "$srcdir"/$pkgname-$pkgver/debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver/debugclient
+  make DESTDIR="$pkgdir" install
+
+  cd "$srcdir"/$pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
+}

Deleted: community-testing-i686/xdebug.ini
===================================================================
--- community-testing-i686/xdebug.ini	2016-12-04 20:15:32 UTC (rev 197879)
+++ community-testing-i686/xdebug.ini	2016-12-04 20:15:57 UTC (rev 197880)
@@ -1,5 +0,0 @@
-;zend_extension=xdebug.so
-;xdebug.remote_enable=on
-;xdebug.remote_host=127.0.0.1
-;xdebug.remote_port=9000
-;xdebug.remote_handler=dbgp

Copied: xdebug/repos/community-testing-i686/xdebug.ini (from rev 197879, xdebug/trunk/xdebug.ini)
===================================================================
--- community-testing-i686/xdebug.ini	                        (rev 0)
+++ community-testing-i686/xdebug.ini	2016-12-04 20:15:57 UTC (rev 197880)
@@ -0,0 +1,5 @@
+;zend_extension=xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2016-12-04 20:15:32 UTC (rev 197879)
+++ community-testing-x86_64/PKGBUILD	2016-12-04 20:15:57 UTC (rev 197880)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Jonathan Wiersma <arch aur at jonw dot org>
-# Contributor: Jonathan Wiersma <arch aur at jonw dot org>
-# Contributor: sracker <smb.sac at gmail.com>
-
-pkgname=xdebug
-pkgver=2.5.0RC1
-pkgrel=1
-pkgdesc="PHP debugging extension"
-arch=('i686' 'x86_64')
-url="http://www.xdebug.org"
-license=('GPL')
-depends=('php')
-backup=('etc/php/conf.d/xdebug.ini')
-source=("https://www.xdebug.org/files/$pkgname-${pkgver,,}.tgz"
-	'xdebug.ini')
-sha256sums=('4b67bde62a32068cb48eaa5c683a390721e919f6b762d7da7ba1d72cdd01721a'
-            '7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd "$srcdir"/$pkgname-$pkgver/debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver/debugclient
-  make DESTDIR="$pkgdir" install
-
-  cd "$srcdir"/$pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
-}

Copied: xdebug/repos/community-testing-x86_64/PKGBUILD (from rev 197879, xdebug/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-12-04 20:15:57 UTC (rev 197880)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jonathan Wiersma <arch aur at jonw dot org>
+# Contributor: Jonathan Wiersma <arch aur at jonw dot org>
+# Contributor: sracker <smb.sac at gmail.com>
+
+pkgname=xdebug
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="PHP debugging extension"
+arch=('i686' 'x86_64')
+url="http://www.xdebug.org"
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=("https://www.xdebug.org/files/$pkgname-${pkgver,,}.tgz"
+	'xdebug.ini')
+sha256sums=('8bd6ad1e64948308e3e3a7437292f154b11e25acaf31b0d59d83bda18af0890d'
+            '7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd "$srcdir"/$pkgname-$pkgver/debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver/debugclient
+  make DESTDIR="$pkgdir" install
+
+  cd "$srcdir"/$pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
+}

Deleted: community-testing-x86_64/xdebug.ini
===================================================================
--- community-testing-x86_64/xdebug.ini	2016-12-04 20:15:32 UTC (rev 197879)
+++ community-testing-x86_64/xdebug.ini	2016-12-04 20:15:57 UTC (rev 197880)
@@ -1,5 +0,0 @@
-;zend_extension=xdebug.so
-;xdebug.remote_enable=on
-;xdebug.remote_host=127.0.0.1
-;xdebug.remote_port=9000
-;xdebug.remote_handler=dbgp

Copied: xdebug/repos/community-testing-x86_64/xdebug.ini (from rev 197879, xdebug/trunk/xdebug.ini)
===================================================================
--- community-testing-x86_64/xdebug.ini	                        (rev 0)
+++ community-testing-x86_64/xdebug.ini	2016-12-04 20:15:57 UTC (rev 197880)
@@ -0,0 +1,5 @@
+;zend_extension=xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp



More information about the arch-commits mailing list