public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matsuu Takuto (matsuu)" <matsuu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/groff: ChangeLog groff-1.21.ebuild
Date: Wed,  5 Jan 2011 14:38:41 +0000 (UTC)	[thread overview]
Message-ID: <20110105143841.A199720051@flycatcher.gentoo.org> (raw)

matsuu      11/01/05 14:38:41

  Modified:             ChangeLog groff-1.21.ebuild
  Log:
  Fixed to work with linguas_ja USE flag, bug #350534. The patch is submitted by TANABE Ken-ichi.
  
  (Portage version: 2.1.9.28/cvs/Linux x86_64)

Revision  Changes    Path
1.109                sys-apps/groff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/ChangeLog?r1=1.108&r2=1.109

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	4 Jan 2011 22:35:33 -0000	1.108
+++ ChangeLog	5 Jan 2011 14:38:41 -0000	1.109
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/groff
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.108 2011/01/04 22:35:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.109 2011/01/05 14:38:41 matsuu Exp $
+
+  05 Jan 2011; MATSUU Takuto <matsuu@gentoo.org> groff-1.21.ebuild:
+  Fixed to work with linguas_ja USE flag, bug #350534. The patch is submitted
+  by TANABE Ken-ichi.
 
   04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> groff-1.20.1-r3.ebuild:
   Stable on amd64 wrt bug #350491



1.2                  sys-apps/groff/groff-1.21.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.21.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.21.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.21.ebuild?r1=1.1&r2=1.2

Index: groff-1.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.21.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- groff-1.21.ebuild	3 Jan 2011 21:05:04 -0000	1.1
+++ groff-1.21.ebuild	5 Jan 2011 14:38:41 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.21.ebuild,v 1.1 2011/01/03 21:05:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.21.ebuild,v 1.2 2011/01/05 14:38:41 matsuu Exp $
 
 inherit autotools eutils toolchain-funcs
 
 DESCRIPTION="Text formatter used for man pages"
 HOMEPAGE="http://www.gnu.org/software/groff/groff.html"
 SRC_URI="mirror://gnu/groff/${P}.tar.gz
-	linguas_ja? ( mirror://gentoo/${PN}-1.20.1-r2-japanese.patch.bz2 )"
+	linguas_ja? ( mirror://gentoo/${P}-japanese.patch.bz2 )"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -49,7 +49,7 @@
 	EOF
 
 	if use linguas_ja ; then
-		epatch "${WORKDIR}"/${PN}-1.20.1-r2-japanese.patch #255292
+		epatch "${WORKDIR}"/${P}-japanese.patch #255292 #350534
 		eautoconf
 		eautoheader
 	fi






             reply	other threads:[~2011-01-05 14:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-05 14:38 Matsuu Takuto (matsuu) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-07 18:02 [gentoo-commits] gentoo-x86 commit in sys-apps/groff: ChangeLog groff-1.21.ebuild Raul Porcel (armin76)
2011-05-05 19:46 PaweA Hajdan (phajdan.jr)
2011-05-01 12:18 Kacper Kowalik (xarthisius)
2011-04-14 17:04 Brent Baude (ranger)
2011-04-11 23:47 Jeroen Roovers (jer)
2011-04-09 22:00 Christoph Mende (angelos)
2011-01-03 21:05 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=20110105143841.A199720051@flycatcher.gentoo.org \
    --to=matsuu@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