diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:18:30 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:18:30 +0000 |
commit | 4b7b8b2f50adf857262043990e8e15cb296a9224 (patch) | |
tree | ebcc849dc37bf34344f0e287521636ed4729f620 /dev-ruby/text-format | |
parent | version bump to 0.8.3_rc3 (diff) | |
download | historical-4b7b8b2f50adf857262043990e8e15cb296a9224.tar.gz historical-4b7b8b2f50adf857262043990e8e15cb296a9224.tar.bz2 historical-4b7b8b2f50adf857262043990e8e15cb296a9224.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-ruby/text-format')
-rw-r--r-- | dev-ruby/text-format/text-format-0.61.ebuild | 3 | ||||
-rw-r--r-- | dev-ruby/text-format/text-format-0.64.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-ruby/text-format/text-format-0.61.ebuild b/dev-ruby/text-format/text-format-0.61.ebuild index b2fd63fbed78..c9db32106a71 100644 --- a/dev-ruby/text-format/text-format-0.61.ebuild +++ b/dev-ruby/text-format/text-format-0.61.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.61.ebuild,v 1.4 2004/06/25 02:05:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.61.ebuild,v 1.5 2004/07/14 22:18:30 agriffis Exp $ DESCRIPTION="Text::Format provides strong text formatting capabilities to Ruby" HOMEPAGE="http://www.halostatue.ca/ruby/Text__Format.html" @@ -11,7 +11,6 @@ SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="virtual/ruby" -S=${WORKDIR}/${P} src_install() { dodoc Changelog diff --git a/dev-ruby/text-format/text-format-0.64.ebuild b/dev-ruby/text-format/text-format-0.64.ebuild index 805c5d2302fd..7a25a54960ff 100644 --- a/dev-ruby/text-format/text-format-0.64.ebuild +++ b/dev-ruby/text-format/text-format-0.64.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.64.ebuild,v 1.3 2004/06/25 02:05:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/text-format-0.64.ebuild,v 1.4 2004/07/14 22:18:30 agriffis Exp $ inherit eutils @@ -13,7 +13,6 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="virtual/ruby" -S=${WORKDIR}/${P} src_unpack() { unpack ${A} |