diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-10 20:19:14 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-10 20:19:14 +0000 |
commit | 9fb69cea2b275ed035d893a4fd4ac5d858e2fbdf (patch) | |
tree | d2e86afac8a6468fbdcd18ba98ecdcaf68deaad0 /dev-lisp/cl-mel-base/cl-mel-base-0.5.30.ebuild | |
parent | need to call games_pkg_setup (diff) | |
download | gentoo-2-9fb69cea2b275ed035d893a4fd4ac5d858e2fbdf.tar.gz gentoo-2-9fb69cea2b275ed035d893a4fd4ac5d858e2fbdf.tar.bz2 gentoo-2-9fb69cea2b275ed035d893a4fd4ac5d858e2fbdf.zip |
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-lisp/cl-mel-base/cl-mel-base-0.5.30.ebuild')
-rw-r--r-- | dev-lisp/cl-mel-base/cl-mel-base-0.5.30.ebuild | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/dev-lisp/cl-mel-base/cl-mel-base-0.5.30.ebuild b/dev-lisp/cl-mel-base/cl-mel-base-0.5.30.ebuild new file mode 100644 index 000000000000..d6965af7c854 --- /dev/null +++ b/dev-lisp/cl-mel-base/cl-mel-base-0.5.30.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.30.ebuild,v 1.1 2005/02/10 20:19:14 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 |