diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-09 00:01:52 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-09 00:01:52 +0000 |
commit | 39c5c0ea7e3b3f4ca748847768bb029d5e7d01cd (patch) | |
tree | 2b0b684f956f9db4e2842f85d2b9ba5b68a91203 /x11-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-39c5c0ea7e3b3f4ca748847768bb029d5e7d01cd.tar.gz gentoo-2-39c5c0ea7e3b3f4ca748847768bb029d5e7d01cd.tar.bz2 gentoo-2-39c5c0ea7e3b3f4ca748847768bb029d5e7d01cd.zip |
Version bump.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXtst/ChangeLog | 10 | ||||
-rw-r--r-- | x11-libs/libXtst/libXtst-1.2.1.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/x11-libs/libXtst/ChangeLog b/x11-libs/libXtst/ChangeLog index 66f428dc093f..191eb75e10ef 100644 --- a/x11-libs/libXtst/ChangeLog +++ b/x11-libs/libXtst/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXtst -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXtst/ChangeLog,v 1.70 2011/02/14 23:22:40 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXtst/ChangeLog,v 1.71 2012/03/09 00:01:52 chithanh Exp $ + +*libXtst-1.2.1 (09 Mar 2012) + + 09 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libXtst-1.2.1.ebuild: + Version bump. 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> libXtst-1.2.0.ebuild: ppc stable wrt #344827, #354237 diff --git a/x11-libs/libXtst/libXtst-1.2.1.ebuild b/x11-libs/libXtst/libXtst-1.2.1.ebuild new file mode 100644 index 000000000000..590586eac3d0 --- /dev/null +++ b/x11-libs/libXtst/libXtst-1.2.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXtst/libXtst-1.2.1.ebuild,v 1.1 2012/03/09 00:01:48 chithanh Exp $ + +EAPI=4 + +XORG_DOC="doc" +inherit xorg-2 + +DESCRIPTION="X.Org Xtst library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="x11-libs/libX11 + >=x11-libs/libXext-1.0.99.4 + x11-libs/libXi + >=x11-proto/recordproto-1.13.99.1 + >=x11-proto/xextproto-7.0.99.3 + x11-proto/inputproto" +DEPEND="${RDEPEND}" |