summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-09-28 23:07:35 +0000
committerDan Armak <danarmak@gentoo.org>2001-09-28 23:07:35 +0000
commit84e93f060733e76f121ee893078392f460b70690 (patch)
treea1cd60df3bafec225f22777ce73ceffbd51c37aa /eclass/inherit.eclass
parentUpdated Downloader for X (diff)
downloadgentoo-2-84e93f060733e76f121ee893078392f460b70690.tar.gz
gentoo-2-84e93f060733e76f121ee893078392f460b70690.tar.bz2
gentoo-2-84e93f060733e76f121ee893078392f460b70690.zip
Removing due to TERRIBLE BUG! Don't tinker unitl I fix it tomorrow.
Diffstat (limited to 'eclass/inherit.eclass')
-rw-r--r--eclass/inherit.eclass15
1 files changed, 0 insertions, 15 deletions
diff --git a/eclass/inherit.eclass b/eclass/inherit.eclass
deleted file mode 100644
index d74f18af8aed..000000000000
--- a/eclass/inherit.eclass
+++ /dev/null
@@ -1,15 +0,0 @@
-# $Header: /var/cvsroot/gentoo-x86/eclass/inherit.eclass,v 1.2 2001/09/28 19:30:09 danarmak Exp $
-# This eclass provides the inherit() function. In the future it will be placed in ebuild.sh, but for now drobbins
-# doesn't want to make a new portage just for my testing, so every eclass/ebuild will source this file manually and
-# then inherit(). This way whn the tmie comes for this to move into stable ebuild.sh, we can just delete the source lines.
-
-ECLASSDIR=/usr/portage/eclass
-
-inherit() {
-
- while [ "$1" ]; do
- source ${ECLASSDIR}/${1}.eclass
- shift
- done
-
-} \ No newline at end of file