x11-wm/stumpwm-contrib: Bumps ebuild snapshot
authorChema Alonso Josa <nimiux@gentoo.org>
Sat, 28 Oct 2017 20:15:24 +0000 (22:15 +0200)
committerChema Alonso Josa <nimiux@gentoo.org>
Sat, 28 Oct 2017 20:15:53 +0000 (22:15 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

x11-wm/stumpwm-contrib/Manifest
x11-wm/stumpwm-contrib/stumpwm-contrib-20171028.ebuild [new file with mode: 0644]

index cd9df6180fb758c3bc84c6f49cb70a5579d4e7c8..fa6dfa9fc8ff71f679c41405b86d6d785c8273a1 100644 (file)
@@ -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 (file)
index 0000000..06ec6f8
--- /dev/null
@@ -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
+}