From 362f6041cd3f7c43d516ff896180ff1101bc2e18 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Thu, 12 May 2005 03:26:17 +0000 Subject: (Portage version: 2.0.51.21-r1) --- dev-lisp/cl-yahoo/cl-yahoo-0.5.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-lisp/cl-yahoo/cl-yahoo-0.5.ebuild (limited to 'dev-lisp/cl-yahoo/cl-yahoo-0.5.ebuild') diff --git a/dev-lisp/cl-yahoo/cl-yahoo-0.5.ebuild b/dev-lisp/cl-yahoo/cl-yahoo-0.5.ebuild new file mode 100644 index 000000000000..a4ebde060d40 --- /dev/null +++ b/dev-lisp/cl-yahoo/cl-yahoo-0.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-yahoo/cl-yahoo-0.5.ebuild,v 1.1 2005/05/12 03:26:17 mkennedy Exp $ + +inherit common-lisp eutils + +DESCRIPTION="CL-YAHOO is a Common Lisp interface to the Yahoo! API" +HOMEPAGE="http://www.cliki.net/cl-yahoo" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="x86 ~amd64 ~ppc" +IUSE="" +DEPEND="dev-lisp/cl-s-xml + dev-lisp/cl-trivial-http" + +CLPACKAGE=cl-yahoo + +src_install() { + common-lisp-install cl-yahoo.asd *.lisp + common-lisp-system-symlink + dodoc README CHANGES COPYING +} -- cgit v1.2.3-65-gdbad