diff options
author | 2008-09-01 22:00:39 +0200 | |
---|---|---|
committer | 2008-09-01 22:00:39 +0200 | |
commit | 8dfa3b7f57478e02b930875d5324d00d31474246 (patch) | |
tree | 5aeaad2a0319630b05f2cf41907611fa5060de2a /dev-lisp/trivial-http/trivial-http-1.3.0.ebuild | |
parent | dev-lisp/trivial-shell: bump to version 0.1.10 (diff) | |
download | lisp-8dfa3b7f57478e02b930875d5324d00d31474246.tar.gz lisp-8dfa3b7f57478e02b930875d5324d00d31474246.tar.bz2 lisp-8dfa3b7f57478e02b930875d5324d00d31474246.zip |
dev-lisp/trivial-http: bump to version 1.3.0
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>
Diffstat (limited to 'dev-lisp/trivial-http/trivial-http-1.3.0.ebuild')
-rw-r--r-- | dev-lisp/trivial-http/trivial-http-1.3.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild b/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild new file mode 100644 index 00000000..e42f169e --- /dev/null +++ b/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit common-lisp-2 + +DESCRIPTION="TRIVIAL-HTTP is a library for doing HTTP POST, HEAD and GET over a socket interface." +HOMEPAGE="http://common-lisp.net/project/trivial-http/" +SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" +DEPEND="!dev-lisp/cl-${PN} + dev-lisp/usocket + dev-lisp/lift" + +src_install() { + common-lisp-install *.asd {dev,tests}/*.lisp + common-lisp-symlink-asdf +} |