summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChema Alonso Josa <nimiux@gentoo.org>2017-02-07 13:38:59 +0100
committerChema Alonso Josa <nimiux@gentoo.org>2018-03-09 22:34:01 +0100
commitadba92507770393005566594558fecce94a5f969 (patch)
tree13cd5e5bc9c5fe9313aab2c8e74f2f8cb6909fab /dev-lisp/xkeyboard
parentdev-lisp/cl-store: Fixes call to src_prepare (diff)
downloadlisp-adba92507770393005566594558fecce94a5f969.tar.gz
lisp-adba92507770393005566594558fecce94a5f969.tar.bz2
lisp-adba92507770393005566594558fecce94a5f969.zip
dev-lisp/xkeyboard: Adds new live ebuild
Diffstat (limited to 'dev-lisp/xkeyboard')
-rw-r--r--dev-lisp/xkeyboard/Manifest1
-rw-r--r--dev-lisp/xkeyboard/xkeyboard-9999.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-lisp/xkeyboard/Manifest b/dev-lisp/xkeyboard/Manifest
new file mode 100644
index 00000000..48fc12a9
--- /dev/null
+++ b/dev-lisp/xkeyboard/Manifest
@@ -0,0 +1 @@
+EBUILD xkeyboard-9999.ebuild 407 SHA256 558410bab12bd8bbe19b4111e7bce48c63ca7d4383a21da0130ebb337f996c2e SHA512 6fe594c5074a1e0c2a05ed7be92883cb5ffb3eaf9468e0559aa82d8d95a189871f10d9caf3d06241bcf3544ca0fadad5dec486f33479c2e37d90216bd4d9de3b WHIRLPOOL 3373f30924ede84a05e354f84c794213c2892eb0bfa83d312874a8b8b29b83b02f11240b6f93a68427762e752298de3ce3154bd30ee50c002943c0871e2c15ae
diff --git a/dev-lisp/xkeyboard/xkeyboard-9999.ebuild b/dev-lisp/xkeyboard/xkeyboard-9999.ebuild
new file mode 100644
index 00000000..de83dc78
--- /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"