diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-07 21:24:45 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-07 21:24:45 +0000 |
commit | 635cbdeda8200b091f4853f089183761cf5aca81 (patch) | |
tree | fb27118d2b729c22b03e92c47a5745912e2c7cce /x11-libs/libXau | |
parent | Version bump. (diff) | |
download | gentoo-2-635cbdeda8200b091f4853f089183761cf5aca81.tar.gz gentoo-2-635cbdeda8200b091f4853f089183761cf5aca81.tar.bz2 gentoo-2-635cbdeda8200b091f4853f089183761cf5aca81.zip |
Version bump.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXau')
-rw-r--r-- | x11-libs/libXau/ChangeLog | 10 | ||||
-rw-r--r-- | x11-libs/libXau/libXau-1.0.7.ebuild | 14 |
2 files changed, 22 insertions, 2 deletions
diff --git a/x11-libs/libXau/ChangeLog b/x11-libs/libXau/ChangeLog index 41bf696ee090..7ddcf3222dbb 100644 --- a/x11-libs/libXau/ChangeLog +++ b/x11-libs/libXau/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXau -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXau/ChangeLog,v 1.83 2011/02/14 15:57:19 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXau/ChangeLog,v 1.84 2012/03/07 21:24:45 chithanh Exp $ + +*libXau-1.0.7 (07 Mar 2012) + + 07 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libXau-1.0.7.ebuild: + Version bump. 14 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -libXau-1.0.5.ebuild: old diff --git a/x11-libs/libXau/libXau-1.0.7.ebuild b/x11-libs/libXau/libXau-1.0.7.ebuild new file mode 100644 index 000000000000..261d6a282024 --- /dev/null +++ b/x11-libs/libXau/libXau-1.0.7.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXau/libXau-1.0.7.ebuild,v 1.1 2012/03/07 21:24:45 chithanh Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="X.Org Xau library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="x11-proto/xproto" +DEPEND="${RDEPEND}" |