On 22/09/13 20:25, Ashley Whetter wrote: > Signed-off-by: Ashley Whetter <[email protected]> > --- > scripts/.gitignore | 7 + > scripts/Makefile.am | 23 ++- > scripts/libmakepkg/source.sh.in | 71 +++++++++ > scripts/libmakepkg/source/bzr.sh.in | 77 ++++++++++ > scripts/libmakepkg/source/file.sh.in | 89 ++++++++++++ > scripts/libmakepkg/source/git.sh.in | 65 +++++++++ > scripts/libmakepkg/source/hg.sh.in | 59 ++++++++ > scripts/libmakepkg/source/local.sh.in | 44 ++++++ > scripts/libmakepkg/source/svn.sh.in | 67 +++++++++ > scripts/makepkg.sh.in | 261 > ---------------------------------- > 10 files changed, 501 insertions(+), 262 deletions(-) > create mode 100644 scripts/libmakepkg/source.sh.in > create mode 100644 scripts/libmakepkg/source/bzr.sh.in > create mode 100644 scripts/libmakepkg/source/file.sh.in > create mode 100644 scripts/libmakepkg/source/git.sh.in > create mode 100644 scripts/libmakepkg/source/hg.sh.in > create mode 100644 scripts/libmakepkg/source/local.sh.in > create mode 100644 scripts/libmakepkg/source/svn.sh.in >
Similar to previous patch. Pulling with minor copyright year changes (noted below) and adding relevant new files to POTFILES.in. <snip> > diff --git a/scripts/libmakepkg/source/bzr.sh.in > b/scripts/libmakepkg/source/bzr.sh.in > new file mode 100644 > index 0000000..85e6436 > --- /dev/null > +++ b/scripts/libmakepkg/source/bzr.sh.in > @@ -0,0 +1,77 @@ > +#!/bin/bash > +# > +# bzr.sh > +# > +# Copyright (c) 2006-2013 Pacman Development Team > <[email protected]> All the VCS files are 2012-2013.
