diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2005-08-20 15:26:34 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2005-08-20 15:26:34 +0000 |
commit | ae1f94456aa243e17373985f7173dcec299d29a2 (patch) | |
tree | 7ec43394f80216429343607f448e72dd415bb731 /www-apps/phpwebsite | |
parent | Cleaned out some old ebuilds. Fixed the php dependency, closing bug 102835. (diff) | |
download | gentoo-2-ae1f94456aa243e17373985f7173dcec299d29a2.tar.gz gentoo-2-ae1f94456aa243e17373985f7173dcec299d29a2.tar.bz2 gentoo-2-ae1f94456aa243e17373985f7173dcec299d29a2.zip |
Stable on alpha wrt security bug #102785
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps/phpwebsite')
-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 875df3cc9f85..2e31f417ff6e 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.38 2005/08/19 11:36:08 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.39 2005/08/20 15:26:34 yoswink Exp $ + + 20 Aug 2005; Jose Luis Rivero <yoswink@gentoo.org> + phpwebsite-0.10.2_rc1.ebuild: + Stable on alpha wrt security bug #102785 19 Aug 2005; Renat Lumpau <rl03@gentoo.org> phpwebsite-0.10.2_rc1.ebuild: stable on x86 wrt security bug #102785. diff --git a/www-apps/phpwebsite/phpwebsite-0.10.2_rc1.ebuild b/www-apps/phpwebsite/phpwebsite-0.10.2_rc1.ebuild index c98c2e099db2..d11b84de984c 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.4 2005/08/19 11:36:08 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.10.2_rc1.ebuild,v 1.5 2005/08/20 15:26:34 yoswink 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" |