From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 28D6F138010 for ; Sat, 1 Sep 2012 04:41:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBF2DE0477; Sat, 1 Sep 2012 04:41:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 89E3BE0477 for ; Sat, 1 Sep 2012 04:41:42 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD0EC33D945 for ; Sat, 1 Sep 2012 04:41:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5C953E543C for ; Sat, 1 Sep 2012 04:41:40 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1346474547.6e0bc3d6c95e9c1eb4737a2a93e9f33c4cc58b37.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: media-libs/glu/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/glu/glu-9999.ebuild X-VCS-Directories: media-libs/glu/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6e0bc3d6c95e9c1eb4737a2a93e9f33c4cc58b37 X-VCS-Branch: master Date: Sat, 1 Sep 2012 04:41:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b7f79f58-631f-4a5d-9ba3-efad07d1924c X-Archives-Hash: 3253a51008252567fd774ab9d94ebffd commit: 6e0bc3d6c95e9c1eb4737a2a93e9f33c4cc58b37 Author: Matt Turner gmail com> AuthorDate: Sat Sep 1 04:42:27 2012 +0000 Commit: Matt Turner gmail 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="!