Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 230799 Details for
Bug 318971
Patch to add support for avelsieve to squirrelmail
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
provides avelsieve support
squirrelmail-avelsieve.patch (text/plain), 2.39 KB, created by
Sean Harmer
on 2010-05-08 14:18:00 UTC
(
hide
)
Description:
provides avelsieve support
Filename:
MIME Type:
Creator:
Sean Harmer
Created:
2010-05-08 14:18:00 UTC
Size:
2.39 KB
patch
obsolete
>--- /usr/portage/mail-client/squirrelmail/squirrelmail-1.4.20.ebuild 2010-05-04 15:58:24.000000000 +0100 >+++ squirrelmail-1.4.20.ebuild 2010-05-08 14:15:49.000000000 +0100 >@@ -4,7 +4,7 @@ > > EAPI=2 > >-IUSE="ldap spell ssl filter mysql postgres nls" >+IUSE="ldap spell ssl filter mysql postgres nls sieve" > > inherit webapp eutils > >@@ -20,6 +20,8 @@ > SHOWSSL_VER=2.2-1.2.8 > LOCALES_VER=1.4.18-20090526 > DECODING_VER=1.2 >+AVELSIEVE_VER=1.9.9 >+JAVASCRIPT_LIBS_VER=0.1.2 > > MY_P=${P/_rc/-RC} > S="${WORKDIR}/${MY_P}" >@@ -34,7 +36,9 @@ > ${PLUGINS_LOC}/admin_add.${ADMINADD_VER}.tar.gz > filter? ( ${PLUGINS_LOC}/amavisnewsql-0.8.0-1.4.tar.gz ) > ldap? ( ${PLUGINS_LOC}/ldapuserdata-${LDAP_USERDATA_VER}.tar.gz ) >- nls? ( mirror://sourceforge/${PN}/all_locales-${LOCALES_VER}.tar.bz2 )" >+ nls? ( mirror://sourceforge/${PN}/all_locales-${LOCALES_VER}.tar.bz2 ) >+ sieve? ( http://email.uoa.gr/download/squirrelmail/javascript_libs/javascript_libs-${JAVASCRIPT_LIBS_VER}.tar.gz ) >+ sieve? ( http://email.uoa.gr/download/squirrelmail/avelsieve/avelsieve-${AVELSIEVE_VER}.tar.gz )" > > HOMEPAGE="http://www.squirrelmail.org/" > >@@ -81,6 +85,11 @@ > epatch "${FILESDIR}"/ldapuserdata-${LDAP_USERDATA_VER}-gentoo.patch && > mv ldapuserdata/config_sample.php ldapuserdata/config.php > >+ use sieve && >+ unpack javascript_libs-${JAVASCRIPT_LIBS_VER}.tar.gz && >+ unpack avelsieve-${AVELSIEVE_VER}.tar.gz && >+ mv avelsieve/config/config_sample.php avelsieve/config/config.php >+ > use ssl && > unpack secure_login-${SECURELOGIN_VER}.tar.gz && > mv secure_login/config.sample.php secure_login/config.php && >@@ -147,6 +156,16 @@ > done > fi > >+ if use sieve; then >+ docinto avelsieve >+ for doc in plugins/avelsieve/doc/{README,FAQ,INSTALL,NEWS,NOTES,REPORTING_BUGS}; do >+ dodoc ${doc} >+ rm -f ${doc} >+ done >+ rm -rf plugins/avelsieve/doc >+ rm -rf plugins/javascript_libs/doc >+ fi >+ > if use ssl; then > docinto secure_login > for doc in plugins/secure_login/INSTALL plugins/secure_login/README; do >@@ -171,6 +190,7 @@ > local configs="config/config.php config/config_local.php plugins/retrieveuserdata/config.php" > use filter && configs="${configs} plugins/amavisnewsql/config.php" > use ldap && configs="${configs} plugins/ldapuserdata/config.php" >+ use sieve && configs="${configs} plugins/avelsieve/config/config.php" > use ssl && configs="${configs} plugins/show_ssl_link/config.php plugins/secure_login/config.php" > > for file in ${configs}; do
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 318971
: 230799