summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-09-18 23:24:45 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-09-18 23:24:45 +0000
commitc1c900505c269bf4032c46ec3125f47498c92823 (patch)
treee50645a242dd2fc7e7ccda0dac90fe999f39770b
parentMask glu and mesa without glu, bug #433880. (diff)
downloadhistorical-c1c900505c269bf4032c46ec3125f47498c92823.tar.gz
historical-c1c900505c269bf4032c46ec3125f47498c92823.tar.bz2
historical-c1c900505c269bf4032c46ec3125f47498c92823.zip
Import mattst88's glu ebuild from the x11 overlay.
Package-Manager: portage-2.2.0_alpha128/cvs/Linux x86_64
-rw-r--r--media-libs/glu/ChangeLog9
-rw-r--r--media-libs/glu/Manifest4
-rw-r--r--media-libs/glu/glu-9.0.0.ebuild70
-rw-r--r--media-libs/glu/metadata.xml5
4 files changed, 88 insertions, 0 deletions
diff --git a/media-libs/glu/ChangeLog b/media-libs/glu/ChangeLog
new file mode 100644
index 000000000000..a0a35cd59477
--- /dev/null
+++ b/media-libs/glu/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for media-libs/glu
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/ChangeLog,v 1.1 2012/09/18 23:24:45 chithanh Exp $
+
+*glu-9.0.0 (18 Sep 2012)
+
+ 18 Sep 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +glu-9.0.0.ebuild, +metadata.xml:
+ Import mattst88's glu ebuild from the x11 overlay.
diff --git a/media-libs/glu/Manifest b/media-libs/glu/Manifest
new file mode 100644
index 000000000000..5f65bcf4e6c0
--- /dev/null
+++ b/media-libs/glu/Manifest
@@ -0,0 +1,4 @@
+DIST glu-9.0.0.tar.bz2 493206 SHA256 1f7ad0d379a722fcbd303aa5650c6d7d5544fde83196b42a73d1193568a4df12 SHA512 ff920e3fbca739794e1432a92fdd8517aa732110fea71ed724185425042f83ce18e9866c16f95c6e10f6993f0814a90fac9636e2b3d8ca2084d1ac0a860f61c8 WHIRLPOOL 3b63c789dc54da94bceae57601baad96b6d05901e262d2758f68163ed67d9d9bdecf49f96a2a2598891b0398d3403555e1be28d1c7f7deb7a95431cc2e2c2b1e
+EBUILD glu-9.0.0.ebuild 1517 SHA256 f73e23418f4c19108b8b0dab85443e5d6cc021040cb1fefe676a848c580b3050 SHA512 8d258a8734089f135e45dc8648e6ce7c1951a0b611272fcacec62fd7aa0916ea2c226bd5d98f8ed65f7e6bb92bd4d9c9335e538d3741aa7689ddb21b36072009 WHIRLPOOL 4f174317d85d87b18d33ddbbbf2e25be77b82aa069c3004412a4b29ce45b02cd40b6779d46834d287f664550e96ae065a93e502efa4113cb95208881ed2fc38e
+MISC ChangeLog 387 SHA256 ed664b572f321b2c40062ada9290b3f15006b26cd1746a80982c24f6eb456459 SHA512 fea0bf18234e8e0fcd345139145705df0d89ac4b9788e3e385e1b309b2a3bd3cd0fe10d2bd51c57508d8c06f34ed53cb038763ae14b4a4fa18866dcc78391aaa WHIRLPOOL e36f5d65a3826dab7f6e3bf6e05044b5ccd5c581a5df84e88bd1446406b3670f2274dd3f891ca8239b456d240dba0f0003e87c8455fabeb8d34edb50e6fe24c0
+MISC metadata.xml 156 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 SHA512 daa9bb2a9b1a16220327bc394f10d93a1a8a427bfbed8808cd247c1dfd5a5b87a4945d55d8243e07fede2c8182a208c618ebd483773d77e9d23862ec77016019 WHIRLPOOL 691e028648bb8b60771d74ef718c51fdb0f4a587e984f6ac4c13d7796415ecf770df2e0fd766399091771924bb65995e9bb290baa35971c56e07d76f2bbf6d93
diff --git a/media-libs/glu/glu-9.0.0.ebuild b/media-libs/glu/glu-9.0.0.ebuild
new file mode 100644
index 000000000000..643f1f27ad83
--- /dev/null
+++ b/media-libs/glu/glu-9.0.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0.ebuild,v 1.1 2012/09/18 23:24:45 chithanh Exp $
+
+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/"
+
+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="virtual/opengl"
+RDEPEND="${DEPEND}
+ !<=media-libs/mesa-9_pre20120831
+ 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
+}
+
+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() {
+ :;
+}
diff --git a/media-libs/glu/metadata.xml b/media-libs/glu/metadata.xml
new file mode 100644
index 000000000000..01c4c004e735
--- /dev/null
+++ b/media-libs/glu/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>