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-contrib/
Date: Sun, 28 Jan 2018 09:07:58
Message-Id: 1517130468.5d1f480feee1c116d481c7d2fbd290e2ea5681d8.nimiux@gentoo
1 commit: 5d1f480feee1c116d481c7d2fbd290e2ea5681d8
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 09:07:48 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 09:07:48 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5d1f480f
7
8 x11-wm/stumpwm-contrib: Bumps snapshot to 20180128
9
10 .../stumpwm-contrib-20180128.ebuild | 32 ++++++++++++++++++++++
11 1 file changed, 32 insertions(+)
12
13 diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild
14 new file mode 100644
15 index 00000000..fbd35c2d
16 --- /dev/null
17 +++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild
18 @@ -0,0 +1,32 @@
19 +# Copyright 1999-2018 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +
22 +EAPI=6
23 +
24 +inherit common-lisp-3
25 +
26 +DESCRIPTION="Extension Modules for StumpWM"
27 +HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/"
28 +
29 +if [[ ${PV} == 9999* ]] ; then
30 + inherit git-r3
31 + EGIT_REPO_URI="${HOMEPAGE}"
32 +else
33 + SRC_URI="mirror://gentoo/${P}.tar.bz2"
34 + KEYWORDS="~amd64 ~x86"
35 +fi
36 +
37 +LICENSE="GPL-2 GPL-3 BSD-2"
38 +SLOT="0"
39 +IUSE=""
40 +
41 +RDEPEND=">=x11-wm/stumpwm-1.0.0"
42 +
43 +CONTRIBCATEGORIES="media minor-mode modeline util"
44 +
45 +src_install() {
46 + common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
47 + dobin util/stumpish/stumpish
48 + dobin util/pinentry/stumpwm-pinentry
49 + dodoc README.org
50 +}