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

Sergej Pupykin spupykin at nymeria.archlinux.org
Fri Aug 2 13:00:08 UTC 2013


    Date: Friday, August 2, 2013 @ 15:00:08
  Author: spupykin
Revision: 94986

archrelease: copy trunk to community-i686, community-x86_64

Added:
  xdebug/repos/community-i686/PKGBUILD
    (from rev 94985, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-i686/xdebug.ini
    (from rev 94985, xdebug/trunk/xdebug.ini)
  xdebug/repos/community-x86_64/PKGBUILD
    (from rev 94985, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-x86_64/xdebug.ini
    (from rev 94985, xdebug/trunk/xdebug.ini)
Deleted:
  xdebug/repos/community-i686/PKGBUILD
  xdebug/repos/community-i686/xdebug-5.2.ini
  xdebug/repos/community-i686/xdebug.ini
  xdebug/repos/community-i686/xdebug.install
  xdebug/repos/community-x86_64/PKGBUILD
  xdebug/repos/community-x86_64/xdebug-5.2.ini
  xdebug/repos/community-x86_64/xdebug.ini
  xdebug/repos/community-x86_64/xdebug.install

---------------------------------+
 /PKGBUILD                       |   82 ++++++++++++++++++++++++++++++++++++++
 /xdebug.ini                     |   10 ++++
 community-i686/PKGBUILD         |   49 ----------------------
 community-i686/xdebug-5.2.ini   |    5 --
 community-i686/xdebug.ini       |    5 --
 community-i686/xdebug.install   |   18 --------
 community-x86_64/PKGBUILD       |   49 ----------------------
 community-x86_64/xdebug-5.2.ini |    5 --
 community-x86_64/xdebug.ini     |    5 --
 community-x86_64/xdebug.install |   18 --------
 10 files changed, 92 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-08-02 12:53:58 UTC (rev 94985)
+++ community-i686/PKGBUILD	2013-08-02 13:00:08 UTC (rev 94986)
@@ -1,49 +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.3
-pkgrel=1
-pkgdesc="PHP debugging extension"
-arch=('i686' 'x86_64')
-url="http://www.xdebug.org"
-license=('GPL')
-depends=('php')
-install="${pkgname}.install"
-backup=('etc/php/conf.d/xdebug.ini')
-source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-	xdebug-5.2.ini
-	xdebug.ini)
-md5sums=('e49cec9861b45dc0b36eae33bf8a14fa'
-         '6b7fdbbe0bf381bda40e77e29981f439'
-         '68de800943369d4c76bdf7eb35c8463b')
-
-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
-  if [ "$PHPVER" \< "5.3.0" ] ; then
-    install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/modules/xdebug.so
-    install -D -m 644 $srcdir/xdebug-5.2.ini $pkgdir/etc/php/conf.d/xdebug.ini
-  else
-    install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/modules/xdebug.so
-    install -D -m 644 $srcdir/xdebug.ini $pkgdir/etc/php/conf.d/xdebug.ini
-  fi
-}

