blob: 3e3bb6c40eb78ebf3da71b3aca87f27b61aca9dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit common-lisp-2
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="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="dev-lisp/s-xml
dev-lisp/trivial-http"
|