diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-27 09:09:56 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-27 09:09:56 +0000 |
commit | eeeaeabb62f159dec28efab5417100171c30f2c1 (patch) | |
tree | fd568571996f215d8e35d6b477f654d93225c9b1 /x11-apps | |
parent | Version Bump (diff) | |
download | gentoo-2-eeeaeabb62f159dec28efab5417100171c30f2c1.tar.gz gentoo-2-eeeaeabb62f159dec28efab5417100171c30f2c1.tar.bz2 gentoo-2-eeeaeabb62f159dec28efab5417100171c30f2c1.zip |
Version bump.
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xload/ChangeLog | 9 | ||||
-rw-r--r-- | x11-apps/xload/xload-1.1.0.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/x11-apps/xload/ChangeLog b/x11-apps/xload/ChangeLog index d865a6204b66..6e913329e025 100644 --- a/x11-apps/xload/ChangeLog +++ b/x11-apps/xload/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xload -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/ChangeLog,v 1.36 2009/04/22 00:45:00 ranger Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/ChangeLog,v 1.37 2010/09/27 09:09:56 scarabeus Exp $ + +*xload-1.1.0 (27 Sep 2010) + + 27 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xload-1.1.0.ebuild: + Version bump. 22 Apr 2009; Brent Baude <ranger@gentoo.org> ChangeLog: Marking xload-1.0.2-r1 ppc64 stable for bug 264982 diff --git a/x11-apps/xload/xload-1.1.0.ebuild b/x11-apps/xload/xload-1.1.0.ebuild new file mode 100644 index 000000000000..ffa0ed368390 --- /dev/null +++ b/x11-apps/xload/xload-1.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/xload-1.1.0.ebuild,v 1.1 2010/09/27 09:09:56 scarabeus Exp $ + +EAPI=3 +XORG_STATIC=no +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" |