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

2015-05-19 Thread Sergej Pupykin
Date: Tuesday, May 19, 2015 @ 19:15:18
  Author: spupykin
Revision: 133841

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

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

-+
 /PKGBUILD   |   96 ++
 /xdebug.ini |   10 
 community-i686/PKGBUILD |   46 
 community-i686/xdebug.ini   |5 --
 community-x86_64/PKGBUILD   |   46 
 community-x86_64/xdebug.ini |5 --
 6 files changed, 106 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-19 17:15:03 UTC (rev 133840)
+++ community-i686/PKGBUILD 2015-05-19 17:15:18 UTC (rev 133841)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.3.2
-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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-   xdebug.ini)
-md5sums=('647b862291fe900f40d25a80fcf50026'
- '6a1f2ef91c632d4c9b7b218cd2e278ef')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-#  patch -p1 <$srcdir/a71762d4ded9ebd8121dfdc8d2af2dbebb5cc3c7.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  local PHPVER=`php -r 'echo phpversion();'`
-
-  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-i686/PKGBUILD (from rev 133840, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-19 17:15:18 UTC (rev 133841)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.3.2
+pkgrel=2
+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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
+   
https://github.com/remicollet/xdebug/commit/419834a441cc65bb4e7220e1128356dc99d86211.patch
+   xdebug.ini)
+md5sums=('647b862291fe900f40d25a80fcf50026'
+ 'cd211deafab05c1d9e4b596c308c82cf'
+ '6a1f2ef91c632d4c9b7b218cd2e278ef')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 <$srcdir/419834a441cc65bb4e7220e1128356dc99d86211.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  local PHPVER=`php -r 'echo phpversion();'`
+
+  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-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2015-05-19 17:15:03 UTC (rev 133840)
+++ community-i686/xdebug.ini   2015-05-19 17:15:18 UTC (rev 133841)
@@ -1,5 +0,0 @@
-;zend_extension=/usr/lib/php/modules/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-i686/xdebug.ini (from rev 133840, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2015-05-19 17:15:18 UTC (rev 133841)
@@ -0,0 +1,5 @@
+;zend_extension=/usr/lib/php/modules/xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-19 17:15:03 UTC (rev 133840)
+++ community-x86

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

2014-11-19 Thread Sergej Pupykin
Date: Wednesday, November 19, 2014 @ 15:10:19
  Author: spupykin
Revision: 122743

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

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

-+
 /PKGBUILD   |   82 ++
 /xdebug.ini |   10 +
 community-i686/PKGBUILD |   41 -
 community-i686/xdebug.ini   |5 --
 community-x86_64/PKGBUILD   |   41 -
 community-x86_64/xdebug.ini |5 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-19 14:10:00 UTC (rev 122742)
+++ community-i686/PKGBUILD 2014-11-19 14:10:19 UTC (rev 122743)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.2.5
-pkgrel=2
-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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-   xdebug.ini)
-md5sums=('7e571ce8eb6fa969fd8263969019849d'
- '6a1f2ef91c632d4c9b7b218cd2e278ef')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  local PHPVER=`php -r 'echo phpversion();'`
-
-  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-i686/PKGBUILD (from rev 122742, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-19 14:10:19 UTC (rev 122743)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.2.6
+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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
+   xdebug.ini)
+md5sums=('f216356861e27284580d0208060ea7fa'
+ '6a1f2ef91c632d4c9b7b218cd2e278ef')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  local PHPVER=`php -r 'echo phpversion();'`
+
+  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-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2014-11-19 14:10:00 UTC (rev 122742)
+++ community-i686/xdebug.ini   2014-11-19 14:10:19 UTC (rev 122743)
@@ -1,5 +0,0 @@
-;zend_extension=/usr/lib/php/modules/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-i686/xdebug.ini (from rev 122742, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2014-11-19 14:10:19 UTC (rev 122743)
@@ -0,0 +1,5 @@
+;zend_extension=/usr/lib/php/modules/xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-19 14:10:00 UTC (rev 122742)
+++ community-x86_64/PKGBUILD   2014-11-19 14:10:19 UTC (rev 122743)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.2.5
-pkgrel=2
-pkgdesc="PHP debugging extension"
-arch=('i686' 'x86_64')
-url="http://www.xdebug.org";
-license=('GPL')
-depends=('php')
-backup=(

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

2015-03-23 Thread Sergej Pupykin
Date: Monday, March 23, 2015 @ 12:11:43
  Author: spupykin
Revision: 129803

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

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

-+
 /PKGBUILD   |   92 ++
 /xdebug.ini |   10 
 community-i686/PKGBUILD |   48 -
 community-i686/xdebug.ini   |5 --
 community-x86_64/PKGBUILD   |   48 -
 community-x86_64/xdebug.ini |5 --
 6 files changed, 102 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-23 11:11:26 UTC (rev 129802)
+++ community-i686/PKGBUILD 2015-03-23 11:11:43 UTC (rev 129803)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.3.1
-pkgrel=2
-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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-   
https://github.com/derickr/xdebug/commit/a71762d4ded9ebd8121dfdc8d2af2dbebb5cc3c7.patch
-   xdebug.ini)
-md5sums=('117d8e54d84b1cb7e07a646377007bd5'
- 'a0949c19bd3b486a7fc3eefbfada4f3d'
- '6a1f2ef91c632d4c9b7b218cd2e278ef')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 <$srcdir/a71762d4ded9ebd8121dfdc8d2af2dbebb5cc3c7.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  local PHPVER=`php -r 'echo phpversion();'`
-
-  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-i686/PKGBUILD (from rev 129802, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-23 11:11:43 UTC (rev 129803)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.3.2
+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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
+   xdebug.ini)
+md5sums=('647b862291fe900f40d25a80fcf50026'
+ '6a1f2ef91c632d4c9b7b218cd2e278ef')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+#  patch -p1 <$srcdir/a71762d4ded9ebd8121dfdc8d2af2dbebb5cc3c7.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  local PHPVER=`php -r 'echo phpversion();'`
+
+  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-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2015-03-23 11:11:26 UTC (rev 129802)
+++ community-i686/xdebug.ini   2015-03-23 11:11:43 UTC (rev 129803)
@@ -1,5 +0,0 @@
-;zend_extension=/usr/lib/php/modules/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-i686/xdebug.ini (from rev 129802, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2015-03-23 11:11:43 UTC (rev 129803)
@@ -0,0 +1,5 @@
+;zend_extension=/usr/lib/php/modules/xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-23 11:11:26 UTC (rev 129802)
+++ community-x86

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

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 11:29:56
  Author: spupykin
Revision: 128347

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

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

-+
 /PKGBUILD   |   82 ++
 /xdebug.ini |   10 +
 community-i686/PKGBUILD |   41 -
 community-i686/xdebug.ini   |5 --
 community-x86_64/PKGBUILD   |   41 -
 community-x86_64/xdebug.ini |5 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-27 10:29:27 UTC (rev 128346)
+++ community-i686/PKGBUILD 2015-02-27 10:29:56 UTC (rev 128347)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.2.7
-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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-   xdebug.ini)
-md5sums=('71a6b75885207e79762e1e7aaf5c3993'
- '6a1f2ef91c632d4c9b7b218cd2e278ef')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  local PHPVER=`php -r 'echo phpversion();'`
-
-  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-i686/PKGBUILD (from rev 128346, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-27 10:29:56 UTC (rev 128347)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.3.1
+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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
+   xdebug.ini)
+md5sums=('117d8e54d84b1cb7e07a646377007bd5'
+ '6a1f2ef91c632d4c9b7b218cd2e278ef')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  local PHPVER=`php -r 'echo phpversion();'`
+
+  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-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2015-02-27 10:29:27 UTC (rev 128346)
+++ community-i686/xdebug.ini   2015-02-27 10:29:56 UTC (rev 128347)
@@ -1,5 +0,0 @@
-;zend_extension=/usr/lib/php/modules/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-i686/xdebug.ini (from rev 128346, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2015-02-27 10:29:56 UTC (rev 128347)
@@ -0,0 +1,5 @@
+;zend_extension=/usr/lib/php/modules/xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-27 10:29:27 UTC (rev 128346)
+++ community-x86_64/PKGBUILD   2015-02-27 10:29:56 UTC (rev 128347)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.2.7
-pkgrel=1
-pkgdesc="PHP debugging extension"
-arch=('i686' 'x86_64')
-url="http://www.xdebug.org";
-license=('GPL')
-depends=('php')
-backup=('et

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

2015-03-13 Thread Sergej Pupykin
Date: Friday, March 13, 2015 @ 15:27:48
  Author: spupykin
Revision: 129184

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

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

-+
 /PKGBUILD   |   96 ++
 /xdebug.ini |   10 
 community-i686/PKGBUILD |   41 -
 community-i686/xdebug.ini   |5 --
 community-x86_64/PKGBUILD   |   41 -
 community-x86_64/xdebug.ini |5 --
 6 files changed, 106 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-13 14:27:34 UTC (rev 129183)
+++ community-i686/PKGBUILD 2015-03-13 14:27:48 UTC (rev 129184)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.3.1
-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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-   xdebug.ini)
-md5sums=('117d8e54d84b1cb7e07a646377007bd5'
- '6a1f2ef91c632d4c9b7b218cd2e278ef')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  local PHPVER=`php -r 'echo phpversion();'`
-
-  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-i686/PKGBUILD (from rev 129183, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-13 14:27:48 UTC (rev 129184)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.3.1
+pkgrel=2
+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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
+   
https://github.com/derickr/xdebug/commit/a71762d4ded9ebd8121dfdc8d2af2dbebb5cc3c7.patch
+   xdebug.ini)
+md5sums=('117d8e54d84b1cb7e07a646377007bd5'
+ 'a0949c19bd3b486a7fc3eefbfada4f3d'
+ '6a1f2ef91c632d4c9b7b218cd2e278ef')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 <$srcdir/a71762d4ded9ebd8121dfdc8d2af2dbebb5cc3c7.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  local PHPVER=`php -r 'echo phpversion();'`
+
+  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-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2015-03-13 14:27:34 UTC (rev 129183)
+++ community-i686/xdebug.ini   2015-03-13 14:27:48 UTC (rev 129184)
@@ -1,5 +0,0 @@
-;zend_extension=/usr/lib/php/modules/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-i686/xdebug.ini (from rev 129183, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2015-03-13 14:27:48 UTC (rev 129184)
@@ -0,0 +1,5 @@
+;zend_extension=/usr/lib/php/modules/xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-13 14:27:34 UTC (rev 129183)
+++ community-x86_64/PKGBUILD   2015-03-13 14:27:48 UTC (rev 129184)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonat

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

2015-01-22 Thread Sergej Pupykin
Date: Thursday, January 22, 2015 @ 13:56:23
  Author: spupykin
Revision: 126408

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

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

-+
 /PKGBUILD   |   82 ++
 /xdebug.ini |   10 +
 community-i686/PKGBUILD |   41 -
 community-i686/xdebug.ini   |5 --
 community-x86_64/PKGBUILD   |   41 -
 community-x86_64/xdebug.ini |5 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-22 12:56:10 UTC (rev 126407)
+++ community-i686/PKGBUILD 2015-01-22 12:56:23 UTC (rev 126408)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.2.6
-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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-   xdebug.ini)
-md5sums=('f216356861e27284580d0208060ea7fa'
- '6a1f2ef91c632d4c9b7b218cd2e278ef')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  local PHPVER=`php -r 'echo phpversion();'`
-
-  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-i686/PKGBUILD (from rev 126407, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-22 12:56:23 UTC (rev 126408)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.2.7
+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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
+   xdebug.ini)
+md5sums=('71a6b75885207e79762e1e7aaf5c3993'
+ '6a1f2ef91c632d4c9b7b218cd2e278ef')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  local PHPVER=`php -r 'echo phpversion();'`
+
+  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-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2015-01-22 12:56:10 UTC (rev 126407)
+++ community-i686/xdebug.ini   2015-01-22 12:56:23 UTC (rev 126408)
@@ -1,5 +0,0 @@
-;zend_extension=/usr/lib/php/modules/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-i686/xdebug.ini (from rev 126407, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2015-01-22 12:56:23 UTC (rev 126408)
@@ -0,0 +1,5 @@
+;zend_extension=/usr/lib/php/modules/xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-22 12:56:10 UTC (rev 126407)
+++ community-x86_64/PKGBUILD   2015-01-22 12:56:23 UTC (rev 126408)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.2.6
-pkgrel=1
-pkgdesc="PHP debugging extension"
-arch=('i686' 'x86_64')
-url="http://www.xdebug.org";
-license=('GPL')
-depends=('php')
-backup=('e

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

2014-05-15 Thread Sergej Pupykin
Date: Thursday, May 15, 2014 @ 16:18:48
  Author: spupykin
Revision: 111217

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

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

-+
 /PKGBUILD   |   82 ++
 /xdebug.ini |   10 +
 community-i686/PKGBUILD |   41 -
 community-i686/xdebug.ini   |5 --
 community-x86_64/PKGBUILD   |   41 -
 community-x86_64/xdebug.ini |5 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-15 14:18:35 UTC (rev 111216)
+++ community-i686/PKGBUILD 2014-05-15 14:18:48 UTC (rev 111217)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.2.4
-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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-   xdebug.ini)
-md5sums=('a2edd77f112ab47286c280df041c396a'
- '6a1f2ef91c632d4c9b7b218cd2e278ef')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  local PHPVER=`php -r 'echo phpversion();'`
-
-  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-i686/PKGBUILD (from rev 111216, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-15 14:18:48 UTC (rev 111217)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.2.5
+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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
+   xdebug.ini)
+md5sums=('7e571ce8eb6fa969fd8263969019849d'
+ '6a1f2ef91c632d4c9b7b218cd2e278ef')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  local PHPVER=`php -r 'echo phpversion();'`
+
+  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-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2014-05-15 14:18:35 UTC (rev 111216)
+++ community-i686/xdebug.ini   2014-05-15 14:18:48 UTC (rev 111217)
@@ -1,5 +0,0 @@
-;zend_extension=/usr/lib/php/modules/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-i686/xdebug.ini (from rev 111216, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2014-05-15 14:18:48 UTC (rev 111217)
@@ -0,0 +1,5 @@
+;zend_extension=/usr/lib/php/modules/xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-15 14:18:35 UTC (rev 111216)
+++ community-x86_64/PKGBUILD   2014-05-15 14:18:48 UTC (rev 111217)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.2.4
-pkgrel=1
-pkgdesc="PHP debugging extension"
-arch=('i686' 'x86_64')
-url="http://www.xdebug.org";
-license=('GPL')
-depends=('php')
-backup=('etc/p

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

2014-03-14 Thread Sergej Pupykin
Date: Friday, March 14, 2014 @ 09:53:43
  Author: spupykin
Revision: 107191

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

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

-+
 /PKGBUILD   |   82 ++
 /xdebug.ini |   10 +
 community-i686/PKGBUILD |   41 -
 community-i686/xdebug.ini   |5 --
 community-x86_64/PKGBUILD   |   41 -
 community-x86_64/xdebug.ini |5 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-14 08:53:30 UTC (rev 107190)
+++ community-i686/PKGBUILD 2014-03-14 08:53:43 UTC (rev 107191)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.2.3
-pkgrel=3
-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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-   xdebug.ini)
-md5sums=('e49cec9861b45dc0b36eae33bf8a14fa'
- '6a1f2ef91c632d4c9b7b218cd2e278ef')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  local PHPVER=`php -r 'echo phpversion();'`
-
-  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-i686/PKGBUILD (from rev 107190, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-14 08:53:43 UTC (rev 107191)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.2.4
+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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
+   xdebug.ini)
+md5sums=('a2edd77f112ab47286c280df041c396a'
+ '6a1f2ef91c632d4c9b7b218cd2e278ef')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  local PHPVER=`php -r 'echo phpversion();'`
+
+  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-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2014-03-14 08:53:30 UTC (rev 107190)
+++ community-i686/xdebug.ini   2014-03-14 08:53:43 UTC (rev 107191)
@@ -1,5 +0,0 @@
-;zend_extension=/usr/lib/php/modules/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-i686/xdebug.ini (from rev 107190, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2014-03-14 08:53:43 UTC (rev 107191)
@@ -0,0 +1,5 @@
+;zend_extension=/usr/lib/php/modules/xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-14 08:53:30 UTC (rev 107190)
+++ community-x86_64/PKGBUILD   2014-03-14 08:53:43 UTC (rev 107191)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.2.3
-pkgrel=3
-pkgdesc="PHP debugging extension"
-arch=('i686' 'x86_64')
-url="http://www.xdebug.org";
-license=('GPL')
-depends=('php')
-backup=('etc/p

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

2015-10-10 Thread Sergej Pupykin
Date: Saturday, October 10, 2015 @ 13:46:26
  Author: spupykin
Revision: 143591

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

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

-+
 /PKGBUILD   |   90 ++
 /xdebug.ini |   10 
 community-i686/PKGBUILD |   48 --
 community-i686/xdebug.ini   |5 --
 community-x86_64/PKGBUILD   |   48 --
 community-x86_64/xdebug.ini |5 --
 6 files changed, 100 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 11:46:13 UTC (rev 143590)
+++ community-i686/PKGBUILD 2015-10-10 11:46:26 UTC (rev 143591)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.3.2
-pkgrel=2
-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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-   
https://github.com/remicollet/xdebug/commit/419834a441cc65bb4e7220e1128356dc99d86211.patch
-   xdebug.ini)
-md5sums=('647b862291fe900f40d25a80fcf50026'
- 'cd211deafab05c1d9e4b596c308c82cf'
- '6a1f2ef91c632d4c9b7b218cd2e278ef')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 <$srcdir/419834a441cc65bb4e7220e1128356dc99d86211.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  local PHPVER=`php -r 'echo phpversion();'`
-
-  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-i686/PKGBUILD (from rev 143590, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 11:46:26 UTC (rev 143591)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.3.3
+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=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
+   xdebug.ini)
+md5sums=('60e6fdf41840104a23debe16db15a2af'
+ '6a1f2ef91c632d4c9b7b218cd2e278ef')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  local PHPVER=`php -r 'echo phpversion();'`
+
+  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-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2015-10-10 11:46:13 UTC (rev 143590)
+++ community-i686/xdebug.ini   2015-10-10 11:46:26 UTC (rev 143591)
@@ -1,5 +0,0 @@
-;zend_extension=/usr/lib/php/modules/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-i686/xdebug.ini (from rev 143590, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2015-10-10 11:46:26 UTC (rev 143591)
@@ -0,0 +1,5 @@
+;zend_extension=/usr/lib/php/modules/xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-10 11:46:13 UTC (rev 143590)
+++ community-x86_64/PKGBUILD   2015-10-10 11:46:26 UTC (rev 143591)
@@ -1,48 

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

2016-01-25 Thread Pierre Schmitz
Date: Tuesday, January 26, 2016 @ 06:11:49
  Author: pierre
Revision: 158917

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-26 05:11:20 UTC (rev 158916)
+++ community-i686/PKGBUILD 2016-01-26 05:11:49 UTC (rev 158917)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.4.0RC4dev
-_commit=f6a28e6df492d1bd3343a4436855834564c6fc66
-pkgrel=2
-pkgdesc="PHP debugging extension"
-arch=('i686' 'x86_64')
-url="http://www.xdebug.org";
-license=('GPL')
-depends=('php')
-makedepends=('git')
-options=('!makeflags')
-backup=('etc/php/conf.d/xdebug.ini')
-source=("git+https://github.com/xdebug/xdebug.git#commit=${_commit}";
-   'xdebug.ini')
-md5sums=('SKIP'
- '0e601dfb867b248f28d6a647611e4400')
-
-build() {
-  cd $srcdir/$pkgname
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd $srcdir/$pkgname/debugclient
-  ./buildconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname/debugclient
-  make DESTDIR=$pkgdir install
-
-  cd $srcdir/$pkgname
-  make INSTALL_ROOT=$pkgdir install
-  install -D -m 644 $srcdir/xdebug.ini $pkgdir/etc/php/conf.d/xdebug.ini
-}

Copied: xdebug/repos/community-i686/PKGBUILD (from rev 158916, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-26 05:11:49 UTC (rev 158917)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.4.0RC4
+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=("http://www.xdebug.org/files/$pkgname-${pkgver,,}.tgz";
+   'xdebug.ini')
+md5sums=('0ff361aa7bc8098ff7dd4c2ea13e7773'
+ '0e601dfb867b248f28d6a647611e4400')
+
+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-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2016-01-26 05:11:20 UTC (rev 158916)
+++ community-i686/xdebug.ini   2016-01-26 05:11:49 UTC (rev 158917)
@@ -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-i686/xdebug.ini (from rev 158916, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2016-01-26 05:11:49 UTC (rev 158917)
@@ -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-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-26 05:11:20 UTC (rev 158916)
+++ community-x86_64/PKGBUILD   2016-01-26 05:11:49 UTC (rev 158917)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.4.0RC4dev
-_commit=f6a28e6df492d1bd3343a4436855834564c6fc66
-pkgrel=2
-pkgdesc="PHP debugging extension"
-arch=('i686' 'x86_64')
-url="http://www.xdebug

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

2016-03-04 Thread Pierre Schmitz
Date: Friday, March 4, 2016 @ 18:42:18
  Author: pierre
Revision: 164827

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-04 17:42:07 UTC (rev 164826)
+++ community-i686/PKGBUILD 2016-03-04 17:42:18 UTC (rev 164827)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.4.0RC4
-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=("http://www.xdebug.org/files/$pkgname-${pkgver,,}.tgz";
-   'xdebug.ini')
-md5sums=('0ff361aa7bc8098ff7dd4c2ea13e7773'
- '0e601dfb867b248f28d6a647611e4400')
-
-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-i686/PKGBUILD (from rev 164826, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-04 17:42:18 UTC (rev 164827)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.4.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=("http://www.xdebug.org/files/$pkgname-${pkgver,,}.tgz";
+   'xdebug.ini')
+md5sums=('f49fc01332468f8b753fb37115505fb5'
+ '0e601dfb867b248f28d6a647611e4400')
+
+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-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2016-03-04 17:42:07 UTC (rev 164826)
+++ community-i686/xdebug.ini   2016-03-04 17:42:18 UTC (rev 164827)
@@ -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-i686/xdebug.ini (from rev 164826, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2016-03-04 17:42:18 UTC (rev 164827)
@@ -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-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-04 17:42:07 UTC (rev 164826)
+++ community-x86_64/PKGBUILD   2016-03-04 17:42:18 UTC (rev 164827)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.4.0RC4
-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=("http://www.xdebug.org/files/$pkgna

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

2016-08-03 Thread Sergej Pupykin
Date: Wednesday, August 3, 2016 @ 11:51:19
  Author: spupykin
Revision: 184980

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-03 11:51:05 UTC (rev 184979)
+++ community-i686/PKGBUILD 2016-08-03 11:51:19 UTC (rev 184980)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.4.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=("http://www.xdebug.org/files/$pkgname-${pkgver,,}.tgz";
-   'xdebug.ini')
-md5sums=('f49fc01332468f8b753fb37115505fb5'
- '0e601dfb867b248f28d6a647611e4400')
-
-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-i686/PKGBUILD (from rev 184979, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-03 11:51:19 UTC (rev 184980)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.4.1
+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=("http://www.xdebug.org/files/$pkgname-${pkgver,,}.tgz";
+   'xdebug.ini')
+md5sums=('03f52af10108450942c9c0ac3b72637f'
+ '0e601dfb867b248f28d6a647611e4400')
+
+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-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2016-08-03 11:51:05 UTC (rev 184979)
+++ community-i686/xdebug.ini   2016-08-03 11:51:19 UTC (rev 184980)
@@ -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-i686/xdebug.ini (from rev 184979, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2016-08-03 11:51:19 UTC (rev 184980)
@@ -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-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-03 11:51:05 UTC (rev 184979)
+++ community-x86_64/PKGBUILD   2016-08-03 11:51:19 UTC (rev 184980)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.4.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=("http://www.xdebug.org/files/$pkgna

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

2017-03-03 Thread Sergej Pupykin
Date: Friday, March 3, 2017 @ 12:20:04
  Author: spupykin
Revision: 214649

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-03 12:19:45 UTC (rev 214648)
+++ community-i686/PKGBUILD 2017-03-03 12:20:04 UTC (rev 214649)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-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
-}

Copied: xdebug/repos/community-i686/PKGBUILD (from rev 214648, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-03 12:20:04 UTC (rev 214649)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.5.1
+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=('7fda9020fd5a2c549ae5a692fcabbb00f74e39dda81d53d25e622bdab4880ec2'
+'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-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2017-03-03 12:19:45 UTC (rev 214648)
+++ community-i686/xdebug.ini   2017-03-03 12:20:04 UTC (rev 214649)
@@ -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-i686/xdebug.ini (from rev 214648, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2017-03-03 12:20:04 UTC (rev 214649)
@@ -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-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-03 12:19:45 UTC (rev 214648)
+++ community-x86_64/PKGBUILD   2017-03-03 12:20:04 UTC (rev 214649)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="PHP debugging extension"

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

2016-12-03 Thread Pierre Schmitz
Date: Saturday, December 3, 2016 @ 08:25:29
  Author: pierre
Revision: 197801

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

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

-+
 community-staging-i686/PKGBUILD |   39 ++
 community-staging-i686/xdebug.ini   |5 
 community-staging-x86_64/PKGBUILD   |   39 ++
 community-staging-x86_64/xdebug.ini |5 
 4 files changed, 88 insertions(+)

Copied: xdebug/repos/community-staging-i686/PKGBUILD (from rev 197800, 
xdebug/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-03 08:25:29 UTC (rev 197801)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+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-staging-i686/xdebug.ini (from rev 197800, 
xdebug/trunk/xdebug.ini)
===
--- community-staging-i686/xdebug.ini   (rev 0)
+++ community-staging-i686/xdebug.ini   2016-12-03 08:25:29 UTC (rev 197801)
@@ -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

Copied: xdebug/repos/community-staging-x86_64/PKGBUILD (from rev 197800, 
xdebug/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-03 08:25:29 UTC (rev 197801)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+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-staging-x86_64/xdebug.ini (from rev 197800, 
xdebug/trunk/xdebug.ini)
===
--- community-staging-x86_64/xdebug.ini (rev 0)
+++ community-staging-x86_64/xdebug.ini 2016-12-03 08:25:29 UTC (rev 197801)
@@ -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


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

2016-12-04 Thread Pierre Schmitz
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 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-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 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+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

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

2017-07-31 Thread Sergej Pupykin
Date: Monday, July 31, 2017 @ 17:37:46
  Author: spupykin
Revision: 247174

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-31 17:37:30 UTC (rev 247173)
+++ community-i686/PKGBUILD 2017-07-31 17:37:46 UTC (rev 247174)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.5.4
-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=('300ca6fc3d95025148b0b5d0c96e14e54299e536a93a5d68c67b2cf32c9432b8'
-'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-i686/PKGBUILD (from rev 247173, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-31 17:37:46 UTC (rev 247174)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.5.5
+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=('72108bf2bc514ee7198e10466a0fedcac3df9bbc5bd26ce2ec2dafab990bf1a4'
+'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-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2017-07-31 17:37:30 UTC (rev 247173)
+++ community-i686/xdebug.ini   2017-07-31 17:37:46 UTC (rev 247174)
@@ -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-i686/xdebug.ini (from rev 247173, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2017-07-31 17:37:46 UTC (rev 247174)
@@ -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-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-31 17:37:30 UTC (rev 247173)
+++ community-x86_64/PKGBUILD   2017-07-31 17:37:46 UTC (rev 247174)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.5.4
-pkgrel=1
-pkgdesc="PHP debugging extension"

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

2017-05-22 Thread Sergej Pupykin
Date: Monday, May 22, 2017 @ 11:16:41
  Author: spupykin
Revision: 229059

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-22 11:16:25 UTC (rev 229058)
+++ community-i686/PKGBUILD 2017-05-22 11:16:41 UTC (rev 229059)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.5.3
-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=('4cce3d495243e92cd2e1d764a33188d60c85f0d2087d94d4203c354ea03530f4'
-'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-i686/PKGBUILD (from rev 229058, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-22 11:16:41 UTC (rev 229059)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.5.4
+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=('300ca6fc3d95025148b0b5d0c96e14e54299e536a93a5d68c67b2cf32c9432b8'
+'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-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2017-05-22 11:16:25 UTC (rev 229058)
+++ community-i686/xdebug.ini   2017-05-22 11:16:41 UTC (rev 229059)
@@ -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-i686/xdebug.ini (from rev 229058, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2017-05-22 11:16:41 UTC (rev 229059)
@@ -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-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-22 11:16:25 UTC (rev 229058)
+++ community-x86_64/PKGBUILD   2017-05-22 11:16:41 UTC (rev 229059)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.5.3
-pkgrel=1
-pkgdesc="PHP debugging extension"
-

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

2017-04-24 Thread Sergej Pupykin
Date: Monday, April 24, 2017 @ 13:13:12
  Author: spupykin
Revision: 225134

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-24 13:12:57 UTC (rev 225133)
+++ community-i686/PKGBUILD 2017-04-24 13:13:12 UTC (rev 225134)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.5.1
-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=('7fda9020fd5a2c549ae5a692fcabbb00f74e39dda81d53d25e622bdab4880ec2'
-'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-i686/PKGBUILD (from rev 225133, 
xdebug/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-24 13:13:12 UTC (rev 225134)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.5.3
+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=('4cce3d495243e92cd2e1d764a33188d60c85f0d2087d94d4203c354ea03530f4'
+'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-i686/xdebug.ini
===
--- community-i686/xdebug.ini   2017-04-24 13:12:57 UTC (rev 225133)
+++ community-i686/xdebug.ini   2017-04-24 13:13:12 UTC (rev 225134)
@@ -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-i686/xdebug.ini (from rev 225133, 
xdebug/trunk/xdebug.ini)
===
--- community-i686/xdebug.ini   (rev 0)
+++ community-i686/xdebug.ini   2017-04-24 13:13:12 UTC (rev 225134)
@@ -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-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-24 13:12:57 UTC (rev 225133)
+++ community-x86_64/PKGBUILD   2017-04-24 13:13:12 UTC (rev 225134)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.5.1
-pkgrel=1
-pkgdesc="PHP debugging extension"