diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-08-22 18:58:03 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-08-22 18:58:03 +0000 |
commit | 4c889e413b1d3e22febe0f0883d14182389916c4 (patch) | |
tree | 6f0aa4b679c24a31b600720d6300066b02412bbd /www-apps/mantisbt | |
parent | Stable on sparc wrt gcc34 loev (diff) | |
download | gentoo-2-4c889e413b1d3e22febe0f0883d14182389916c4.tar.gz gentoo-2-4c889e413b1d3e22febe0f0883d14182389916c4.tar.bz2 gentoo-2-4c889e413b1d3e22febe0f0883d14182389916c4.zip |
Housekeeping
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps/mantisbt')
-rw-r--r-- | www-apps/mantisbt/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/mantisbt/Manifest | 8 | ||||
-rw-r--r-- | www-apps/mantisbt/files/postinstall-en-1.0.0.txt | 2 | ||||
-rw-r--r-- | www-apps/mantisbt/mantisbt-1.0.0_rc1.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/www-apps/mantisbt/ChangeLog b/www-apps/mantisbt/ChangeLog index ba4c8a03b10c..898f3c83242f 100644 --- a/www-apps/mantisbt/ChangeLog +++ b/www-apps/mantisbt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/mantisbt # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.7 2005/08/12 19:36:55 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.8 2005/08/22 18:54:03 rl03 Exp $ + + 22 Aug 2005; Renat Lumpau <rl03@gentoo.org> + files/postinstall-en-1.0.0.txt, mantisbt-1.0.0_rc1.ebuild: + Housekeeping 12 Aug 2005; Luis Medinas <metalgod@gentoo.org> mantisbt-1.0.0_rc1.ebuild: Add ~amd64 Keywords. Closes bug #98747. diff --git a/www-apps/mantisbt/Manifest b/www-apps/mantisbt/Manifest index 357d3b68e78f..6aa4c8f38524 100644 --- a/www-apps/mantisbt/Manifest +++ b/www-apps/mantisbt/Manifest @@ -1,8 +1,8 @@ +MD5 105f708ac77d991f8f51a914d4f8c42b mantisbt-1.0.0_rc1.ebuild 895 MD5 9f09c1bca1f6aa5e3f32c5b5f6025f14 ChangeLog 1318 -MD5 dfad1502871d7680ce3c0177ce1c19b9 mantisbt-0.18.3.ebuild 1040 -MD5 829734418d4387dd45f9b81b1e67a2d0 mantisbt-1.0.0_rc1.ebuild 903 MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 -MD5 4553a6ae29bae20c13ffa21fdb20281b files/digest-mantisbt-0.18.3 67 +MD5 dfad1502871d7680ce3c0177ce1c19b9 mantisbt-0.18.3.ebuild 1040 MD5 513519a15cada43083926d562bf423df files/digest-mantisbt-1.0.0_rc1 68 -MD5 bc3c0335b52c6345c58e1a38e06f58db files/postinstall-en-1.0.0.txt 481 MD5 35d6b6f4cf6611c8b6232b0c83c67f52 files/postinstall-en.txt 680 +MD5 4553a6ae29bae20c13ffa21fdb20281b files/digest-mantisbt-0.18.3 67 +MD5 ee19b25066fca3dffa06705e4b714a37 files/postinstall-en-1.0.0.txt 487 diff --git a/www-apps/mantisbt/files/postinstall-en-1.0.0.txt b/www-apps/mantisbt/files/postinstall-en-1.0.0.txt index c0bfe4ee8864..b0ff2090e2b6 100644 --- a/www-apps/mantisbt/files/postinstall-en-1.0.0.txt +++ b/www-apps/mantisbt/files/postinstall-en-1.0.0.txt @@ -1,7 +1,7 @@ If you are upgrading from an earlier version, you can use the upgrade scripts at admin/ to execute the pending database updates. -To install, visit: http://${VHOST_HOSTNAME}/mantisbt/admin/install.php +To install, visit: http://${VHOST_HOSTNAME}${VHOST_APPDIR}/admin/install.php Then log in: administrator/root. You can load up admin/check.php to see if everything is working correctly. diff --git a/www-apps/mantisbt/mantisbt-1.0.0_rc1.ebuild b/www-apps/mantisbt/mantisbt-1.0.0_rc1.ebuild index 1dac4ebe78e2..b01ed0f601a9 100644 --- a/www-apps/mantisbt/mantisbt-1.0.0_rc1.ebuild +++ b/www-apps/mantisbt/mantisbt-1.0.0_rc1.ebuild @@ -1,6 +1,6 @@ # 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_rc1.ebuild,v 1.2 2005/08/12 19:36:55 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.0.0_rc1.ebuild,v 1.3 2005/08/22 18:54:03 rl03 Exp $ inherit webapp @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=" >=dev-db/mysql-3.23.32 net-www/apache - >=virtual/php-4.0.6 + virtual/php " LICENSE="GPL-2" |