public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alex Alexander (wired)" <wired@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: ChangeLog rxvt-unicode-9.15.ebuild
Date: Mon, 23 Jan 2012 23:39:51 +0000 (UTC)	[thread overview]
Message-ID: <20120123233951.743202004B@flycatcher.gentoo.org> (raw)

wired       12/01/23 23:39:51

  Modified:             ChangeLog rxvt-unicode-9.15.ebuild
  Log:
  fixed buffer-on-clear patch not applying in new version
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.204                x11-terms/rxvt-unicode/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.204&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.204&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.203&r2=1.204

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- ChangeLog	23 Jan 2012 10:43:49 -0000	1.203
+++ ChangeLog	23 Jan 2012 23:39:51 -0000	1.204
@@ -1,6 +1,9 @@
 # ChangeLog for x11-terms/rxvt-unicode
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.203 2012/01/23 10:43:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.204 2012/01/23 23:39:51 wired Exp $
+
+  23 Jan 2012; Alex Alexander <wired@gentoo.org> rxvt-unicode-9.15.ebuild:
+  fixed buffer-on-clear patch not applying in new version
 
   23 Jan 2012; Jeroen Roovers <jer@gentoo.org> rxvt-unicode-9.15.ebuild:
   Fix patch name by Markus Peloquin (bug #399659).



1.3                  x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild?r1=1.2&r2=1.3

Index: rxvt-unicode-9.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rxvt-unicode-9.15.ebuild	23 Jan 2012 10:43:49 -0000	1.2
+++ rxvt-unicode-9.15.ebuild	23 Jan 2012 23:39:51 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild,v 1.2 2012/01/23 10:43:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild,v 1.3 2012/01/23 23:39:51 wired Exp $
 
 EAPI="4"
 
@@ -66,7 +66,7 @@
 		use secondary-wheel && epatch "${FILESDIR}"/${PN}-9.14-secondary-wheel.patch
 
 		# ctrl-l buffer fix
-		use buffer-on-clear && epatch "${FILESDIR}"/${P}-clear.patch
+		use buffer-on-clear && epatch "${FILESDIR}"/${PN}-9.14-clear.patch
 
 		use alt-font-width && epatch "${FILESDIR}"/${PN}-9.06-font-width.patch
 	fi






             reply	other threads:[~2012-01-23 23:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-23 23:39 Alex Alexander (wired) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-31 17:29 [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: ChangeLog rxvt-unicode-9.15.ebuild Raul Porcel (armin76)
2012-02-27  4:40 Jeroen Roovers (jer)
2012-02-26 20:06 Jeff Horelick (jdhore)
2012-02-25 21:50 Agostino Sarubbo (ago)
2012-02-25 17:13 Samuli Suominen (ssuominen)
2012-02-20 20:57 Jeroen Roovers (jer)
2012-02-06 15:25 Justin Lecher (jlec)
2012-01-30 22:51 Jeroen Roovers (jer)
2012-01-23 10:43 Jeroen Roovers (jer)
2012-01-21 18:16 Jeroen Roovers (jer)

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=20120123233951.743202004B@flycatcher.gentoo.org \
    --to=wired@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