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 1S48HE-0002x0-4L for garchives@archives.gentoo.org; Sun, 04 Mar 2012 10:02:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF87DE05C7; Sun, 4 Mar 2012 10:02:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 79E21E05C7 for ; Sun, 4 Mar 2012 10:02:44 +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 BE1491B400A for ; Sun, 4 Mar 2012 10:02:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 845AEE5401 for ; Sun, 4 Mar 2012 10:02:42 +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: <1330855343.6f999e1ae42bf4d16cc7c921bac93ba975c0f72c.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_pre120304.ebuild x11-libs/libGLw/libGLw-9999.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: 6f999e1ae42bf4d16cc7c921bac93ba975c0f72c X-VCS-Branch: master Date: Sun, 4 Mar 2012 10:02:42 +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: 7f745481-010a-4112-a507-ab0495bdc845 X-Archives-Hash: 81988aae9f4a6380e0d5eca542133687 commit: 6f999e1ae42bf4d16cc7c921bac93ba975c0f72c Author: Justin Lecher gentoo org> AuthorDate: Sun Mar 4 10:02:23 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Mar 4 10:02:23 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3D6f999e1a Moved to CVS --- x11-libs/libGLw/ChangeLog | 30 -------------------= --- x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild | 34 -------------------= ------ x11-libs/libGLw/libGLw-9999.ebuild | 34 -------------------= ------ x11-libs/libGLw/metadata.xml | 8 ------ 4 files changed, 0 insertions(+), 106 deletions(-) diff --git a/x11-libs/libGLw/ChangeLog b/x11-libs/libGLw/ChangeLog deleted file mode 100644 index 03a064e..0000000 --- a/x11-libs/libGLw/ChangeLog +++ /dev/null @@ -1,30 +0,0 @@ -# ChangeLog for x11-libs/libGLw -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 04 Mar 2012; Justin Lecher libGLw-1.0.0_pre120304.eb= uild: - Add missing dep - -*libGLw-1.0.0_pre120304 (04 Mar 2012) - - 04 Mar 2012; Justin Lecher +libGLw-1.0.0_pre120304.e= build: - Add git snapshot version - -*libGLw-9999 (14 Feb 2012) - - 14 Feb 2012; Justin Lecher -libGLw-1.0.0.ebuild, - +libGLw-9999.ebuild: - Correct version number - - 13 Feb 2012; Justin Lecher libGLw-1.0.0.ebuild: - Block media-libs/mesa[motif] - - 13 Feb 2012; Justin Lecher libGLw-1.0.0.ebuild: - add USE motif - -*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_pre120304.ebuild b/x11-libs/lib= GLw/libGLw-1.0.0_pre120304.ebuild deleted file mode 100644 index d579e9b..0000000 --- a/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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 - -DESCRIPTION=3D"Mesa GLw library" -HOMEPAGE=3D"http://mesa3d.sourceforge.net/" -SRC_URI=3D"http:/dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" - -SLOT=3D"0" -LICENSE=3D"MIT" -KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE=3D"+motif static-libs" - -RDEPEND=3D" - !media-libs/mesa[motif] - x11-libs/libX11 - x11-libs/libXt - x11-libs/openmotif - virtual/opengl" -DEPEND=3D"${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - local myeconfargs=3D( - --enable-motif - ) - autotools-utils_src_configure -} diff --git a/x11-libs/libGLw/libGLw-9999.ebuild b/x11-libs/libGLw/libGLw-= 9999.ebuild deleted file mode 100644 index 5433627..0000000 --- a/x11-libs/libGLw/libGLw-9999.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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"+motif static-libs" - -RDEPEND=3D" - !media-libs/mesa[motif] - virtual/opengl - x11-libs/libX11 - x11-libs/libXt" -DEPEND=3D"${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - local myeconfargs=3D( - $(use_enable motif) - ) - autotools-utils_src_configure -} diff --git a/x11-libs/libGLw/metadata.xml b/x11-libs/libGLw/metadata.xml deleted file mode 100644 index 3bfcbea..0000000 --- a/x11-libs/libGLw/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - x11 - - jlec@gentoo.org - -