From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rx1KC-0008IG-Vb for garchives@archives.gentoo.org; Mon, 13 Feb 2012 19:12:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A44EFE099B; Mon, 13 Feb 2012 19:12:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6E7A1E099B for ; Mon, 13 Feb 2012 19:12:24 +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 CD92B64401 for ; Mon, 13 Feb 2012 19:12:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9047CE5400 for ; Mon, 13 Feb 2012 19:12:21 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1329160335.73cc15bd0c3f95ab1ef1fba033361261e903cf9f.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: x11-libs/libGLw/ X-VCS-Repository: proj/betagarden X-VCS-Files: x11-libs/libGLw/ChangeLog x11-libs/libGLw/libGLw-1.0.0.ebuild x11-libs/libGLw/metadata.xml X-VCS-Directories: x11-libs/libGLw/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 73cc15bd0c3f95ab1ef1fba033361261e903cf9f X-VCS-Branch: master Date: Mon, 13 Feb 2012 19:12:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2ae3f2b5-b007-4a89-ba72-9a5fae28f59e X-Archives-Hash: 7a22f94531a9d0505a7c93bda4177346 commit: 73cc15bd0c3f95ab1ef1fba033361261e903cf9f Author: Justin Lecher gentoo org> AuthorDate: Mon Feb 13 19:12:15 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Feb 13 19:12:15 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3D73cc15bd Unbundled libGLw from Mesa package (Portage version: 2.2.0_alpha86/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- x11-libs/libGLw/ChangeLog | 10 ++++++++++ x11-libs/libGLw/libGLw-1.0.0.ebuild | 26 ++++++++++++++++++++++++++ x11-libs/libGLw/metadata.xml | 8 ++++++++ 3 files changed, 44 insertions(+), 0 deletions(-) diff --git a/x11-libs/libGLw/ChangeLog b/x11-libs/libGLw/ChangeLog new file mode 100644 index 0000000..de0f3dd --- /dev/null +++ b/x11-libs/libGLw/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-libs/libGLw +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*libGLw-1.0.0 (13 Feb 2012) + + 13 Feb 2012; Justin Lecher +libGLw-1.0.0.ebuild, + +metadata.xml: + Unbundled libGLw from Mesa package + diff --git a/x11-libs/libGLw/libGLw-1.0.0.ebuild b/x11-libs/libGLw/libGLw= -1.0.0.ebuild new file mode 100644 index 0000000..d90bcba --- /dev/null +++ b/x11-libs/libGLw/libGLw-1.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +AUTOTOOLS_AUTORECONF=3Dtrue + +inherit autotools-utils git-2 + +DESCRIPTION=3D"Mesa GLw library" +HOMEPAGE=3D"http://mesa3d.sourceforge.net/" +SRC_URI=3D"" +EGIT_REPO_URI=3D"git://anongit.freedesktop.org/mesa/glw" + +SLOT=3D"0" +LICENSE=3D"MIT" +KEYWORDS=3D"" +IUSE=3D"static-libs" + +RDEPEND=3D" + virtual/opengl + x11-libs/libX11 + x11-libs/libXt" +DEPEND=3D"${RDEPEND} + dev-util/pkgconfig" diff --git a/x11-libs/libGLw/metadata.xml b/x11-libs/libGLw/metadata.xml new file mode 100644 index 0000000..3bfcbea --- /dev/null +++ b/x11-libs/libGLw/metadata.xml @@ -0,0 +1,8 @@ + + + + x11 + + jlec@gentoo.org + +