summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2007-09-12 20:05:33 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2007-09-12 20:05:33 +0000
commit072fdda0cc9cd07464fb338dbf46af663484d65e (patch)
tree474430604118cadefa05e26b5910fb19f99db30a /eclass
parentVersion bump, ebuild cleanups, fixes security bug #189690. Thank Robert Buchh... (diff)
downloadhistorical-072fdda0cc9cd07464fb338dbf46af663484d65e.tar.gz
historical-072fdda0cc9cd07464fb338dbf46af663484d65e.tar.bz2
historical-072fdda0cc9cd07464fb338dbf46af663484d65e.zip
Remove setting S to default and add a comment to note that danarmak is retired.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/base.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/base.eclass b/eclass/base.eclass
index 6bb9200e33ea..e682dd1b1c5c 100644
--- a/eclass/base.eclass
+++ b/eclass/base.eclass
@@ -1,15 +1,14 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.30 2005/12/19 14:02:12 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.31 2007/09/12 20:05:33 betelgeuse Exp $
#
-# Author Dan Armak <danarmak@gentoo.org>
+# Author Dan Armak <danarmak@gentoo.org> (nowadays retired)
#
# The base eclass defines some default functions and variables. Nearly everything
# else inherits from here.
inherit eutils
-S=${WORKDIR}/${P}
DESCRIPTION="Based on the $ECLASS eclass"
base_src_unpack() {