summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-06-27 20:26:56 +0000
committerAron Griffis <agriffis@gentoo.org>2005-06-27 20:26:56 +0000
commit8a3d940e7dae86143596d7d853e4df199071e3e8 (patch)
tree86825fc01882cc84e169648b6db45e75a56ab21d /eclass/ruby.eclass
parentStable on sparc (diff)
downloadgentoo-2-8a3d940e7dae86143596d7d853e4df199071e3e8.tar.gz
gentoo-2-8a3d940e7dae86143596d7d853e4df199071e3e8.tar.bz2
gentoo-2-8a3d940e7dae86143596d7d853e4df199071e3e8.zip
Remove erubyconf erubymake erubyinstall erubydoc from EXPORT_FUNCTIONS
Diffstat (limited to 'eclass/ruby.eclass')
-rw-r--r--eclass/ruby.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/ruby.eclass b/eclass/ruby.eclass
index 7d35241d2d9d..fe187e867f3b 100644
--- a/eclass/ruby.eclass
+++ b/eclass/ruby.eclass
@@ -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/eclass/ruby.eclass,v 1.43 2004/12/11 10:33:49 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.44 2005/06/27 20:26:56 agriffis Exp $
#
# Author: Mamoru KOMACHI <usata@gentoo.org>
#
@@ -40,8 +40,7 @@ inherit eutils toolchain-funcs
ECLASS=ruby
INHERITED="${INHERITED} ${ECLASS}"
-EXPORT_FUNCTIONS src_unpack src_compile src_install prepall \
- econf emake einstall erubyconf erubymake erubyinstall erubydoc
+EXPORT_FUNCTIONS src_unpack src_compile src_install econf emake einstall
HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=${PN}"
SRC_URI="mirror://gentoo/${P}.tar.gz"