[arch-commits] Commit in php-xcache/repos (8 files)
Pierre Schmitz
pierre at nymeria.archlinux.org
Fri Jun 21 05:56:14 UTC 2013
Date: Friday, June 21, 2013 @ 07:56:14
Author: pierre
Revision: 188790
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
php-xcache/repos/testing-i686/PKGBUILD
(from rev 188789, php-xcache/trunk/PKGBUILD)
php-xcache/repos/testing-i686/xcache.ini
(from rev 188789, php-xcache/trunk/xcache.ini)
php-xcache/repos/testing-x86_64/PKGBUILD
(from rev 188789, php-xcache/trunk/PKGBUILD)
php-xcache/repos/testing-x86_64/xcache.ini
(from rev 188789, php-xcache/trunk/xcache.ini)
Deleted:
php-xcache/repos/testing-i686/PKGBUILD
php-xcache/repos/testing-i686/xcache.ini
php-xcache/repos/testing-x86_64/PKGBUILD
php-xcache/repos/testing-x86_64/xcache.ini
---------------------------+
/PKGBUILD | 80 ++++++++++++++++++++++++++++++++++++++++++++
/xcache.ini | 6 +++
testing-i686/PKGBUILD | 40 ----------------------
testing-i686/xcache.ini | 3 -
testing-x86_64/PKGBUILD | 40 ----------------------
testing-x86_64/xcache.ini | 3 -
6 files changed, 86 insertions(+), 86 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2013-06-21 05:56:01 UTC (rev 188789)
+++ testing-i686/PKGBUILD 2013-06-21 05:56:14 UTC (rev 188790)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=php-xcache
-pkgver=3.0.2
-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')
-backup=('etc/php/conf.d/xcache.ini')
-md5sums=('7371a057be0f53ba5a5ed09fdf11ae77'
- '8fd9ce537ada9463c4b0c042243158c0')
-
-build() {
- cd $srcdir/xcache-$pkgver
- phpize
- ./configure --prefix=/usr
- make
-}
-
-# check() {
-# cd $srcdir/xcache-$pkgver
-# make test
-# }
-
-package() {
- cd $srcdir/xcache-$pkgver
- make INSTALL_ROOT=$pkgdir install
-
- 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 -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
-}
Copied: php-xcache/repos/testing-i686/PKGBUILD (from rev 188789, php-xcache/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-06-21 05:56:14 UTC (rev 188790)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=php-xcache
+pkgver=3.0.3
+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')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('8e9d59785725747f9f099af2bd54ddd2'
+ '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+ cd $srcdir/xcache-$pkgver
+ phpize
+ ./configure --prefix=/usr
+ make
+}
+
+# check() {
+# cd $srcdir/xcache-$pkgver
+# make test
+# }
+
+package() {
+ cd $srcdir/xcache-$pkgver
+ make INSTALL_ROOT=$pkgdir install
+
+ 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 -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}
Deleted: testing-i686/xcache.ini
===================================================================
--- testing-i686/xcache.ini 2013-06-21 05:56:01 UTC (rev 188789)
+++ testing-i686/xcache.ini 2013-06-21 05:56:14 UTC (rev 188790)
@@ -1,3 +0,0 @@
-;extension=xcache.so
-xcache.size=64M
-xcache.var_size=64M
Copied: php-xcache/repos/testing-i686/xcache.ini (from rev 188789, php-xcache/trunk/xcache.ini)
===================================================================
--- testing-i686/xcache.ini (rev 0)
+++ testing-i686/xcache.ini 2013-06-21 05:56:14 UTC (rev 188790)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2013-06-21 05:56:01 UTC (rev 188789)
+++ testing-x86_64/PKGBUILD 2013-06-21 05:56:14 UTC (rev 188790)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=php-xcache
-pkgver=3.0.2
-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')
-backup=('etc/php/conf.d/xcache.ini')
-md5sums=('7371a057be0f53ba5a5ed09fdf11ae77'
- '8fd9ce537ada9463c4b0c042243158c0')
-
-build() {
- cd $srcdir/xcache-$pkgver
- phpize
- ./configure --prefix=/usr
- make
-}
-
-# check() {
-# cd $srcdir/xcache-$pkgver
-# make test
-# }
-
-package() {
- cd $srcdir/xcache-$pkgver
- make INSTALL_ROOT=$pkgdir install
-
- 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 -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
-}
Copied: php-xcache/repos/testing-x86_64/PKGBUILD (from rev 188789, php-xcache/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-06-21 05:56:14 UTC (rev 188790)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=php-xcache
+pkgver=3.0.3
+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')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('8e9d59785725747f9f099af2bd54ddd2'
+ '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+ cd $srcdir/xcache-$pkgver
+ phpize
+ ./configure --prefix=/usr
+ make
+}
+
+# check() {
+# cd $srcdir/xcache-$pkgver
+# make test
+# }
+
+package() {
+ cd $srcdir/xcache-$pkgver
+ make INSTALL_ROOT=$pkgdir install
+
+ 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 -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}
Deleted: testing-x86_64/xcache.ini
===================================================================
--- testing-x86_64/xcache.ini 2013-06-21 05:56:01 UTC (rev 188789)
+++ testing-x86_64/xcache.ini 2013-06-21 05:56:14 UTC (rev 188790)
@@ -1,3 +0,0 @@
-;extension=xcache.so
-xcache.size=64M
-xcache.var_size=64M
Copied: php-xcache/repos/testing-x86_64/xcache.ini (from rev 188789, php-xcache/trunk/xcache.ini)
===================================================================
--- testing-x86_64/xcache.ini (rev 0)
+++ testing-x86_64/xcache.ini 2013-06-21 05:56:14 UTC (rev 188790)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M
More information about the arch-commits
mailing list