diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-02-22 15:43:09 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-02-22 15:43:09 +0000 |
commit | dbade5e73316f2e1d63eb06f1d6fde982ec7ef64 (patch) | |
tree | 2252f600b9fe19776155fd43cd8bc0bb8787bfbf /www-apps | |
parent | add need_httpd_cgi wrt #208584 (diff) | |
download | gentoo-2-dbade5e73316f2e1d63eb06f1d6fde982ec7ef64.tar.gz gentoo-2-dbade5e73316f2e1d63eb06f1d6fde982ec7ef64.tar.bz2 gentoo-2-dbade5e73316f2e1d63eb06f1d6fde982ec7ef64.zip |
add need_httpd_cgi wrt #208584
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/b2evolution/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/b2evolution/b2evolution-1.10.2.ebuild | 11 | ||||
-rw-r--r-- | www-apps/b2evolution/b2evolution-1.10.3.ebuild | 11 | ||||
-rw-r--r-- | www-apps/b2evolution/b2evolution-2.4.0_rc2.ebuild | 11 |
4 files changed, 23 insertions, 16 deletions
diff --git a/www-apps/b2evolution/ChangeLog b/www-apps/b2evolution/ChangeLog index 957da29d9dcb..f92eee2892e9 100644 --- a/www-apps/b2evolution/ChangeLog +++ b/www-apps/b2evolution/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/b2evolution # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/ChangeLog,v 1.28 2008/02/17 23:28:43 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/ChangeLog,v 1.29 2008/02/22 15:43:08 hollow Exp $ + + 22 Feb 2008; Benedikt Böhm <hollow@gentoo.org> b2evolution-1.10.2.ebuild, + b2evolution-1.10.3.ebuild, b2evolution-2.4.0_rc2.ebuild: + add need_httpd_cgi wrt #208584 17 Feb 2008; Benedikt Böhm <hollow@gentoo.org> metadata.xml, b2evolution-1.10.2.ebuild, b2evolution-1.10.3.ebuild, diff --git a/www-apps/b2evolution/b2evolution-1.10.2.ebuild b/www-apps/b2evolution/b2evolution-1.10.2.ebuild index 094a64e52608..5fec7ef00e03 100644 --- a/www-apps/b2evolution/b2evolution-1.10.2.ebuild +++ b/www-apps/b2evolution/b2evolution-1.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-1.10.2.ebuild,v 1.6 2008/02/17 23:28:43 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-1.10.2.ebuild,v 1.7 2008/02/22 15:43:08 hollow Exp $ inherit webapp eutils depend.php @@ -19,6 +19,7 @@ RDEPEND="" DEPEND="${DEPEND} ${RDEPEND} app-arch/unzip" +need_httpd_cgi need_php_httpd S="${WORKDIR}/${PN}" @@ -36,15 +37,15 @@ pkg_setup() { src_install() { webapp_src_preinst - insinto ${MY_HTDOCSDIR} + insinto "${MY_HTDOCSDIR}" doins -r blogs/* rm doc/*.*-*.html doc/*.src.html dohtml doc/*.html - webapp_serverowned ${MY_HTDOCSDIR} - webapp_serverowned ${MY_HTDOCSDIR}/conf/_basic_config.php - webapp_configfile ${MY_HTDOCSDIR}/conf/_{basic_config,advanced,locales,formatting,admin,stats,application}.php + webapp_serverowned "${MY_HTDOCSDIR}" + webapp_serverowned "${MY_HTDOCSDIR}"/conf/_basic_config.php + webapp_configfile "${MY_HTDOCSDIR}"/conf/_{basic_config,advanced,locales,formatting,admin,stats,application}.php webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt diff --git a/www-apps/b2evolution/b2evolution-1.10.3.ebuild b/www-apps/b2evolution/b2evolution-1.10.3.ebuild index 957ab3d4ce8e..e05ff5003b44 100644 --- a/www-apps/b2evolution/b2evolution-1.10.3.ebuild +++ b/www-apps/b2evolution/b2evolution-1.10.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-1.10.3.ebuild,v 1.2 2008/02/17 23:28:43 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-1.10.3.ebuild,v 1.3 2008/02/22 15:43:08 hollow Exp $ inherit webapp eutils depend.php @@ -19,6 +19,7 @@ RDEPEND="" DEPEND="${RDEPEND} app-arch/unzip" +need_httpd_cgi need_php_httpd S="${WORKDIR}/${PN}" @@ -36,15 +37,15 @@ pkg_setup() { src_install() { webapp_src_preinst - insinto ${MY_HTDOCSDIR} + insinto "${MY_HTDOCSDIR}" doins -r blogs/* rm doc/*.*-*.html doc/*.src.html dohtml doc/*.html - webapp_serverowned ${MY_HTDOCSDIR} - webapp_serverowned ${MY_HTDOCSDIR}/conf/_basic_config.php - webapp_configfile ${MY_HTDOCSDIR}/conf/_{basic_config,advanced,locales,formatting,admin,stats,application}.php + webapp_serverowned "${MY_HTDOCSDIR}" + webapp_serverowned "${MY_HTDOCSDIR}"/conf/_basic_config.php + webapp_configfile "${MY_HTDOCSDIR}"/conf/_{basic_config,advanced,locales,formatting,admin,stats,application}.php webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt diff --git a/www-apps/b2evolution/b2evolution-2.4.0_rc2.ebuild b/www-apps/b2evolution/b2evolution-2.4.0_rc2.ebuild index bb9a99bd3334..bf7790e3c101 100644 --- a/www-apps/b2evolution/b2evolution-2.4.0_rc2.ebuild +++ b/www-apps/b2evolution/b2evolution-2.4.0_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-2.4.0_rc2.ebuild,v 1.2 2008/02/17 23:28:43 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-2.4.0_rc2.ebuild,v 1.3 2008/02/22 15:43:09 hollow Exp $ inherit webapp eutils depend.php @@ -19,6 +19,7 @@ RDEPEND="" DEPEND="${RDEPEND} app-arch/unzip" +need_httpd_cgi need_php_httpd S="${WORKDIR}/${PN}" @@ -36,15 +37,15 @@ pkg_setup() { src_install() { webapp_src_preinst - insinto ${MY_HTDOCSDIR} + insinto "${MY_HTDOCSDIR}" doins -r blogs/* rm doc/*.*-*.html doc/*.src.html dohtml doc/*.html - webapp_serverowned ${MY_HTDOCSDIR} - webapp_serverowned ${MY_HTDOCSDIR}/conf/_basic_config.php - webapp_configfile ${MY_HTDOCSDIR}/conf/_{basic_config,advanced,locales,formatting,admin,stats,application}.php + webapp_serverowned "${MY_HTDOCSDIR}" + webapp_serverowned "${MY_HTDOCSDIR}"/conf/_basic_config.php + webapp_configfile "${MY_HTDOCSDIR}"/conf/_{basic_config,advanced,locales,formatting,admin,stats,application}.php webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt |