From: Chema Alonso Josa Date: Fri, 3 Feb 2017 08:46:16 +0000 (+0100) Subject: x11-wm/stumpwm-contrib: Adds new package X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a9a939222807fb6ac6048f0ec1d3aa1f6f630665;p=gentoo.git x11-wm/stumpwm-contrib: Adds new package --- diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest new file mode 100644 index 000000000000..df830ec4ee91 --- /dev/null +++ b/x11-wm/stumpwm-contrib/Manifest @@ -0,0 +1 @@ +DIST stumpwm-contrib-20170202.tar.gz 63938 SHA256 2630a65c22f845cac3558d09a8a35c7286a6ec0bd9fe1cec0b9d751652414507 SHA512 035682e6225b1930d2db22ac2541118826e306b682b12cc589362f835a35e287321eb7e5899cacc7076dbded36afa6baaebd7d0e9d727bdc5c1ecde5ad256e59 WHIRLPOOL 29cf0ad802642065b376c5fd85d7b776520c915500856ae6cc5df0bc106f768b654642d4194ef703046871523ebf4e3fece4e92686d17b902ae789c9d103197a diff --git a/x11-wm/stumpwm-contrib/metadata.xml b/x11-wm/stumpwm-contrib/metadata.xml new file mode 100644 index 000000000000..cd8c274bc1eb --- /dev/null +++ b/x11-wm/stumpwm-contrib/metadata.xml @@ -0,0 +1,8 @@ + + + + + nimiux@gentoo.org + Chema Alonso Josa + + diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild new file mode 100644 index 000000000000..a06bbe9f093f --- /dev/null +++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 + +if [[ ${PV} == 9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="git://github.com/stumpwm/${PN}" +else + SRC_URI="mirror://gentoo/${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="Extension Modules for StumpWM" +HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/" + +LICENSE="GPL-2 GPL-3 BSD-2" +SLOT="0" +IUSE="" + +RDEPEND=">=x11-wm/stumpwm-0.9.9" + +CONTRIBCATEGORIES="media modeline minor-mode util" + +src_install() { + common-lisp-install-sources -t all ${CONTRIBCATEGORIES} + dodoc README.org +} diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild new file mode 100644 index 000000000000..4d27f2cc3696 --- /dev/null +++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 + +if [[ ${PV} == 9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="git://github.com/stumpwm/${PN}" +else + SRC_URI="mirror://gentoo/${PN}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="Extension Modules for StumpWM" +HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/" + +LICENSE="GPL-2 GPL-3 BSD-2" +SLOT="0" +IUSE="" + +RDEPEND=">=x11-wm/stumpwm-0.9.9" + +CONTRIBCATEGORIES="media modeline minor-mode util" + +src_install() { + common-lisp-install-sources -t all ${CONTRIBCATEGORIES} + dodoc README.org +}