Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm-contrib/
Date: Thu, 02 Feb 2017 22:22:55
Message-Id: 1486074164.2e1f16541d342e2b535d2b6d8d80b770080aa75a.nimiux@gentoo
1 commit: 2e1f16541d342e2b535d2b6d8d80b770080aa75a
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 22:22:44 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 22:22:44 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2e1f1654
7
8 dev-lisp/stumpwm-contrib: Adds new package
9
10 x11-wm/stumpwm-contrib/metadata.xml | 8 ++++++
11 .../stumpwm-contrib-20170202.ebuild | 31 ++++++++++++++++++++++
12 .../stumpwm-contrib-99999999.ebuild | 31 ++++++++++++++++++++++
13 3 files changed, 70 insertions(+)
14
15 diff --git a/x11-wm/stumpwm-contrib/metadata.xml b/x11-wm/stumpwm-contrib/metadata.xml
16 new file mode 100644
17 index 0000000..cd8c274
18 --- /dev/null
19 +++ b/x11-wm/stumpwm-contrib/metadata.xml
20 @@ -0,0 +1,8 @@
21 +<?xml version="1.0" encoding="UTF-8"?>
22 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 +<pkgmetadata>
24 + <maintainer type="person">
25 + <email>nimiux@g.o</email>
26 + <name>Chema Alonso Josa</name>
27 + </maintainer>
28 +</pkgmetadata>
29
30 diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild
31 new file mode 100644
32 index 0000000..a06bbe9
33 --- /dev/null
34 +++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170202.ebuild
35 @@ -0,0 +1,31 @@
36 +# Copyright 1999-2017 Gentoo Foundation
37 +# Distributed under the terms of the GNU General Public License v2
38 +# $Id$
39 +
40 +EAPI=6
41 +
42 +inherit common-lisp-3
43 +
44 +if [[ ${PV} == 9999* ]] ; then
45 + inherit git-r3
46 + EGIT_REPO_URI="git://github.com/stumpwm/${PN}"
47 +else
48 + SRC_URI="mirror://gentoo/${P}.tar.gz"
49 + KEYWORDS="~amd64 ~x86"
50 +fi
51 +
52 +DESCRIPTION="Extension Modules for StumpWM"
53 +HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/"
54 +
55 +LICENSE="GPL-2 GPL-3 BSD-2"
56 +SLOT="0"
57 +IUSE=""
58 +
59 +RDEPEND=">=x11-wm/stumpwm-0.9.9"
60 +
61 +CONTRIBCATEGORIES="media modeline minor-mode util"
62 +
63 +src_install() {
64 + common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
65 + dodoc README.org
66 +}
67
68 diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild
69 new file mode 100644
70 index 0000000..4d27f2c
71 --- /dev/null
72 +++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-99999999.ebuild
73 @@ -0,0 +1,31 @@
74 +# Copyright 1999-2017 Gentoo Foundation
75 +# Distributed under the terms of the GNU General Public License v2
76 +# $Id$
77 +
78 +EAPI=6
79 +
80 +inherit common-lisp-3
81 +
82 +if [[ ${PV} == 9999* ]] ; then
83 + inherit git-r3
84 + EGIT_REPO_URI="git://github.com/stumpwm/${PN}"
85 +else
86 + SRC_URI="mirror://gentoo/${PN}.tar.gz"
87 + KEYWORDS="~amd64 ~x86"
88 +fi
89 +
90 +DESCRIPTION="Extension Modules for StumpWM"
91 +HOMEPAGE="https://github.com/stumpwm/stumpwm-contrib/"
92 +
93 +LICENSE="GPL-2 GPL-3 BSD-2"
94 +SLOT="0"
95 +IUSE=""
96 +
97 +RDEPEND=">=x11-wm/stumpwm-0.9.9"
98 +
99 +CONTRIBCATEGORIES="media modeline minor-mode util"
100 +
101 +src_install() {
102 + common-lisp-install-sources -t all ${CONTRIBCATEGORIES}
103 + dodoc README.org
104 +}