commit:     2e1f16541d342e2b535d2b6d8d80b770080aa75a
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  2 22:22:44 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 22:22:44 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2e1f1654

dev-lisp/stumpwm-contrib: Adds new package

 x11-wm/stumpwm-contrib/metadata.xml                |  8 ++++++
 .../stumpwm-contrib-20170202.ebuild                | 31 ++++++++++++++++++++++
 .../stumpwm-contrib-99999999.ebuild                | 31 ++++++++++++++++++++++
 3 files changed, 70 insertions(+)

diff --git a/x11-wm/stumpwm-contrib/metadata.xml 
b/x11-wm/stumpwm-contrib/metadata.xml
new file mode 100644
index 0000000..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>nim...@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
index 0000000..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 0000000..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