Skip to content

Commit ed1fe9c

Browse files
committed
vcstool: new, 0.3.0
Signed-off-by: stydxm <[email protected]>
1 parent 79e8c51 commit ed1fe9c

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

app-vcs/vcstool/autobuild/beyond

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
abinfo "Installing shell completion ..."
2+
mkdir -pv "$PKGDIR"/usr/share/bash-completion/completions
3+
mkdir -pv "$PKGDIR"/usr/share/zsh/site-functions
4+
mkdir -pv "$PKGDIR"/usr/share/fish/vendor_completions.d
5+
mv -v \
6+
"$PKGDIR"/usr/share/vcstool-completion/vcs.bash \
7+
"$PKGDIR"/usr/share/bash-completion/completions/vcs
8+
mv -v \
9+
"$PKGDIR"/usr/share/vcstool-completion/vcs.zsh \
10+
"$PKGDIR"/usr/share/zsh/site-functions/vcs
11+
mv -v \
12+
"$PKGDIR"/usr/share/vcstool-completion/vcs.fish \
13+
"$PKGDIR"/usr/share/fish/vendor_completions.d/vcz

app-vcs/vcstool/autobuild/defines

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
PKGNAME=vcstool
2+
PKGSEC=vcs
3+
PKGDEP="setuptools pyyaml"
4+
PKGSUG="git mercurial subversion"
5+
PKGDES="Command-line helper for working with multiple source repositories"
6+
7+
NOPYTHON2=1
8+
ABHOST=noarch
9+
ABTYPE=python

app-vcs/vcstool/spec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
VER=0.3.0
2+
SRCS="git::commit=tags/$VER::https://github.com/dirk-thomas/vcstool"
3+
CHKSUMS="SKIP"
4+
CHKUPDATE="anitya::id=28654"

0 commit comments

Comments
 (0)