Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/xkeyboard/
Date: Tue, 07 Feb 2017 12:39:10
Message-Id: 1486471139.bb840e7d057ccad9d649594033e3f3ece8c7b2e2.nimiux@gentoo
1 commit: bb840e7d057ccad9d649594033e3f3ece8c7b2e2
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 7 12:38:59 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 12:38:59 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=bb840e7d
7
8 dev-lisp/xkeyboard: Adds new live ebuild
9
10 dev-lisp/xkeyboard/xkeyboard-9999.ebuild | 17 +++++++++++++++++
11 1 file changed, 17 insertions(+)
12
13 diff --git a/dev-lisp/xkeyboard/xkeyboard-9999.ebuild b/dev-lisp/xkeyboard/xkeyboard-9999.ebuild
14 new file mode 100644
15 index 0000000..de83dc7
16 --- /dev/null
17 +++ b/dev-lisp/xkeyboard/xkeyboard-9999.ebuild
18 @@ -0,0 +1,17 @@
19 +# Copyright 1999-2017 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=6
24 +
25 +inherit common-lisp-3 git-r3
26 +
27 +DESCRIPTION="X11 XKeyboard extension for common lisp x client (clx)"
28 +HOMEPAGE="https://github.com/filonenko-mikhail/clx-xkeyboard"
29 +EGIT_REPO_URI="https://github.com/filonenko-mikhail/clx-${PN}.git"
30 +
31 +LICENSE="MIT"
32 +SLOT="0"
33 +IUSE=""
34 +
35 +RDEPEND="dev-lisp/clx"