Copied: xdebug/repos/community-i686/PKGBUILD (from rev 94985, xdebug/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-02 13:00:08 UTC (rev 94986)
@@ -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.3
+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=('e49cec9861b45dc0b36eae33bf8a14fa'
+         '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-5.2.ini
===================================================================
--- community-i686/xdebug-5.2.ini	2013-08-02 12:53:58 UTC (rev 94985)
+++ community-i686/xdebug-5.2.ini	2013-08-02 13:00:08 UTC (rev 94986)
@@ -1,5 +0,0 @@
-zend_extension=/usr/lib/php/xdebug.so
-;xdebug.remote_enable=on
-;xdebug.remote_host=127.0.0.1
-;xdebug.remote_port=9000
-;xdebug.remote_handler=dbgp

Deleted: community-i686/xdebug.ini
===================================================================
--- community-i686/xdebug.ini	2013-08-02 12:53:58 UTC (rev 94985)
+++ community-i686/xdebug.ini	2013-08-02 13:00:08 UTC (rev 94986)
@@ -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 94985, xdebug/trunk/xdebug.ini)
===================================================================
--- community-i686/xdebug.ini	                        (rev 0)
+++ community-i686/xdebug.ini	2013-08-02 13:00:08 UTC (rev 94986)
@@ -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-i686/xdebug.install
===================================================================
--- community-i686/xdebug.install	2013-08-02 12:53:58 UTC (rev 94985)
+++ community-i686/xdebug.install	2013-08-02 13:00:08 UTC (rev 94986)
@@ -1,18 +0,0 @@
-post_install() {
-  local _configfile=/etc/php/conf.d/xdebug.ini
-  echo " ==> You may wish to uncomment/change the settings found in "
-  echo "     $_configfile"
-  echo ""
-}
-
-post_upgrade() {
-  local _configfile=/etc/php/conf.d/xdebug.ini
-  local PHPVER=$(php -r 'echo phpversion();')
-  post_install $1
-
-  if [ "$PHPVER" \< "5.3" ] ; then
-    echo " ==> You are currenty running a version of php < 5.3."
-    echo "     When/if you upgrade php to a version >= 5.3, you will need to reinstall $pkgname."
-    echo ""
-  fi
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-08-02 12:53:58 UTC (rev 94985)
+++ community-x86_64/PKGBUILD	2013-08-02 13:00:08 UTC (rev 94986)
@@ -1,49 +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.3
-pkgrel=1
-pkgdesc="PHP debugging extension"
-arch=('i686' 'x86_64')
-url="http://www.xdebug.org"
-license=('GPL')
-depends=('php')
-install="${pkgname}.install"
-backup=('etc/php/conf.d/xdebug.ini')
-source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
-	xdebug-5.2.ini
-	xdebug.ini)
-md5sums=('e49cec9861b45dc0b36eae33bf8a14fa'
-         '6b7fdbbe0bf381bda40e77e29981f439'
-         '68de800943369d4c76bdf7eb35c8463b')
-
-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
-  if [ "$PHPVER" \< "5.3.0" ] ; then
-    install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/modules/xdebug.so
-    install -D -m 644 $srcdir/xdebug-5.2.ini $pkgdir/etc/php/conf.d/xdebug.ini
-  else
-    install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/modules/xdebug.so
-    install -D -m 644 $srcdir/xdebug.ini $pkgdir/etc/php/conf.d/xdebug.ini
-  fi
-}

Copied: xdebug/repos/community-x86_64/PKGBUILD (from rev 94985, xdebug/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-02 13:00:08 UTC (rev 94986)
@@ -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.3
+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=('e49cec9861b45dc0b36eae33bf8a14fa'
+         '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-5.2.ini
===================================================================
--- community-x86_64/xdebug-5.2.ini	2013-08-02 12:53:58 UTC (rev 94985)
+++ community-x86_64/xdebug-5.2.ini	2013-08-02 13:00:08 UTC (rev 94986)
@@ -1,5 +0,0 @@
-zend_extension=/usr/lib/php/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/xdebug.ini
===================================================================
--- community-x86_64/xdebug.ini	2013-08-02 12:53:58 UTC (rev 94985)
+++ community-x86_64/xdebug.ini	2013-08-02 13:00:08 UTC (rev 94986)
@@ -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 94985, xdebug/trunk/xdebug.ini)
===================================================================
--- community-x86_64/xdebug.ini	                        (rev 0)
+++ community-x86_64/xdebug.ini	2013-08-02 13:00:08 UTC (rev 94986)
@@ -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/xdebug.install
===================================================================
--- community-x86_64/xdebug.install	2013-08-02 12:53:58 UTC (rev 94985)
+++ community-x86_64/xdebug.install	2013-08-02 13:00:08 UTC (rev 94986)
@@ -1,18 +0,0 @@
-post_install() {
-  local _configfile=/etc/php/conf.d/xdebug.ini
-  echo " ==> You may wish to uncomment/change the settings found in "
-  echo "     $_configfile"
-  echo ""
-}
-
-post_upgrade() {
-  local _configfile=/etc/php/conf.d/xdebug.ini
-  local PHPVER=$(php -r 'echo phpversion();')
-  post_install $1
-
-  if [ "$PHPVER" \< "5.3" ] ; then
-    echo " ==> You are currenty running a version of php < 5.3."
-    echo "     When/if you upgrade php to a version >= 5.3, you will need to reinstall $pkgname."
-    echo ""
-  fi
-}




More information about the arch-commits mailing list