diff options
author | 2007-09-12 20:05:33 +0000 | |
---|---|---|
committer | 2007-09-12 20:05:33 +0000 | |
commit | aa0138d341177e0c32d7def150cddeeaa435185b (patch) | |
tree | 78e1257b7020f0ea87c6d434bfb0d0f8cad231d1 | |
parent | Version bump, ebuild cleanups, fixes security bug #189690. Thank Robert Buchh... (diff) | |
download | gentoo-2-aa0138d341177e0c32d7def150cddeeaa435185b.tar.gz gentoo-2-aa0138d341177e0c32d7def150cddeeaa435185b.tar.bz2 gentoo-2-aa0138d341177e0c32d7def150cddeeaa435185b.zip |
Remove setting S to default and add a comment to note that danarmak is retired.
-rw-r--r-- | eclass/base.eclass | 5 |
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() { |