commit: 2f5e3eeb65649ad7d4e44cd57dbc4db91ccbd5d0 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Dec 14 00:16:36 2014 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Dec 14 00:16:36 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=2f5e3eeb
dev-lisp/colorize: new live ebuild --- dev-lisp/colorize/colorize-9999.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-lisp/colorize/colorize-9999.ebuild b/dev-lisp/colorize/colorize-9999.ebuild new file mode 100644 index 0000000..abaabbf --- /dev/null +++ b/dev-lisp/colorize/colorize-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit common-lisp-3 git-2 + +DESCRIPTION="Colorize is a Common Lisp application for colorizing source code." +HOMEPAGE="http://www.cliki.net/colorize" +EGIT_REPO_URI="git://github.com/redline6561/${PN}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN} + dev-lisp/html-encode + dev-lisp/split-sequence + ~dev-lisp/hyperspec-7.0"
