diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-06-01 12:08:13 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-06-01 12:08:13 +0000 |
commit | 70ceb2ccf07b050dd7e86cf3c155bc0c2b8c316e (patch) | |
tree | badc70abeee625ce66dce44b4cb3857dc2171b97 /x11-libs | |
parent | Cleanup due bug #151880 (diff) | |
download | gentoo-2-70ceb2ccf07b050dd7e86cf3c155bc0c2b8c316e.tar.gz gentoo-2-70ceb2ccf07b050dd7e86cf3c155bc0c2b8c316e.tar.bz2 gentoo-2-70ceb2ccf07b050dd7e86cf3c155bc0c2b8c316e.zip |
Version bump for security bug #471098.
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXext/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXext/libXext-1.3.2.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/x11-libs/libXext/ChangeLog b/x11-libs/libXext/ChangeLog index 8f07fbaae619..fb4bcbd4e8b7 100644 --- a/x11-libs/libXext/ChangeLog +++ b/x11-libs/libXext/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXext # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXext/ChangeLog,v 1.120 2013/02/25 23:20:12 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXext/ChangeLog,v 1.121 2013/06/01 12:08:13 chithanh Exp $ + +*libXext-1.3.2 (01 Jun 2013) + + 01 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libXext-1.3.2.ebuild: + Version bump for security bug #471098. *libXext-1.3.1-r1 (25 Feb 2013) diff --git a/x11-libs/libXext/libXext-1.3.2.ebuild b/x11-libs/libXext/libXext-1.3.2.ebuild new file mode 100644 index 000000000000..207f1b360f31 --- /dev/null +++ b/x11-libs/libXext/libXext-1.3.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXext/libXext-1.3.2.ebuild,v 1.1 2013/06/01 12:08:13 chithanh Exp $ + +EAPI=5 + +XORG_DOC=doc +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org Xext 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-libs/libX11-1.2[${MULTILIB_USEDEP}] + >=x11-proto/xextproto-7.1.99[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable doc specs) + $(use_with doc xmlto) + --without-fop + ) + xorg-2_src_configure +} |