vapier 14/11/15 06:53:45
Modified: glamor-0.6.0.ebuild glamor-0.6.0-r1.ebuild
ChangeLog
Log:
Fix eclass inherit order so autotools-utils does not stomp on xorg-2 setup
#506416 by Nikoli.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
D2E96200)
Revision Changes Path
1.12 x11-libs/glamor/glamor-0.6.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild?r1=1.11&r2=1.12
Index: glamor-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- glamor-0.6.0.ebuild 21 Jul 2014 08:41:25 -0000 1.11
+++ glamor-0.6.0.ebuild 15 Nov 2014 06:53:45 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild,v 1.11
2014/07/21 08:41:25 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0.ebuild,v 1.12
2014/11/15 06:53:45 vapier Exp $
EAPI=5
@@ -10,7 +10,7 @@
XORG_MODULE_REBUILD=yes
S=${WORKDIR}/${PN}-egl-${PV}
-inherit autotools-utils xorg-2 toolchain-funcs
+inherit xorg-2 autotools-utils toolchain-funcs
DESCRIPTION="OpenGL based 2D rendering acceleration library"
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${PN}-egl-${PV}.tar.bz2"
1.3 x11-libs/glamor/glamor-0.6.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0-r1.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0-r1.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/glamor-0.6.0-r1.ebuild?r1=1.2&r2=1.3
Index: glamor-0.6.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glamor-0.6.0-r1.ebuild 21 Jul 2014 08:41:25 -0000 1.2
+++ glamor-0.6.0-r1.ebuild 15 Nov 2014 06:53:45 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0-r1.ebuild,v
1.2 2014/07/21 08:41:25 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.6.0-r1.ebuild,v
1.3 2014/11/15 06:53:45 vapier Exp $
EAPI=5
@@ -10,7 +10,7 @@
XORG_MODULE_REBUILD=yes
S=${WORKDIR}/${PN}-egl-${PV}
-inherit autotools-utils xorg-2 toolchain-funcs
+inherit xorg-2 autotools-utils toolchain-funcs
DESCRIPTION="OpenGL based 2D rendering acceleration library"
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${PN}-egl-${PV}.tar.bz2"
1.38 x11-libs/glamor/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.38&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?rev=1.38&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/glamor/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 21 Jul 2014 08:41:25 -0000 1.37
+++ ChangeLog 15 Nov 2014 06:53:45 -0000 1.38
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/glamor
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.37 2014/07/21
08:41:25 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/ChangeLog,v 1.38 2014/11/15
06:53:45 vapier Exp $
+
+ 15 Nov 2014; Mike Frysinger <[email protected]> glamor-0.6.0-r1.ebuild,
+ glamor-0.6.0.ebuild:
+ Fix eclass inherit order so autotools-utils does not stomp on xorg-2 setup
+ #506416 by Nikoli.
21 Jul 2014; Chí-Thanh Christopher Nguyễn <[email protected]>
-glamor-0.5-r1.ebuild, -glamor-0.5.1-r1.ebuild, -glamor-0.5.1.ebuild,