summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2006-06-05 23:41:18 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2006-06-05 23:41:18 +0000
commitb1e92f8e84f8e6566ef5fbcc0c2a60b83b848d44 (patch)
tree6df1c0e42fcd6812f8ce3a277d7c3abb51175bb2 /dev-lisp
parentStable on SPARC wrt security bug #134010. (diff)
downloadgentoo-2-b1e92f8e84f8e6566ef5fbcc0c2a60b83b848d44.tar.gz
gentoo-2-b1e92f8e84f8e6566ef5fbcc0c2a60b83b848d44.tar.bz2
gentoo-2-b1e92f8e84f8e6566ef5fbcc0c2a60b83b848d44.zip
New upstream version.
(Portage version: 2.1_rc4-r1)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-html-encode/ChangeLog10
-rw-r--r--dev-lisp/cl-html-encode/cl-html-encode-1.2.ebuild25
-rw-r--r--dev-lisp/cl-html-encode/files/digest-cl-html-encode-1.23
3 files changed, 36 insertions, 2 deletions
diff --git a/dev-lisp/cl-html-encode/ChangeLog b/dev-lisp/cl-html-encode/ChangeLog
index 8e5a1710a0ad..7a0daa8d0e3f 100644
--- a/dev-lisp/cl-html-encode/ChangeLog
+++ b/dev-lisp/cl-html-encode/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lisp/cl-html-encode
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-encode/ChangeLog,v 1.5 2005/07/07 16:40:10 mkennedy Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-encode/ChangeLog,v 1.6 2006/06/05 23:41:18 mkennedy Exp $
+
+*cl-html-encode-1.2 (05 Jun 2006)
+
+ 05 Jun 2006; Matthew Kennedy <mkennedy@gentoo.org>
+ +cl-html-encode-1.2.ebuild:
+ New upstream version.
*cl-html-encode-1.1 (07 Jul 2005)
diff --git a/dev-lisp/cl-html-encode/cl-html-encode-1.2.ebuild b/dev-lisp/cl-html-encode/cl-html-encode-1.2.ebuild
new file mode 100644
index 000000000000..6308d3ee8aeb
--- /dev/null
+++ b/dev-lisp/cl-html-encode/cl-html-encode-1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-encode/cl-html-encode-1.2.ebuild,v 1.1 2006/06/05 23:41:18 mkennedy Exp $
+
+inherit common-lisp eutils
+
+DESCRIPTION="Common Lisp library for encoding text in various web-savvy formats."
+HOMEPAGE="http://www.cliki.net/html-encode"
+SRC_URI="http://www.unmutual.info/software/html-encode-${PV}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+DEPEND="virtual/commonlisp
+ dev-lisp/common-lisp-controller"
+
+CLPACKAGE=html-encode
+
+S=${WORKDIR}/html-encode-${PV}
+
+src_install() {
+ common-lisp-install *.lisp *.asd
+ common-lisp-system-symlink
+ dodoc LICENSE
+}
diff --git a/dev-lisp/cl-html-encode/files/digest-cl-html-encode-1.2 b/dev-lisp/cl-html-encode/files/digest-cl-html-encode-1.2
new file mode 100644
index 000000000000..b33b223c9749
--- /dev/null
+++ b/dev-lisp/cl-html-encode/files/digest-cl-html-encode-1.2
@@ -0,0 +1,3 @@
+MD5 67f22483fe6d270b8830f78f285a1016 html-encode-1.2.tar.gz 3132
+RMD160 6ec6ffdd29d88000f3fbc0b7d6c43eb24a0f73c8 html-encode-1.2.tar.gz 3132
+SHA256 8e3da4ad3416b5b9969a76bad7c6a08e7a923bb89bcc5f21d7c5f9922c47ae1a html-encode-1.2.tar.gz 3132