summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2005-11-20 16:43:21 +0000
committerStuart Herbert <stuart@gentoo.org>2005-11-20 16:43:21 +0000
commit59f49dadfedf59ab7e715aefd1092d0dcd6a2dd2 (patch)
tree3cc2d3f386dd47ed83424250c70e764684509ac6 /www-apps/phpwebsite
parentPrint a message informing about pkg_config in pkg_postinst (diff)
downloadgentoo-2-59f49dadfedf59ab7e715aefd1092d0dcd6a2dd2.tar.gz
gentoo-2-59f49dadfedf59ab7e715aefd1092d0dcd6a2dd2.tar.bz2
gentoo-2-59f49dadfedf59ab7e715aefd1092d0dcd6a2dd2.zip
Fixed broken DEPEND
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'www-apps/phpwebsite')
-rw-r--r--www-apps/phpwebsite/ChangeLog6
-rw-r--r--www-apps/phpwebsite/Manifest14
-rw-r--r--www-apps/phpwebsite/phpwebsite-0.10.2_rc2.ebuild4
3 files changed, 9 insertions, 15 deletions
diff --git a/www-apps/phpwebsite/ChangeLog b/www-apps/phpwebsite/ChangeLog
index f1779765eab6..d13ed86444e6 100644
--- a/www-apps/phpwebsite/ChangeLog
+++ b/www-apps/phpwebsite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/phpwebsite
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.48 2005/08/31 12:14:44 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.49 2005/11/20 16:39:00 stuart Exp $
+
+ 20 Nov 2005; Stuart Herbert <stuart@gentoo.org>
+ phpwebsite-0.10.2_rc2.ebuild:
+ Removed explicit DEPEND on webapp-config; this is handled by the webapp eclass
31 Aug 2005; Renat Lumpau <rl03@gentoo.org> -phpwebsite-0.10.2_rc1.ebuild:
Removing vulnerable versions
diff --git a/www-apps/phpwebsite/Manifest b/www-apps/phpwebsite/Manifest
index 421331128b7b..22cf21bf9955 100644
--- a/www-apps/phpwebsite/Manifest
+++ b/www-apps/phpwebsite/Manifest
@@ -1,15 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 b315fa79c7a0b3fa9798939afa0a4909 phpwebsite-0.10.2_rc2.ebuild 1444
MD5 c96afbb9bfe7301cd69145868835fd06 ChangeLog 9281
MD5 24a724cdfd1390bba450f4b7c1a9dfc5 metadata.xml 360
-MD5 e5cab3ec158303e1d64a76d9eacd5cb6 files/postinstall-en.txt 4642
+MD5 c84dfde7629a5ecc71042dbabdd10873 phpwebsite-0.10.2_rc2.ebuild 1415
MD5 57b645768c6c1c4f1f09c26085385b16 files/digest-phpwebsite-0.10.2_rc2 74
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFDFZ9KEzitwsaoONoRAneSAJ4/94MdgNIy3HQVIlo9jMzW7K/lMwCgluBI
-BRTuop9mFcoVAe0gVQHBMcQ=
-=+hfQ
------END PGP SIGNATURE-----
+MD5 e5cab3ec158303e1d64a76d9eacd5cb6 files/postinstall-en.txt 4642
diff --git a/www-apps/phpwebsite/phpwebsite-0.10.2_rc2.ebuild b/www-apps/phpwebsite/phpwebsite-0.10.2_rc2.ebuild
index 7de35e65cd10..b11e6bfa3df8 100644
--- a/www-apps/phpwebsite/phpwebsite-0.10.2_rc2.ebuild
+++ b/www-apps/phpwebsite/phpwebsite-0.10.2_rc2.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/phpwebsite/phpwebsite-0.10.2_rc2.ebuild,v 1.5 2005/08/30 23:46:51 yoswink Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.10.2_rc2.ebuild,v 1.6 2005/11/20 16:39:00 stuart Exp $
inherit webapp
@@ -15,7 +15,7 @@ IUSE=""
RDEPEND="virtual/httpd-php
>=dev-db/mysql-3.23.23"
-DEPEND="${DEPEND} ${RDEPEND} >=net-www/webapp-config-1.11"
+DEPEND="${DEPEND} ${RDEPEND}"
S="${WORKDIR}/${PN}-${MY_PV}"