summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-10-01 07:07:09 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-10-01 07:07:09 +0000
commit578f90908a7c871ddc26991c266de9cbf59e1d36 (patch)
tree9190cb23da3b446aa04fd6558245cad9457fd941 /dev-lisp/cl-with/cl-with-20020712.ebuild
parentversion bump (diff)
downloadhistorical-578f90908a7c871ddc26991c266de9cbf59e1d36.tar.gz
historical-578f90908a7c871ddc26991c266de9cbf59e1d36.tar.bz2
historical-578f90908a7c871ddc26991c266de9cbf59e1d36.zip
Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'dev-lisp/cl-with/cl-with-20020712.ebuild')
-rw-r--r--dev-lisp/cl-with/cl-with-20020712.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-lisp/cl-with/cl-with-20020712.ebuild b/dev-lisp/cl-with/cl-with-20020712.ebuild
new file mode 100644
index 000000000000..10a6dd5ee81f
--- /dev/null
+++ b/dev-lisp/cl-with/cl-with-20020712.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-with/cl-with-20020712.ebuild,v 1.1 2005/10/01 07:07:09 mkennedy Exp $
+
+inherit common-lisp eutils
+
+DESCRIPTION="With -- The Bastard Son of Loop"
+HOMEPAGE="http://www.geocities.com/mparker762/with.html"
+SRC_URI="mirror://gentoo/with-${PV}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-lisp/cl-plus"
+
+S=${WORKDIR}/
+
+CLPACKAGE=with
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/${PV}-gentoo.patch
+}
+
+src_install() {
+ common-lisp-install *.lisp ${FILESDIR}/with.asd
+ common-lisp-system-symlink
+ dodoc license.txt
+}