[pacman-dev] [PATCHv2] Add PKGBUILD-vcs.proto

Allan McRae allan at archlinux.org
Wed Jan 29 22:43:41 EST 2014


On 28/01/14 23:49, Maxime Gauduin wrote:
> This PKGBUILD proto covers the newly introduced VCS capabilities of
> pacman. It serves as a replacement for the current bzr, git, hg and svn
> protos found in ABS.
> 
> Signed-off-by: Maxime Gauduin <alucryd at gmail.com>
> ---
>  proto/PKGBUILD-vcs.proto | 79 ++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 79 insertions(+)
>  create mode 100644 proto/PKGBUILD-vcs.proto
> 
> diff --git a/proto/PKGBUILD-vcs.proto b/proto/PKGBUILD-vcs.proto
> new file mode 100644
> index 0000000..4f8064d
> --- /dev/null
> +++ b/proto/PKGBUILD-vcs.proto
> @@ -0,0 +1,79 @@
> +# This is an example PKGBUILD file. Use this as a start to creating your own,
> +# and remove these comments. For more information, see 'man PKGBUILD'.
> +# NOTE: Please fill out the license field for your package! If it is unknown,
> +# then please put 'unknown'.
> +
> +# The following guidelines are specific to BZR, GIT, HG and SVN packages.
> +# CVS and DARCS are not natively supported in pacman yet, please refer to the
> +# dedicated prototypes instead.
> +

The cvs/darc prototypes are not supplied by package.  I think the text
should say:

# The following guidelines are specific to BZR, GIT, HG and SVN packages.
# Over VCS sources are not natively supported by makepkg yet.


I can make that change when I commit if acceptable.

Allan


More information about the pacman-dev mailing list