commit:     5d1f480feee1c116d481c7d2fbd290e2ea5681d8
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 09:07:48 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 09:07:48 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5d1f480f

x11-wm/stumpwm-contrib: Bumps snapshot to 20180128

 .../stumpwm-contrib-20180128.ebuild                | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)

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 00000000..fbd35c2d
--- /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
+}

Reply via email to