diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-12-08 09:17:12 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-12-08 09:17:12 +0000 |
commit | 81427056721d5e3ca1e7442ec261f84ef30f3b5a (patch) | |
tree | 445bb98cefffc2ab11f3d63fe353ef0b275006b0 /x11-proto/glproto | |
parent | Update to work with new eselect-opengl, bug #531842. (diff) | |
download | gentoo-2-81427056721d5e3ca1e7442ec261f84ef30f3b5a.tar.gz gentoo-2-81427056721d5e3ca1e7442ec261f84ef30f3b5a.tar.bz2 gentoo-2-81427056721d5e3ca1e7442ec261f84ef30f3b5a.zip |
Update to work with new eselect-opengl, bug #531842.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-proto/glproto')
-rw-r--r-- | x11-proto/glproto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-proto/glproto/glproto-1.4.17-r1.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/x11-proto/glproto/ChangeLog b/x11-proto/glproto/ChangeLog index e665c1bcab2f..15251cdf6b4f 100644 --- a/x11-proto/glproto/ChangeLog +++ b/x11-proto/glproto/ChangeLog @@ -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 <mgorny@gentoo.org> +glproto-1.4.17-r1.ebuild: + Update to work with new eselect-opengl, bug #531842. 08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> glproto-1.4.17.ebuild: Stable for arm, wrt bug #500368 diff --git a/x11-proto/glproto/glproto-1.4.17-r1.ebuild b/x11-proto/glproto/glproto-1.4.17-r1.ebuild new file mode 100644 index 000000000000..ce62e1dd1ecc --- /dev/null +++ b/x11-proto/glproto/glproto-1.4.17-r1.ebuild @@ -0,0 +1,25 @@ +# 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 +} |