commit: bb840e7d057ccad9d649594033e3f3ece8c7b2e2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Tue Feb 7 12:38:59 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Tue Feb 7 12:38:59 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=bb840e7d
dev-lisp/xkeyboard: Adds new live ebuild dev-lisp/xkeyboard/xkeyboard-9999.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dev-lisp/xkeyboard/xkeyboard-9999.ebuild b/dev-lisp/xkeyboard/xkeyboard-9999.ebuild new file mode 100644 index 0000000..de83dc7 --- /dev/null +++ b/dev-lisp/xkeyboard/xkeyboard-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 git-r3 + +DESCRIPTION="X11 XKeyboard extension for common lisp x client (clx)" +HOMEPAGE="https://github.com/filonenko-mikhail/clx-xkeyboard" +EGIT_REPO_URI="https://github.com/filonenko-mikhail/clx-${PN}.git" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND="dev-lisp/clx"
