# 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.2 2006/07/24 16:04:01 dsd Exp $ inherit webapp eutils MY_EXT="-2006-05-22" DESCRIPTION="Multilingual multiuser multi-blog engine" HOMEPAGE="http://www.b2evolution.net" SRC_URI="mirror://sourceforge/evocms/${P}${MY_EXT}.zip" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~ppc ~x86" IUSE="" RDEPEND="virtual/httpd-php >=dev-db/mysql-3.23.23" DEPEND="${DEPEND} ${RDEPEND} app-arch/unzip" S="${WORKDIR}/${PN}" src_install() { webapp_src_preinst einfo "Installing main files" cp -r blogs/* ${D}${MY_HTDOCSDIR} 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 # 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} # post-install instructions webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt # now strut stuff webapp_src_install }