diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-23 14:10:47 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-23 14:10:47 +0000 |
commit | f6b03d263b9eb7c7af68f7649f723da7ff4a3231 (patch) | |
tree | 969a3df6b9885e2fcd7e8e3c6558fce56f59f7b1 /eclass/git-2.eclass | |
parent | brought 4.4 KEYWORDS in correspondance with what's available (diff) | |
download | historical-f6b03d263b9eb7c7af68f7649f723da7ff4a3231.tar.gz historical-f6b03d263b9eb7c7af68f7649f723da7ff4a3231.tar.bz2 historical-f6b03d263b9eb7c7af68f7649f723da7ff4a3231.zip |
Adding myself as a co-maintainer.
Diffstat (limited to 'eclass/git-2.eclass')
-rw-r--r-- | eclass/git-2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass index 8241bd419c97..b3d53eddf9df 100644 --- a/eclass/git-2.eclass +++ b/eclass/git-2.eclass @@ -1,10 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.25 2011/09/23 13:59:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.26 2011/09/23 14:10:47 mgorny Exp $ # @ECLASS: git-2.eclass # @MAINTAINER: # Donnie Berkholz <dberkholz@gentoo.org> +# Michał Górny <mgorny@gentoo.org> # @BLURB: Eclass for fetching and unpacking git repositories. # @DESCRIPTION: # Eclass for easing maitenance of live ebuilds using git as remote repository. |