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

Sergej Pupykin spupykin at archlinux.org
Wed Nov 19 14:10:19 UTC 2014


    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 <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.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 <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.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 <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.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-x86_64/PKGBUILD (from rev 122742, xdebug/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-11-19 14:10:19 UTC (rev 122743)
@@ -0,0 +1,41 @@
+# $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.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-x86_64/xdebug.ini
===================================================================
--- community-x86_64/xdebug.ini	2014-11-19 14:10:00 UTC (rev 122742)
+++ community-x86_64/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-x86_64/xdebug.ini (from rev 122742, xdebug/trunk/xdebug.ini)
===================================================================
--- community-x86_64/xdebug.ini	                        (rev 0)
+++ community-x86_64/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



More information about the arch-commits mailing list