From: "Matt Turner" <mattst88@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/glu/
Date: Sat, 1 Sep 2012 04:41:40 +0000 (UTC) [thread overview]
Message-ID: <1346474547.6e0bc3d6c95e9c1eb4737a2a93e9f33c4cc58b37.mattst88@gentoo> (raw)
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() {
+ :;
+}
next reply other threads:[~2012-09-01 4:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-01 4:41 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-09-05 22:25 [gentoo-commits] proj/x11:master commit in: media-libs/glu/ Chi-Thanh Christopher Nguyen
2012-09-18 23:38 Chi-Thanh Christopher Nguyen
2012-09-20 17:04 Chi-Thanh Christopher Nguyen
2013-07-22 22:06 Michał Górny
2013-07-22 22:06 Michał Górny
2013-07-23 8:32 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1346474547.6e0bc3d6c95e9c1eb4737a2a93e9f33c4cc58b37.mattst88@gentoo \
--to=mattst88@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox