From 3359b15ec04e58fe92f5ba55ae6015f25500f57e Mon Sep 17 00:00:00 2001 From: Chí-Thanh Christopher Nguyễn Date: Sun, 4 Mar 2012 21:01:24 +0000 Subject: Version bump. (Portage version: 2.2.0_alpha89/cvs/Linux x86_64) --- x11-apps/listres/ChangeLog | 10 ++++++++-- x11-apps/listres/listres-1.0.3.ebuild | 16 ++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 x11-apps/listres/listres-1.0.3.ebuild (limited to 'x11-apps/listres') diff --git a/x11-apps/listres/ChangeLog b/x11-apps/listres/ChangeLog index 812d9e1ffb0d..e2cd5b6583d7 100644 --- a/x11-apps/listres/ChangeLog +++ b/x11-apps/listres/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/listres -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/ChangeLog,v 1.32 2010/10/10 11:48:27 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/ChangeLog,v 1.33 2012/03/04 21:01:24 chithanh Exp $ + +*listres-1.0.3 (04 Mar 2012) + + 04 Mar 2012; Chí-Thanh Christopher Nguyễn + +listres-1.0.3.ebuild: + Version bump. 10 Oct 2010; Tomáš Chvátal -listres-1.0.1-r1.ebuild: diff --git a/x11-apps/listres/listres-1.0.3.ebuild b/x11-apps/listres/listres-1.0.3.ebuild new file mode 100644 index 000000000000..dffe50e79ba6 --- /dev/null +++ b/x11-apps/listres/listres-1.0.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/listres/listres-1.0.3.ebuild,v 1.1 2012/03/04 21:01:24 chithanh Exp $ + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="list resources in widgets" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" +RDEPEND="x11-libs/libX11 + x11-libs/libXt + x11-libs/libXmu + x11-libs/libXaw" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad