diff --git a/www-apps/mantisbt/Manifest b/www-apps/mantisbt/Manifest deleted file mode 100644 index aa9439e55f4d8f85231ecb1e37ab21ec2f108fd4..0000000000000000000000000000000000000000 --- a/www-apps/mantisbt/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -AUX postinstall-en-1.0.0.txt 640 SHA256 af60f6f6be915164f420f5e9ae04fa18d8bf85e73a9a59668ba4a6b7ba41900d SHA512 1fe0672455a2745dda366ccd30068ff6edf715f20ce591fc8cf152c07cd9d3f47f0057aea2bbc1c18130b8a707cfcd74321fbf96d4aab6dd9d6deb32180213a5 WHIRLPOOL 77f81529fbf364fb9366c4fdb25705ea046cb86092a0fe575a6eb6381ec2d22b6cb4c1e134770d43cee8280e303e1ddc274bbd4c2b9364758f83b3f2cfb6ad4a -DIST mantisbt-1.2.17.tar.gz 3958728 SHA256 4305295a1d3910516b6fa238e03e710c0bb5b30a01b3a908865799096207b243 SHA512 afe36f6be2e17a56324c6306d8b4e57c0a25b8f0d7c4da1c59a0e8f2d1ad50c706e3369ceeb4500203446b13cf50a1b0c1f9a85843126b06b3e34572cf679c24 WHIRLPOOL 663580d2547bebb021c7ccf8c8b0491c496838789ce96aa6eaa812129e8bf436f8960f8537b33426170ca81204c76bedc8fc87efcb8649e00ac74196e86e5492 -EBUILD mantisbt-1.2.17.ebuild 935 SHA256 f6e6de765722a7e8a0b9248671bf97cdff5db588dde124a044f17f158f8eb2e3 SHA512 965d7ec5fc41dffdb43719ee252acea430eed5247aa106ca8386b228fadb7a400d05ad3ec849d16c99efd0b2792e475dad66e24bc1b0864679c819293f6164ad WHIRLPOOL 65bdbe12d03608d2216e2110b0811afe3e04a5985545bb79bae1277918b9fcd802aaaa3f539a833e2db398715a328d04d16a5236f9c718852463c5bd05304e21 diff --git a/www-apps/mantisbt/files/postinstall-en-1.0.0.txt b/www-apps/mantisbt/files/postinstall-en-1.0.0.txt deleted file mode 100644 index a108ccf138e09d236c1fcd8fd1c288ad2d109941..0000000000000000000000000000000000000000 --- a/www-apps/mantisbt/files/postinstall-en-1.0.0.txt +++ /dev/null @@ -1,13 +0,0 @@ -If you are UPGRADING from an earlier version, you can use the upgrade scripts -at admin/ to execute the pending database updates. For more information, -please, see http://manual.mantisbt.org/manual.installation.upgrading.php . - -To INSTALL, visit: http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/admin/install.php -Then log in: Username - administrator, Password - root. You can load up -admin/check.php to CHECK if everything is working correctly. - -Then edit ${MY_INSTALLDIR}/config_inc.php as necessary. - -After you've finished these steps, please delete the admin/ directory. - -Don't forget to read the online manual (http://manual.mantisbt.org/)!!! diff --git a/www-apps/mantisbt/mantisbt-1.2.17.ebuild b/www-apps/mantisbt/mantisbt-1.2.17.ebuild deleted file mode 100644 index ca09d8c0895e19b83578206d1614a8e17b97cb3c..0000000000000000000000000000000000000000 --- a/www-apps/mantisbt/mantisbt-1.2.17.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild,v 1.3 2013/12/06 20:42:03 ago Exp $ - -EAPI=5 - -inherit eutils webapp - -DESCRIPTION="PHP/MySQL/Web based bugtracking system" -HOMEPAGE="http://www.mantisbt.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - virtual/httpd-php - virtual/httpd-cgi - >=dev-php/adodb-5.10" - -src_prepare() { - # Drop external libraries - rm -r "${S}/library/adodb/" -} - -src_install() { - webapp_src_preinst - rm doc/{LICENSE,INSTALL} - dodoc doc/{CREDITS,CUSTOMIZATION,RELEASE} doc/en/* - - rm -rf doc packages - mv config_inc.php.sample config_inc.php - cp -R . "${D}/${MY_HTDOCSDIR}" - - webapp_configfile "${MY_HTDOCSDIR}/config_inc.php" - webapp_postinst_txt en "${FILESDIR}/postinstall-en-1.0.0.txt" - webapp_src_install -}