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: x11-wm/stumpwm/
Date: Mon, 28 Apr 2014 11:14:49
Message-Id: 1398683726.7974876afddff65fcf775b06ee470bbac1a0848f.nimiux@gentoo
1 commit: 7974876afddff65fcf775b06ee470bbac1a0848f
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 28 11:15:26 2014 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 28 11:15:26 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=7974876a
7
8 x11-wm/stumpwm: new live ebuild
9
10 ---
11 x11-wm/stumpwm/stumpwm-9999.ebuild | 27 +++++++++++++++++++++++++++
12 1 file changed, 27 insertions(+)
13
14 diff --git a/x11-wm/stumpwm/stumpwm-9999.ebuild b/x11-wm/stumpwm/stumpwm-9999.ebuild
15 new file mode 100644
16 index 0000000..7ce3bab
17 --- /dev/null
18 +++ b/x11-wm/stumpwm/stumpwm-9999.ebuild
19 @@ -0,0 +1,27 @@
20 +# Copyright 1999-2014 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI=5
25 +
26 +inherit common-lisp-3 git-2
27 +
28 +DESCRIPTION="Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in Common Lisp."
29 +HOMEPAGE="http://www.nongnu.org/stumpwm/index.html"
30 +EGIT_REPO_URI="git://github.com/stumpwm/stumpwm"
31 +
32 +LICENSE="GPL-2"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE="doc clisp emacs +sbcl"
36 +
37 +DEPEND="dev-lisp/common-lisp-controller
38 + virtual/commonlisp
39 + dev-lisp/cl-ppcre
40 + doc? ( sys-apps/texinfo )"
41 +
42 +RDEPEND="${DEPEND}
43 + emacs? ( app-emacs/slime )
44 + !clisp? ( !sbcl? ( !amd64? ( dev-lisp/cmucl ) ) )
45 + clisp? ( >=dev-lisp/clisp-2.38-r2[X,-new-clx] )
46 + sbcl? ( dev-lisp/sbcl dev-lisp/clx )"