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

Sergej Pupykin spupykin at archlinux.org
Tue May 19 17:15:18 UTC 2015


    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 <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.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 <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.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_64/PKGBUILD	2015-05-19 17:15:18 UTC (rev 133841)
@@ -1,46 +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.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-x86_64/PKGBUILD (from rev 133840, xdebug/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-05-19 17:15:18 UTC (rev 133841)
@@ -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.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-x86_64/xdebug.ini
===================================================================
--- community-x86_64/xdebug.ini	2015-05-19 17:15:03 UTC (rev 133840)
+++ community-x86_64/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-x86_64/xdebug.ini (from rev 133840, xdebug/trunk/xdebug.ini)
===================================================================
--- community-x86_64/xdebug.ini	                        (rev 0)
+++ community-x86_64/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



More information about the arch-commits mailing list