diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2007-08-09 11:38:33 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2007-08-09 11:38:33 +0000 |
commit | 23ac95d3b4bec4ed00767e00b89b31a874d71696 (patch) | |
tree | bc27e4a055f36189c2a20c8d8f15f7ba991b37bb /www-apps/b2evolution/b2evolution-1.10.2.ebuild | |
parent | Added b2evolution-1.10.2 to the tree. (diff) | |
download | gentoo-2-23ac95d3b4bec4ed00767e00b89b31a874d71696.tar.gz gentoo-2-23ac95d3b4bec4ed00767e00b89b31a874d71696.tar.bz2 gentoo-2-23ac95d3b4bec4ed00767e00b89b31a874d71696.zip |
Added missing depend.php and removed installation of non-existant docs.
(Portage version: 2.1.2.11)
Diffstat (limited to 'www-apps/b2evolution/b2evolution-1.10.2.ebuild')
-rw-r--r-- | www-apps/b2evolution/b2evolution-1.10.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/b2evolution/b2evolution-1.10.2.ebuild b/www-apps/b2evolution/b2evolution-1.10.2.ebuild index 309dd7789feb..77c8b030e222 100644 --- a/www-apps/b2evolution/b2evolution-1.10.2.ebuild +++ b/www-apps/b2evolution/b2evolution-1.10.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 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.1 2007/08/09 11:27:08 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-1.10.2.ebuild,v 1.2 2007/08/09 11:38:33 wrobel Exp $ -inherit webapp eutils +inherit webapp eutils depend.php MY_EXT="-2007-06-08" @@ -42,7 +42,7 @@ src_install() { einfo "Done" dodoc doc/license.txt doc/install_new.html doc/upgradefrom_b2evo.html doc/upgradefrom_b2.html \ - doc/upgradefrom_gl.html doc/upgradefrom_miniblog.html doc/upgradefrom_mt.html + doc/upgradefrom_mt.html # Identify the configuration files that this app uses # User can want to make changes to these! |