public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markos Chandras (hwoarang)" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-embedded/u-boot-tools: u-boot-tools-2012.10.ebuild ChangeLog
Date: Fri,  9 Nov 2012 21:57:35 +0000 (UTC)	[thread overview]
Message-ID: <20121109215735.D62C220C60@flycatcher.gentoo.org> (raw)

hwoarang    12/11/09 21:57:35

  Modified:             u-boot-tools-2012.10.ebuild ChangeLog
  Log:
  s/ewarn/einfo/
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)

Revision  Changes    Path
1.3                  dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild?r1=1.2&r2=1.3

Index: u-boot-tools-2012.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- u-boot-tools-2012.10.ebuild	9 Nov 2012 21:56:03 -0000	1.2
+++ u-boot-tools-2012.10.ebuild	9 Nov 2012 21:57:35 -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/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild,v 1.2 2012/11/09 21:56:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild,v 1.3 2012/11/09 21:57:35 hwoarang Exp $
 
 EAPI="4"
 
@@ -26,8 +26,8 @@
 	# All this insanity is not required if there is no
 	# /usr/include/image.h installed
 	if [[ -e ${ROOT}/usr/include/image.h ]]; then
-		ewarn "A image.h header is installed in /usr/include/"
-		ewarn "Fixing u-boot files to use the local image.h header"
+		einfo "A image.h header is installed in /usr/include/"
+		einfo "Fixing u-boot files to use the local image.h header"
 		# FIXME: HACK. media-libs/lensfun installs image.h
 		# Copy local image.h to tools/ and common/ directory
 		cp include/image.h common/image.h || die



1.29                 dev-embedded/u-boot-tools/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	9 Nov 2012 21:56:03 -0000	1.28
+++ ChangeLog	9 Nov 2012 21:57:35 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for dev-embedded/u-boot-tools
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog,v 1.28 2012/11/09 21:56:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/ChangeLog,v 1.29 2012/11/09 21:57:35 hwoarang Exp $
+
+  09 Nov 2012; Markos Chandras <hwoarang@gentoo.org>
+  u-boot-tools-2012.10.ebuild:
+  s/ewarn/einfo/
 
   09 Nov 2012; Markos Chandras <hwoarang@gentoo.org>
   u-boot-tools-2012.10.ebuild:





             reply	other threads:[~2012-11-09 21:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-09 21:57 Markos Chandras (hwoarang) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-11-10  7:13 [gentoo-commits] gentoo-x86 commit in dev-embedded/u-boot-tools: u-boot-tools-2012.10.ebuild ChangeLog Mike Frysinger (vapier)
2012-11-09 21:56 Markos Chandras (hwoarang)
2012-11-09 21:53 Markos Chandras (hwoarang)

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=20121109215735.D62C220C60@flycatcher.gentoo.org \
    --to=hwoarang@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