diff options
author | 2011-05-31 10:17:01 +0000 | |
---|---|---|
committer | 2011-05-31 10:17:01 +0000 | |
commit | aad1f7857d83da0ae8c972edcf9686c0aef78c21 (patch) | |
tree | 1ccf7fbf582b0ea2b0c313e07330b6a22d13a30e /eclass | |
parent | Version bump (diff) | |
download | historical-aad1f7857d83da0ae8c972edcf9686c0aef78c21.tar.gz historical-aad1f7857d83da0ae8c972edcf9686c0aef78c21.tar.bz2 historical-aad1f7857d83da0ae8c972edcf9686c0aef78c21.zip |
Drop maintainership of eclasses I won't do anymore.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/git-2.eclass | 4 | ||||
-rw-r--r-- | eclass/git.eclass | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass index 7a0f810fe72f..a364a5df526e 100644 --- a/eclass/git-2.eclass +++ b/eclass/git-2.eclass @@ -1,10 +1,10 @@ # 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.9 2011/05/20 15:53:43 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.10 2011/05/31 10:17:01 scarabeus Exp $ # @ECLASS: git-2.eclass # @MAINTAINER: -# Tomas Chvatal <scarabeus@gentoo.org> +# Maintainer needed <maintainer-needed@gentoo.org> # @BLURB: Eclass for fetching and unpacking git repositories. # @DESCRIPTION: # Eclass for easing maitenance of live ebuilds using git as remote repository. diff --git a/eclass/git.eclass b/eclass/git.eclass index 238f06ff65a1..19695ecfb08c 100644 --- a/eclass/git.eclass +++ b/eclass/git.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.54 2011/04/20 10:57:42 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.55 2011/05/31 10:17:01 scarabeus Exp $ # @DEPRECATED # This eclass has been superseded by git-2 eclass. @@ -8,7 +8,6 @@ # @ECLASS: git.eclass # @MAINTAINER: -# Tomas Chvatal <scarabeus@gentoo.org> # Donnie Berkholz <dberkholz@gentoo.org> # @BLURB: Fetching and unpacking of git repositories # @DESCRIPTION: |