Index: roundcube_webmail-0.1.20051007.ebuild =================================================================== --- roundcube_webmail-0.1.20051007.ebuild (revision 88) +++ roundcube_webmail-0.1.20051007.ebuild (working copy) @@ -18,12 +18,13 @@ KEYWORDS="~x86" S=${WORKDIR}/${MY_PN} -IUSE="mysql postgresql" +IUSE="mysql postgresql sqlite" RDEPEND=" mysql? (>=dev-db/mysql-4) postgresql? (dev-db/postgresql) - !mysql? ( !postgresql? ( dev-db/postgresql ) ) + sqlite? ( dev-db/sqlite ) + !mysql? ( !postgresql? ( !sqlite ( dev-db/postgresql ) ) ) virtual/httpd-php " # BUG: @@ -40,7 +41,12 @@ for file in ${files}; do webapp_serverowned "${MY_HTDOCSDIR}/${file}" done + webapp_serverowned ${MY_HTDOCSDIR}/logs/errors + webapp_serverowned ${MY_HTDOCSDIR}/logs/sendmail webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt + # BUG: + # webapp.eclass doesn't support sqlite + # webapp_sqlscript sqlite SQL/sqlite.initial.sql webapp_sqlscript mysql SQL/mysql.initial.sql webapp_sqlscript postgres SQL/postgres.initial.sql webapp_configfile ${MY_HTDOCSDIR}/config/db.inc.php