mrueg 15/07/02 01:42:24 Modified: ChangeLog Added: libXrender-0.9.9.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.106 x11-libs/libXrender/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXrender/ChangeLog?rev=1.106&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXrender/ChangeLog?rev=1.106&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXrender/ChangeLog?r1=1.105&r2=1.106 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXrender/ChangeLog,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- ChangeLog 3 Mar 2015 11:30:56 -0000 1.105 +++ ChangeLog 2 Jul 2015 01:42:24 -0000 1.106 @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libXrender # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrender/ChangeLog,v 1.105 2015/03/03 11:30:56 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrender/ChangeLog,v 1.106 2015/07/02 01:42:24 mrueg Exp $ + +*libXrender-0.9.9 (02 Jul 2015) + + 02 Jul 2015; Manuel RĂ¼ger <[email protected]> +libXrender-0.9.9.ebuild: + Version bump. 03 Mar 2015; Yixun Lan <[email protected]> libXrender-0.9.8.ebuild: add arm64 support, tested on A53 board 1.1 x11-libs/libXrender/libXrender-0.9.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXrender/libXrender-0.9.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXrender/libXrender-0.9.9.ebuild?rev=1.1&content-type=text/plain Index: libXrender-0.9.9.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrender/libXrender-0.9.9.ebuild,v 1.1 2015/07/02 01:42:24 mrueg Exp $ EAPI=5 XORG_MULTILIB=yes inherit xorg-2 DESCRIPTION="X.Org Xrender library" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~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.6.2[${MULTILIB_USEDEP}] >=x11-proto/renderproto-0.11.1-r1[${MULTILIB_USEDEP}] >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}"
