* [gentoo-commits] proj/x11:master commit in: media-libs/glu/
@ 2012-09-01 4:41 Matt Turner
0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2012-09-01 4:41 UTC (permalink / raw
To: gentoo-commits
commit: 6e0bc3d6c95e9c1eb4737a2a93e9f33c4cc58b37
Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Sat Sep 1 04:42:27 2012 +0000
Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Sat Sep 1 04:42:27 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=6e0bc3d6
media-libs/glu: New package
glu has been split out from Mesa and will be released separately as of
Mesa-9.0.
---
media-libs/glu/glu-9999.ebuild | 63 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 63 insertions(+), 0 deletions(-)
diff --git a/media-libs/glu/glu-9999.ebuild b/media-libs/glu/glu-9999.ebuild
new file mode 100644
index 0000000..4cd6709
--- /dev/null
+++ b/media-libs/glu/glu-9999.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/glu"
+
+if [[ ${PV} = 9999* ]]; then
+ GIT_ECLASS="git-2"
+ EXPERIMENTAL="true"
+fi
+
+inherit autotools-utils multilib ${GIT_ECLASS}
+
+DESCRIPTION="The OpenGL Utility Library"
+HOMEPAGE="http://cgit.freedesktop.org/mesa/glu/"
+SRC_URI=""
+
+LICENSE="SGI-B-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="multilib static-libs"
+
+DEPEND="!<media-libs/mesa-9.0"
+RDEPEND="${DEPEND}"
+
+foreachabi() {
+ if use multilib; then
+ local ABI
+ for ABI in $(get_all_abis); do
+ multilib_toolchain_setup ${ABI}
+ AUTOTOOLS_BUILD_DIR=${WORKDIR}/${ABI} "${@}"
+ done
+ else
+ "${@}"
+ fi
+}
+
+src_unpack() {
+ default
+ [[ $PV = 9999* ]] && git-2_src_unpack
+}
+
+src_prepare() {
+ AUTOTOOLS_AUTORECONF=1 autotools-utils_src_prepare
+}
+
+src_configure() {
+ foreachabi autotools-utils_src_configure
+}
+
+src_compile() {
+ foreachabi autotools-utils_src_compile
+}
+
+src_install() {
+ foreachabi autotools-utils_src_install
+}
+
+src_test() {
+ :;
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/x11:master commit in: media-libs/glu/
@ 2012-09-05 22:25 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 7+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2012-09-05 22:25 UTC (permalink / raw
To: gentoo-commits
commit: 9ae2a4f022a8868c7656c2fe55a550e4fb25506c
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 5 22:24:59 2012 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Wed Sep 5 22:24:59 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=9ae2a4f0
virtual/glu: adjust blockers for file collisions
---
media-libs/glu/glu-9999.ebuild | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/media-libs/glu/glu-9999.ebuild b/media-libs/glu/glu-9999.ebuild
index 4cd6709..f261111 100644
--- a/media-libs/glu/glu-9999.ebuild
+++ b/media-libs/glu/glu-9999.ebuild
@@ -22,8 +22,10 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="multilib static-libs"
-DEPEND="!<media-libs/mesa-9.0"
-RDEPEND="${DEPEND}"
+DEPEND=""
+RDEPEND="${DEPEND}
+ !<=media-libs/mesa-9_pre20120831
+ multilib? ( !app-emulation/emul-linux-x86-opengl )"
foreachabi() {
if use multilib; then
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/x11:master commit in: media-libs/glu/
@ 2012-09-18 23:38 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 7+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2012-09-18 23:38 UTC (permalink / raw
To: gentoo-commits
commit: ab152210aa304e940302836bd5fe8acb5cc3d10d
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 18 23:38:35 2012 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Tue Sep 18 23:38:35 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=ab152210
media-libs/glu: needs libGL to build, add SRC_URI.
---
media-libs/glu/glu-9999.ebuild | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/media-libs/glu/glu-9999.ebuild b/media-libs/glu/glu-9999.ebuild
index f261111..43c68dd 100644
--- a/media-libs/glu/glu-9999.ebuild
+++ b/media-libs/glu/glu-9999.ebuild
@@ -15,14 +15,20 @@ inherit autotools-utils multilib ${GIT_ECLASS}
DESCRIPTION="The OpenGL Utility Library"
HOMEPAGE="http://cgit.freedesktop.org/mesa/glu/"
-SRC_URI=""
+
+if [[ ${PV} = 9999* ]]; then
+ SRC_URI=""
+else
+ SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${PN}/${P}.tar.bz2"
+fi
+
LICENSE="SGI-B-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="multilib static-libs"
-DEPEND=""
+DEPEND="virtual/opengl"
RDEPEND="${DEPEND}
!<=media-libs/mesa-9_pre20120831
multilib? ( !app-emulation/emul-linux-x86-opengl )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/x11:master commit in: media-libs/glu/
@ 2012-09-20 17:04 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; 7+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2012-09-20 17:04 UTC (permalink / raw
To: gentoo-commits
commit: db35193cb0dab2d1c62dc32c742dc330f8a0bd22
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 20 17:05:03 2012 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Thu Sep 20 17:05:03 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=db35193c
media-libs/glu: sync mesa blocker with portage
---
media-libs/glu/glu-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/media-libs/glu/glu-9999.ebuild b/media-libs/glu/glu-9999.ebuild
index 43c68dd..44dc31c 100644
--- a/media-libs/glu/glu-9999.ebuild
+++ b/media-libs/glu/glu-9999.ebuild
@@ -30,7 +30,7 @@ IUSE="multilib static-libs"
DEPEND="virtual/opengl"
RDEPEND="${DEPEND}
- !<=media-libs/mesa-9_pre20120831
+ !<media-libs/mesa-9
multilib? ( !app-emulation/emul-linux-x86-opengl )"
foreachabi() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/x11:master commit in: media-libs/glu/
@ 2013-07-22 22:06 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2013-07-22 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 605fd5c178fa696dca6958a0ee21e990ea97ed7f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 22 20:18:00 2013 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 20:18:00 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=605fd5c1
media-libs/glu: Convert to autotools-multilib.
Package-Manager: portage-2.2.0_alpha188
RepoMan-Options: --force
---
media-libs/glu/glu-9999.ebuild | 30 +++---------------------------
1 file changed, 3 insertions(+), 27 deletions(-)
diff --git a/media-libs/glu/glu-9999.ebuild b/media-libs/glu/glu-9999.ebuild
index c2218b4..2e38e3b 100644
--- a/media-libs/glu/glu-9999.ebuild
+++ b/media-libs/glu/glu-9999.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = 9999* ]]; then
EXPERIMENTAL="true"
fi
-inherit autotools-utils multilib ${GIT_ECLASS}
+inherit autotools-multilib multilib ${GIT_ECLASS}
DESCRIPTION="The OpenGL Utility Library"
HOMEPAGE="http://cgit.freedesktop.org/mesa/glu/"
@@ -26,42 +26,18 @@ fi
LICENSE="SGI-B-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="multilib static-libs"
+IUSE="static-libs"
DEPEND="virtual/opengl"
RDEPEND="${DEPEND}
!<media-libs/mesa-9
- multilib? ( !app-emulation/emul-linux-x86-opengl )"
-
-foreachabi() {
- if use multilib; then
- local ABI
- for ABI in $(get_all_abis); do
- multilib_toolchain_setup ${ABI}
- AUTOTOOLS_BUILD_DIR=${WORKDIR}/${ABI} "${@}"
- done
- else
- "${@}"
- fi
-}
+ abi_x86_32? ( !<=app-emulation/emul-linux-x86-opengl-20130224 )"
src_unpack() {
default
[[ $PV = 9999* ]] && git-2_src_unpack
}
-src_configure() {
- foreachabi autotools-utils_src_configure
-}
-
-src_compile() {
- foreachabi autotools-utils_src_compile
-}
-
-src_install() {
- foreachabi autotools-utils_src_install
-}
-
src_test() {
:;
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/x11:master commit in: media-libs/glu/
@ 2013-07-22 22:06 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2013-07-22 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 02d82bcc6c8bc2eed726f7582701a7bafd57f1a4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 22 20:04:42 2013 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 20:04:42 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=02d82bcc
media-libs/glu: Set AUTOTOOLS_AUTORECONF globally to get proper DEPEND.
Package-Manager: portage-2.2.0_alpha188
RepoMan-Options: --force
---
media-libs/glu/glu-9999.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/media-libs/glu/glu-9999.ebuild b/media-libs/glu/glu-9999.ebuild
index 780426b..c2218b4 100644
--- a/media-libs/glu/glu-9999.ebuild
+++ b/media-libs/glu/glu-9999.ebuild
@@ -7,6 +7,7 @@ EAPI=5
EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/glu"
if [[ ${PV} = 9999* ]]; then
+ AUTOTOOLS_AUTORECONF=1
GIT_ECLASS="git-2"
EXPERIMENTAL="true"
fi
@@ -49,10 +50,6 @@ src_unpack() {
[[ $PV = 9999* ]] && git-2_src_unpack
}
-src_prepare() {
- AUTOTOOLS_AUTORECONF=1 autotools-utils_src_prepare
-}
-
src_configure() {
foreachabi autotools-utils_src_configure
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/x11:master commit in: media-libs/glu/
@ 2013-07-23 8:32 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2013-07-23 8:32 UTC (permalink / raw
To: gentoo-commits
commit: 7e144e5dd5b212353687edff4ba3046484211a26
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 08:32:40 2013 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 08:32:40 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=7e144e5d
media-libs/glu: Sync keywords to gx86.
Package-Manager: portage-2.2.0_alpha188
RepoMan-Options: --force
---
media-libs/glu/glu-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/glu/glu-9999.ebuild b/media-libs/glu/glu-9999.ebuild
index 2e38e3b..5f056a8 100644
--- a/media-libs/glu/glu-9999.ebuild
+++ b/media-libs/glu/glu-9999.ebuild
@@ -25,7 +25,7 @@ fi
LICENSE="SGI-B-2.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="static-libs"
DEPEND="virtual/opengl"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-07-23 8:32 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-23 8:32 [gentoo-commits] proj/x11:master commit in: media-libs/glu/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2013-07-22 22:06 Michał Górny
2013-07-22 22:06 Michał Górny
2012-09-20 17:04 Chi-Thanh Christopher Nguyen
2012-09-18 23:38 Chi-Thanh Christopher Nguyen
2012-09-05 22:25 Chi-Thanh Christopher Nguyen
2012-09-01 4:41 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox