Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-07 Thread James Rayner
On Tue, Apr 7, 2009 at 11:56 AM, Allan McRae al...@archlinux.org wrote: My summary of this: 1) Maintainer tag:  It is a comment - makepkg does not care so nor should you 2) $foo vs ${foo} : they do the same thing (except in rare cases where brackets are needed...) - makepkg does not care so

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-06 Thread hollunder
On Mon, 6 Apr 2009 08:53:06 +0300 Evangelos Foutras foutre...@gmail.com wrote: I'm not sure if this has been mentioned before, but here's my take: - Maintainer: The person who currently maintains a package. - Contributor: The person who first submitted the package. If a package is so badly

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-06 Thread Ray Rashif
Scripting/coding style has been discussed before. To use ${pkgver} instead of $pkgver is due to consistency. Technically, the braces enable one to append to variables eg. ${pkgver}alpha. Another camp would like double-quotes as well. If you remember, the reason for quotes on ${src,pkg}dir is the

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-06 Thread hollunder
On Tue, 7 Apr 2009 05:35:15 +0800 Ray Rashif schivmeis...@gmail.com wrote: Scripting/coding style has been discussed before. To use ${pkgver} instead of $pkgver is due to consistency. Technically, the braces enable one to append to variables eg. ${pkgver}alpha. Another camp would like

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-06 Thread Ray Rashif
I meant srcdir or pkgdir (: Right..If that's the way it's enforced if at all. On 06/04/2009, hollun...@gmx.at hollun...@gmx.at wrote: On Tue, 7 Apr 2009 05:35:15 +0800 Ray Rashif schivmeis...@gmail.com wrote: Scripting/coding style has been discussed before. To use ${pkgver} instead of

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-06 Thread Loui Chang
On Tue, Apr 07, 2009 at 10:56:33AM +1000, Allan McRae wrote: My summary of this: 1) Maintainer tag: It is a comment - makepkg does not care so nor should you 2) $foo vs ${foo} : they do the same thing (except in rare cases where brackets are needed...) - makepkg does not care so

[aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-05 Thread Angel Velásquez
Hi, this thread were discussed in the history, so I think is time to clarify and put the correct information to the wiki. (Actually on the recent TU application and sunjdk package). IIRC: a) Maintainer tag in PKGBUILD is just use for people who maintain the binary package generated by this

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-05 Thread Loui Chang
On Mon, Apr 06, 2009 at 08:20:41PM +1930, Angel Velásquez wrote: Hi, this thread were discussed in the history, so I think is time to clarify and put the correct information to the wiki. (Actually on the recent TU application and sunjdk package). IIRC: a) Maintainer tag in PKGBUILD is

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-05 Thread Daenyth Blank
On Sun, Apr 5, 2009 at 21:06, Loui Chang louipc@gmail.com wrote: The accepted practice is to keep a contributor comment for all significant contributors of a PKGBUILD. I don't think it really matters if there's a maintainer comment or not. Maintainers for all packages are tracked by other

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-05 Thread Angel Velásquez
5. Change the previous maintainer tag to a contributor tag and add yourself as maintainer I don't quite follow... you say that you want to improve the method, but you insist that we don't change it and use the old one? Please correct me if I'm wrong This should be 4.- and it's more like

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-05 Thread Daenyth Blank
2009/4/5 Angel Velásquez an...@archlinux.com.ve: This should be 4.- and it's more like than my 2nd point .. then that point about Maintainer is just because exist a binary package in official repos and it's maintained by will be lost, so the concept will change to Maintainer is the people who

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-05 Thread Xyne
I think it makes the most sense to designate the person currently maintaining the package/PKGBUILD as the maintainer irrespective of that person's status in the community or the destination of the package/PKGBUILD. It immediately indicates to anyone looking at the PKGBUILD whom they should

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-05 Thread Angel Velásquez
As I said before, it seems like the general consensus was in favor of changing it. http://www.archlinux.org/pipermail/aur-general/2008-October/002502.html But this was the last reply [1] by foutrelis, and confused me.. seems that even Aaron Griffin agree with having the maintainer tag for the

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-05 Thread Allan McRae
Here goes an section from the the PKGBUILD man page: EXAMPLE The following is an example PKGBUILD for the patch package. For more examples, look through the build files of your distribution’s packages. For those using Arch Linux, consult the ABS tree. # Maintainer: Joe User joe.u...@example.com

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-05 Thread José Valecillos
I like option 1.- Should I remove the past contributor and add myself as a Contributor?. This is exactly like it is in /usr/share/pacman/PKGBUILD.proto example. -- José Valecillos

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-05 Thread Daenyth Blank
2009/4/6 José Valecillos valecillo...@gmail.com: I like option 1.- Should I remove the past contributor and add myself as a Contributor?. This is exactly like it is in /usr/share/pacman/PKGBUILD.proto example. -- José Valecillos The problem with this is that it's essentially claiming all

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-05 Thread José Valecillos
Then you must add all the past Contributors, even if they are 10 or 100?. On the other hand, in the web interface or when you install the package it don't show anything about the contributor, this should be there I think, dont' you?. I mean, you only can know who is the contributor if you open the

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-05 Thread Abhishek Dasgupta
2009/4/6 José Valecillos valecillo...@gmail.com: Then you must add all the past Contributors, even if they are 10 or 100?. On the other hand, in the web interface or when you install the package it don't show anything about the contributor, this should be there I think, dont' you?. I mean, you

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-05 Thread Angel Velásquez
2009/4/6 José Valecillos valecillo...@gmail.com: Then you must add all the past Contributors, even if they are 10 or 100?. On the other hand, in the web interface or when you install the package it don't show anything about the contributor, this should be there I think, dont' you?. I mean, you

Re: [aur-general] Maintainer vs Contributor tag let's find a solution ; )

2009-04-05 Thread Evangelos Foutras
I'm not sure if this has been mentioned before, but here's my take: - Maintainer: The person who currently maintains a package. - Contributor: The person who first submitted the package. If a package is so badly constructed that it needs to be rewritten from scratch, the contributor tag would