diff options
author | 2010-05-20 04:34:04 +0000 | |
---|---|---|
committer | 2010-05-20 04:34:04 +0000 | |
commit | 2bea0725864f4d15096e254f5d2ae39c7b970728 (patch) | |
tree | c1645a94b5362b34429c93ca2c2e9fd218f66306 /dev-php5 | |
parent | Version bump, bug #320547 (diff) | |
download | gentoo-2-2bea0725864f4d15096e254f5d2ae39c7b970728.tar.gz gentoo-2-2bea0725864f4d15096e254f5d2ae39c7b970728.tar.bz2 gentoo-2-2bea0725864f4d15096e254f5d2ae39c7b970728.zip |
Version bump, bug #320547
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/ezc-SystemInformation/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.8.ebuild | 11 |
2 files changed, 19 insertions, 2 deletions
diff --git a/dev-php5/ezc-SystemInformation/ChangeLog b/dev-php5/ezc-SystemInformation/ChangeLog index df78f2282f72..e6b39200dcff 100644 --- a/dev-php5/ezc-SystemInformation/ChangeLog +++ b/dev-php5/ezc-SystemInformation/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/ezc-SystemInformation -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-SystemInformation/ChangeLog,v 1.13 2008/03/19 00:16:15 jokey Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-SystemInformation/ChangeLog,v 1.14 2010/05/20 04:34:04 pva Exp $ + +*ezc-SystemInformation-1.0.8 (20 May 2010) + + 20 May 2010; Peter Volkov <pva@gentoo.org> + +ezc-SystemInformation-1.0.8.ebuild: + Version bump, bug #320547 18 Mar 2008; Markus Ullmann <jokey@gentoo.org> -ezc-SystemInformation-1.0.ebuild, -ezc-SystemInformation-1.0.1.ebuild, diff --git a/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.8.ebuild b/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.8.ebuild new file mode 100644 index 000000000000..d31bd868a589 --- /dev/null +++ b/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.8.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-SystemInformation/ezc-SystemInformation-1.0.8.ebuild,v 1.1 2010/05/20 04:34:04 pva Exp $ + +EZC_BASE_MIN="1.8" +inherit php-ezc + +DESCRIPTION="This eZ component provides access to common system variables (CPU type, speed, RAM)" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="" |