[arch-commits] Commit in roundcubemail/repos/community-any (6 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Apr 8 13:24:11 UTC 2014


    Date: Tuesday, April 8, 2014 @ 15:24:11
  Author: spupykin
Revision: 108975

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
    (from rev 108974, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
    (from rev 108974, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
    (from rev 108974, 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           |   15 ++++-----
 roundcubemail.install |   14 ++++----
 3 files changed, 54 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-08 13:24:00 UTC (rev 108974)
+++ PKGBUILD	2014-04-08 13:24:11 UTC (rev 108975)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=roundcubemail
-pkgver=0.9.5
-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=('757f6ab3306d4abf8da6664ae65138d7'
-         '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 108974, roundcubemail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-04-08 13:24:11 UTC (rev 108975)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=roundcubemail
+pkgver=1.0.0
+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=('325f79deeadb8993ca8a20f0077f2535'
+         '9ef887b19632239911b287ce0e270ae8')
+
+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	2014-04-08 13:24:00 UTC (rev 108974)
+++ apache.conf	2014-04-08 13:24:11 UTC (rev 108975)
@@ -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 108974, roundcubemail/trunk/apache.conf)
===================================================================
--- apache.conf	                        (rev 0)
+++ apache.conf	2014-04-08 13:24:11 UTC (rev 108975)
@@ -0,0 +1,7 @@
+Alias /roundcube "/usr/share/webapps/roundcubemail"
+<Directory "/usr/share/webapps/roundcubemail">
+    AllowOverride All
+    Options FollowSymlinks
+    Require all granted
+    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	2014-04-08 13:24:00 UTC (rev 108974)
+++ roundcubemail.install	2014-04-08 13:24:11 UTC (rev 108975)
@@ -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 108974, roundcubemail/trunk/roundcubemail.install)
===================================================================
--- roundcubemail.install	                        (rev 0)
+++ roundcubemail.install	2014-04-08 13:24:11 UTC (rev 108975)
@@ -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