diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-07 21:24:39 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-07 21:24:39 +0000 |
commit | 9934107157bbd2d02087e5f55dd8406c696a907d (patch) | |
tree | 7bce1f9283e42e8151a2e9d241683c887d1e1b7c /dev-lisp/cl-mel-base/cl-mel-base-0.5.22.ebuild | |
parent | stable on x86 (diff) | |
download | gentoo-2-9934107157bbd2d02087e5f55dd8406c696a907d.tar.gz gentoo-2-9934107157bbd2d02087e5f55dd8406c696a907d.tar.bz2 gentoo-2-9934107157bbd2d02087e5f55dd8406c696a907d.zip |
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-lisp/cl-mel-base/cl-mel-base-0.5.22.ebuild')
-rw-r--r-- | dev-lisp/cl-mel-base/cl-mel-base-0.5.22.ebuild | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/dev-lisp/cl-mel-base/cl-mel-base-0.5.22.ebuild b/dev-lisp/cl-mel-base/cl-mel-base-0.5.22.ebuild new file mode 100644 index 000000000000..9dab419fcf70 --- /dev/null +++ b/dev-lisp/cl-mel-base/cl-mel-base-0.5.22.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-mel-base/cl-mel-base-0.5.22.ebuild,v 1.1 2005/02/07 21:24:39 mkennedy Exp $ + +inherit common-lisp eutils + +MY_PV=${PV:0:3}-${PV:4} + +DESCRIPTION="A Common Lisp networking library for handling e-mail from Maildir, POP3, IMAP and SMTP" +HOMEPAGE="http://codeartist.org/mel/" +SRC_URI="http://dataheaven.dnsalias.net/asdf-install/mel-base_${MY_PV}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="-*" +IUSE="" + +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp" + +RDEPEND="${DEPEND} + app-misc/mime-types" + +CLPACKAGE=mel-base + +S=${WORKDIR}/mel-base_${MY_PV} + +src_install() { + insinto ${CLSOURCEROOT}/${CLPACKAGE}/ + doins *.lisp mel-base.asd + for dir in folders/* lisp-dep protocols; do + insinto ${CLSOURCEROOT}/${CLPACKAGE}/${dir} + doins ${dir}/*.lisp + done + common-lisp-system-symlink + dodoc LICENSE +} + +# TODO: +# * CLOS-related build failure CMUCL |