From mboxrd@z Thu Jan  1 00:00:00 1970
X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org
X-Spam-Level: 
X-Spam-Status: No, score=-0.1 required=5.0 tests=DATE_IN_PAST_24_48,
	DMARC_MISSING,INVALID_DATE,MAILING_LIST_MULTI autolearn=unavailable
	autolearn_force=no version=4.0.0
Received: from janus.prosalg.no ([213.236.139.1] helo=io.adm.prosalg.no)
	by cvs.gentoo.org with esmtp (Exim 3.30 #1)
	id 15SUFq-0003CC-00
	for gentoo-dev@cvs.gentoo.org; Thu, 02 Aug 2001 19:59:58 -0600
Received: from karltk by io.adm.prosalg.no with local (Exim 3.16 #1 (Debian))
	id 15SUFe-0006NX-00
	for <gentoo-dev@cvs.gentoo.org>; Fri, 03 Aug 2001 03:59:46 +0200
From: Karl Trygve Kalleberg <karltk@prosalg.no>
To: gentoo-dev@cvs.gentoo.org
Subject: Re: [gentoo-dev] xchat-1.8.2 anomalies
Message-ID: <20010803035946.A24491@prosalg.no>
References: <20010801215315.A14504@prosalg.no> <20010801135700.G27021@cvs.gentoo.org> <20010801222623.A14690@prosalg.no> <87k80n9zwj.fsf@codefactory.se> <20010801182001.N27021@cvs.gentoo.org> <3B699178.1010308@acm.org> <8766c59ar7.fsf@codefactory.se>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.12i
In-Reply-To: <8766c59ar7.fsf@codefactory.se>; from hallski@gentoo.org on Fri, Aug 03, 2001 at 03:45:48AM +0200
Sender: gentoo-dev-admin@cvs.gentoo.org
Errors-To: gentoo-dev-admin@cvs.gentoo.org
X-BeenThere: gentoo-dev@cvs.gentoo.org
X-Mailman-Version: 2.0
Precedence: bulk
Reply-To: gentoo-dev@cvs.gentoo.org
List-Help: <mailto:gentoo-dev-request@cvs.gentoo.org?subject=help>
List-Post: <mailto:gentoo-dev@cvs.gentoo.org>
List-Subscribe: <http://cvs.gentoo.org/mailman/listinfo/gentoo-dev>,
	<mailto:gentoo-dev-request@cvs.gentoo.org?subject=subscribe>
List-Id: Gentoo Linux development list <gentoo-dev.cvs.gentoo.org>
List-Unsubscribe: <http://cvs.gentoo.org/mailman/listinfo/gentoo-dev>,
	<mailto:gentoo-dev-request@cvs.gentoo.org?subject=unsubscribe>
List-Archive: <http://cvs.gentoo.org/pipermail/gentoo-dev/>
Date: Thu Aug  2 20:00:02 2001
X-Original-Date: Fri, 3 Aug 2001 03:59:46 +0200
X-Archives-Salt: 6881348f-c995-42b7-8197-5a4923b88a5c
X-Archives-Hash: 627a043db55a359926d179820572d7e2

On Fri, Aug 03, 2001 at 03:45:48AM +0200, Mikael Hallendal wrote:
> Hi!
> 
> > What do you mean by "update the Author line".  I agree that we should
> > append our names to the author line, like so #Author: Daniel Robbins
> > <drobbins@gentoo.org> # Chad Huneycutt <chadh@gentoo.org>
> 
> I mean what it sounds like. That if I take a version of a script and
> bumps it to a new version and perhaps changing stuff in it change the
> Author-line to my name instead of whatever stood that in the
> beginning. Perhaps this is not needed but since people seem to look at
> Author instead of last commit about who has made the changed I think
> it's better to change Author.
>  
> > or if we don't care about keeping a record of everyone who has worked
> > on an ebuild, then how about "Maintainer:"?
> 
> This is also an idea. But when should this be changed?
> 
> As it is now people change the files that they don't "maintain" which
> breaks all sort of maintainership of an ebuild.

Okay, my suggestion.

Maintainer: will be the maintaining team.
Author: will be the guy from the maintaining team that sanctioned the
script.

Each ebuild belongs to one team. If any one outside the team fixes
anything, it should go through 'incoming' in some fashion then be
sanctioned by one of the team members.

Alternatively, if we're picky about credits (we should be), then
Author: is the contributor who fixed it (who either came with a patch or
wrote the script in the first place) and we can add an
Sponsor: which is a team member who added it to CVS and puts his rep on
the line claiming this script is bugfree.

Might also allow multiple authors for some of the nasty scripts that have
been patched multiple times by multiple people.

.. Or we could just have a global CONTRIBUTORS file somewhere.

Regards,

Karl T