diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-07-06 20:04:25 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-07-06 20:04:25 +0000 |
commit | 690f4c0be1a64070777bd95c4c621aa9f85b3df9 (patch) | |
tree | 3166a580a0d0dad8d85b29e59280d6ba8e1c2e6f | |
parent | Fixed DEPEND (#57418), permissions (#78126). (diff) | |
download | historical-690f4c0be1a64070777bd95c4c621aa9f85b3df9.tar.gz historical-690f4c0be1a64070777bd95c4c621aa9f85b3df9.tar.bz2 historical-690f4c0be1a64070777bd95c4c621aa9f85b3df9.zip |
Stable on ppc
Package-Manager: portage-2.0.51.19
-rw-r--r-- | www-apps/phpgroupware/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/phpgroupware/phpgroupware-0.9.16.006.ebuild | 4 | ||||
-rw-r--r-- | www-apps/phpwebsite/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/phpwebsite/phpwebsite-0.10.1.ebuild | 4 |
4 files changed, 14 insertions, 6 deletions
diff --git a/www-apps/phpgroupware/ChangeLog b/www-apps/phpgroupware/ChangeLog index 5af14aa16d29..4d4fc9856312 100644 --- a/www-apps/phpgroupware/ChangeLog +++ b/www-apps/phpgroupware/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/phpgroupware # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpgroupware/ChangeLog,v 1.12 2005/07/06 10:20:35 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpgroupware/ChangeLog,v 1.13 2005/07/06 20:02:26 hansmi Exp $ + + 06 Jul 2005; Michael Hanselmann <hansmi@gentoo.org> + phpgroupware-0.9.16.006.ebuild: + Stable on ppc. *phpgroupware-0.9.16.006 (06 Jul 2005) diff --git a/www-apps/phpgroupware/phpgroupware-0.9.16.006.ebuild b/www-apps/phpgroupware/phpgroupware-0.9.16.006.ebuild index 4cc545495974..fb0d416a4933 100644 --- a/www-apps/phpgroupware/phpgroupware-0.9.16.006.ebuild +++ b/www-apps/phpgroupware/phpgroupware-0.9.16.006.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/phpgroupware/phpgroupware-0.9.16.006.ebuild,v 1.1 2005/07/06 10:20:35 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpgroupware/phpgroupware-0.9.16.006.ebuild,v 1.2 2005/07/06 20:02:26 hansmi Exp $ inherit webapp @@ -11,7 +11,7 @@ HOMEPAGE="http://www.phpgroupware.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" IUSE="" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ppc ~sparc ~x86" RDEPEND=">=dev-php/mod_php-4.1" diff --git a/www-apps/phpwebsite/ChangeLog b/www-apps/phpwebsite/ChangeLog index 13856db5d751..013ab4b76027 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.25 2005/07/06 11:27:39 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.26 2005/07/06 20:04:25 hansmi Exp $ + + 06 Jul 2005; Michael Hanselmann <hansmi@gentoo.org> + phpwebsite-0.10.1.ebuild: + Stable on ppc. *phpwebsite-0.10.1 (06 Jul 2005) diff --git a/www-apps/phpwebsite/phpwebsite-0.10.1.ebuild b/www-apps/phpwebsite/phpwebsite-0.10.1.ebuild index 7b3e365c9273..f206a386be93 100644 --- a/www-apps/phpwebsite/phpwebsite-0.10.1.ebuild +++ b/www-apps/phpwebsite/phpwebsite-0.10.1.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.1.ebuild,v 1.1 2005/07/06 11:27:39 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.10.1.ebuild,v 1.2 2005/07/06 20:04:25 hansmi Exp $ inherit eutils webapp @@ -9,7 +9,7 @@ HOMEPAGE="http://phpwebsite.appstate.edu" SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz http://phpwebsite.appstate.edu/downloads/security/phpwebsite_security_patch_20050705.2.tgz" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~alpha ppc ~sparc ~x86" IUSE="" RDEPEND="virtual/httpd-php >=dev-db/mysql-3.23.23" |