diff options
author | Daniel Drake <dsd@gentoo.org> | 2006-07-24 16:04:01 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2006-07-24 16:04:01 +0000 |
commit | cc7d678e0ca52257ef3d755d6321cdc48944d926 (patch) | |
tree | 03208e7ea4c741947ba643fbc1c6a9150bfd9ea1 /www-apps/b2evolution | |
parent | New beta release (diff) | |
download | gentoo-2-cc7d678e0ca52257ef3d755d6321cdc48944d926.tar.gz gentoo-2-cc7d678e0ca52257ef3d755d6321cdc48944d926.tar.bz2 gentoo-2-cc7d678e0ca52257ef3d755d6321cdc48944d926.zip |
Don't overwrite user config files, reported by Robin Smidsrod in bug #136648
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'www-apps/b2evolution')
-rw-r--r-- | www-apps/b2evolution/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/b2evolution/b2evolution-0.9.1.ebuild | 3 | ||||
-rw-r--r-- | www-apps/b2evolution/b2evolution-0.9.2.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/www-apps/b2evolution/ChangeLog b/www-apps/b2evolution/ChangeLog index 6ac18e13ed73..227c6336e825 100644 --- a/www-apps/b2evolution/ChangeLog +++ b/www-apps/b2evolution/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/b2evolution # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/ChangeLog,v 1.16 2006/07/24 15:59:53 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/ChangeLog,v 1.17 2006/07/24 16:04:01 dsd Exp $ + + 24 Jul 2006; Daniel Drake <dsd@gentoo.org> b2evolution-0.9.1.ebuild, + b2evolution-0.9.2.ebuild: + Don't overwrite user config files, reported by Robin Smidsrod in bug #136648 *b2evolution-1.8.0 (24 Jul 2006) diff --git a/www-apps/b2evolution/b2evolution-0.9.1.ebuild b/www-apps/b2evolution/b2evolution-0.9.1.ebuild index 2ae004ba1beb..5995597103d1 100644 --- a/www-apps/b2evolution/b2evolution-0.9.1.ebuild +++ b/www-apps/b2evolution/b2evolution-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-0.9.1.ebuild,v 1.6 2006/01/08 09:27:24 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-0.9.1.ebuild,v 1.7 2006/07/24 16:04:01 dsd Exp $ inherit webapp eutils @@ -32,6 +32,7 @@ src_install() { # Identify the configuration files that this app uses # User can want to make changes to these! + webapp_configfile ${MY_HTDOCSDIR}/conf/_config.php webapp_serverowned ${MY_HTDOCSDIR}/conf/_config.php webapp_serverowned ${MY_HTDOCSDIR} diff --git a/www-apps/b2evolution/b2evolution-0.9.2.ebuild b/www-apps/b2evolution/b2evolution-0.9.2.ebuild index b78f45eb7b4e..bd2614656fe3 100644 --- a/www-apps/b2evolution/b2evolution-0.9.2.ebuild +++ b/www-apps/b2evolution/b2evolution-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-0.9.2.ebuild,v 1.1 2006/05/30 17:48:45 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-0.9.2.ebuild,v 1.2 2006/07/24 16:04:01 dsd Exp $ inherit webapp eutils @@ -32,6 +32,7 @@ src_install() { # Identify the configuration files that this app uses # User can want to make changes to these! + webapp_configfile ${MY_HTDOCSDIR}/conf/_config.php webapp_serverowned ${MY_HTDOCSDIR}/conf/_config.php webapp_serverowned ${MY_HTDOCSDIR} |