diff options
Diffstat (limited to 'www-apps/mantisbt/mantisbt-0.18.3.ebuild')
-rw-r--r-- | www-apps/mantisbt/mantisbt-0.18.3.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/www-apps/mantisbt/mantisbt-0.18.3.ebuild b/www-apps/mantisbt/mantisbt-0.18.3.ebuild deleted file mode 100644 index 34e34a6b5b8f..000000000000 --- a/www-apps/mantisbt/mantisbt-0.18.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-0.18.3.ebuild,v 1.5 2005/09/11 13:52:51 rl03 Exp $ - -inherit webapp - -IUSE="" - -DESCRIPTION="PHP/MySQL/Web based bugtracking system" -HOMEPAGE="http://www.mantisbt.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -KEYWORDS="~x86 ppc" - -RDEPEND=" - >=dev-db/mysql-3.23.32 - >=net-www/apache-1.3 - virtual/httpd-php -" - -LICENSE="GPL-2" - -src_unpack() { - unpack ${A} - find ${S} -name .cvsignore -exec rm {} \; -} - -src_install() { - webapp_src_preinst - dohtml doc/*.{html,css} - dodoc doc/{CREDITS,CUSTOMIZATION,ChangeLog,LICENSE,README,TROUBLESHOOTING,UPGRADING} - - cp -R *.php admin core css graphs images lang ${D}/${MY_HTDOCSDIR} - cp config_inc.php.sample ${D}/${MY_HTDOCSDIR}/config_inc.php - - webapp_configfile ${MY_HTDOCSDIR}/config_inc.php - webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt - webapp_sqlscript mysql ${S}/sql/db_generate.sql - webapp_src_install -} |