From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm-contrib/
Date: Fri, 3 Feb 2017 08:46:26 +0000 (UTC) [thread overview]
Message-ID: <1486111576.a9a939222807fb6ac6048f0ec1d3aa1f6f630665.nimiux@gentoo> (raw)
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>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
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
+}
next reply other threads:[~2017-02-03 8:46 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-03 8:46 José María Alonso [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-03-14 12:45 [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm-contrib/ José María Alonso
2017-03-14 13:09 José María Alonso
2017-03-20 19:51 José María Alonso
2017-07-13 16:07 José María Alonso
2017-07-30 9:23 Michał Górny
2017-09-21 15:00 José María Alonso
2017-09-21 15:12 José María Alonso
2017-09-21 15:13 José María Alonso
2017-10-28 20:16 José María Alonso
2017-10-30 19:47 José María Alonso
2018-01-28 14:09 José María Alonso
2018-01-28 14:11 José María Alonso
2020-01-13 10:07 David Seifert
2024-05-14 9:14 Arthur Zamarin
2024-05-24 17:46 Ulrich Müller
2024-05-24 17:46 Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1486111576.a9a939222807fb6ac6048f0ec1d3aa1f6f630665.nimiux@gentoo \
--to=nimiux@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox