diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-09-02 21:26:58 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-09-02 21:26:58 +0000 |
commit | be6ffd3a5a2ccf3a55db6a8d19220cd28f550d48 (patch) | |
tree | 795bb22ce24036facfbfe241257bd83613e8f792 /eclass | |
parent | Fix broken USE=static handling and respect env CPPFLAGS. (diff) | |
download | gentoo-2-be6ffd3a5a2ccf3a55db6a8d19220cd28f550d48.tar.gz gentoo-2-be6ffd3a5a2ccf3a55db6a8d19220cd28f550d48.tar.bz2 gentoo-2-be6ffd3a5a2ccf3a55db6a8d19220cd28f550d48.zip |
Eclass documentation now supports @AUTHOR block.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/bzr.eclass | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/eclass/bzr.eclass b/eclass/bzr.eclass index 0e6b1e38ae12..05290113e3c7 100644 --- a/eclass/bzr.eclass +++ b/eclass/bzr.eclass @@ -1,14 +1,16 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/bzr.eclass,v 1.15 2011/07/26 23:22:35 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/bzr.eclass,v 1.16 2011/09/02 21:26:58 ulm Exp $ # # @ECLASS: bzr.eclass # @MAINTAINER: -# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>, -# Ulrich Müller <ulm@gentoo.org>, -# Christian Faulhammer <fauli@gentoo.org>, -# Mark Lee <bzr-gentoo-overlay@lazymalevolence.com>, -# and anyone who wants to help +# Emacs team <emacs@gentoo.org> +# Bazaar team <bazaar@gentoo.org> +# @AUTHOR: +# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> +# Mark Lee <bzr-gentoo-overlay@lazymalevolence.com> +# Ulrich Müller <ulm@gentoo.org> +# Christian Faulhammer <fauli@gentoo.org> # @BLURB: generic fetching functions for the Bazaar VCS # @DESCRIPTION: # The bzr.eclass provides functions to fetch, unpack, patch, and |