diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-03-01 18:12:34 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-03-01 18:12:34 +0000 |
commit | af9e4ab381d1faf247c9e870b17588320918ed94 (patch) | |
tree | 64d13994e13c7b72609d49bb66524ee53cc1ce81 | |
parent | Fix conditional c++ support for remaining versions. (diff) | |
download | gentoo-2-af9e4ab381d1faf247c9e870b17588320918ed94.tar.gz gentoo-2-af9e4ab381d1faf247c9e870b17588320918ed94.tar.bz2 gentoo-2-af9e4ab381d1faf247c9e870b17588320918ed94.zip |
Stable on alpha.
(Portage version: 2.0.51.18)
-rw-r--r-- | www-apps/phpwebsite/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/phpwebsite/phpwebsite-0.10.0-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apps/phpwebsite/ChangeLog b/www-apps/phpwebsite/ChangeLog index 37f3171e2c70..47ca795d0951 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.22 2005/03/01 16:14:06 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.23 2005/03/01 18:12:34 kloeri Exp $ + + 01 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> + phpwebsite-0.10.0-r2.ebuild: + Stable on alpha. 01 Mar 2005; Don Seiler <rizzo@gentoo.org> phpwebsite-0.10.0-r2.ebuild: stable on x86 diff --git a/www-apps/phpwebsite/phpwebsite-0.10.0-r2.ebuild b/www-apps/phpwebsite/phpwebsite-0.10.0-r2.ebuild index 7a2b01e646be..49bdfbadde0f 100644 --- a/www-apps/phpwebsite/phpwebsite-0.10.0-r2.ebuild +++ b/www-apps/phpwebsite/phpwebsite-0.10.0-r2.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.0-r2.ebuild,v 1.4 2005/03/01 16:14:06 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.10.0-r2.ebuild,v 1.5 2005/03/01 18:12:34 kloeri Exp $ inherit webapp @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}-full.tar.gz http://phpwebsite.appstate.edu/downloads/security/phpws_image_secure_patch.tgz http://phpwebsite.appstate.edu/downloads/security/phpws_files_security_patch3.tgz" LICENSE="LGPL-2.1" -KEYWORDS="x86 ppc sparc ~alpha" +KEYWORDS="x86 ppc sparc alpha" IUSE="" RDEPEND="virtual/httpd-php >=dev-db/mysql-3.23.23" |