commit:     a9a939222807fb6ac6048f0ec1d3aa1f6f630665
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 08:46:16 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 08:46:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a93922

x11-wm/stumpwm-contrib: Adds new package

 x11-wm/stumpwm-contrib/Manifest                    |  1 +
 x11-wm/stumpwm-contrib/metadata.xml                |  8 ++++++
 .../stumpwm-contrib-20170202.ebuild                | 31 ++++++++++++++++++++++
 .../stumpwm-contrib-99999999.ebuild                | 31 ++++++++++++++++++++++
 4 files changed, 71 insertions(+)

diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest
new file mode 100644
index 00000000..df830ec
--- /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 00000000..cd8c274
--- /dev/null
+++ b/x11-wm/stumpwm-contrib/metadata.xml
@@ -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>[email protected]</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
index 00000000..a06bbe9
--- /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 00000000..4d27f2c
--- /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
+}

Reply via email to