Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
remi 09/08/06 09:52:16
Modified: ChangeLog
Added: libX11-1.2.2.ebuild
Log:
x11-libs/libX11: bump to 1.2.2
(Portage version: 2.2_rc36/cvs/Linux i686)
Revision Changes Path
1.115 x11-libs/libX11/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libX11/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libX11/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libX11/ChangeLog?r1=1.114&r2=1.115
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libX11/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog 23 Jun 2009 19:22:19 -0000 1.114
+++ ChangeLog 6 Aug 2009 09:52:16 -0000 1.115
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/libX11
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/ChangeLog,v 1.114 2009/06/23 19:22:19 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/ChangeLog,v 1.115 2009/08/06 09:52:16 remi Exp $
+
+*libX11-1.2.2 (06 Aug 2009)
+
+ 06 Aug 2009; Rémi Cardona <remi@g.o> +libX11-1.2.2.ebuild:
+ bump to 1.2.2
23 Jun 2009; Tobias Klausmann <klausman@g.o> libX11-1.1.5.ebuild:
Stable on alpha for xorg-server-1.5/xorg-x11-7.4
1.1 x11-libs/libX11/libX11-1.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libX11/libX11-1.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libX11/libX11-1.2.2.ebuild?rev=1.1&content-type=text/plain
Index: libX11-1.2.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libX11/libX11-1.2.2.ebuild,v 1.1 2009/08/06 09:52:16 remi Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
EAPI="1"
inherit x-modular toolchain-funcs flag-o-matic
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.2.3
x11-proto/kbproto
>=x11-proto/xproto-7.0.15
xcb? ( >=x11-libs/libxcb-1.2 )
!xcb? (
x11-libs/libXau
x11-libs/libXdmcp
)"
DEPEND="${RDEPEND}
x11-proto/xf86bigfontproto
x11-proto/bigreqsproto
x11-proto/inputproto
x11-proto/xextproto
x11-proto/xcmiscproto
>=x11-misc/util-macros-1.2.1"
pkg_setup() {
CONFIGURE_OPTIONS="$(use_enable ipv6)
$(use_with xcb)"
# xorg really doesn't like xlocale disabled.
# $(use_enable nls xlocale)
}
src_compile() {
x-modular_src_configure
# [Cross-Compile Love] Disable {C,LD}FLAGS and redefine CC= for 'makekeys'
( filter-flags -m* ; cd src/util && make CC=$(tc-getBUILD_CC) CFLAGS="${CFLAGS}" LDFLAGS="" clean all)
x-modular_src_make
}
|
|