diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-06-05 23:40:23 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-06-05 23:40:23 +0000 |
commit | deb3d3b84fc65915f7a0277cfda153b100485cf3 (patch) | |
tree | 3f01265ac8b7f576cf9de4f47908d416654f4ada /x11-libs | |
parent | Fix from jakub on IRC (diff) | |
download | gentoo-2-deb3d3b84fc65915f7a0277cfda153b100485cf3.tar.gz gentoo-2-deb3d3b84fc65915f7a0277cfda153b100485cf3.tar.bz2 gentoo-2-deb3d3b84fc65915f7a0277cfda153b100485cf3.zip |
Version bump.
Lots of changes here. Most notable are the xcb and documentation updates.
This version also includes other minor security and bug fixes.
(Portage version: 2.1.2.9)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libX11/ChangeLog | 11 | ||||
-rw-r--r-- | x11-libs/libX11/files/digest-libX11-1.1.2 | 3 | ||||
-rw-r--r-- | x11-libs/libX11/libX11-1.1.2.ebuild | 31 |
3 files changed, 44 insertions, 1 deletions
diff --git a/x11-libs/libX11/ChangeLog b/x11-libs/libX11/ChangeLog index c66ab60625df..944eacfe0424 100644 --- a/x11-libs/libX11/ChangeLog +++ b/x11-libs/libX11/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for x11-libs/libX11 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/ChangeLog,v 1.72 2007/05/27 04:21:11 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/ChangeLog,v 1.73 2007/06/05 23:40:23 joshuabaergen Exp $ + +*libX11-1.1.2 (05 Jun 2007) + + 05 Jun 2007; Joshua Baergen <joshuabaergen@gentoo.org> + +libX11-1.1.2.ebuild: + Version bump. + + Lots of changes here. Most notable are the xcb and documentation updates. + This version also includes other minor security and bug fixes. 27 May 2007; Joshua Kinard <kumba@gentoo.org> libX11-1.1.1-r1.ebuild: Stable on mips. diff --git a/x11-libs/libX11/files/digest-libX11-1.1.2 b/x11-libs/libX11/files/digest-libX11-1.1.2 new file mode 100644 index 000000000000..c5e04ff282c9 --- /dev/null +++ b/x11-libs/libX11/files/digest-libX11-1.1.2 @@ -0,0 +1,3 @@ +MD5 710bf38a9477a5a1b235bc94f1d0593c libX11-1.1.2.tar.bz2 1523644 +RMD160 c722e1eaa04a3d753660496d4e527b695c68db38 libX11-1.1.2.tar.bz2 1523644 +SHA256 b77e4fd2bbd4092e7e78d0964760ad8ab160caccd4bc6d7d0c87a23febaea85e libX11-1.1.2.tar.bz2 1523644 diff --git a/x11-libs/libX11/libX11-1.1.2.ebuild b/x11-libs/libX11/libX11-1.1.2.ebuild new file mode 100644 index 000000000000..eeceef932ba2 --- /dev/null +++ b/x11-libs/libX11/libX11-1.1.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/libX11-1.1.2.ebuild,v 1.1 2007/06/05 23:40:23 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org X11 library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="ipv6 xcb" +RDEPEND=">=x11-libs/xtrans-1.0.1 + x11-libs/libXau + x11-libs/libXdmcp + x11-proto/kbproto + >=x11-proto/xproto-7.0.6 + xcb? ( >=x11-libs/libxcb-1.0 )" +DEPEND="${RDEPEND} + x11-proto/xf86bigfontproto + x11-proto/bigreqsproto + x11-proto/inputproto + x11-proto/xextproto + x11-proto/xcmiscproto + >=x11-misc/util-macros-0.99.0_p20051007" + +CONFIGURE_OPTIONS="$(use_enable ipv6) + $(use_with xcb)" +# xorg really doesn't like xlocale disabled. +# $(use_enable nls xlocale) |