diff options
author | 2013-01-20 18:38:05 +0000 | |
---|---|---|
committer | 2013-01-20 18:38:05 +0000 | |
commit | 1c062aca73c62b2c3c1cbb724c2531a9e927fe41 (patch) | |
tree | 660fb628e33669387a60c6507d647eec3f61cb18 /x11-apps | |
parent | Stable for x86, wrt bug #450940 (diff) | |
download | gentoo-2-1c062aca73c62b2c3c1cbb724c2531a9e927fe41.tar.gz gentoo-2-1c062aca73c62b2c3c1cbb724c2531a9e927fe41.tar.bz2 gentoo-2-1c062aca73c62b2c3c1cbb724c2531a9e927fe41.zip |
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/editres/ChangeLog | 11 | ||||
-rw-r--r-- | x11-apps/editres/editres-1.0.6.ebuild | 18 |
2 files changed, 26 insertions, 3 deletions
diff --git a/x11-apps/editres/ChangeLog b/x11-apps/editres/ChangeLog index ae658f340cde..d06fdcd9d24f 100644 --- a/x11-apps/editres/ChangeLog +++ b/x11-apps/editres/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/editres -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/editres/ChangeLog,v 1.47 2011/02/14 23:41:02 xarthisius Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/editres/ChangeLog,v 1.48 2013/01/20 18:38:05 chithanh Exp $ + +*editres-1.0.6 (20 Jan 2013) + + 20 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +editres-1.0.6.ebuild: + Version bump. 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> editres-1.0.5.ebuild: ppc stable wrt #344827, #354237 @@ -176,4 +182,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +editres-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/editres/editres-1.0.6.ebuild b/x11-apps/editres/editres-1.0.6.ebuild new file mode 100644 index 000000000000..1904e0fe7cfc --- /dev/null +++ b/x11-apps/editres/editres-1.0.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/editres/editres-1.0.6.ebuild,v 1.1 2013/01/20 18:38:05 chithanh Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="a dynamic resource editor for X Toolkit applications" + +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}" |