blob: d115f7f5b577a66fc6715c6daebbcb4105ae7fae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2008 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=""
DEPEND="dev-lisp/s-xml
dev-lisp/trivial-http"
|