diff options
-rw-r--r-- | x11-apps/listres/ChangeLog | 10 | ||||
-rw-r--r-- | x11-apps/listres/listres-1.0.3.ebuild | 16 |
2 files changed, 24 insertions, 2 deletions
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 <chithanh@gentoo.org> + +listres-1.0.3.ebuild: + Version bump. 10 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> -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}" |