Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm-contrib/
Date: Sat, 28 Oct 2017 20:16:22
Message-Id: 1509221753.fd9c45a03f8a720a4e85c2d4abaf9c1ede0cf3c4.nimiux@gentoo
1 commit: fd9c45a03f8a720a4e85c2d4abaf9c1ede0cf3c4
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 28 20:15:24 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 28 20:15:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9c45a0
7
8 x11-wm/stumpwm-contrib: Bumps ebuild snapshot
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 x11-wm/stumpwm-contrib/Manifest | 1 +
13 .../stumpwm-contrib-20171028.ebuild | 32 ++++++++++++++++++++++
14 2 files changed, 33 insertions(+)
15
16 diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest
17 index cd9df6180fb..fa6dfa9fc8f 100644
18 --- a/x11-wm/stumpwm-contrib/Manifest
19 +++ b/x11-wm/stumpwm-contrib/Manifest
20 @@ -1 +1,2 @@
21 DIST stumpwm-contrib-20170921.tar.bz2 573525 SHA256 57973985fbe7e441ec73c65c333b61db70445874745b4d3499a746300407f673 SHA512 ab5a9b93e85d36ac35ff6b2aa8c77e3084b34a25d4f665edac296dfa24ac35aff6578e0cdf9556ebe6f57755be5d0c9c476bfbbdd2bfcc1e39c57881c57bea33 WHIRLPOOL f6e276fecee3230078e702c6388f9f54434e1f860fe5aa0e382ae2ab131ca27b96af477e66a4b8e34dd5e676cbfaa3e2d31b234dbb4eb7eb5c54aab0ee4ea6e6
22 +DIST stumpwm-contrib-20171028.tar.bz2 573283 SHA256 7845adea306415147dac40357c9d46fd19a00f14a6b318a8132db1de2a3d3633 SHA512 1b4bc04e1c7c4946ac7c1cf2e4e661fc4543cfc150e97184846f8ecd3a8155d0b183b3ed74b252a1a83622354a61ac1021da00e6b6913a817a606d165829ba02 WHIRLPOOL da838686ea3ec7f9638282558ede4c0aa20c268605d12cc3450d3fc5aca31911750b4024ef3e85d588bd30e9296af1c35ef2b02f89bb0e1ada08f50ead02fc4b
23
24 diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild
25 new file mode 100644
26 index 00000000000..06ec6f84093
27 --- /dev/null
28 +++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild
29 @@ -0,0 +1,32 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +inherit common-lisp-3
36 +
37 +DESCRIPTION="Extension Modules for StumpWM"
38 +HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/"
39 +
40 +if [[ ${PV} == 9999* ]] ; then
41 + inherit git-r3
42 + EGIT_REPO_URI="${HOMEPAGE}"
43 +else
44 + SRC_URI="mirror://gentoo/${P}.tar.bz2"
45 + KEYWORDS="~amd64 ~x86"
46 +fi
47 +
48 +LICENSE="GPL-2 GPL-3 BSD-2"
49 +SLOT="0"
50 +IUSE=""
51 +
52 +RDEPEND=">=x11-wm/stumpwm-1.0.0"
53 +
54 +CONTRIBCATEGORIES="media modeline minor-mode util"
55 +
56 +src_install() {
57 + common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
58 + dobin util/stumpish/stumpish
59 + dobin util/pinentry/stumpwm-pinentry
60 + dodoc README.org
61 +}