summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-03-31 00:47:05 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-03-31 00:47:05 +0000
commitfd2caa0f8c432ad5d9797ed724342aad45839bd2 (patch)
tree053224f65af15717eb4e16ee891bd0855392df5b /eclass/gems.eclass
parentReverted to using MY_P after fixing eclass to recognize MY_P. Closes bug# 87304 (diff)
downloadgentoo-2-fd2caa0f8c432ad5d9797ed724342aad45839bd2.tar.gz
gentoo-2-fd2caa0f8c432ad5d9797ed724342aad45839bd2.tar.bz2
gentoo-2-fd2caa0f8c432ad5d9797ed724342aad45839bd2.zip
Removed unecessary einfo. bug# 87304
Diffstat (limited to 'eclass/gems.eclass')
-rw-r--r--eclass/gems.eclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/gems.eclass b/eclass/gems.eclass
index 451c1f6b9fa2..b6921dfa84f2 100644
--- a/eclass/gems.eclass
+++ b/eclass/gems.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.2 2005/03/31 00:30:02 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.3 2005/03/31 00:47:05 pythonhead Exp $
#
# Author: Rob Cakebread <pythonhead@gentoo.org>
# Current Maintainer: Rob Cakebread <pythonhead@gentoo.org>
@@ -45,10 +45,8 @@ gems_src_install() {
if [ -z "${MY_P}" ]; then
GEM_SRC=${DISTDIR}/${P}
- einfo ${GEM_SRC}
else
GEM_SRC=${DISTDIR}/${MY_P}
- einfo ${GEM_SRC}
fi
dodir ${GEMSDIR}