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

Pierre Schmitz pierre at nymeria.archlinux.org
Tue Sep 10 15:28:34 UTC 2013


    Date: Tuesday, September 10, 2013 @ 17:28:33
  Author: pierre
Revision: 194213

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

Added:
  php-xcache/repos/extra-i686/PKGBUILD
    (from rev 194212, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/extra-i686/xcache.ini
    (from rev 194212, php-xcache/trunk/xcache.ini)
  php-xcache/repos/extra-x86_64/PKGBUILD
    (from rev 194212, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/extra-x86_64/xcache.ini
    (from rev 194212, php-xcache/trunk/xcache.ini)
Deleted:
  php-xcache/repos/extra-i686/PKGBUILD
  php-xcache/repos/extra-i686/xcache.ini
  php-xcache/repos/extra-x86_64/PKGBUILD
  php-xcache/repos/extra-x86_64/xcache.ini

-------------------------+
 /PKGBUILD               |   86 ++++++++++++++++++++++++++++++++++++++++++++++
 /xcache.ini             |    6 +++
 extra-i686/PKGBUILD     |   43 -----------------------
 extra-i686/xcache.ini   |    3 -
 extra-x86_64/PKGBUILD   |   43 -----------------------
 extra-x86_64/xcache.ini |    3 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-09-10 15:28:25 UTC (rev 194212)
+++ extra-i686/PKGBUILD	2013-09-10 15:28:33 UTC (rev 194213)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=php-xcache
-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=("xcache-${pkgver}::svn://svn.lighttpd.net/xcache/trunk/#revision=${_svnrev}"
-        'xcache.ini')
-backup=('etc/php/conf.d/xcache.ini')
-md5sums=('SKIP'
-         '8fd9ce537ada9463c4b0c042243158c0')
-
-build() {
-	cd $srcdir/xcache-$pkgver
-	phpize
-	./configure --prefix=/usr
-	make
-}
-
-# check() {
-# 	cd $srcdir/xcache-$pkgver
-# 	printf "n\n" | make test
-# 	echo
-# }
-
-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/extra-i686/PKGBUILD (from rev 194212, php-xcache/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-09-10 15:28:33 UTC (rev 194213)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=php-xcache
+pkgver=3.1.0dev
+_svnrev=1368
+pkgrel=13
+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}"
+        'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('SKIP'
+         '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+	cd $srcdir/xcache-$pkgver
+	phpize
+	./configure --prefix=/usr
+	make
+}
+
+# check() {
+# 	cd $srcdir/xcache-$pkgver
+# 	printf "n\n" | make test
+# 	echo
+# }
+
+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: extra-i686/xcache.ini
===================================================================
--- extra-i686/xcache.ini	2013-09-10 15:28:25 UTC (rev 194212)
+++ extra-i686/xcache.ini	2013-09-10 15:28:33 UTC (rev 194213)
@@ -1,3 +0,0 @@
-;extension=xcache.so
-xcache.size=64M
-xcache.var_size=64M

Copied: php-xcache/repos/extra-i686/xcache.ini (from rev 194212, php-xcache/trunk/xcache.ini)
===================================================================
--- extra-i686/xcache.ini	                        (rev 0)
+++ extra-i686/xcache.ini	2013-09-10 15:28:33 UTC (rev 194213)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-09-10 15:28:25 UTC (rev 194212)
+++ extra-x86_64/PKGBUILD	2013-09-10 15:28:33 UTC (rev 194213)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=php-xcache
-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=("xcache-${pkgver}::svn://svn.lighttpd.net/xcache/trunk/#revision=${_svnrev}"
-        'xcache.ini')
-backup=('etc/php/conf.d/xcache.ini')
-md5sums=('SKIP'
-         '8fd9ce537ada9463c4b0c042243158c0')
-
-build() {
-	cd $srcdir/xcache-$pkgver
-	phpize
-	./configure --prefix=/usr
-	make
-}
-
-# check() {
-# 	cd $srcdir/xcache-$pkgver
-# 	printf "n\n" | make test
-# 	echo
-# }
-
-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/extra-x86_64/PKGBUILD (from rev 194212, php-xcache/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-09-10 15:28:33 UTC (rev 194213)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=php-xcache
+pkgver=3.1.0dev
+_svnrev=1368
+pkgrel=13
+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}"
+        'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('SKIP'
+         '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+	cd $srcdir/xcache-$pkgver
+	phpize
+	./configure --prefix=/usr
+	make
+}
+
+# check() {
+# 	cd $srcdir/xcache-$pkgver
+# 	printf "n\n" | make test
+# 	echo
+# }
+
+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: extra-x86_64/xcache.ini
===================================================================
--- extra-x86_64/xcache.ini	2013-09-10 15:28:25 UTC (rev 194212)
+++ extra-x86_64/xcache.ini	2013-09-10 15:28:33 UTC (rev 194213)
@@ -1,3 +0,0 @@
-;extension=xcache.so
-xcache.size=64M
-xcache.var_size=64M

Copied: php-xcache/repos/extra-x86_64/xcache.ini (from rev 194212, php-xcache/trunk/xcache.ini)
===================================================================
--- extra-x86_64/xcache.ini	                        (rev 0)
+++ extra-x86_64/xcache.ini	2013-09-10 15:28:33 UTC (rev 194213)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M




More information about the arch-commits mailing list