Date: Saturday, September 7, 2013 @ 15:11:35 Author: spupykin Revision: 96896
archrelease: copy trunk to community-any Added: roundcubemail/repos/community-any/PKGBUILD (from rev 96895, roundcubemail/trunk/PKGBUILD) roundcubemail/repos/community-any/apache.conf (from rev 96895, roundcubemail/trunk/apache.conf) roundcubemail/repos/community-any/roundcubemail.install (from rev 96895, roundcubemail/trunk/roundcubemail.install) Deleted: roundcubemail/repos/community-any/PKGBUILD roundcubemail/repos/community-any/apache.conf roundcubemail/repos/community-any/roundcubemail.install -----------------------+ PKGBUILD | 80 ++++++++++++++++++++++++------------------------ apache.conf | 16 ++++----- roundcubemail.install | 14 ++++---- 3 files changed, 55 insertions(+), 55 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2013-09-07 13:11:21 UTC (rev 96895) +++ PKGBUILD 2013-09-07 13:11:35 UTC (rev 96896) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> - -pkgname=roundcubemail -pkgver=0.9.3 -pkgrel=1 -pkgdesc="A PHP web-based mail client" -arch=('any') -url="http://www.roundcube.net" -license=('GPL') -depends=('php') -optdepends=('python2') -backup=('etc/webapps/roundcubemail/.htaccess' - 'etc/webapps/roundcubemail/apache.conf') -install=roundcubemail.install -options=('!strip') -source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz - apache.conf) -md5sums=('bdd838e4d1c4f2009fb3557b945fa879' - '88d8ef3ae01ec84cc09b35bcb100dccb') - -package() { - mkdir -p ${pkgdir}/etc/webapps/roundcubemail - mkdir -p ${pkgdir}/usr/share/webapps - mkdir -p ${pkgdir}/var/log - cd ${pkgdir}/usr/share/webapps - cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail - cd roundcubemail - - mv .htaccess $pkgdir/etc/webapps/roundcubemail/ - ln -s /etc/webapps/roundcubemail/.htaccess .htaccess - - mv config $pkgdir/etc/webapps/roundcubemail/ - ln -s /etc/webapps/roundcubemail/config config - - mv logs $pkgdir/var/log/roundcubemail - ln -s /var/log/roundcubemail logs - - install -Dm0644 $srcdir/apache.conf $pkgdir/etc/webapps/roundcubemail/apache.conf -} Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 96895, roundcubemail/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2013-09-07 13:11:35 UTC (rev 96896) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> + +pkgname=roundcubemail +pkgver=0.9.4 +pkgrel=1 +pkgdesc="A PHP web-based mail client" +arch=('any') +url="http://www.roundcube.net" +license=('GPL') +depends=('php') +optdepends=('python2') +backup=('etc/webapps/roundcubemail/.htaccess' + 'etc/webapps/roundcubemail/apache.conf') +install=roundcubemail.install +options=('!strip') +source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz + apache.conf) +md5sums=('c8197f2b5b7e7a9dfa52c1d019a2d74d' + '88d8ef3ae01ec84cc09b35bcb100dccb') + +package() { + mkdir -p ${pkgdir}/etc/webapps/roundcubemail + mkdir -p ${pkgdir}/usr/share/webapps + mkdir -p ${pkgdir}/var/log + cd ${pkgdir}/usr/share/webapps + cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail + cd roundcubemail + + mv .htaccess $pkgdir/etc/webapps/roundcubemail/ + ln -s /etc/webapps/roundcubemail/.htaccess .htaccess + + mv config $pkgdir/etc/webapps/roundcubemail/ + ln -s /etc/webapps/roundcubemail/config config + + mv logs $pkgdir/var/log/roundcubemail + ln -s /var/log/roundcubemail logs + + install -Dm0644 $srcdir/apache.conf $pkgdir/etc/webapps/roundcubemail/apache.conf +} Deleted: apache.conf =================================================================== --- apache.conf 2013-09-07 13:11:21 UTC (rev 96895) +++ apache.conf 2013-09-07 13:11:35 UTC (rev 96896) @@ -1,8 +0,0 @@ -Alias /roundcube "/usr/share/webapps/roundcubemail" -<Directory "/usr/share/webapps/roundcubemail"> - AllowOverride All - Options FollowSymlinks - Order allow,deny - Allow from all - php_admin_value open_basedir "/tmp/:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail" -</Directory> Copied: roundcubemail/repos/community-any/apache.conf (from rev 96895, roundcubemail/trunk/apache.conf) =================================================================== --- apache.conf (rev 0) +++ apache.conf 2013-09-07 13:11:35 UTC (rev 96896) @@ -0,0 +1,8 @@ +Alias /roundcube "/usr/share/webapps/roundcubemail" +<Directory "/usr/share/webapps/roundcubemail"> + AllowOverride All + Options FollowSymlinks + Order allow,deny + Allow from all + php_admin_value open_basedir "/tmp/:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail" +</Directory> Deleted: roundcubemail.install =================================================================== --- roundcubemail.install 2013-09-07 13:11:21 UTC (rev 96895) +++ roundcubemail.install 2013-09-07 13:11:35 UTC (rev 96896) @@ -1,7 +0,0 @@ -post_install() { - chown -R http:http var/log/roundcubemail -} - -post_upgrade() { - post_install -} Copied: roundcubemail/repos/community-any/roundcubemail.install (from rev 96895, roundcubemail/trunk/roundcubemail.install) =================================================================== --- roundcubemail.install (rev 0) +++ roundcubemail.install 2013-09-07 13:11:35 UTC (rev 96896) @@ -0,0 +1,7 @@ +post_install() { + chown -R http:http var/log/roundcubemail +} + +post_upgrade() { + post_install +}