mgorny 14/12/08 09:17:12 Modified: ChangeLog Added: glproto-1.4.17-r1.ebuild Log: Update to work with new eselect-opengl, bug #531842. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.124 x11-proto/glproto/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.124&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?rev=1.124&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/ChangeLog?r1=1.123&r2=1.124 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- ChangeLog 8 Jun 2014 09:16:18 -0000 1.123 +++ ChangeLog 8 Dec 2014 09:17:12 -0000 1.124 @@ -1,6 +1,11 @@ # ChangeLog for x11-proto/glproto # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.123 2014/06/08 09:16:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/ChangeLog,v 1.124 2014/12/08 09:17:12 mgorny Exp $ + +*glproto-1.4.17-r1 (08 Dec 2014) + + 08 Dec 2014; Michał Górny <[email protected]> +glproto-1.4.17-r1.ebuild: + Update to work with new eselect-opengl, bug #531842. 08 Jun 2014; Agostino Sarubbo <[email protected]> glproto-1.4.17.ebuild: Stable for arm, wrt bug #500368 1.1 x11-proto/glproto/glproto-1.4.17-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.17-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/glproto/glproto-1.4.17-r1.ebuild?rev=1.1&content-type=text/plain Index: glproto-1.4.17-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-proto/glproto/glproto-1.4.17-r1.ebuild,v 1.1 2014/12/08 09:17:12 mgorny Exp $ EAPI=5 XORG_MULTILIB=yes inherit xorg-2 DESCRIPTION="X.Org GL protocol headers" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" LICENSE="SGI-B-2.0" IUSE="" RDEPEND=">=app-admin/eselect-opengl-1.3.0" DEPEND="" src_install() { xorg-2_src_install } pkg_postinst() { xorg-2_pkg_postinst eselect opengl set --ignore-missing --use-old xorg-x11 }
