summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-25 21:01:56 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-25 21:01:56 +0000
commitce1b59767ec11fee6577bc2d441009900ab0f95e (patch)
tree28a782c43e72d1d99f5cba10239e573337771049 /dev-lisp/cmucl/cmucl-18e.ebuild
parentVersion bump. (diff)
downloadhistorical-ce1b59767ec11fee6577bc2d441009900ab0f95e.tar.gz
historical-ce1b59767ec11fee6577bc2d441009900ab0f95e.tar.bz2
historical-ce1b59767ec11fee6577bc2d441009900ab0f95e.zip
add inherit eutils
Diffstat (limited to 'dev-lisp/cmucl/cmucl-18e.ebuild')
-rw-r--r--dev-lisp/cmucl/cmucl-18e.ebuild24
1 files changed, 13 insertions, 11 deletions
diff --git a/dev-lisp/cmucl/cmucl-18e.ebuild b/dev-lisp/cmucl/cmucl-18e.ebuild
index 7fff091b43b8..8e7d8ac878b6 100644
--- a/dev-lisp/cmucl/cmucl-18e.ebuild
+++ b/dev-lisp/cmucl/cmucl-18e.ebuild
@@ -1,25 +1,27 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-18e.ebuild,v 1.1 2003/09/24 00:27:43 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-18e.ebuild,v 1.2 2004/04/25 20:56:45 vapier Exp $
+
+inherit eutils
# This package is a port of the Debian package of the same name.
DEB_PV=7
DESCRIPTION="CMUCL Lisp. This conforms to the ANSI Common Lisp Standard"
-HOMEPAGE="http://www.cons.org/cmucl/
- http://packages.debian.org/unstable/devel/cmucl.html"
+HOMEPAGE="http://www.cons.org/cmucl/ http://packages.debian.org/unstable/devel/cmucl.html"
+SRC_URI="http://ftp.debian.org/debian/pool/main/c/cmucl/cmucl_${PV}.orig.tar.gz
+ http://ftp.debian.org/debian/pool/main/c/cmucl/cmucl_${PV}-${DEB_PV}.diff.gz
+ http://cmucl.cons.org/ftp-area/cmucl/release/18e/cmucl-${PV}-x86-linux.tar.bz2"
+
LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="doc X"
+
DEPEND="dev-lisp/common-lisp-controller
x11-libs/lesstif
doc? ( app-text/tetex )"
# X? ( x11-libs/lesstif )"
-IUSE="doc X"
-SLOT="0"
-KEYWORDS="~x86"
-SRC_URI="http://ftp.debian.org/debian/pool/main/c/cmucl/cmucl_${PV}.orig.tar.gz
- http://ftp.debian.org/debian/pool/main/c/cmucl/cmucl_${PV}-${DEB_PV}.diff.gz
- http://cmucl.cons.org/ftp-area/cmucl/release/18e/cmucl-${PV}-x86-linux.tar.bz2"
-
PROVIDE="virtual/commonlisp"
S=${WORKDIR}/${P}.orig