[arch-commits] Commit in roundcubemail/repos/community-any (6 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Thu Aug 22 08:31:28 UTC 2013
Date: Thursday, August 22, 2013 @ 10:31:28
Author: spupykin
Revision: 96232
archrelease: copy trunk to community-any
Added:
roundcubemail/repos/community-any/PKGBUILD
(from rev 96231, roundcubemail/trunk/PKGBUILD)
roundcubemail/repos/community-any/apache.conf
(from rev 96231, roundcubemail/trunk/apache.conf)
roundcubemail/repos/community-any/roundcubemail.install
(from rev 96231, 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-08-22 08:31:15 UTC (rev 96231)
+++ PKGBUILD 2013-08-22 08:31:28 UTC (rev 96232)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=roundcubemail
-pkgver=0.9.2
-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=('e60d5fc120517062ea388c47739742b3'
- '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 96231, roundcubemail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-08-22 08:31:28 UTC (rev 96232)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at 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
+}
Deleted: apache.conf
===================================================================
--- apache.conf 2013-08-22 08:31:15 UTC (rev 96231)
+++ apache.conf 2013-08-22 08:31:28 UTC (rev 96232)
@@ -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 96231, roundcubemail/trunk/apache.conf)
===================================================================
--- apache.conf (rev 0)
+++ apache.conf 2013-08-22 08:31:28 UTC (rev 96232)
@@ -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-08-22 08:31:15 UTC (rev 96231)
+++ roundcubemail.install 2013-08-22 08:31:28 UTC (rev 96232)
@@ -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 96231, roundcubemail/trunk/roundcubemail.install)
===================================================================
--- roundcubemail.install (rev 0)
+++ roundcubemail.install 2013-08-22 08:31:28 UTC (rev 96232)
@@ -0,0 +1,7 @@
+post_install() {
+ chown -R http:http var/log/roundcubemail
+}
+
+post_upgrade() {
+ post_install
+}
More information about the arch-commits
mailing list