From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-746575-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id B6A12138A6C
	for <garchives@archives.gentoo.org>; Tue, 11 Nov 2014 23:16:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 659A4E0905;
	Tue, 11 Nov 2014 23:16:40 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 75612E0907
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Nov 2014 23:16:39 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 410FE34047D
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Nov 2014 23:16:38 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D85129F1B
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Nov 2014 23:16:36 +0000 (UTC)
From: "José María Alonso" <nimiux@gentoo.org>
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" <nimiux@gentoo.org>
Message-ID: <1406144284.c4c7e869fa239f89911c09445a9f95a17e8fa3ed.nimiux@gentoo>
Subject: [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm/
X-VCS-Repository: proj/lisp
X-VCS-Files: x11-wm/stumpwm/stumpwm-0.9.8.ebuild
X-VCS-Directories: x11-wm/stumpwm/
X-VCS-Committer: nimiux
X-VCS-Committer-Name: José María Alonso
X-VCS-Revision: c4c7e869fa239f89911c09445a9f95a17e8fa3ed
X-VCS-Branch: master
Date: Tue, 11 Nov 2014 23:16:36 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: ee98e7bb-9a25-416f-b4c2-5eb797d3f819
X-Archives-Hash: e37c5e9b312ea00d98b7263eaf3fc1d0
Message-ID: <20141111231636.xtLT62fCRhngjOncs62WXamDEXi-nkSgnh4144macEA@z>

commit:     c4c7e869fa239f89911c09445a9f95a17e8fa3ed
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 23 19:38:04 2014 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jul 23 19:38:04 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=c4c7e869

x11-wm/stumpwm: fix version in package

---
 x11-wm/stumpwm/stumpwm-0.9.8.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/x11-wm/stumpwm/stumpwm-0.9.8.ebuild b/x11-wm/stumpwm/stumpwm-0.9.8.ebuild
index e5a3b64..5d13023 100644
--- a/x11-wm/stumpwm/stumpwm-0.9.8.ebuild
+++ b/x11-wm/stumpwm/stumpwm-0.9.8.ebuild
@@ -40,6 +40,12 @@ do_doc() {
 	docinto examples ; dodoc sample-stumpwmrc.lisp
 }
 
+src_prepare() {
+	# Upstream did not change version before packaging:
+	# https://github.com/stumpwm/stumpwm/issues/103
+	sed -i "${S}/${PN}.asd" -e 's/:version "0.9.7"/:version "0.9.8"/' || die
+}
+
 src_configure() {
 	eautoreconf
 	econf --with-lisp=$(glo_best_flag sbcl clisp ecl) \