summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2005-07-04 00:26:53 +0000
committerRenat Lumpau <rl03@gentoo.org>2005-07-04 00:26:53 +0000
commitd46b3133186965c58ee61e1100796c03842d59da (patch)
tree8733a9bd0b34eddb125fa88af482bb2b08f7c192 /www-apps/mantisbt
parentnew 1.0.0 version. large changes to the ebuild to make it much easier to han... (diff)
downloadhistorical-d46b3133186965c58ee61e1100796c03842d59da.tar.gz
historical-d46b3133186965c58ee61e1100796c03842d59da.tar.bz2
historical-d46b3133186965c58ee61e1100796c03842d59da.zip
Version bump, closes #77253.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'www-apps/mantisbt')
-rw-r--r--www-apps/mantisbt/ChangeLog10
-rw-r--r--www-apps/mantisbt/Manifest18
-rw-r--r--www-apps/mantisbt/files/digest-mantisbt-1.0.0_alpha31
-rw-r--r--www-apps/mantisbt/files/postinstall-en.txt15
-rw-r--r--www-apps/mantisbt/mantisbt-1.0.0_alpha3.ebuild39
5 files changed, 73 insertions, 10 deletions
diff --git a/www-apps/mantisbt/ChangeLog b/www-apps/mantisbt/ChangeLog
index fa674b1515b1..744d965287be 100644
--- a/www-apps/mantisbt/ChangeLog
+++ b/www-apps/mantisbt/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-apps/mantisbt
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.4 2004/09/03 17:17:20 pvdabeel Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.5 2005/07/04 00:26:53 rl03 Exp $
+
+*mantisbt-1.0.0_alpha3 (04 Jul 2005)
+
+ 04 Jul 2005; Renat Lumpau <rl03@gentoo.org> files/postinstall-en.txt,
+ +mantisbt-1.0.0_alpha3.ebuild:
+ Version bump, closes #77253.
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
mantisbt-0.18.3.ebuild:
diff --git a/www-apps/mantisbt/Manifest b/www-apps/mantisbt/Manifest
index e09ab58c4424..9803254efd64 100644
--- a/www-apps/mantisbt/Manifest
+++ b/www-apps/mantisbt/Manifest
@@ -1,5 +1,17 @@
-MD5 d74655045fab80ddb8eeab7f0901fbd0 ChangeLog 816
-MD5 dfad1502871d7680ce3c0177ce1c19b9 mantisbt-0.18.3.ebuild 1040
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 524efd607034c845f03e9b2c42b2501a mantisbt-1.0.0_alpha3.ebuild 940
+MD5 ff277a9837ac68a322c4633a2b41e4b5 ChangeLog 987
MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161
+MD5 dfad1502871d7680ce3c0177ce1c19b9 mantisbt-0.18.3.ebuild 1040
+MD5 9005d666c38ba3c8ecc675acf0373909 files/digest-mantisbt-1.0.0_alpha3 67
+MD5 35d6b6f4cf6611c8b6232b0c83c67f52 files/postinstall-en.txt 680
MD5 4553a6ae29bae20c13ffa21fdb20281b files/digest-mantisbt-0.18.3 67
-MD5 cc4d1c5d3bb40662950d32111d027dad files/postinstall-en.txt 537
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCyIJSEzitwsaoONoRAreSAJ9pNlGKXovN2B4j9gGP3HmTDqSfogCglUPL
+vUZcY7gxRgqsIG+D3BbdBGQ=
+=EmUB
+-----END PGP SIGNATURE-----
diff --git a/www-apps/mantisbt/files/digest-mantisbt-1.0.0_alpha3 b/www-apps/mantisbt/files/digest-mantisbt-1.0.0_alpha3
new file mode 100644
index 000000000000..2f111849948a
--- /dev/null
+++ b/www-apps/mantisbt/files/digest-mantisbt-1.0.0_alpha3
@@ -0,0 +1 @@
+MD5 b12ab13376e91313402f666f22948ded mantis-1.0.0a3.tar.gz 1411920
diff --git a/www-apps/mantisbt/files/postinstall-en.txt b/www-apps/mantisbt/files/postinstall-en.txt
index b49a956f2e65..72c4dc37bf1c 100644
--- a/www-apps/mantisbt/files/postinstall-en.txt
+++ b/www-apps/mantisbt/files/postinstall-en.txt
@@ -2,12 +2,17 @@ Please edit ${MY_INSTALLDIR}/config_inc.php to configure Mantis for your
system.
If this a first time install, you must create the mantis database and then
-execute ${MY_SQLSCRIPTSDIR}/mysql/${PVR}_create.sql
-via mysql to create the tables. If you are upgrading from an earlier version
-you can use the upgrade scripts at admin/ to execute the pending database
-updates.
+execute
-Check your installation: http://${VHOST_HOSTNAME}/${PN}/admin
+ mysql -u<username> -p<password> <databasename> < ${MY_SQLSCRIPTSDIR}/mysql/${PVR}_create.sql
+
+If you are upgrading from an earlier version, you can use the upgrade scripts
+at admin/ to execute the pending database updates.
+
+Check your installation: http://${VHOST_HOSTNAME}/mantisbt/admin
Then log in: administrator/root.
+You can load up admin/check.php to see if everything is working correctly.
After you've finished these steps, please delete the admin/ directory.
+
+Don't forget to read the online manual!!!
diff --git a/www-apps/mantisbt/mantisbt-1.0.0_alpha3.ebuild b/www-apps/mantisbt/mantisbt-1.0.0_alpha3.ebuild
new file mode 100644
index 000000000000..334255dcbfd8
--- /dev/null
+++ b/www-apps/mantisbt/mantisbt-1.0.0_alpha3.ebuild
@@ -0,0 +1,39 @@
+# 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-1.0.0_alpha3.ebuild,v 1.1 2005/07/04 00:26:53 rl03 Exp $
+
+inherit webapp
+
+IUSE=""
+MY_PV=${PV/_alpha/a}
+
+DESCRIPTION="PHP/MySQL/Web based bugtracking system"
+HOMEPAGE="http://www.mantisbt.org/"
+SRC_URI="mirror://sourceforge/${PN}/mantis-${MY_PV}.tar.gz"
+
+S=${WORKDIR}/mantis-${MY_PV}
+
+KEYWORDS="~x86 ~ppc"
+
+RDEPEND="
+ >=dev-db/mysql-3.23.32
+ net-www/apache
+ >=virtual/php-4.0.6
+"
+
+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.txt
+ webapp_sqlscript mysql ${S}/sql/db_generate.sql
+ webapp_src_install
+}