commit: 2c616cf0334f815186c8a55aa7030e3f6712f29d Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Nov 15 20:55:46 2015 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Nov 15 20:55:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2c616cf0
dev-lisp/cl-base64: bump to version 3.3.4 dev-lisp/cl-base64/cl-base64-3.3.4.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dev-lisp/cl-base64/cl-base64-3.3.4.ebuild b/dev-lisp/cl-base64/cl-base64-3.3.4.ebuild new file mode 100644 index 0000000..7ff901d --- /dev/null +++ b/dev-lisp/cl-base64/cl-base64-3.3.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit common-lisp-3 + +DESCRIPTION="Common Lisp package to encode and decode base64 with URI support" +HOMEPAGE="http://www.cliki.net/cl-base64" +SRC_URI="http://files.kpe.io/${PN}/${PF}.tar.gz" +LICENSE="BSD" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-lisp/kmrcl"
