summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2005-09-11 13:52:51 +0000
committerRenat Lumpau <rl03@gentoo.org>2005-09-11 13:52:51 +0000
commitd1c96295dad7e2ee3502536107b41085f9db22b5 (patch)
tree8340575087ca5bcf52634c993cc0cd9d2d8783f5 /www-apps/mantisbt
parentadd spaces (diff)
downloadhistorical-d1c96295dad7e2ee3502536107b41085f9db22b5.tar.gz
historical-d1c96295dad7e2ee3502536107b41085f9db22b5.tar.bz2
historical-d1c96295dad7e2ee3502536107b41085f9db22b5.zip
Fixed php deps wrt bug #105419.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'www-apps/mantisbt')
-rw-r--r--www-apps/mantisbt/ChangeLog6
-rw-r--r--www-apps/mantisbt/Manifest12
-rw-r--r--www-apps/mantisbt/mantisbt-0.18.3.ebuild6
-rw-r--r--www-apps/mantisbt/mantisbt-1.0.0_rc1.ebuild4
4 files changed, 16 insertions, 12 deletions
diff --git a/www-apps/mantisbt/ChangeLog b/www-apps/mantisbt/ChangeLog
index f00feec8c291..f5909cef2265 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.9 2005/08/22 22:58:33 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/ChangeLog,v 1.10 2005/09/11 13:52:51 rl03 Exp $
+
+ 11 Sep 2005; Renat Lumpau <rl03@gentoo.org> mantisbt-0.18.3.ebuild,
+ mantisbt-1.0.0_rc1.ebuild:
+ Fixed php deps wrt bug #105419.
22 Aug 2005; Renat Lumpau <rl03@gentoo.org>
files/postinstall-en-1.0.0.txt:
diff --git a/www-apps/mantisbt/Manifest b/www-apps/mantisbt/Manifest
index 5d1ef57e9f5c..cbddc6d91449 100644
--- a/www-apps/mantisbt/Manifest
+++ b/www-apps/mantisbt/Manifest
@@ -1,10 +1,10 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 d41083828190a92cc24970792580af62 mantisbt-1.0.0_rc1.ebuild 891
-MD5 f81caba3bb8ef52c2758db6cee5529b5 ChangeLog 1533
+MD5 e05151b27c805588d03e1fce98b4b182 mantisbt-1.0.0_rc1.ebuild 897
+MD5 a1cc88222678518522ed09bbff9ca952 ChangeLog 1668
MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161
-MD5 dfad1502871d7680ce3c0177ce1c19b9 mantisbt-0.18.3.ebuild 1040
+MD5 686ec1ebfc90a3c0c20836b50cc54934 mantisbt-0.18.3.ebuild 1030
MD5 513519a15cada43083926d562bf423df files/digest-mantisbt-1.0.0_rc1 68
MD5 35d6b6f4cf6611c8b6232b0c83c67f52 files/postinstall-en.txt 680
MD5 4553a6ae29bae20c13ffa21fdb20281b files/digest-mantisbt-0.18.3 67
@@ -12,7 +12,7 @@ MD5 97c947f30d07a6405194bed5981ceceb files/postinstall-en-1.0.0.txt 488
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFDCli+EzitwsaoONoRAkptAJ4pzFZPKwORfp+ZqUubnKoebuV03gCfeGg4
-XzTZPd2d0/OinF+zy+9obLg=
-=BFlF
+iD8DBQFDJDbJEzitwsaoONoRAl8WAJ936ilWN+XgWLnhoWWIWb57PyMUMwCZAQdX
+uGEfGqRzX1tznshsTiKqAQE=
+=iRNl
-----END PGP SIGNATURE-----
diff --git a/www-apps/mantisbt/mantisbt-0.18.3.ebuild b/www-apps/mantisbt/mantisbt-0.18.3.ebuild
index 11a016a83a3d..34e34a6b5b8f 100644
--- a/www-apps/mantisbt/mantisbt-0.18.3.ebuild
+++ b/www-apps/mantisbt/mantisbt-0.18.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.4 2004/09/03 17:17:20 pvdabeel Exp $
+# $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
@@ -15,7 +15,7 @@ KEYWORDS="~x86 ppc"
RDEPEND="
>=dev-db/mysql-3.23.32
>=net-www/apache-1.3
- >=dev-php/mod_php-4.0.6
+ virtual/httpd-php
"
LICENSE="GPL-2"
diff --git a/www-apps/mantisbt/mantisbt-1.0.0_rc1.ebuild b/www-apps/mantisbt/mantisbt-1.0.0_rc1.ebuild
index b01ed0f601a9..45cfeef4d62e 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.3 2005/08/22 18:54:03 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mantisbt/mantisbt-1.0.0_rc1.ebuild,v 1.4 2005/09/11 13:52:51 rl03 Exp $
inherit webapp
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="
>=dev-db/mysql-3.23.32
net-www/apache
- virtual/php
+ virtual/httpd-php
"
LICENSE="GPL-2"