diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-04-03 10:32:09 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-04-03 10:32:09 +0000 |
commit | 05b9c3d9efa761e9562e0f1008c391e140ab4dad (patch) | |
tree | 700b77244605c8dca62163161372dd8b02ff1351 /eclass | |
parent | marked x86 per bug 406037 (diff) | |
download | gentoo-2-05b9c3d9efa761e9562e0f1008c391e140ab4dad.tar.gz gentoo-2-05b9c3d9efa761e9562e0f1008c391e140ab4dad.tar.bz2 gentoo-2-05b9c3d9efa761e9562e0f1008c391e140ab4dad.zip |
Reorder git-2.eclass maintainers to get bugs assigned to most active maintainer.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 6 | ||||
-rw-r--r-- | eclass/git-2.eclass | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index af090db802f2..5e468aac9614 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.198 2012/04/02 22:13:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.199 2012/04/03 10:32:09 pacho Exp $ + + 03 Apr 2012; Pacho Ramos <pacho@gentoo.org> git-2.eclass: + Reorder git-2.eclass maintainers to get bugs assigned to most active + maintainer. 02 Apr 2012; Pacho Ramos <pacho@gentoo.org> eutils.eclass: Use einfo instead of ewarn as discussed in diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass index da90f00ee492..1ecc63345b7a 100644 --- a/eclass/git-2.eclass +++ b/eclass/git-2.eclass @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.28 2012/01/19 16:53:39 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.29 2012/04/03 10:32:09 pacho Exp $ # @ECLASS: git-2.eclass # @MAINTAINER: -# Donnie Berkholz <dberkholz@gentoo.org> # Michał Górny <mgorny@gentoo.org> +# Donnie Berkholz <dberkholz@gentoo.org> # @BLURB: Eclass for fetching and unpacking git repositories. # @DESCRIPTION: # Eclass for easing maitenance of live ebuilds using git as remote repository. |