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://git.overlays.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) \

Reply via email to