diff options
Diffstat (limited to 'www-apps/mantisbt/mantisbt-1.0.4.ebuild')
-rw-r--r-- | www-apps/mantisbt/mantisbt-1.0.4.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/www-apps/mantisbt/mantisbt-1.0.4.ebuild b/www-apps/mantisbt/mantisbt-1.0.4.ebuild deleted file mode 100644 index cd106346db3d..000000000000 --- a/www-apps/mantisbt/mantisbt-1.0.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.0.4.ebuild,v 1.1 2006/07/24 21:00:41 rl03 Exp $ - -inherit webapp - -IUSE="mysql postgres" - -DESCRIPTION="PHP/MySQL/Web based bugtracking system" -HOMEPAGE="http://www.mantisbt.org/" -SRC_URI="mirror://sourceforge/${PN}/mantis-${PV}.tar.gz" - -S=${WORKDIR}/mantis-${PV} - -KEYWORDS="~amd64 ~ppc ~x86" - -RDEPEND=" - mysql? ( >=dev-db/mysql-3.23.32 ) - postgres? ( >=dev-db/postgresql-7 ) - net-www/apache - virtual/httpd-php -" - -LICENSE="GPL-2" - -src_install() { - webapp_src_preinst - dodoc doc/* - - cp -R . ${D}/${MY_HTDOCSDIR} - rm -rf ${D}/${MY_HTDOCSDIR}/doc - - mv ${D}/${MY_HTDOCSDIR}/config_inc.php.sample ${D}/${MY_HTDOCSDIR}/config_inc.php - - webapp_configfile ${MY_HTDOCSDIR}/config_inc.php - webapp_postinst_txt en ${FILESDIR}/postinstall-en-1.0.0.txt - webapp_src_install -} |