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 | 0ea35b0efd4a021256c4e107770125e1691b1ea6 (patch) | |
tree | 3d53dd5f64a3b1eb7adcf8e7d2d6da5077f86eba /eclass | |
parent | Drop unused ccc eclass inherit. (diff) | |
download | gentoo-2-0ea35b0efd4a021256c4e107770125e1691b1ea6.tar.gz gentoo-2-0ea35b0efd4a021256c4e107770125e1691b1ea6.tar.bz2 gentoo-2-0ea35b0efd4a021256c4e107770125e1691b1ea6.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 |