summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2006-09-26 05:10:54 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2006-09-26 05:10:54 +0000
commit1e76f76bcc9850010e98a36e5eea382afa2effa1 (patch)
tree543ff26450b5fe0cb1cf42180330ef97a9e47732 /dev-lisp/cl-drakma/cl-drakma-0.5.0.ebuild
parentSet library directory to /usr/libdir/pbs/lib rather than /usr/libdir/pbs for ... (diff)
downloadhistorical-1e76f76bcc9850010e98a36e5eea382afa2effa1.tar.gz
historical-1e76f76bcc9850010e98a36e5eea382afa2effa1.tar.bz2
historical-1e76f76bcc9850010e98a36e5eea382afa2effa1.zip
New upstream version.
Package-Manager: portage-2.1.1
Diffstat (limited to 'dev-lisp/cl-drakma/cl-drakma-0.5.0.ebuild')
-rw-r--r--dev-lisp/cl-drakma/cl-drakma-0.5.0.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-lisp/cl-drakma/cl-drakma-0.5.0.ebuild b/dev-lisp/cl-drakma/cl-drakma-0.5.0.ebuild
new file mode 100644
index 000000000000..d736911733cd
--- /dev/null
+++ b/dev-lisp/cl-drakma/cl-drakma-0.5.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-drakma/cl-drakma-0.5.0.ebuild,v 1.1 2006/09/26 05:10:54 mkennedy Exp $
+
+inherit common-lisp
+
+DESCRIPTION="Drakma is a Common Lisp HTTP client."
+HOMEPAGE="http://weitz.de/drakma/"
+SRC_URI="mirror://gentoo/${PN/cl-}_${PV}.orig.tar.gz"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+SLOT="0"
+DEPEND="dev-lisp/cl-chunga
+ dev-lisp/cl-puri
+ >=dev-lisp/cl-base64-3.3.2
+ dev-lisp/cl-trivial-sockets
+ dev-lisp/cl-plus-ssl"
+
+S=${WORKDIR}/${P/cl-}
+
+CLPACKAGE=drakma
+
+src_install() {
+ common-lisp-install *.{lisp,asd}
+ common-lisp-system-symlink
+ dodoc CHANGELOG*
+ dohtml doc/index.html
+}