x11-wm/stumpwm-contrib: Adds new package
authorChema Alonso Josa <nimiux@gentoo.org>
Fri, 3 Feb 2017 08:46:16 +0000 (09:46 +0100)
committerChema Alonso Josa <nimiux@gentoo.org>
Fri, 3 Feb 2017 08:46:16 +0000 (09:46 +0100)
x11-wm/stumpwm-contrib/Manifest [new file with mode: 0644]
x11-wm/stumpwm-contrib/metadata.xml [new file with mode: 0644]
x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild [new file with mode: 0644]
x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild [new file with mode: 0644]

diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest
new file mode 100644 (file)
index 0000000..df830ec
--- /dev/null
@@ -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 (file)
index 0000000..cd8c274
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>nimiux@gentoo.org</email>
+               <name>Chema Alonso Josa</name>
+       </maintainer>
+</pkgmetadata>
diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild
new file mode 100644 (file)
index 0000000..a06bbe9
--- /dev/null
@@ -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 (file)
index 0000000..4d27f2c
--- /dev/null
@@ -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
+}