commit:     fd9c45a03f8a720a4e85c2d4abaf9c1ede0cf3c4
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 28 20:15:24 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 20:15:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9c45a0

x11-wm/stumpwm-contrib: Bumps ebuild snapshot

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-wm/stumpwm-contrib/Manifest                    |  1 +
 .../stumpwm-contrib-20171028.ebuild                | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest
index cd9df6180fb..fa6dfa9fc8f 100644
--- a/x11-wm/stumpwm-contrib/Manifest
+++ b/x11-wm/stumpwm-contrib/Manifest
@@ -1 +1,2 @@
 DIST stumpwm-contrib-20170921.tar.bz2 573525 SHA256 
57973985fbe7e441ec73c65c333b61db70445874745b4d3499a746300407f673 SHA512 
ab5a9b93e85d36ac35ff6b2aa8c77e3084b34a25d4f665edac296dfa24ac35aff6578e0cdf9556ebe6f57755be5d0c9c476bfbbdd2bfcc1e39c57881c57bea33
 WHIRLPOOL 
f6e276fecee3230078e702c6388f9f54434e1f860fe5aa0e382ae2ab131ca27b96af477e66a4b8e34dd5e676cbfaa3e2d31b234dbb4eb7eb5c54aab0ee4ea6e6
+DIST stumpwm-contrib-20171028.tar.bz2 573283 SHA256 
7845adea306415147dac40357c9d46fd19a00f14a6b318a8132db1de2a3d3633 SHA512 
1b4bc04e1c7c4946ac7c1cf2e4e661fc4543cfc150e97184846f8ecd3a8155d0b183b3ed74b252a1a83622354a61ac1021da00e6b6913a817a606d165829ba02
 WHIRLPOOL 
da838686ea3ec7f9638282558ede4c0aa20c268605d12cc3450d3fc5aca31911750b4024ef3e85d588bd30e9296af1c35ef2b02f89bb0e1ada08f50ead02fc4b

diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild 
b/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild
new file mode 100644
index 00000000000..06ec6f84093
--- /dev/null
+++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="Extension Modules for StumpWM"
+HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/";
+
+if [[ ${PV} == 9999* ]] ; then
+       inherit git-r3
+       EGIT_REPO_URI="${HOMEPAGE}"
+else
+       SRC_URI="mirror://gentoo/${P}.tar.bz2"
+       KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2 GPL-3 BSD-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=x11-wm/stumpwm-1.0.0"
+
+CONTRIBCATEGORIES="media modeline minor-mode util"
+
+src_install() {
+       common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
+       dobin util/stumpish/stumpish
+       dobin util/pinentry/stumpwm-pinentry
+       dodoc README.org
+}

Reply via email to