diff options
author | 2012-03-23 15:35:21 +0000 | |
---|---|---|
committer | 2012-03-23 15:35:21 +0000 | |
commit | 4bbfd0251d7c0de35e6ba512969f571694491185 (patch) | |
tree | ad3a97bbee4bacdb57c8d90bea41d6900aa2ad9c /x11-apps/xload/xload-1.1.1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-4bbfd0251d7c0de35e6ba512969f571694491185.tar.gz gentoo-2-4bbfd0251d7c0de35e6ba512969f571694491185.tar.bz2 gentoo-2-4bbfd0251d7c0de35e6ba512969f571694491185.zip |
Version bump.
(Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xload/xload-1.1.1.ebuild')
-rw-r--r-- | x11-apps/xload/xload-1.1.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-apps/xload/xload-1.1.1.ebuild b/x11-apps/xload/xload-1.1.1.ebuild new file mode 100644 index 000000000000..be9b194e2b82 --- /dev/null +++ b/x11-apps/xload/xload-1.1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/xload-1.1.1.ebuild,v 1.1 2012/03/23 15:35:21 chithanh Exp $ + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="system load average display for X" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND} + sys-devel/gettext" |