summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-04-25 08:36:51 +0000
committerHans de Graaff <graaff@gentoo.org>2011-04-25 08:36:51 +0000
commit405ab2f673644e292201b9d5a96c99e6b253f02a (patch)
treebd2ab194ef3ed0c613f4c7cb5cc7a386bc74b933 /eclass
parentDrop some unnecessary dies since in EAPI=4 they should die on their own. Som... (diff)
downloadgentoo-2-405ab2f673644e292201b9d5a96c99e6b253f02a.tar.gz
gentoo-2-405ab2f673644e292201b9d5a96c99e6b253f02a.tar.bz2
gentoo-2-405ab2f673644e292201b9d5a96c99e6b253f02a.zip
Fix typo.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ruby-fakegem.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
index 62ac9a9eb643..7c6b6ca861df 100644
--- a/eclass/ruby-fakegem.eclass
+++ b/eclass/ruby-fakegem.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-fakegem.eclass,v 1.28 2011/03/05 06:58:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-fakegem.eclass,v 1.29 2011/04/25 08:36:51 graaff Exp $
#
# @ECLASS: ruby-fakegem.eclass
# @MAINTAINER:
@@ -212,7 +212,7 @@ ruby_fakegem_genspec() {
# so better taking this into consideration.
local quoted_description=${DESCRIPTION//\"/\\\"}
cat - > $1 <<EOF
-# generated by ruby-fakegem.eclass $Revision: 1.28 $
+# generated by ruby-fakegem.eclass $Revision: 1.29 $
Gem::Specification.new do |s|
s.name = "${RUBY_FAKEGEM_NAME}"
s.version = "${RUBY_FAKEGEM_VERSION}"
@@ -262,7 +262,7 @@ ruby_fakegem_binwrapper() {
#!${rubycmd}
# This is a simplified version of the RubyGems wrapper
#
-# Generated by ruby-fakegem.eclass $Revision: 1.28 $
+# Generated by ruby-fakegem.eclass $Revision: 1.29 $
require 'rubygems'
@@ -295,7 +295,7 @@ all_ruby_unpack() {
for archive in ${A}; do
case "${archive}" in
*.gem)
- # Make sure that we're not running unoack for more than
+ # Make sure that we're not running unpack for more than
# one .gem file, since we won't support that at all.
[[ -d "${S}" ]] && die "Unable to unpack ${archive}, ${S} exists"