public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] All ebuild creators, please read this!
@ 2001-07-31  5:15 Mikael Hallendal
  2001-07-31  7:49 ` Dan Armak
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mikael Hallendal @ 2001-07-31  5:15 UTC (permalink / raw
  To: gentoo-dev

Hi!

Just a little request to all that creates ebuilds.

It would be nice if you add a comment

# $Header$ 

right after you name, like this:

# Copyright 2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Mikael Hallendal <hallski@gentoo.org>
# $Header$

$Header$ will then be changed into information about revision (in CVS)
and who checked in the latest version. 

Thanks,
Mikael Hallendal

-- 
Mikael Hallendal                micke@codefactory.se
CodeFactory AB                  http://www.codefactory.se/
Office: +46 (0)8 587 583 05     Cell: +46 (0)709 718 918




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] All ebuild creators, please read this!
  2001-07-31  5:15 [gentoo-dev] All ebuild creators, please read this! Mikael Hallendal
@ 2001-07-31  7:49 ` Dan Armak
  2001-07-31 10:57   ` Daniel Robbins
  2001-07-31 10:53 ` Daniel Robbins
  2001-07-31 10:57 ` Dan Armak
  2 siblings, 1 reply; 6+ messages in thread
From: Dan Armak @ 2001-07-31  7:49 UTC (permalink / raw
  To: gentoo-dev

On Tuesday 31 July 2001 14:13, you wrote:
> Hi!
>
> Just a little request to all that creates ebuilds.
>
> It would be nice if you add a comment
>
> # $Header$
>
> right after you name, like this:
>
> # Copyright 2001 Gentoo Technologies, Inc.
> # Distributed under the terms of the GNU General Public License, v2 or
> later # Author Mikael Hallendal <hallski@gentoo.org>
> # $Header$
>
> $Header$ will then be changed into information about revision (in CVS)
> and who checked in the latest version.
>
This exists in skel.build, but an older version of skel.build left out the $ 
signs. Many ebuilds are based on that older version and include a line saying 
they *are* skel.build. We should write a script to update all these.

-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] All ebuild creators, please read this!
  2001-07-31  5:15 [gentoo-dev] All ebuild creators, please read this! Mikael Hallendal
  2001-07-31  7:49 ` Dan Armak
@ 2001-07-31 10:53 ` Daniel Robbins
  2001-07-31 10:57 ` Dan Armak
  2 siblings, 0 replies; 6+ messages in thread
From: Daniel Robbins @ 2001-07-31 10:53 UTC (permalink / raw
  To: gentoo-dev

On Tue, Jul 31, 2001 at 01:13:23PM +0200, Mikael Hallendal wrote:
> Hi!
> 
> Just a little request to all that creates ebuilds.
> 
> It would be nice if you add a comment
> 
> # $Header$ 
> 
> right after you name, like this:
> 
> # Copyright 2001 Gentoo Technologies, Inc.
> # Distributed under the terms of the GNU General Public License, v2 or later
> # Author Mikael Hallendal <hallski@gentoo.org>
> # $Header$

Yes, that $Header$ line is very important.  If the $Header$ line in your ebuild
seems to contain info about some other ebuild, don't worry about it.  CVS will
fix it when the ebuild gets committed.

Best Regards,

-- 
Daniel Robbins					<drobbins@gentoo.org>
Chief Architect/President			http://www.gentoo.org 
Gentoo Technologies, Inc.			



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] All ebuild creators, please read this!
  2001-07-31  7:49 ` Dan Armak
@ 2001-07-31 10:57   ` Daniel Robbins
  2001-07-31 11:00     ` Dan Armak
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Robbins @ 2001-07-31 10:57 UTC (permalink / raw
  To: gentoo-dev

On Tue, Jul 31, 2001 at 04:49:23PM +0300, Dan Armak wrote:

> This exists in skel.build, but an older version of skel.build left out the $ 
> signs. Many ebuilds are based on that older version and include a line saying 
> they *are* skel.build. We should write a script to update all these.

Good idea; have any time to do this?

-- 
Daniel Robbins					<drobbins@gentoo.org>
Chief Architect/President			http://www.gentoo.org 
Gentoo Technologies, Inc.			



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] All ebuild creators, please read this!
  2001-07-31  5:15 [gentoo-dev] All ebuild creators, please read this! Mikael Hallendal
  2001-07-31  7:49 ` Dan Armak
  2001-07-31 10:53 ` Daniel Robbins
@ 2001-07-31 10:57 ` Dan Armak
  2 siblings, 0 replies; 6+ messages in thread
From: Dan Armak @ 2001-07-31 10:57 UTC (permalink / raw
  To: gentoo-dev

On Tuesday 31 July 2001 14:13, you wrote:
> Hi!
>
> Just a little request to all that creates ebuilds.
>
> It would be nice if you add a comment
>
> # $Header$
>
> right after you name, like this:
>
> # Copyright 2001 Gentoo Technologies, Inc.
> # Distributed under the terms of the GNU General Public License, v2 or
> later # Author Mikael Hallendal <hallski@gentoo.org>
> # $Header$
>
> $Header$ will then be changed into information about revision (in CVS)
> and who checked in the latest version.
>
This exists in skel.build, but an older version of skel.build left out the $ 
signs. Many ebuilds are based on that older version and include a line saying 
they *are* skel.build. We should write a script to update all these.

-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-dev] All ebuild creators, please read this!
  2001-07-31 10:57   ` Daniel Robbins
@ 2001-07-31 11:00     ` Dan Armak
  0 siblings, 0 replies; 6+ messages in thread
From: Dan Armak @ 2001-07-31 11:00 UTC (permalink / raw
  To: gentoo-dev

On Tuesday 31 July 2001 19:56, you wrote:
> On Tue, Jul 31, 2001 at 04:49:23PM +0300, Dan Armak wrote:
> > This exists in skel.build, but an older version of skel.build left out
> > the $ signs. Many ebuilds are based on that older version and include a
> > line saying they *are* skel.build. We should write a script to update all
> > these.
>
> Good idea; have any time to do this?
Not right now, maybe tomorrow.
-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-07-31 16:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-31  5:15 [gentoo-dev] All ebuild creators, please read this! Mikael Hallendal
2001-07-31  7:49 ` Dan Armak
2001-07-31 10:57   ` Daniel Robbins
2001-07-31 11:00     ` Dan Armak
2001-07-31 10:53 ` Daniel Robbins
2001-07-31 10:57 ` Dan Armak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox