blob: f7103bcb49669e10ae664461bfaab3e138642da2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 1999-2006 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.2.ebuild,v 1.1 2006/11/20 15:43:11 sebastian Exp $
inherit php-ezc
DESCRIPTION="This eZ component provides access to common system variables, such as CPU type and speed, and the available amount of memory."
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc64 ~sparc ~x86"
IUSE=""
|