diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2018-01-28 15:08:40 +0100 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-01-28 15:09:10 +0100 |
commit | 3b512754e6654558655c3aadff37681892e3b724 (patch) | |
tree | 67b79d782e3ebc3d62bdbeb069f1ff393fe9d7df /x11-wm | |
parent | media-libs/openexr: amd64 stable wrt bug #639804 (diff) | |
download | gentoo-3b512754e6654558655c3aadff37681892e3b724.tar.gz gentoo-3b512754e6654558655c3aadff37681892e3b724.tar.bz2 gentoo-3b512754e6654558655c3aadff37681892e3b724.zip |
x11-wm/stumpwm-contrib: Bumps snapshot to 20180128
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/stumpwm-contrib/Manifest | 1 | ||||
-rw-r--r-- | x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest index d0932925736d..d95e85292e26 100644 --- a/x11-wm/stumpwm-contrib/Manifest +++ b/x11-wm/stumpwm-contrib/Manifest @@ -1 +1,2 @@ DIST stumpwm-contrib-20171028.tar.bz2 573283 BLAKE2B 88391db94b71489e745d0ed01a27ff8f738dcad27851d7d9902e5e38a23dfe4813b44c230dea382b27fdc9a0941642f77112d6bfdc040d690cccbef8d9be305c SHA512 1b4bc04e1c7c4946ac7c1cf2e4e661fc4543cfc150e97184846f8ecd3a8155d0b183b3ed74b252a1a83622354a61ac1021da00e6b6913a817a606d165829ba02 +DIST stumpwm-contrib-20180128.tar.bz2 575171 BLAKE2B 57f5cab26ecfd0721ae3c167ad09922920b171fc95250eb6e98936033623837d50d70179a2262093b4db978477da3ae0bc5e920ac0cfc1e291f60ef6b7c0c260 SHA512 76bc7bf0b5a752264f3719d38773362cf134edb8ce128d2213a0d636485d12ae86b52d111d07688ce0b2a97e1e4282b391491a738e77946d225ddc22c84e8156 diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild new file mode 100644 index 000000000000..fbd35c2db101 --- /dev/null +++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20180128.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 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 minor-mode modeline util" + +src_install() { + common-lisp-install-sources -t all ${CONTRIBCATEGORIES} + dobin util/stumpish/stumpish + dobin util/pinentry/stumpwm-pinentry + dodoc README.org +} |