summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-13 06:30:32 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-13 06:30:32 +0000
commit7c05ad7a3739f6175909167862e47c08cc06df50 (patch)
tree6347f895778a50e4794920d5118a5ea30263c177 /dev-lisp/drscheme/drscheme-205.ebuild
parentsync IUSE (diff)
downloadhistorical-7c05ad7a3739f6175909167862e47c08cc06df50.tar.gz
historical-7c05ad7a3739f6175909167862e47c08cc06df50.tar.bz2
historical-7c05ad7a3739f6175909167862e47c08cc06df50.zip
sync IUSE
Diffstat (limited to 'dev-lisp/drscheme/drscheme-205.ebuild')
-rw-r--r--dev-lisp/drscheme/drscheme-205.ebuild15
1 files changed, 9 insertions, 6 deletions
diff --git a/dev-lisp/drscheme/drscheme-205.ebuild b/dev-lisp/drscheme/drscheme-205.ebuild
index 157ec623fe88..40339fe6e800 100644
--- a/dev-lisp/drscheme/drscheme-205.ebuild
+++ b/dev-lisp/drscheme/drscheme-205.ebuild
@@ -1,20 +1,23 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/drscheme/drscheme-205.ebuild,v 1.5 2004/06/24 23:58:22 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/drscheme/drscheme-205.ebuild,v 1.6 2004/07/13 06:30:32 mr_bones_ Exp $
-S=${WORKDIR}/plt
DESCRIPTION="DrScheme programming environment. Includes mzscheme."
HOMEPAGE="http://www.plt-scheme.org/software/drscheme/"
SRC_URI="http://download.plt-scheme.org/bundles/${PV}/plt/plt-${PV}.src.x.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="x86 ppc"
+IUSE="opengl"
+
DEPEND=">=sys-devel/gcc-2.95.3-r7
virtual/x11
opengl? ( virtual/opengl )"
RDEPEND="virtual/x11
opengl? ( virtual/opengl )"
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="x86 ppc"
-IUSE=""
+
+S=${WORKDIR}/plt
src_compile() {
cd ${S}/src