summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild')
-rw-r--r--x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild b/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild
deleted file mode 100644
index 52b6b237f9b8..000000000000
--- 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: /var/cvsroot/gentoo-x86/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild,v 1.3 2012/05/05 03:52:24 jdhore Exp $
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-DESCRIPTION="Mesa GLw library"
-HOMEPAGE="http://mesa3d.sourceforge.net/"
-SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+motif static-libs"
-
-RDEPEND="
- !media-libs/mesa[motif]
- x11-libs/libX11
- x11-libs/libXt
- x11-libs/openmotif
- virtual/opengl"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- local myeconfargs=(
- --enable-motif
- )
- autotools-utils_src_configure
-}