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

Pierre Schmitz pierre at archlinux.org
Fri Mar 4 17:42:19 UTC 2016


    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 <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.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 <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.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 <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.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-x86_64/PKGBUILD (from rev 164826, xdebug/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-04 17:42:18 UTC (rev 164827)
@@ -0,0 +1,39 @@
+# $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.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-x86_64/xdebug.ini
===================================================================
--- community-x86_64/xdebug.ini	2016-03-04 17:42:07 UTC (rev 164826)
+++ community-x86_64/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-x86_64/xdebug.ini (from rev 164826, xdebug/trunk/xdebug.ini)
===================================================================
--- community-x86_64/xdebug.ini	                        (rev 0)
+++ community-x86_64/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



More information about the arch-commits mailing list