commit:     7974876afddff65fcf775b06ee470bbac1a0848f
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 28 11:15:26 2014 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Apr 28 11:15:26 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=7974876a

x11-wm/stumpwm: new live ebuild

---
 x11-wm/stumpwm/stumpwm-9999.ebuild | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/x11-wm/stumpwm/stumpwm-9999.ebuild 
b/x11-wm/stumpwm/stumpwm-9999.ebuild
new file mode 100644
index 0000000..7ce3bab
--- /dev/null
+++ b/x11-wm/stumpwm/stumpwm-9999.ebuild
@@ -0,0 +1,27 @@
+# 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="Stumpwm is a tiling, keyboard driven X11 Window Manager written 
entirely in Common Lisp."
+HOMEPAGE="http://www.nongnu.org/stumpwm/index.html";
+EGIT_REPO_URI="git://github.com/stumpwm/stumpwm"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc clisp emacs +sbcl"
+
+DEPEND="dev-lisp/common-lisp-controller
+       virtual/commonlisp
+       dev-lisp/cl-ppcre
+       doc? ( sys-apps/texinfo )"
+
+RDEPEND="${DEPEND}
+       emacs? ( app-emacs/slime )
+       !clisp? ( !sbcl? ( !amd64? ( dev-lisp/cmucl ) ) )
+       clisp? ( >=dev-lisp/clisp-2.38-r2[X,-new-clx] )
+       sbcl?  ( dev-lisp/sbcl dev-lisp/clx )"

Reply via email to