diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-08-04 19:59:44 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-08-04 19:59:44 +0000 |
commit | ef225dfae7b5080c523bcf2154ee9ad7561ae95e (patch) | |
tree | bc44046fedc4fe4394c4d7356bdb7275fdb7aa4d /x11-apps | |
parent | add ~arm, bug #474626 (diff) | |
download | gentoo-2-ef225dfae7b5080c523bcf2154ee9ad7561ae95e.tar.gz gentoo-2-ef225dfae7b5080c523bcf2154ee9ad7561ae95e.tar.bz2 gentoo-2-ef225dfae7b5080c523bcf2154ee9ad7561ae95e.zip |
Version bump.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xload/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/xload/xload-1.1.2.ebuild | 19 |
2 files changed, 27 insertions, 3 deletions
diff --git a/x11-apps/xload/ChangeLog b/x11-apps/xload/ChangeLog index 07c2061c3c8b..76d80af478fd 100644 --- a/x11-apps/xload/ChangeLog +++ b/x11-apps/xload/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/xload -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/ChangeLog,v 1.52 2012/08/26 16:56:41 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/ChangeLog,v 1.53 2013/08/04 19:59:44 chithanh Exp $ + +*xload-1.1.2 (04 Aug 2013) + + 04 Aug 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xload-1.1.2.ebuild: + Version bump. 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xload-1.1.1.ebuild: alpha/ia64/s390/sh/sparc stable wrt #419473 @@ -191,4 +197,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xload-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/xload/xload-1.1.2.ebuild b/x11-apps/xload/xload-1.1.2.ebuild new file mode 100644 index 000000000000..5e05da5bef2e --- /dev/null +++ b/x11-apps/xload/xload-1.1.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xload/xload-1.1.2.ebuild,v 1.1 2013/08/04 19:59:44 chithanh Exp $ + +EAPI=5 + +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" |