diff options
author | 2005-02-27 11:28:00 +0000 | |
---|---|---|
committer | 2005-02-27 11:28:00 +0000 | |
commit | cf92f8b8d6501ede45e6bd71a8563f382887c94d (patch) | |
tree | 3d463a1cc2378578d0a605dad4b274c8ea4970d5 /www-apps | |
parent | added ~ppc64 (diff) | |
download | gentoo-2-cf92f8b8d6501ede45e6bd71a8563f382887c94d.tar.gz gentoo-2-cf92f8b8d6501ede45e6bd71a8563f382887c94d.tar.bz2 gentoo-2-cf92f8b8d6501ede45e6bd71a8563f382887c94d.zip |
Stable on alpha, bug 83297.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/phpwebsite/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/phpwebsite/phpwebsite-0.10.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apps/phpwebsite/ChangeLog b/www-apps/phpwebsite/ChangeLog index c1de59227140..b071297f52b2 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.17 2005/02/25 21:05:32 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.18 2005/02/27 11:28:00 kloeri Exp $ + + 27 Feb 2005; Bryan Østergaard <kloeri@gentoo.org> + phpwebsite-0.10.0-r1.ebuild: + Stable on alpha, bug 83297. *phpwebsite-0.10.0-r1 (25 Feb 2005) diff --git a/www-apps/phpwebsite/phpwebsite-0.10.0-r1.ebuild b/www-apps/phpwebsite/phpwebsite-0.10.0-r1.ebuild index 89d87979574f..c66ad7768851 100644 --- a/www-apps/phpwebsite/phpwebsite-0.10.0-r1.ebuild +++ b/www-apps/phpwebsite/phpwebsite-0.10.0-r1.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-r1.ebuild,v 1.1 2005/02/25 21:05:32 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.10.0-r1.ebuild,v 1.2 2005/02/27 11:28:00 kloeri Exp $ inherit webapp @@ -10,7 +10,7 @@ HOMEPAGE="http://phpwebsite.appstate.edu" SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}-full.tar.gz http://phpwebsite.appstate.edu/downloads/security/phpws_image_secure_patch.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" |