summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStelian Ionescu <sionescu@cddr.org>2011-01-31 15:28:26 +0100
committerChema Alonso Josa <nimiux@gentoo.org>2018-03-09 22:33:29 +0100
commitc9dca47b7643f92f5580a3a2ba1de7fb583019b1 (patch)
tree2f032d68a3a44514c2a4b80274363d3ac65c0cd1 /dev-lisp/cl-recaptcha
parentdev-lisp/local-time: bump to version 1.0.1_p20100617 (diff)
downloadlisp-c9dca47b7643f92f5580a3a2ba1de7fb583019b1.tar.gz
lisp-c9dca47b7643f92f5580a3a2ba1de7fb583019b1.tar.bz2
lisp-c9dca47b7643f92f5580a3a2ba1de7fb583019b1.zip
Add dev-lisp/cl-recaptcha-1.0
Diffstat (limited to 'dev-lisp/cl-recaptcha')
-rw-r--r--dev-lisp/cl-recaptcha/Manifest2
-rw-r--r--dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild19
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-lisp/cl-recaptcha/Manifest b/dev-lisp/cl-recaptcha/Manifest
new file mode 100644
index 00000000..0a8bc254
--- /dev/null
+++ b/dev-lisp/cl-recaptcha/Manifest
@@ -0,0 +1,2 @@
+DIST cl-recaptcha-1.0.tar.gz 2001 RMD160 91bf8eb9f40e354dd5d3c52b5a29ffe6d6268575 SHA1 9d8f1c8c6205d294e2b309ccf693f9f99a314218 SHA256 d3da97035b972f3a363d0d08050aba43467cd691528ad84893e9a4f819b59d70
+EBUILD cl-recaptcha-1.0.ebuild 496 RMD160 82e5e85a9e3eab5165dee7df1d7bcd5208fff3c9 SHA1 b19fb9611613f15531eaf7f28fd15da3463221db SHA256 df51d5ba0915193a207c044485c385dcc043813532ddc5e7e17b26e5df211eee
diff --git a/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild b/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild
new file mode 100644
index 00000000..161e43cd
--- /dev/null
+++ b/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+inherit common-lisp-3
+
+DESCRIPTION="Straightforward Common Lisp recaptcha.com interconnection"
+HOMEPAGE="http://github.com/madnificent/cl-recaptcha/"
+SRC_URI="http://github.com/downloads/madnificent/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lisp/drakma-1.0.0
+ dev-lisp/split-sequence
+ dev-lisp/cl-ppcre"