diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-12-04 17:06:22 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-12-04 17:06:22 +0000 |
commit | 0e70b9e5d9b57d936c223db57f7910fe55216782 (patch) | |
tree | c9e9a8f66c5a1c119fbe5c3ad8240e06de05d0b9 /dev-php5 | |
parent | Stable on sparc wrt #151612 (diff) | |
download | gentoo-2-0e70b9e5d9b57d936c223db57f7910fe55216782.tar.gz gentoo-2-0e70b9e5d9b57d936c223db57f7910fe55216782.tar.bz2 gentoo-2-0e70b9e5d9b57d936c223db57f7910fe55216782.zip |
* 0.8.2 stabilized
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/onphp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/onphp/onphp-0.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/onphp/ChangeLog b/dev-php5/onphp/ChangeLog index 5540bd476bb6..e8ac94014650 100644 --- a/dev-php5/onphp/ChangeLog +++ b/dev-php5/onphp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/onphp # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/ChangeLog,v 1.35 2006/11/11 23:50:38 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/ChangeLog,v 1.36 2006/12/04 17:06:22 voxus Exp $ + + 04 Dec 2006; Konstantin V. Arkhipov <voxus@gentoo.org> onphp-0.8.2.ebuild: + Goes stable on amd64 and x86. *onphp-0.8.2 (11 Nov 2006) diff --git a/dev-php5/onphp/onphp-0.8.2.ebuild b/dev-php5/onphp/onphp-0.8.2.ebuild index dc678eaf978b..b397738b5c8c 100644 --- a/dev-php5/onphp/onphp-0.8.2.ebuild +++ b/dev-php5/onphp/onphp-0.8.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/onphp-0.8.2.ebuild,v 1.1 2006/11/11 23:50:38 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp/onphp-0.8.2.ebuild,v 1.2 2006/12/04 17:06:22 voxus Exp $ inherit php-lib-r1 -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 amd64" DESCRIPTION="onPHP is the GPL'ed multi-purpose object-oriented PHP framework." HOMEPAGE="http://onphp.org/" SRC_URI="http://onphp.org/download/${P}.tar.bz2 |