public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/reiser4progs: ChangeLog reiser4progs-1.0.7.ebuild
Date: Thu, 13 Mar 2014 22:37:54 +0000 (UTC)	[thread overview]
Message-ID: <20140313223754.CE2912004C@flycatcher.gentoo.org> (raw)

vapier      14/03/13 22:37:54

  Modified:             ChangeLog reiser4progs-1.0.7.ebuild
  Log:
  Fix building w/readline-6.3 #504472 by Kobboi.

Revision  Changes    Path
1.43                 sys-fs/reiser4progs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/reiser4progs/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/reiser4progs/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/reiser4progs/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/reiser4progs/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	24 May 2012 02:54:11 -0000	1.42
+++ ChangeLog	13 Mar 2014 22:37:54 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/reiser4progs
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiser4progs/ChangeLog,v 1.42 2012/05/24 02:54:11 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiser4progs/ChangeLog,v 1.43 2014/03/13 22:37:54 vapier Exp $
+
+  13 Mar 2014; Mike Frysinger <vapier@gentoo.org> reiser4progs-1.0.7.ebuild,
+  +files/reiser4progs-1.0.7-readline-6.3.patch:
+  Fix building w/readline-6.3 #504472 by Kobboi.
 
   24 May 2012; Mike Frysinger <vapier@gentoo.org> reiser4progs-1.0.7.ebuild:
   Inherit toolchain-funcs for gen_usr_ldscript.



1.9                  sys-fs/reiser4progs/reiser4progs-1.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/reiser4progs/reiser4progs-1.0.7.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/reiser4progs/reiser4progs-1.0.7.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/reiser4progs/reiser4progs-1.0.7.ebuild?r1=1.8&r2=1.9

Index: reiser4progs-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/reiser4progs/reiser4progs-1.0.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- reiser4progs-1.0.7.ebuild	24 May 2012 02:54:11 -0000	1.8
+++ reiser4progs-1.0.7.ebuild	13 Mar 2014 22:37:54 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiser4progs/reiser4progs-1.0.7.ebuild,v 1.8 2012/05/24 02:54:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/reiser4progs/reiser4progs-1.0.7.ebuild,v 1.9 2014/03/13 22:37:54 vapier Exp $
 
 inherit multilib eutils toolchain-funcs
 
@@ -23,6 +23,7 @@
 	unpack ${A}
 	cd "${S}"
 	epatch "${FILESDIR}"/${P}-gcc-4.4.patch #269240
+	epatch "${FILESDIR}"/${P}-readline-6.3.patch #504472
 	printf '#!/bin/sh\ntrue\n' > run-ldconfig
 }
 





             reply	other threads:[~2014-03-13 22:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-13 22:37 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-07-11  0:34 [gentoo-commits] gentoo-x86 commit in sys-fs/reiser4progs: ChangeLog reiser4progs-1.0.7.ebuild Brent Baude (ranger)
2010-04-18 14:04 Gysbert Wassenaar (nixnut)
2010-04-12 18:54 Markus Meier (maekke)
2010-03-11 18:43 Markos Chandras (hwoarang)
2009-05-11  5:54 Mike Frysinger (vapier)
2009-01-18  6:22 Mike Frysinger (vapier)

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=20140313223754.CE2912004C@flycatcher.gentoo.org \
    --to=vapier@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