From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ObWmS-0005Cv-Vp for garchives@archives.gentoo.org; Wed, 21 Jul 2010 10:44:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91E73E08AD; Wed, 21 Jul 2010 10:44:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 774C1E08AD for ; Wed, 21 Jul 2010 10:44:04 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 230D81B40D7 for ; Wed, 21 Jul 2010 10:44:04 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 948) id 44C882CF2B; Wed, 21 Jul 2010 10:43:58 +0000 (UTC) From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: ruby-fakegem.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: ruby-fakegem.eclass X-VCS-Directories: eclass X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: <20100721104358.44C882CF2B@corvid.gentoo.org> Date: Wed, 21 Jul 2010 10:43:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a81709d9-08e2-43c4-9041-2d98449af9a3 X-Archives-Hash: c6dc532a0e1a10828833fd338eedeb9a flameeyes 10/07/21 10:43:58 Modified: ruby-fakegem.eclass Log: Allow installing documentation even if there is no documentation task d= efined. Revision Changes Path 1.20 eclass/ruby-fakegem.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby-fakege= m.eclass?rev=3D1.20&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby-fakege= m.eclass?rev=3D1.20&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby-fakege= m.eclass?r1=3D1.19&r2=3D1.20 Index: ruby-fakegem.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/ruby-fakegem.eclass,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ruby-fakegem.eclass 21 Jul 2010 10:42:38 -0000 1.19 +++ ruby-fakegem.eclass 21 Jul 2010 10:43:57 -0000 1.20 @@ -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.19 201= 0/07/21 10:42:38 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-fakegem.eclass,v 1.20 201= 0/07/21 10:43:57 flameeyes Exp $ # # @ECLASS: ruby-fakegem.eclass # @MAINTAINER: @@ -148,7 +148,7 @@ # so better taking this into consideration. local quoted_description=3D${DESCRIPTION//\"/\\\"} cat - > "${T}"/${RUBY_FAKEGEM_NAME}-${_ruby_implementation} </dev/null dohtml -r * || die "failed to install documentation" popd &>/dev/null