Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 223945 Details for
Bug 309829
new ebuild www-apps/mailzu
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mailzu-0.8_rc3.ebuild
mailzu-0.8_rc3.ebuild (text/plain), 1.60 KB, created by
Andreis Vinogradovs ( slepnoga )
on 2010-03-16 17:28:40 UTC
(
hide
)
Description:
mailzu-0.8_rc3.ebuild
Filename:
MIME Type:
Creator:
Andreis Vinogradovs ( slepnoga )
Created:
2010-03-16 17:28:40 UTC
Size:
1.60 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" >PHPCHECKNODIE="yes" >inherit webapp eutils depend.apache depend.php confutils > >DESCRIPTION="MailZu is a simple and intuitive web interface to manage Amavisd-new quarantine" >HOMEPAGE="http://sf.net/projects/mailzu/" >SRC_URI="mirror://sourceforge/project/${PN}/${PN}/MailZu%200.8RC3/MailZu_0.8RC3.tar.gz" > >LICENSE="GPL-2" >KEYWORDS="amd64" >IUSE="ldap mysql postgres db_clean" > >DEPEND="mail-filter/amavisd-new[ldap?,mysql?,postgres?]" >RDEPEND="${DEPEND} > dev-php/PEAR-PEAR > dev-php/PEAR-DB > dev-php/PEAR-Mail_Mime > dev-php/PEAR-Net_Socket > db_clean? ( dev-perl/DBI ) > dev-lang/php[sockets,ldap?,mysql?,postgres?]" >S="${WORKDIR}"/MailZu_0.8RC3 > >need_apache2_2 >need_php5_httpd > >pkg_setup() { > confutils_require_any mysql postgres ldap > > local flags="sockets" > > use postgres && flags+=" postgres" > use ldap && flags+=" ldap" > > require_php_with_any_use ${flags} || die "Re-install ${PHP_PKG} with ${flags}" > > if use mysql;then > ( ( require_php_with_use mysql ) || ( require_php_with_use mysqli ) ) || die \ > "Re-install ${PHP_PKG} with mysql or mysli USE" > fi > webapp_pkg_setup >} > >src_prepare() { > sed -i -e "1s/usr\/local\/bin\/perl/usr\/bin\/perl/" scripts/mz_db_clean.pl \ > || die "sed failed" > cp config/config.php.sample config/config.php >} > >src_install() { > dodoc CHANGELOG README docs/* > rm "${S}"/{CHANGELOG,README,LICENSE} > rm -rf "${S}"/docs > > webapp_src_preinst > > insinto "${MY_HTDOCSDIR}" > doins -r . > webapp_configfile "${MY_HTDOCSDIR}"/config/config.php > webapp_src_install >}
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 Raw
Actions:
View
Attachments on
bug 309829
: 223945