[arch-commits] Commit in xdebug/repos (8 files)
Sergej Pupykin
spupykin at archlinux.org
Fri Feb 27 10:29:56 UTC 2015
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 <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.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 <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
+}
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 <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.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-x86_64/PKGBUILD (from rev 128346, xdebug/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-27 10:29:56 UTC (rev 128347)
@@ -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.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-x86_64/xdebug.ini
===================================================================
--- community-x86_64/xdebug.ini 2015-02-27 10:29:27 UTC (rev 128346)
+++ community-x86_64/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-x86_64/xdebug.ini (from rev 128346, xdebug/trunk/xdebug.ini)
===================================================================
--- community-x86_64/xdebug.ini (rev 0)
+++ community-x86_64/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
More information about the arch-commits
mailing list