chithanh 15/02/04 18:03:23 Modified: ChangeLog Added: xproto-7.0.27.ebuild Removed: xproto-7.0.24.ebuild Log: Version bump. Remove old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Revision Changes Path 1.170 x11-proto/xproto/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/ChangeLog?rev=1.170&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/ChangeLog?rev=1.170&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/ChangeLog?r1=1.169&r2=1.170 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v retrieving revision 1.169 retrieving revision 1.170 diff -u -r1.169 -r1.170 --- ChangeLog 8 Jun 2014 09:16:28 -0000 1.169 +++ ChangeLog 4 Feb 2015 18:03:23 -0000 1.170 @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/xproto -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.169 2014/06/08 09:16:28 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.170 2015/02/04 18:03:23 chithanh Exp $ + +*xproto-7.0.27 (04 Feb 2015) + + 04 Feb 2015; Chí-Thanh Christopher Nguyễn <[email protected]> + +xproto-7.0.27.ebuild, -xproto-7.0.24.ebuild: + Version bump. Remove old. 08 Jun 2014; Agostino Sarubbo <[email protected]> xproto-7.0.25.ebuild: Stable for arm, wrt bug #500368 1.1 x11-proto/xproto/xproto-7.0.27.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/xproto-7.0.27.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xproto/xproto-7.0.27.ebuild?rev=1.1&content-type=text/plain Index: xproto-7.0.27.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/xproto-7.0.27.ebuild,v 1.1 2015/02/04 18:03:23 chithanh Exp $ EAPI=5 XORG_DOC=doc XORG_MULTILIB=yes inherit xorg-2 DESCRIPTION="X.Org xproto protocol headers" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" src_configure() { XORG_CONFIGURE_OPTIONS=( $(use_enable doc specs) $(use_with doc xmlto) --without-fop ) xorg-2_src_configure }
