diff options
author | 2013-05-25 20:37:02 +0000 | |
---|---|---|
committer | 2013-05-25 20:37:02 +0000 | |
commit | f5948b696adcbbac25f022c98d4ea6738af098b8 (patch) | |
tree | 08f2560a8a51edd6ac57a87af5cffc26d20d2e57 /x11-libs/libXau | |
parent | remove texinfo from packages.build: it is not needed anymore for building sta... (diff) | |
download | gentoo-2-f5948b696adcbbac25f022c98d4ea6738af098b8.tar.gz gentoo-2-f5948b696adcbbac25f022c98d4ea6738af098b8.tar.bz2 gentoo-2-f5948b696adcbbac25f022c98d4ea6738af098b8.zip |
Version bump.
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/libXau')
-rw-r--r-- | x11-libs/libXau/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXau/libXau-1.0.8.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-libs/libXau/ChangeLog b/x11-libs/libXau/ChangeLog index f993e7749e9d..a35fa66f4101 100644 --- a/x11-libs/libXau/ChangeLog +++ b/x11-libs/libXau/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXau # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXau/ChangeLog,v 1.94 2013/02/25 22:59:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXau/ChangeLog,v 1.95 2013/05/25 20:37:02 chithanh Exp $ + +*libXau-1.0.8 (25 May 2013) + + 25 May 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libXau-1.0.8.ebuild: + Version bump. *libXau-1.0.7-r1 (25 Feb 2013) diff --git a/x11-libs/libXau/libXau-1.0.8.ebuild b/x11-libs/libXau/libXau-1.0.8.ebuild new file mode 100644 index 000000000000..0a324a39b557 --- /dev/null +++ b/x11-libs/libXau/libXau-1.0.8.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXau/libXau-1.0.8.ebuild,v 1.1 2013/05/25 20:37:02 chithanh Exp $ + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org Xau library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="x11-proto/xproto[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" |