From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AB8E139694 for ; Thu, 13 Jul 2017 16:07:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69194E0DA6; Thu, 13 Jul 2017 16:07:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48DDFE0DA6 for ; Thu, 13 Jul 2017 16:07:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1732F34192A for ; Thu, 13 Jul 2017 16:07:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3674748F for ; Thu, 13 Jul 2017 16:07:19 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1499962036.c803bf07a6ec6a8288d7604b54cc5e7b47339279.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm-contrib/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/stumpwm-contrib/Manifest x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild X-VCS-Directories: x11-wm/stumpwm-contrib/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: c803bf07a6ec6a8288d7604b54cc5e7b47339279 X-VCS-Branch: master Date: Thu, 13 Jul 2017 16:07:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d2e913a9-631e-4550-b684-fc1e58c91ec2 X-Archives-Hash: 8b19bfd2417cd6a38649e5a843711ec2 commit: c803bf07a6ec6a8288d7604b54cc5e7b47339279 Author: Chema Alonso Josa gentoo org> AuthorDate: Thu Jul 13 16:07:16 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Jul 13 16:07:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c803bf07 x11-wm/stumpwm-contrib: Sync with lisp overlay Package-Manager: Portage-2.3.6, Repoman-2.3.1 x11-wm/stumpwm-contrib/Manifest | 1 + .../stumpwm-contrib-20170713.ebuild | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/x11-wm/stumpwm-contrib/Manifest b/x11-wm/stumpwm-contrib/Manifest index 9e9fd383bf7..135b7e28f57 100644 --- a/x11-wm/stumpwm-contrib/Manifest +++ b/x11-wm/stumpwm-contrib/Manifest @@ -1 +1,2 @@ DIST stumpwm-contrib-20170314.tar.bz2 54099 SHA256 a6c48eb81f55b79805c16660db0e38d7f0451be1709cb86ef16244f0319315b3 SHA512 2c6a0f4e3f7e0df7de6a71b81feae73ae9a9eeb0fca96597e68aa015d86cd0d10d54313914f6a68bf284b1a1455c668a1727d9ae6aef54c393f9e50183da6ab2 WHIRLPOOL 939223bcbc0bd7517c7b241c82eb0ed24744f5e0cd979e1051ef410fbfcb56078c796c6c1ec452d6232766172b28c5b5138bbfb7233ee59e268aa50691db14d1 +DIST stumpwm-contrib-20170713.tar.bz2 54197 SHA256 b420fd526566210e179d9e1b23f62781971cb522158b6c84f04d55403e458f5f SHA512 01de3f543ceb66c35d1e00a7d598c71274da03c40b90d9dcd7ea704f98497fe3c9ef6b33d25db1dd411a503171fd8911137c385c9089a9404eb579c39eb8082a WHIRLPOOL 4149f353e9264132fd7ee128b9e3cc1e30a672d771ac677ec77dec5fb8c05f8fba557e1d8af14031d37087bd9bbe644a99329ea0a7323401b0908fb10008c09d diff --git a/x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild new file mode 100644 index 00000000000..7ceecc4fbfe --- /dev/null +++ b/x11-wm/stumpwm-contrib/stumpwm-contrib-20170713.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit common-lisp-3 + +if [[ ${PV} == 9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="git://github.com/stumpwm/${PN}" +else + SRC_URI="https://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${P}.tar.bz2" + 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} + dobin util/stumpish/stumpish + dodoc README.org +}