public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm/
Date: Wed, 23 Jul 2014 19:38:11 +0000 (UTC)	[thread overview]
Message-ID: <1406144284.c4c7e869fa239f89911c09445a9f95a17e8fa3ed.nimiux@gentoo> (raw)

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) \


WARNING: multiple messages have this Message-ID (diff)
From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm/
Date: Tue, 11 Nov 2014 23:16:36 +0000 (UTC)	[thread overview]
Message-ID: <1406144284.c4c7e869fa239f89911c09445a9f95a17e8fa3ed.nimiux@gentoo> (raw)
Message-ID: <20141111231636.xtLT62fCRhngjOncs62WXamDEXi-nkSgnh4144macEA@z> (raw)

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) \


             reply	other threads:[~2014-07-24 22:52 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-23 19:38 José María Alonso [this message]
2014-11-11 23:16 ` [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2022-03-25 19:24 Ulrich Müller
2018-05-31 16:44 José María Alonso
2018-03-09 21:36 José María Alonso
2018-03-09 21:36 José María Alonso
2018-03-09 17:41 José María Alonso
2018-03-09 17:41 José María Alonso
2018-03-05 19:19 José María Alonso
2018-02-03 22:06 José María Alonso
2017-10-28 20:27 José María Alonso
2017-10-28 14:49 José María Alonso
2017-08-24 20:54 José María Alonso
2017-07-31 15:12 José María Alonso
2017-07-17  8:36 José María Alonso
2017-07-13 16:03 José María Alonso
2017-07-13 15:26 José María Alonso
2017-04-27  9:08 José María Alonso
2017-02-03  8:21 José María Alonso
2017-02-02 22:25 José María Alonso
2017-02-02 22:23 José María Alonso
2017-02-02 10:12 José María Alonso
2017-01-22 16:17 José María Alonso
2017-01-15 16:45 José María Alonso
2016-03-17 11:04 José María Alonso
2016-03-02 14:04 José María Alonso
2016-03-02 13:55 José María Alonso
2016-03-02 13:53 José María Alonso
2014-11-25 20:46 José María Alonso
2014-11-11 23:16 José María Alonso
2014-07-21 12:18 José María Alonso
2014-07-21 10:29 José María Alonso
2014-07-21 10:27 José María Alonso
2014-04-28 13:59 José María Alonso
2014-04-28 12:36 José María Alonso
2014-04-28 11:14 José María Alonso

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=1406144284.c4c7e869fa239f89911c09445a9f95a17e8fa3ed.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