* [gentoo-commits] proj/x11:master commit in: x11-proto/glproto/
@ 2013-12-10 19:38 David Heidelberger
0 siblings, 0 replies; 5+ messages in thread
From: David Heidelberger @ 2013-12-10 19:38 UTC (permalink / raw
To: gentoo-commits
commit: 911b16114aeef6b3f452bba4f2f605c6b8325ced
Author: David Heidelberger <david.heidelberger <AT> ixit <DOT> cz>
AuthorDate: Tue Dec 10 19:38:53 2013 +0000
Commit: David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Tue Dec 10 19:38:53 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=911b1611
x11-proto/glproto: bump 1.4.17
---
x11-proto/glproto/glproto-1.4.17.ebuild | 41 +++++++++++++++++++++++++++++++++
x11-proto/glproto/metadata.xml | 5 ++++
2 files changed, 46 insertions(+)
diff --git a/x11-proto/glproto/glproto-1.4.17.ebuild b/x11-proto/glproto/glproto-1.4.17.ebuild
new file mode 100644
index 0000000..c7d40b9
--- /dev/null
+++ b/x11-proto/glproto/glproto-1.4.17.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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.2.6"
+DEPEND=""
+
+src_install() {
+ xorg-2_src_install
+ dynamic_libgl_install
+}
+
+pkg_postinst() {
+ xorg-2_pkg_postinst
+ eselect opengl set --ignore-missing --use-old xorg-x11
+}
+
+dynamic_libgl_install() {
+ # next section is to setup the dynamic libGL stuff
+ ebegin "Moving GL files for dynamic switching"
+ local gldir=/usr/$(get_libdir)/opengl/xorg-x11/include/GL
+ dodir ${gldir}
+ local x=""
+ # glext.h added for #54984
+ for x in "${ED}"/usr/include/GL/{glxtokens.h,glxmd.h,glxproto.h}; do
+ if [[ -f ${x} || -L ${x} ]]; then
+ mv -f "${x}" "${ED}"${gldir}
+ fi
+ done
+ eend 0
+}
diff --git a/x11-proto/glproto/metadata.xml b/x11-proto/glproto/metadata.xml
new file mode 100644
index 0000000..01c4c00
--- /dev/null
+++ b/x11-proto/glproto/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>x11</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-proto/glproto/
@ 2013-12-10 19:19 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 5+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2013-12-10 19:19 UTC (permalink / raw
To: gentoo-commits
commit: 4c3d457f2be80b9063cbd84d60cef73150b38764
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 19:19:31 2013 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Tue Dec 10 19:19:31 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=4c3d457f
x11-proto/glproto: sync keywords with portage
---
x11-proto/glproto/glproto-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-proto/glproto/glproto-9999.ebuild b/x11-proto/glproto/glproto-9999.ebuild
index fec4d69..c7d40b9 100644
--- a/x11-proto/glproto/glproto-9999.ebuild
+++ b/x11-proto/glproto/glproto-9999.ebuild
@@ -8,7 +8,7 @@ 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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+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=""
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-proto/glproto/
@ 2012-06-12 18:00 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 5+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2012-06-12 18:00 UTC (permalink / raw
To: gentoo-commits
commit: 02efa40b0c6799e9f70f6021610fe6c2ce8c1cd1
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 12 18:01:09 2012 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Tue Jun 12 18:01:09 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=02efa40b
x11-proto/glproto: sync with portage for eselect-opengl changes.
---
x11-proto/glproto/glproto-9999.ebuild | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/x11-proto/glproto/glproto-9999.ebuild b/x11-proto/glproto/glproto-9999.ebuild
index e0c8f24..a381ed5 100644
--- a/x11-proto/glproto/glproto-9999.ebuild
+++ b/x11-proto/glproto/glproto-9999.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit xorg-2
DESCRIPTION="X.Org GL protocol headers"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-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.2.3"
+RDEPEND=">=app-admin/eselect-opengl-1.2.6"
DEPEND=""
src_install() {
@@ -25,12 +25,13 @@ pkg_postinst() {
dynamic_libgl_install() {
# next section is to setup the dynamic libGL stuff
ebegin "Moving GL files for dynamic switching"
- dodir /usr/$(get_libdir)/opengl/xorg-x11/include
+ local gldir=/usr/$(get_libdir)/opengl/xorg-x11/include/GL
+ dodir ${gldir}
local x=""
# glext.h added for #54984
for x in "${ED}"/usr/include/GL/{glxtokens.h,glxmd.h,glxproto.h}; do
if [[ -f ${x} || -L ${x} ]]; then
- mv -f "${x}" "${ED}"/usr/$(get_libdir)/opengl/xorg-x11/include
+ mv -f "${x}" "${ED}"${gldir}
fi
done
eend 0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-proto/glproto/
@ 2011-07-14 8:18 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 5+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2011-07-14 8:18 UTC (permalink / raw
To: gentoo-commits
commit: 67d18b42c58dedcbe757085e7910ad3d86a4f126
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 08:18:33 2011 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Thu Jul 14 08:18:33 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=67d18b42
x11-proto/glproto: sync with portage
---
x11-proto/glproto/glproto-9999.ebuild | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-proto/glproto/glproto-9999.ebuild b/x11-proto/glproto/glproto-9999.ebuild
index 605d3fa..e0c8f24 100644
--- a/x11-proto/glproto/glproto-9999.ebuild
+++ b/x11-proto/glproto/glproto-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -9,7 +9,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
LICENSE="SGI-B-2.0"
IUSE=""
-RDEPEND="app-admin/eselect-opengl"
+RDEPEND=">=app-admin/eselect-opengl-1.2.3"
DEPEND=""
src_install() {
@@ -19,7 +19,7 @@ src_install() {
pkg_postinst() {
xorg-2_pkg_postinst
- eselect opengl set --use-old xorg-x11
+ eselect opengl set --ignore-missing --use-old xorg-x11
}
dynamic_libgl_install() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/x11:master commit in: x11-proto/glproto/
@ 2011-07-09 0:18 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 5+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2011-07-09 0:18 UTC (permalink / raw
To: gentoo-commits
commit: 6bdc7981360d6b9b1b55db1ddbdecbb4c04f8534
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 9 00:18:25 2011 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Sat Jul 9 00:18:25 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=6bdc7981
x11-proto/glproto: sync with portage
---
x11-proto/glproto/glproto-9999.ebuild | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-proto/glproto/glproto-9999.ebuild b/x11-proto/glproto/glproto-9999.ebuild
index 5b15e8c..605d3fa 100644
--- a/x11-proto/glproto/glproto-9999.ebuild
+++ b/x11-proto/glproto/glproto-9999.ebuild
@@ -28,10 +28,10 @@ dynamic_libgl_install() {
dodir /usr/$(get_libdir)/opengl/xorg-x11/include
local x=""
# glext.h added for #54984
- for x in "${D}"/usr/include/GL/{glxtokens.h,glxmd.h,glxproto.h}; do
+ for x in "${ED}"/usr/include/GL/{glxtokens.h,glxmd.h,glxproto.h}; do
if [[ -f ${x} || -L ${x} ]]; then
- mv -f "${x}" "${D}"/usr/$(get_libdir)/opengl/xorg-x11/include
+ mv -f "${x}" "${ED}"/usr/$(get_libdir)/opengl/xorg-x11/include
fi
done
eend 0
-}
\ No newline at end of file
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-12-10 19:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-10 19:38 [gentoo-commits] proj/x11:master commit in: x11-proto/glproto/ David Heidelberger
-- strict thread matches above, loose matches on Subject: below --
2013-12-10 19:19 Chi-Thanh Christopher Nguyen
2012-06-12 18:00 Chi-Thanh Christopher Nguyen
2011-07-14 8:18 Chi-Thanh Christopher Nguyen
2011-07-09 0:18 Chi-Thanh Christopher Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox