# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils webapp DESCRIPTION="User-friendly and flexible issue tracking system in PHP" HOMEPAGE="http://dev.mysql.com/downloads/other/eventum/" SRC_URI="mirror://mysql/Downloads/eventum/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" IUSE="" DEPEND="dev-db/mysql >=virtual/httpd-php-4.1.0" src_install() { webapp_src_preinst local docs="ChangeLog FAQ INSTALL README UPGRADE" dodoc ${docs} dohtml docs/* cp -r . ${D}${MY_HTDOCSDIR} for doc in ${docs} COPYING; do rm -r ${D}/${MY_HTDOCSDIR}/${doc} done webapp_configfile ${MY_HTDOCSDIR}/config.inc.php webapp_serverowned ${MY_HTDOCSDIR}/config.inc.php webapp_serverowned ${MY_HTDOCSDIR}/templates_c webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt webapp_src_install }