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

Sergej Pupykin spupykin at archlinux.org
Fri Mar 13 14:27:49 UTC 2015


    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 <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.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 <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.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 <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.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-x86_64/PKGBUILD (from rev 129183, xdebug/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-13 14:27:48 UTC (rev 129184)
@@ -0,0 +1,48 @@
+# $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.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-x86_64/xdebug.ini
===================================================================
--- community-x86_64/xdebug.ini	2015-03-13 14:27:34 UTC (rev 129183)
+++ community-x86_64/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-x86_64/xdebug.ini (from rev 129183, xdebug/trunk/xdebug.ini)
===================================================================
--- community-x86_64/xdebug.ini	                        (rev 0)
+++ community-x86_64/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



More information about the arch-commits mailing list