diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-12-26 23:22:34 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-12-26 23:22:34 +0000 |
commit | b59c8d3b62e7d8e9faf9a6176668ba992ec98cfe (patch) | |
tree | 3293a363c16f5b2fce083da23b934ae5a2620d7b /dev-php5/onphp-module | |
parent | Correct typo in media-sound/slimserver:alac. (diff) | |
download | historical-b59c8d3b62e7d8e9faf9a6176668ba992ec98cfe.tar.gz historical-b59c8d3b62e7d8e9faf9a6176668ba992ec98cfe.tar.bz2 historical-b59c8d3b62e7d8e9faf9a6176668ba992ec98cfe.zip |
* stabilization
Package-Manager: portage-2.1.2_rc4-r1
Diffstat (limited to 'dev-php5/onphp-module')
-rw-r--r-- | dev-php5/onphp-module/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/onphp-module/onphp-module-0.8.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/onphp-module/ChangeLog b/dev-php5/onphp-module/ChangeLog index 161c038faf4b..9f2089f009e9 100644 --- a/dev-php5/onphp-module/ChangeLog +++ b/dev-php5/onphp-module/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/onphp-module # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp-module/ChangeLog,v 1.11 2006/12/17 18:54:27 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp-module/ChangeLog,v 1.12 2006/12/26 23:22:34 voxus Exp $ + + 26 Dec 2006; Konstantin V. Arkhipov <voxus@gentoo.org> + -onphp-module-0.8.2.ebuild, onphp-module-0.8.3.ebuild: + Goes stable. *onphp-module-0.8.3 (17 Dec 2006) diff --git a/dev-php5/onphp-module/onphp-module-0.8.3.ebuild b/dev-php5/onphp-module/onphp-module-0.8.3.ebuild index c9e10f7e8875..50fe4bd244a0 100644 --- a/dev-php5/onphp-module/onphp-module-0.8.3.ebuild +++ b/dev-php5/onphp-module/onphp-module-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp-module/onphp-module-0.8.3.ebuild,v 1.1 2006/12/17 18:54:27 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/onphp-module/onphp-module-0.8.3.ebuild,v 1.2 2006/12/26 23:22:34 voxus Exp $ PHP_EXT_NAME="onphp" PHP_EXT_INI="yes" @@ -10,7 +10,7 @@ inherit php-ext-pecl-r1 SRC_URI="http://onphp.org/download/onphp-${PV}.tar.bz2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" DESCRIPTION="onPHP's module." HOMEPAGE="http://onphp.org/" LICENSE="GPL-2" |