public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer (patrick)" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: check-reqs.eclass ChangeLog
Date: Fri, 19 Oct 2012 03:35:15 +0000 (UTC)	[thread overview]
Message-ID: <20121019033515.CDACB21600@flycatcher.gentoo.org> (raw)

patrick     12/10/19 03:35:15

  Modified:             check-reqs.eclass ChangeLog
  Log:
  Fixing units

Revision  Changes    Path
1.13                 eclass/check-reqs.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/check-reqs.eclass?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/check-reqs.eclass?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/check-reqs.eclass?r1=1.12&r2=1.13

Index: check-reqs.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/check-reqs.eclass,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- check-reqs.eclass	19 Oct 2012 02:44:21 -0000	1.12
+++ check-reqs.eclass	19 Oct 2012 03:35:15 -0000	1.13
@@ -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/eclass/check-reqs.eclass,v 1.12 2012/10/19 02:44:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/check-reqs.eclass,v 1.13 2012/10/19 03:35:15 patrick Exp $
 
 # @ECLASS: check-reqs.eclass
 # @MAINTAINER:
@@ -190,7 +190,7 @@
 	# Backcompat.
 	if [[ ${size} == ${1} ]]; then
 		ewarn "QA: Package does not specify unit for the size check"
-		ewarn "QA: Assuming mebibytes."
+		ewarn "QA: Assuming megabytes."
 		ewarn "QA: File bug against the package. It should specify the unit."
 	fi
 
@@ -209,9 +209,9 @@
 	local unit=${1:(-1)}
 
 	case ${unit} in
-		G) echo "gibibytes" ;;
-		[M0-9]) echo "mebibytes" ;;
-		T) echo "tebibytes" ;;
+		G) echo "gigabytes" ;;
+		[M0-9]) echo "megabytes" ;;
+		T) echo "terabytes" ;;
 		*)
 			die "${FUNCNAME}: Unknown unit: ${unit}"
 		;;



1.453                eclass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.453&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.453&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.452&r2=1.453

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.452
retrieving revision 1.453
diff -u -r1.452 -r1.453
--- ChangeLog	19 Oct 2012 02:44:21 -0000	1.452
+++ ChangeLog	19 Oct 2012 03:35:15 -0000	1.453
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.452 2012/10/19 02:44:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.453 2012/10/19 03:35:15 patrick Exp $
+
+  19 Oct 2012; Patrick Lauer <patrick@gentoo.org> check-reqs.eclass:
+  Fixing units
 
   19 Oct 2012; Patrick Lauer <patrick@gentoo.org> check-reqs.eclass:
   Fixing binpkg behaviour





             reply	other threads:[~2012-10-19  3:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-19  3:35 Patrick Lauer (patrick) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-03-29 16:06 [gentoo-commits] gentoo-x86 commit in eclass: check-reqs.eclass ChangeLog Ulrich Mueller (ulm)
2014-03-28 15:08 Ulrich Mueller (ulm)
2012-10-19  2:44 Patrick Lauer (patrick)

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=20121019033515.CDACB21600@flycatcher.gentoo.org \
    --to=patrick@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