[arch-commits] Commit in php-xcache/trunk (PKGBUILD)

2014-09-18 Thread Pierre Schmitz
Date: Thursday, September 18, 2014 @ 18:09:49
  Author: pierre
Revision: 221939

upgpkg: php-xcache 3.2.0-2

Modified:
  php-xcache/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 16:07:59 UTC (rev 221938)
+++ PKGBUILD2014-09-18 16:09:49 UTC (rev 221939)
@@ -3,21 +3,20 @@
 
 pkgname=php-xcache
 pkgver=3.2.0
-_pkgver=${pkgver}-rc1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
 url='http://xcache.lighttpd.net/'
 depends=('php')
 license=('custom')
-source=(http://xcache.lighttpd.net/pub/Releases/${_pkgver}/xcache-${_pkgver}.tar.bz2;
+source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
 'xcache.ini')
 backup=('etc/php/conf.d/xcache.ini')
-md5sums=('f2ff89e969381039f13369f3387142da'
+md5sums=('51bbbf533f4b476c73373f9f480f3097'
  '8fd9ce537ada9463c4b0c042243158c0')
 
 build() {
-   cd $srcdir/$_pkgver
+   cd $srcdir/xcache-$pkgver
phpize
./configure --prefix=/usr
make
@@ -24,7 +23,7 @@
 }
 
 check() {
-   cd $srcdir/$_pkgver
+   cd $srcdir/xcache-$pkgver
export NO_INTERACTION=1
make test
echo
@@ -31,7 +30,7 @@
 }
 
 package() {
-   cd $srcdir/$_pkgver
+   cd $srcdir/xcache-$pkgver
make INSTALL_ROOT=$pkgdir install
 
install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini



[arch-commits] Commit in php-xcache/trunk (PKGBUILD)

2014-09-08 Thread Pierre Schmitz
Date: Monday, September 8, 2014 @ 17:30:28
  Author: pierre
Revision: 221158

upgpkg: php-xcache 3.2.0-1

Modified:
  php-xcache/trunk/PKGBUILD

--+
 PKGBUILD |   27 ++-
 1 file changed, 10 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-08 14:41:15 UTC (rev 221157)
+++ PKGBUILD2014-09-08 15:30:28 UTC (rev 221158)
@@ -2,29 +2,22 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-xcache
-pkgver=3.1.0
-pkgrel=4
+pkgver=3.2.0
+_pkgver=${pkgver}-rc1
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
 url='http://xcache.lighttpd.net/'
 depends=('php')
 license=('custom')
-source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
-'xcache.ini' 'xcache-r1486.patch')
+source=(http://xcache.lighttpd.net/pub/Releases/${_pkgver}/xcache-${_pkgver}.tar.bz2;
+'xcache.ini')
 backup=('etc/php/conf.d/xcache.ini')
-md5sums=('e5816d47d52be200b959bf69a673ff74'
- '8fd9ce537ada9463c4b0c042243158c0'
- '552024a7fdcfd5d3f9c069135e35a52e')
+md5sums=('f2ff89e969381039f13369f3387142da'
+ '8fd9ce537ada9463c4b0c042243158c0')
 
-prepare() {
-   cd $srcdir/xcache-$pkgver
-   # Patch by Debian
-   # http://anonscm.debian.org/cgit/pkg-php/xcache.git/tree/debian/patches
-   patch -p1 -i $srcdir/xcache-r1486.patch
-}
-
 build() {
-   cd $srcdir/xcache-$pkgver
+   cd $srcdir/$_pkgver
phpize
./configure --prefix=/usr
make
@@ -31,7 +24,7 @@
 }
 
 check() {
-   cd $srcdir/xcache-$pkgver
+   cd $srcdir/$_pkgver
export NO_INTERACTION=1
make test
echo
@@ -38,7 +31,7 @@
 }
 
 package() {
-   cd $srcdir/xcache-$pkgver
+   cd $srcdir/$_pkgver
make INSTALL_ROOT=$pkgdir install
 
install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini



[arch-commits] Commit in php-xcache/trunk (PKGBUILD xcache-r1486.patch)

2014-08-28 Thread Pierre Schmitz
Date: Thursday, August 28, 2014 @ 11:49:07
  Author: pierre
Revision: 220731

upgpkg: php-xcache 3.1.0-4

Added:
  php-xcache/trunk/xcache-r1486.patch
Modified:
  php-xcache/trunk/PKGBUILD

+
 PKGBUILD   |   14 
 xcache-r1486.patch | 5316 +++
 2 files changed, 5327 insertions(+), 3 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 220730:220731 to see the changes.


[arch-commits] Commit in php-xcache/trunk (PKGBUILD)

2014-06-14 Thread Pierre Schmitz
Date: Saturday, June 14, 2014 @ 12:55:52
  Author: pierre
Revision: 215106

upgpkg: php-xcache 3.1.0-2

Modified:
  php-xcache/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 08:08:00 UTC (rev 215105)
+++ PKGBUILD2014-06-14 10:55:52 UTC (rev 215106)
@@ -3,7 +3,7 @@
 
 pkgname=php-xcache
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
 url='http://xcache.lighttpd.net/'
@@ -22,11 +22,12 @@
make
 }
 
-# check() {
-#  cd $srcdir/xcache-$pkgver
-#  printf n\n | make test
-#  echo
-# }
+check() {
+   cd $srcdir/xcache-$pkgver
+   export NO_INTERACTION=1
+   make test
+   echo
+}
 
 package() {
cd $srcdir/xcache-$pkgver
@@ -34,8 +35,8 @@
 
install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
 
-   install -dm755 $pkgdir/usr/share/php-xcache/admin
-   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
+   install -dm755 $pkgdir/usr/share/webapps/php-xcache
+   cp -r htdocs/* $pkgdir/usr/share/webapps/php-xcache/
 
install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
 }



[arch-commits] Commit in php-xcache/trunk (PKGBUILD)

2013-10-10 Thread Pierre Schmitz
Date: Thursday, October 10, 2013 @ 14:55:06
  Author: pierre
Revision: 196272

upgpkg: php-xcache 3.1.0-1

Modified:
  php-xcache/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-10 12:46:11 UTC (rev 196271)
+++ PKGBUILD2013-10-10 12:55:06 UTC (rev 196272)
@@ -2,19 +2,17 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-xcache
-pkgver=3.1.0dev
-_svnrev=1394
-pkgrel=14
+pkgver=3.1.0
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
 url='http://xcache.lighttpd.net/'
 depends=('php')
-makedepends=('subversion')
 license=('custom')
-source=(xcache-${pkgver}::svn://svn.lighttpd.net/xcache/trunk/#revision=${_svnrev}
+source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
 'xcache.ini')
 backup=('etc/php/conf.d/xcache.ini')
-md5sums=('SKIP'
+md5sums=('e5816d47d52be200b959bf69a673ff74'
  '8fd9ce537ada9463c4b0c042243158c0')
 
 build() {



[arch-commits] Commit in php-xcache/trunk (PKGBUILD)

2013-09-24 Thread Pierre Schmitz
Date: Wednesday, September 25, 2013 @ 06:21:50
  Author: pierre
Revision: 195109

upgpkg: php-xcache 3.1.0dev-14

Modified:
  php-xcache/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-25 02:49:52 UTC (rev 195108)
+++ PKGBUILD2013-09-25 04:21:50 UTC (rev 195109)
@@ -3,8 +3,8 @@
 
 pkgname=php-xcache
 pkgver=3.1.0dev
-_svnrev=1368
-pkgrel=13
+_svnrev=1394
+pkgrel=14
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
 url='http://xcache.lighttpd.net/'



[arch-commits] Commit in php-xcache/trunk (PKGBUILD)

2013-09-10 Thread Pierre Schmitz
Date: Tuesday, September 10, 2013 @ 17:28:25
  Author: pierre
Revision: 194212

upgpkg: php-xcache 3.1.0dev-13

Modified:
  php-xcache/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 14:40:23 UTC (rev 194211)
+++ PKGBUILD2013-09-10 15:28:25 UTC (rev 194212)
@@ -3,8 +3,8 @@
 
 pkgname=php-xcache
 pkgver=3.1.0dev
-_svnrev=1341
-pkgrel=12
+_svnrev=1368
+pkgrel=13
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
 url='http://xcache.lighttpd.net/'



[arch-commits] Commit in php-xcache/trunk (PKGBUILD)

2013-08-10 Thread Pierre Schmitz
Date: Saturday, August 10, 2013 @ 17:32:39
  Author: pierre
Revision: 192389

upgpkg: php-xcache 3.1.0dev-12

Modified:
  php-xcache/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-10 15:22:56 UTC (rev 192388)
+++ PKGBUILD2013-08-10 15:32:39 UTC (rev 192389)
@@ -2,17 +2,19 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-xcache
-pkgver=3.0.3
-pkgrel=1
+pkgver=3.1.0dev
+_svnrev=1341
+pkgrel=12
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
 url='http://xcache.lighttpd.net/'
 depends=('php')
+makedepends=('subversion')
 license=('custom')
-source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
+source=(xcache-${pkgver}::svn://svn.lighttpd.net/xcache/trunk/#revision=${_svnrev}
 'xcache.ini')
 backup=('etc/php/conf.d/xcache.ini')
-md5sums=('8e9d59785725747f9f099af2bd54ddd2'
+md5sums=('SKIP'
  '8fd9ce537ada9463c4b0c042243158c0')
 
 build() {
@@ -24,7 +26,8 @@
 
 # check() {
 #  cd $srcdir/xcache-$pkgver
-#  make test
+#  printf n\n | make test
+#  echo
 # }
 
 package() {



[arch-commits] Commit in php-xcache/trunk (PKGBUILD)

2013-06-20 Thread Pierre Schmitz
Date: Friday, June 21, 2013 @ 07:56:01
  Author: pierre
Revision: 188789

upgpkg: php-xcache 3.0.3-1

Modified:
  php-xcache/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-20 17:50:47 UTC (rev 188788)
+++ PKGBUILD2013-06-21 05:56:01 UTC (rev 188789)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-xcache
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
@@ -12,7 +12,7 @@
 
source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
 'xcache.ini')
 backup=('etc/php/conf.d/xcache.ini')
-md5sums=('7371a057be0f53ba5a5ed09fdf11ae77'
+md5sums=('8e9d59785725747f9f099af2bd54ddd2'
  '8fd9ce537ada9463c4b0c042243158c0')
 
 build() {



[arch-commits] Commit in php-xcache/trunk (PKGBUILD)

2013-06-12 Thread Pierre Schmitz
Date: Wednesday, June 12, 2013 @ 20:39:39
  Author: pierre
Revision: 188199

upgpkg: php-xcache 3.0.2-1

Modified:
  php-xcache/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-12 15:53:29 UTC (rev 188198)
+++ PKGBUILD2013-06-12 18:39:39 UTC (rev 188199)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-xcache
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
@@ -12,7 +12,7 @@
 
source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
 'xcache.ini')
 backup=('etc/php/conf.d/xcache.ini')
-md5sums=('45086010bc4f82f506c08be1c556941b'
+md5sums=('7371a057be0f53ba5a5ed09fdf11ae77'
  '8fd9ce537ada9463c4b0c042243158c0')
 
 build() {



[arch-commits] Commit in php-xcache/trunk (PKGBUILD)

2013-01-13 Thread Pierre Schmitz
Date: Sunday, January 13, 2013 @ 09:38:34
  Author: pierre
Revision: 175090

upgpkg: php-xcache 3.0.1-1

upstream update

Modified:
  php-xcache/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-13 09:51:21 UTC (rev 175089)
+++ PKGBUILD2013-01-13 14:38:34 UTC (rev 175090)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-xcache
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
 url='http://xcache.lighttpd.net/'
@@ -12,7 +12,7 @@
 
source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
 'xcache.ini')
 backup=('etc/php/conf.d/xcache.ini')
-md5sums=('63be7c8b14ffc01babe5378111f13228'
+md5sums=('45086010bc4f82f506c08be1c556941b'
  '8fd9ce537ada9463c4b0c042243158c0')
 
 build() {



[arch-commits] Commit in php-xcache/trunk (PKGBUILD)

2012-11-10 Thread Pierre Schmitz
Date: Sunday, November 11, 2012 @ 01:20:01
  Author: pierre
Revision: 170768

upgpkg: php-xcache 3.0.0-2

Modified:
  php-xcache/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-11 05:35:51 UTC (rev 170767)
+++ PKGBUILD2012-11-11 06:20:01 UTC (rev 170768)
@@ -3,7 +3,7 @@
 
 pkgname=php-xcache
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
 url='http://xcache.lighttpd.net/'
@@ -12,7 +12,7 @@
 
source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
 'xcache.ini')
 backup=('etc/php/conf.d/xcache.ini')
-md5sums=('671c8168de9e9e04725dfc4726113646'
+md5sums=('63be7c8b14ffc01babe5378111f13228'
  '8fd9ce537ada9463c4b0c042243158c0')
 
 build() {



[arch-commits] Commit in php-xcache/trunk (PKGBUILD xcache.ini)

2012-11-05 Thread Pierre Schmitz
Date: Monday, November 5, 2012 @ 05:22:22
  Author: pierre
Revision: 170202

upgpkg: php-xcache 3.0.0-1

upstream update

Modified:
  php-xcache/trunk/PKGBUILD
  php-xcache/trunk/xcache.ini

+
 PKGBUILD   |8 
 xcache.ini |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-05 08:17:35 UTC (rev 170201)
+++ PKGBUILD2012-11-05 10:22:22 UTC (rev 170202)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-xcache
-pkgver=2.0.1
+pkgver=3.0.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
@@ -12,8 +12,8 @@
 
source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
 'xcache.ini')
 backup=('etc/php/conf.d/xcache.ini')
-md5sums=('d3bc9645dc1b084c1eb45cfc4d8e9ccc'
- 'bba7ead3e592a7980aa91a8600973587')
+md5sums=('671c8168de9e9e04725dfc4726113646'
+ '8fd9ce537ada9463c4b0c042243158c0')
 
 build() {
cd $srcdir/xcache-$pkgver
@@ -34,7 +34,7 @@
install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
 
install -dm755 $pkgdir/usr/share/php-xcache/admin
-   install -m644 admin/* $pkgdir/usr/share/php-xcache/admin/
+   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
 
install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
 }

Modified: xcache.ini
===
--- xcache.ini  2012-11-05 08:17:35 UTC (rev 170201)
+++ xcache.ini  2012-11-05 10:22:22 UTC (rev 170202)
@@ -1,3 +1,3 @@
-;zend_extension=/usr/lib/php/modules/xcache.so
+;extension=xcache.so
 xcache.size=64M
 xcache.var_size=64M



[arch-commits] Commit in php-xcache/trunk (PKGBUILD)

2012-07-16 Thread Pierre Schmitz
Date: Monday, July 16, 2012 @ 03:11:16
  Author: pierre
Revision: 163582

upgpkg: php-xcache 2.0.1-1

upstream update

Modified:
  php-xcache/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-16 06:21:11 UTC (rev 163581)
+++ PKGBUILD2012-07-16 07:11:16 UTC (rev 163582)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-xcache
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
 url='http://xcache.lighttpd.net/'
@@ -12,7 +12,7 @@
 
source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
 'xcache.ini')
 backup=('etc/php/conf.d/xcache.ini')
-md5sums=('0e30cdff075c635e475d70a5c37d0252'
+md5sums=('d3bc9645dc1b084c1eb45cfc4d8e9ccc'
  'bba7ead3e592a7980aa91a8600973587')
 
 build() {



[arch-commits] Commit in php-xcache/trunk (PKGBUILD)

2012-05-09 Thread Pierre Schmitz
Date: Wednesday, May 9, 2012 @ 13:05:27
  Author: pierre
Revision: 158776

add svn id

Modified:
  php-xcache/trunk/PKGBUILD (contents, properties)

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-09 16:57:00 UTC (rev 158775)
+++ PKGBUILD2012-05-09 17:05:27 UTC (rev 158776)
@@ -1,4 +1,4 @@
-# $Id: $
+# $Id$
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-xcache


Property changes on: php-xcache/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property