diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-02-08 17:16:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-02-08 17:16:02 +0000 |
commit | 35abb99f0f058d54a61d3853a033024c918421d9 (patch) | |
tree | 23188c77e1aaef2990dabfedacb6a2e88611e6c9 /eclass | |
parent | Drop unused ccc eclass inherit. (diff) | |
download | historical-35abb99f0f058d54a61d3853a033024c918421d9.tar.gz historical-35abb99f0f058d54a61d3853a033024c918421d9.tar.bz2 historical-35abb99f0f058d54a61d3853a033024c918421d9.zip |
mark alpha as maintainer
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ccc.eclass | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/eclass/ccc.eclass b/eclass/ccc.eclass index 4b50a98c002e..3170c7364f9e 100644 --- a/eclass/ccc.eclass +++ b/eclass/ccc.eclass @@ -1,27 +1,21 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ccc.eclass,v 1.20 2009/02/08 17:12:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ccc.eclass,v 1.21 2009/02/08 17:16:02 vapier Exp $ # @ECLASS: ccc.eclass -# @MAINTAINER: -# ??? -# +# @MAINTAINER: +# alpha@gentoo.org +# @BLURB: functions to make ebuilds more ccc friendly. +# # Authors: # Tavis Ormandy <taviso@gentoo.org> # Aron Griffis <agriffis@gentoo.org> -# @BLURB: functions to make ebuilds more ccc friendly. - -# 16/6/2003 - Added otsify() -# 18/6/2003 - regex tweaks. -# 22/7/2003 - newdepend inherit flag-o-matic - # define this to make this eclass noisy. #DEBUG_CCC_ECLASS=1 - ccc-fixup() { # helper function to fixup files |