diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-06-08 03:39:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-06-08 03:39:50 +0000 |
commit | b3d882c3d95d21c41080a472c2f0c6cfcb863eb1 (patch) | |
tree | e9aa637f66b4e7df98f26a394270a9f8a7017313 /eclass | |
parent | fix order of eclass doc keywords (diff) | |
download | historical-b3d882c3d95d21c41080a472c2f0c6cfcb863eb1.tar.gz historical-b3d882c3d95d21c41080a472c2f0c6cfcb863eb1.tar.bz2 historical-b3d882c3d95d21c41080a472c2f0c6cfcb863eb1.zip |
merge @THANKS into @AUTHOR as @THANKS does not exist
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/darcs.eclass | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/eclass/darcs.eclass b/eclass/darcs.eclass index d91b8474c04c..2d05a8ad749d 100644 --- a/eclass/darcs.eclass +++ b/eclass/darcs.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/darcs.eclass,v 1.15 2012/05/30 15:25:08 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/darcs.eclass,v 1.16 2012/06/08 03:39:50 vapier Exp $ # @ECLASS: darcs.eclass # @MAINTAINER: @@ -8,16 +8,15 @@ # Sergei Trofimovich <slyfox@gentoo.org> # @AUTHOR: # Original Author: Jeffrey Yasskin <jyasskin@mail.utexas.edu> +# <rphillips@gentoo.org> (tla eclass author) +# Andres Loeh <kosmikus@gentoo.org> (darcs.eclass author) +# Alexander Vershilov <alexander.vershilov@gmail.com> (various contributions) # @BLURB: This eclass provides functions for fetch and unpack darcs repositories # @DESCRIPTION: # This eclass provides the generic darcs fetching functions. # # Define the EDARCS_REPOSITORY variable at least. # The ${S} variable is set to ${WORKDIR}/${P}. -# @THANKS TO: -# <rphillips@gentoo.org> (tla eclass author) -# Andres Loeh <kosmikus@gentoo.org> (darcs.eclass author) -# Alexander Vershilov <alexander.vershilov@gmail.com> (various contributions) # TODO: |