diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-08-18 15:38:24 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-08-18 15:38:24 +0000 |
commit | 322c633a09fb74c548bc3cfcee9a23c8854528a9 (patch) | |
tree | a6071ff5b621c43a1a83f0da13d3bb8caf7c33e4 /www-apps | |
parent | Fix ChangeLog. (diff) | |
download | gentoo-2-322c633a09fb74c548bc3cfcee9a23c8854528a9.tar.gz gentoo-2-322c633a09fb74c548bc3cfcee9a23c8854528a9.tar.bz2 gentoo-2-322c633a09fb74c548bc3cfcee9a23c8854528a9.zip |
Stable on sparc wrt #102785
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/phpwebsite/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/phpwebsite/phpwebsite-0.10.2_rc1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apps/phpwebsite/ChangeLog b/www-apps/phpwebsite/ChangeLog index 1a80f5f3544b..6f97a7b691a4 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.35 2005/08/17 23:33:24 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.36 2005/08/18 15:38:24 gustavoz Exp $ + + 18 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> + phpwebsite-0.10.2_rc1.ebuild: + Stable on sparc wrt #102785 *phpwebsite-0.10.2_rc1 (17 Aug 2005) diff --git a/www-apps/phpwebsite/phpwebsite-0.10.2_rc1.ebuild b/www-apps/phpwebsite/phpwebsite-0.10.2_rc1.ebuild index 99709c4813a0..a3871a9392ac 100644 --- a/www-apps/phpwebsite/phpwebsite-0.10.2_rc1.ebuild +++ b/www-apps/phpwebsite/phpwebsite-0.10.2_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/phpwebsite/phpwebsite-0.10.2_rc1.ebuild,v 1.1 2005/08/17 23:33:24 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.10.2_rc1.ebuild,v 1.2 2005/08/18 15:38:24 gustavoz Exp $ inherit webapp @@ -10,7 +10,7 @@ DESCRIPTION="phpWebSite Content Management System" HOMEPAGE="http://phpwebsite.appstate.edu" SRC_URI="http://phpwebsite.appstate.edu/downloads/rc/${PN}-${MY_PV}.tgz" LICENSE="LGPL-2.1" -KEYWORDS="~alpha ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~ppc sparc ~x86" IUSE="" RDEPEND="virtual/httpd-php >=dev-db/mysql-3.23.23" |