Date: Wednesday, April 17, 2013 @ 14:41:53
  Author: spupykin
Revision: 88419

archrelease: copy trunk to community-any

Added:
  phppgadmin/repos/community-any/PKGBUILD
    (from rev 88418, phppgadmin/trunk/PKGBUILD)
Deleted:
  phppgadmin/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2013-04-17 12:41:40 UTC (rev 88418)
+++ PKGBUILD    2013-04-17 12:41:53 UTC (rev 88419)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: wizzomafizzo <[email protected]>
-# Contributor: Benjamin Andresen <[email protected]>
-
-pkgname=phppgadmin
-pkgver=5.0.4
-pkgrel=3
-pkgdesc="A web-based administration tool for PostgreSQL. It is perfect for 
PostgreSQL DBAs, newbies and hosting services."
-arch=('any')
-url="http://sourceforge.net/projects/phppgadmin";
-license=('GPL')
-depends=('php' 'php-pgsql')
-backup=('etc/webapps/phppgadmin/config.inc.php'
-       'etc/webapps/phppgadmin/.htaccess')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpPgAdmin-$pkgver.tar.gz)
-md5sums=('682a0cfe18d5284967bc73ead9d7a21d')
-
-build() {
-  _instdir=$pkgdir/usr/share/webapps/phppgadmin
-  mkdir -p ${_instdir} $pkgdir/etc/webapps/phppgadmin
-  cd ${_instdir}
-  cp -ra $srcdir/phpPgAdmin-$pkgver/* .
-  cp ./conf/config.inc.php-dist $pkgdir/etc/webapps/phppgadmin/config.inc.php
-  echo "deny from all" >$pkgdir/etc/webapps/phppgadmin/.htaccess
-  ln -s /etc/webapps/phppgadmin/.htaccess ${_instdir}/.htaccess
-  rm -f ${_instdir}/conf/config.inc.php
-  ln -s /etc/webapps/phppgadmin/config.inc.php ${_instdir}/conf/config.inc.php
-  cat >$pkgdir/etc/webapps/phppgadmin/apache.example.conf <<EOF
-       Alias /phppgadmin "/usr/share/webapps/phppgadmin"
-       <Directory "/usr/share/webapps/phppgadmin">
-               AllowOverride All
-               Options FollowSymlinks
-               Order allow,deny
-               Allow from all
-       </Directory>
-EOF
-}

Copied: phppgadmin/repos/community-any/PKGBUILD (from rev 88418, 
phppgadmin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-04-17 12:41:53 UTC (rev 88419)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: wizzomafizzo <[email protected]>
+# Contributor: Benjamin Andresen <[email protected]>
+
+pkgname=phppgadmin
+pkgver=5.1
+pkgrel=1
+pkgdesc="A web-based administration tool for PostgreSQL. It is perfect for 
PostgreSQL DBAs, newbies and hosting services."
+arch=('any')
+url="http://sourceforge.net/projects/phppgadmin";
+license=('GPL')
+depends=('php' 'php-pgsql')
+backup=('etc/webapps/phppgadmin/config.inc.php'
+       'etc/webapps/phppgadmin/.htaccess')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpPgAdmin-$pkgver.tar.gz)
+md5sums=('554c94f5b38a1c6e8327ec3aa4cc6538')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phppgadmin
+  mkdir -p ${_instdir} $pkgdir/etc/webapps/phppgadmin
+  cd ${_instdir}
+  cp -ra $srcdir/phpPgAdmin-$pkgver/* .
+  cp ./conf/config.inc.php-dist $pkgdir/etc/webapps/phppgadmin/config.inc.php
+  echo "deny from all" >$pkgdir/etc/webapps/phppgadmin/.htaccess
+  ln -s /etc/webapps/phppgadmin/.htaccess ${_instdir}/.htaccess
+  rm -f ${_instdir}/conf/config.inc.php
+  ln -s /etc/webapps/phppgadmin/config.inc.php ${_instdir}/conf/config.inc.php
+  cat >$pkgdir/etc/webapps/phppgadmin/apache.example.conf <<EOF
+       Alias /phppgadmin "/usr/share/webapps/phppgadmin"
+       <Directory "/usr/share/webapps/phppgadmin">
+               AllowOverride All
+               Options FollowSymlinks
+               Order allow,deny
+               Allow from all
+       </Directory>
+EOF
+}

Reply via email to