[arch-commits] Commit in fossil/repos (20 files)

Anatol Pomozov anatolik at archlinux.org
Mon Feb 23 19:12:31 UTC 2015


    Date: Monday, February 23, 2015 @ 20:12:31
  Author: anatolik
Revision: 128146

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fossil/repos/community-i686/PKGBUILD
    (from rev 128145, fossil/trunk/PKGBUILD)
  fossil/repos/community-i686/fossil-xinetd
    (from rev 128145, fossil/trunk/fossil-xinetd)
  fossil/repos/community-i686/fossil.service
    (from rev 128145, fossil/trunk/fossil.service)
  fossil/repos/community-i686/fossil.socket
    (from rev 128145, fossil/trunk/fossil.socket)
  fossil/repos/community-x86_64/PKGBUILD
    (from rev 128145, fossil/trunk/PKGBUILD)
  fossil/repos/community-x86_64/fossil-xinetd
    (from rev 128145, fossil/trunk/fossil-xinetd)
  fossil/repos/community-x86_64/fossil.service
    (from rev 128145, fossil/trunk/fossil.service)
  fossil/repos/community-x86_64/fossil.socket
    (from rev 128145, fossil/trunk/fossil.socket)
Deleted:
  fossil/repos/community-i686/PKGBUILD
  fossil/repos/community-i686/fossil-autocomplete.bash
  fossil/repos/community-i686/fossil-autocomplete.zsh
  fossil/repos/community-i686/fossil-xinetd
  fossil/repos/community-i686/fossil.service
  fossil/repos/community-i686/fossil.socket
  fossil/repos/community-x86_64/PKGBUILD
  fossil/repos/community-x86_64/fossil-autocomplete.bash
  fossil/repos/community-x86_64/fossil-autocomplete.zsh
  fossil/repos/community-x86_64/fossil-xinetd
  fossil/repos/community-x86_64/fossil.service
  fossil/repos/community-x86_64/fossil.socket

-------------------------------------------+
 /PKGBUILD                                 |   90 ++++++++++++++++++++++++++++
 /fossil-xinetd                            |   46 ++++++++++++++
 /fossil.service                           |   22 ++++++
 /fossil.socket                            |   20 ++++++
 community-i686/PKGBUILD                   |   54 ----------------
 community-i686/fossil-autocomplete.bash   |   33 ----------
 community-i686/fossil-autocomplete.zsh    |   30 ---------
 community-i686/fossil-xinetd              |   23 -------
 community-i686/fossil.service             |   11 ---
 community-i686/fossil.socket              |   10 ---
 community-x86_64/PKGBUILD                 |   54 ----------------
 community-x86_64/fossil-autocomplete.bash |   33 ----------
 community-x86_64/fossil-autocomplete.zsh  |   30 ---------
 community-x86_64/fossil-xinetd            |   23 -------
 community-x86_64/fossil.service           |   11 ---
 community-x86_64/fossil.socket            |   10 ---
 16 files changed, 178 insertions(+), 322 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-02-23 19:11:27 UTC (rev 128145)
+++ community-i686/PKGBUILD	2015-02-23 19:12:31 UTC (rev 128146)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol pomozov at gmail> 
-# Contributor: Daniel YC Lin <dlin.tw at gmail>
-# Contributor: Konstantin Plotnikov <kostyapl at gmail dot com>
-
-pkgname=fossil
-pkgver=1.30
-_date_pkgver=20150119112900
-# NOTE: update _date_pkgver from http://www.fossil-scm.org/download.html
-pkgrel=2
-pkgdesc='Simple, high-reliability, distributed software configuration management'
-arch=(i686 x86_64)
-license=(BSD)
-url='http://www.fossil-scm.org'
-depends=(openssl zlib)
-backup=(etc/xinetd.d/fossil)
-source=(
-  fossil.socket
-  fossil.service
-  fossil-xinetd
-  fossil-autocomplete.bash
-  fossil-autocomplete.zsh
-  http://www.fossil-scm.org/download/fossil-src-$_date_pkgver.tar.gz
-)
-sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
-            'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
-            '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-            '3e80a8a8f71ff450919df16864d987e669acf31670e484721b977a3bb2960a89'
-            'aeca50e6382da7c50d696cf971947a09cb14d572ee9f191b4113fd84286b5edd'
-            '37969e5a09c1611199921e3518a4ed736fd637a02f2d5810cd45897a4ceb92dc')
-
-prepare() {
-  cp fossil-autocomplete.{bash,zsh} fossil-src-$_date_pkgver/tools
-}
-
-build() {
-  cd fossil-src-$_date_pkgver
-  ./configure --prefix=/usr
-  # headers and translate targets are problematic with parallel jobs
-  make -j1 bld bld/headers
-  make
-}
-
-package() {
-  install -Dm644 fossil-xinetd "$pkgdir"/etc/xinetd.d/fossil
-  install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
-  install -Dm644 fossil.service "$pkgdir"/usr/lib/systemd/system/fossil at .service
-
-  cd fossil-src-$_date_pkgver
-  install -Dm755 fossil "$pkgdir"/usr/bin/fossil
-  install -Dm644 COPYRIGHT-BSD2.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 tools/fossil-autocomplete.bash "$pkgdir"/usr/share/bash-completion/completions/fossil
-  install -Dm644 tools/fossil-autocomplete.zsh $pkgdir/usr/share/zsh/site-functions/_fossil
-}

Copied: fossil/repos/community-i686/PKGBUILD (from rev 128145, fossil/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-02-23 19:12:31 UTC (rev 128146)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol pomozov at gmail> 
+# Contributor: Daniel YC Lin <dlin.tw at gmail>
+# Contributor: Konstantin Plotnikov <kostyapl at gmail dot com>
+
+pkgname=fossil
+pkgver=1.31
+_sha1=2e7c40dbdd68c5b21ef982d66bd24246f50a0110 # check project's timeline for it https://www.fossil-scm.org/fossil/timeline?y=ci
+# NOTE: update _date_pkgver from http://www.fossil-scm.org/download.html
+pkgrel=1
+pkgdesc='Simple, high-reliability, distributed software configuration management'
+arch=(i686 x86_64)
+license=(BSD)
+url='http://www.fossil-scm.org'
+depends=(openssl zlib)
+backup=(etc/xinetd.d/fossil)
+source=(
+  fossil.socket
+  fossil.service
+  fossil-xinetd
+  fossil-$pkgver.tar.gz::https://www.fossil-scm.org/fossil/tarball/Fossil-$_sha1.tar.gz?uuid=$_sha1
+)
+sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
+            'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
+            '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
+            '3ebf2b4ce6057a3ff9ddb44704daee2ffd0d271de33449b25c7ff980deae08a9')
+
+build() {
+  cd Fossil-$_sha1
+  ./configure --prefix=/usr
+  # headers and translate targets are problematic with parallel jobs
+  #make -j1 bld bld/headers
+  make
+}
+
+package() {
+  install -Dm644 fossil-xinetd "$pkgdir"/etc/xinetd.d/fossil
+  install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
+  install -Dm644 fossil.service "$pkgdir"/usr/lib/systemd/system/fossil at .service
+
+  cd Fossil-$_sha1
+  install -Dm755 fossil "$pkgdir"/usr/bin/fossil
+  install -Dm644 tools/fossil-autocomplete.bash "$pkgdir"/usr/share/bash-completion/completions/fossil
+  install -Dm644 COPYRIGHT-BSD2.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/fossil-autocomplete.bash
===================================================================
--- community-i686/fossil-autocomplete.bash	2015-02-23 19:11:27 UTC (rev 128145)
+++ community-i686/fossil-autocomplete.bash	2015-02-23 19:12:31 UTC (rev 128146)
@@ -1,33 +0,0 @@
-# Command name bash completion for Fossil.
-# Original: Mailing-list contribution by Stuart Rackham.
-# Maintainer: Daniel YC Lin <dlin.tw at gmail.com>
-# I'm not bash expert, please feed back to me, if you could improve this.
-# TODO: fossil branch list --options
-
-function _fossil() {
-    local cur commands
-    cur=${COMP_WORDS[COMP_CWORD]}
-    prev="${COMP_WORDS[COMP_CWORD-1]}"
-    commands=$(fossil help --all)
-    if [ $COMP_CWORD -eq 1 ] || [ ${COMP_WORDS[1]} = help ]; then
-            # Command name completion for 1st argument or 2nd if help command.
-        COMPREPLY=( $(compgen -W "$commands" $cur) )
-    else
-        case "${prev}" in
-            add) opts="--case-sensitive --dotfiles --force --ignore --clean" ;;
-            addremove) opts="--case-sensitive --dotfiles --ignore --clean --dry-run" ;;
-            all) opts="changes clean dbstat extras ignore info list pull push rebuild sync setting set unset" ;;
-            annotate) opts="--filevers --log --limit --ignore-all-space --ignore-trailing-space" ;;
-            bisect) opts="bad good log chart next options reset status undo" ;;
-            branch) opts="new list" ;;
-            merge) opts="--baseline --binary --case-sensitive --force --force-missing --integrate --dry-run --verbose" ;;
-        esac
-        compopt -o filenames
-        COMPREPLY=($(compgen -fW "${opts}" -- "${cur}") \
-        $(compgen -d -- "$cur"))
-        # File name completion for other arguments.
-        #COMPREPLY=( $(compgen -f $cur) )
-    fi
-}
-complete -o default -F _fossil fossil f
-# vim: et sw=4 ts=4

Deleted: community-i686/fossil-autocomplete.zsh
===================================================================
--- community-i686/fossil-autocomplete.zsh	2015-02-23 19:11:27 UTC (rev 128145)
+++ community-i686/fossil-autocomplete.zsh	2015-02-23 19:12:31 UTC (rev 128146)
@@ -1,30 +0,0 @@
-#compdef fossil
-
-# zsh completion wrapper for zsh by Daniel YC Lin <dlin.tw at gmail.com>
-# I'm not zsh expert, please help me to fix this. 2015/02/06
-# TODO: fossil add -option<tab>
-#
-# Usage example:
-# 	cp fossil-autocomplete.zsh ~/zshfunc/_fossil
-#	fpath=(~/zshfunc $fpath)
-#	autoload -U ~/zshfunc/*(:t)
-# Package example:
-#       install -Dm644 fossil-autocomplete.zsh /share/zsh/site-functions/_fossil
-
-local curcontext="$curcontext" state line expl ret=1
-typeset -A opt_args
-
-_arguments -C \
-    '(-)--help[print help information]' \
-    '1: :->cmds' \
-    '*:files:_files' && ret=0
-
-_fossil_cmds=($(LC_ALL=C fossil help -a))
-_fossil_commands() {
-  compadd "$@" -k _fossil_cmds
-}
-case $state in
-  cmds)
-      _wanted commands expl 'fossil help' _fossil_commands && ret=0
-  ;;
-esac

Deleted: community-i686/fossil-xinetd
===================================================================
--- community-i686/fossil-xinetd	2015-02-23 19:11:27 UTC (rev 128145)
+++ community-i686/fossil-xinetd	2015-02-23 19:12:31 UTC (rev 128146)
@@ -1,23 +0,0 @@
-service fossil
-{
-#better not change any of these
-type = UNLISTED
-socket_type = stream
-protocol = tcp
-wait = no
-user = root
-server = /usr/bin/fossil
-
-#only change these
-#http port, fossil will listen
-port = 8055
-
-#change this path to where your fossil repositories are
-server_args = http /var/fossil
-
-#comment next line to enable remote access
-only_from = 127.0.0.1 localhost
-
-#change to `no` to activate fossil
-disable = yes
-}

Copied: fossil/repos/community-i686/fossil-xinetd (from rev 128145, fossil/trunk/fossil-xinetd)
===================================================================
--- community-i686/fossil-xinetd	                        (rev 0)
+++ community-i686/fossil-xinetd	2015-02-23 19:12:31 UTC (rev 128146)
@@ -0,0 +1,23 @@
+service fossil
+{
+#better not change any of these
+type = UNLISTED
+socket_type = stream
+protocol = tcp
+wait = no
+user = root
+server = /usr/bin/fossil
+
+#only change these
+#http port, fossil will listen
+port = 8055
+
+#change this path to where your fossil repositories are
+server_args = http /var/fossil
+
+#comment next line to enable remote access
+only_from = 127.0.0.1 localhost
+
+#change to `no` to activate fossil
+disable = yes
+}

Deleted: community-i686/fossil.service
===================================================================
--- community-i686/fossil.service	2015-02-23 19:11:27 UTC (rev 128145)
+++ community-i686/fossil.service	2015-02-23 19:12:31 UTC (rev 128146)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Fossil service
-
-[Service]
-# /var/fossil is the default path to fossil repositories
-ExecStart=-/usr/bin/fossil http /var/fossil
-StandardInput=socket
-# Uncomment this line to use fossil with URL prefix
-# This allows fossil to generate correct hyperlinks and redirects when
-# hosted within virtual directory (e.g. nginx reverse-proxy setups)
-#Environment=SCRIPT_NAME=/fossil

Copied: fossil/repos/community-i686/fossil.service (from rev 128145, fossil/trunk/fossil.service)
===================================================================
--- community-i686/fossil.service	                        (rev 0)
+++ community-i686/fossil.service	2015-02-23 19:12:31 UTC (rev 128146)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Fossil service
+
+[Service]
+# /var/fossil is the default path to fossil repositories
+ExecStart=-/usr/bin/fossil http /var/fossil
+StandardInput=socket
+# Uncomment this line to use fossil with URL prefix
+# This allows fossil to generate correct hyperlinks and redirects when
+# hosted within virtual directory (e.g. nginx reverse-proxy setups)
+#Environment=SCRIPT_NAME=/fossil

Deleted: community-i686/fossil.socket
===================================================================
--- community-i686/fossil.socket	2015-02-23 19:11:27 UTC (rev 128145)
+++ community-i686/fossil.socket	2015-02-23 19:12:31 UTC (rev 128146)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Fossil socket
-
-[Socket]
-# TCP port to listen on
-ListenStream=8055
-Accept=yes
-
-[Install]
-WantedBy=sockets.target

Copied: fossil/repos/community-i686/fossil.socket (from rev 128145, fossil/trunk/fossil.socket)
===================================================================
--- community-i686/fossil.socket	                        (rev 0)
+++ community-i686/fossil.socket	2015-02-23 19:12:31 UTC (rev 128146)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Fossil socket
+
+[Socket]
+# TCP port to listen on
+ListenStream=8055
+Accept=yes
+
+[Install]
+WantedBy=sockets.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-02-23 19:11:27 UTC (rev 128145)
+++ community-x86_64/PKGBUILD	2015-02-23 19:12:31 UTC (rev 128146)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol pomozov at gmail> 
-# Contributor: Daniel YC Lin <dlin.tw at gmail>
-# Contributor: Konstantin Plotnikov <kostyapl at gmail dot com>
-
-pkgname=fossil
-pkgver=1.30
-_date_pkgver=20150119112900
-# NOTE: update _date_pkgver from http://www.fossil-scm.org/download.html
-pkgrel=2
-pkgdesc='Simple, high-reliability, distributed software configuration management'
-arch=(i686 x86_64)
-license=(BSD)
-url='http://www.fossil-scm.org'
-depends=(openssl zlib)
-backup=(etc/xinetd.d/fossil)
-source=(
-  fossil.socket
-  fossil.service
-  fossil-xinetd
-  fossil-autocomplete.bash
-  fossil-autocomplete.zsh
-  http://www.fossil-scm.org/download/fossil-src-$_date_pkgver.tar.gz
-)
-sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
-            'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
-            '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-            '3e80a8a8f71ff450919df16864d987e669acf31670e484721b977a3bb2960a89'
-            'aeca50e6382da7c50d696cf971947a09cb14d572ee9f191b4113fd84286b5edd'
-            '37969e5a09c1611199921e3518a4ed736fd637a02f2d5810cd45897a4ceb92dc')
-
-prepare() {
-  cp fossil-autocomplete.{bash,zsh} fossil-src-$_date_pkgver/tools
-}
-
-build() {
-  cd fossil-src-$_date_pkgver
-  ./configure --prefix=/usr
-  # headers and translate targets are problematic with parallel jobs
-  make -j1 bld bld/headers
-  make
-}
-
-package() {
-  install -Dm644 fossil-xinetd "$pkgdir"/etc/xinetd.d/fossil
-  install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
-  install -Dm644 fossil.service "$pkgdir"/usr/lib/systemd/system/fossil at .service
-
-  cd fossil-src-$_date_pkgver
-  install -Dm755 fossil "$pkgdir"/usr/bin/fossil
-  install -Dm644 COPYRIGHT-BSD2.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 tools/fossil-autocomplete.bash "$pkgdir"/usr/share/bash-completion/completions/fossil
-  install -Dm644 tools/fossil-autocomplete.zsh $pkgdir/usr/share/zsh/site-functions/_fossil
-}

Copied: fossil/repos/community-x86_64/PKGBUILD (from rev 128145, fossil/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-02-23 19:12:31 UTC (rev 128146)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol pomozov at gmail> 
+# Contributor: Daniel YC Lin <dlin.tw at gmail>
+# Contributor: Konstantin Plotnikov <kostyapl at gmail dot com>
+
+pkgname=fossil
+pkgver=1.31
+_sha1=2e7c40dbdd68c5b21ef982d66bd24246f50a0110 # check project's timeline for it https://www.fossil-scm.org/fossil/timeline?y=ci
+# NOTE: update _date_pkgver from http://www.fossil-scm.org/download.html
+pkgrel=1
+pkgdesc='Simple, high-reliability, distributed software configuration management'
+arch=(i686 x86_64)
+license=(BSD)
+url='http://www.fossil-scm.org'
+depends=(openssl zlib)
+backup=(etc/xinetd.d/fossil)
+source=(
+  fossil.socket
+  fossil.service
+  fossil-xinetd
+  fossil-$pkgver.tar.gz::https://www.fossil-scm.org/fossil/tarball/Fossil-$_sha1.tar.gz?uuid=$_sha1
+)
+sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
+            'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
+            '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
+            '3ebf2b4ce6057a3ff9ddb44704daee2ffd0d271de33449b25c7ff980deae08a9')
+
+build() {
+  cd Fossil-$_sha1
+  ./configure --prefix=/usr
+  # headers and translate targets are problematic with parallel jobs
+  #make -j1 bld bld/headers
+  make
+}
+
+package() {
+  install -Dm644 fossil-xinetd "$pkgdir"/etc/xinetd.d/fossil
+  install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
+  install -Dm644 fossil.service "$pkgdir"/usr/lib/systemd/system/fossil at .service
+
+  cd Fossil-$_sha1
+  install -Dm755 fossil "$pkgdir"/usr/bin/fossil
+  install -Dm644 tools/fossil-autocomplete.bash "$pkgdir"/usr/share/bash-completion/completions/fossil
+  install -Dm644 COPYRIGHT-BSD2.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/fossil-autocomplete.bash
===================================================================
--- community-x86_64/fossil-autocomplete.bash	2015-02-23 19:11:27 UTC (rev 128145)
+++ community-x86_64/fossil-autocomplete.bash	2015-02-23 19:12:31 UTC (rev 128146)
@@ -1,33 +0,0 @@
-# Command name bash completion for Fossil.
-# Original: Mailing-list contribution by Stuart Rackham.
-# Maintainer: Daniel YC Lin <dlin.tw at gmail.com>
-# I'm not bash expert, please feed back to me, if you could improve this.
-# TODO: fossil branch list --options
-
-function _fossil() {
-    local cur commands
-    cur=${COMP_WORDS[COMP_CWORD]}
-    prev="${COMP_WORDS[COMP_CWORD-1]}"
-    commands=$(fossil help --all)
-    if [ $COMP_CWORD -eq 1 ] || [ ${COMP_WORDS[1]} = help ]; then
-            # Command name completion for 1st argument or 2nd if help command.
-        COMPREPLY=( $(compgen -W "$commands" $cur) )
-    else
-        case "${prev}" in
-            add) opts="--case-sensitive --dotfiles --force --ignore --clean" ;;
-            addremove) opts="--case-sensitive --dotfiles --ignore --clean --dry-run" ;;
-            all) opts="changes clean dbstat extras ignore info list pull push rebuild sync setting set unset" ;;
-            annotate) opts="--filevers --log --limit --ignore-all-space --ignore-trailing-space" ;;
-            bisect) opts="bad good log chart next options reset status undo" ;;
-            branch) opts="new list" ;;
-            merge) opts="--baseline --binary --case-sensitive --force --force-missing --integrate --dry-run --verbose" ;;
-        esac
-        compopt -o filenames
-        COMPREPLY=($(compgen -fW "${opts}" -- "${cur}") \
-        $(compgen -d -- "$cur"))
-        # File name completion for other arguments.
-        #COMPREPLY=( $(compgen -f $cur) )
-    fi
-}
-complete -o default -F _fossil fossil f
-# vim: et sw=4 ts=4

Deleted: community-x86_64/fossil-autocomplete.zsh
===================================================================
--- community-x86_64/fossil-autocomplete.zsh	2015-02-23 19:11:27 UTC (rev 128145)
+++ community-x86_64/fossil-autocomplete.zsh	2015-02-23 19:12:31 UTC (rev 128146)
@@ -1,30 +0,0 @@
-#compdef fossil
-
-# zsh completion wrapper for zsh by Daniel YC Lin <dlin.tw at gmail.com>
-# I'm not zsh expert, please help me to fix this. 2015/02/06
-# TODO: fossil add -option<tab>
-#
-# Usage example:
-# 	cp fossil-autocomplete.zsh ~/zshfunc/_fossil
-#	fpath=(~/zshfunc $fpath)
-#	autoload -U ~/zshfunc/*(:t)
-# Package example:
-#       install -Dm644 fossil-autocomplete.zsh /share/zsh/site-functions/_fossil
-
-local curcontext="$curcontext" state line expl ret=1
-typeset -A opt_args
-
-_arguments -C \
-    '(-)--help[print help information]' \
-    '1: :->cmds' \
-    '*:files:_files' && ret=0
-
-_fossil_cmds=($(LC_ALL=C fossil help -a))
-_fossil_commands() {
-  compadd "$@" -k _fossil_cmds
-}
-case $state in
-  cmds)
-      _wanted commands expl 'fossil help' _fossil_commands && ret=0
-  ;;
-esac

Deleted: community-x86_64/fossil-xinetd
===================================================================
--- community-x86_64/fossil-xinetd	2015-02-23 19:11:27 UTC (rev 128145)
+++ community-x86_64/fossil-xinetd	2015-02-23 19:12:31 UTC (rev 128146)
@@ -1,23 +0,0 @@
-service fossil
-{
-#better not change any of these
-type = UNLISTED
-socket_type = stream
-protocol = tcp
-wait = no
-user = root
-server = /usr/bin/fossil
-
-#only change these
-#http port, fossil will listen
-port = 8055
-
-#change this path to where your fossil repositories are
-server_args = http /var/fossil
-
-#comment next line to enable remote access
-only_from = 127.0.0.1 localhost
-
-#change to `no` to activate fossil
-disable = yes
-}

Copied: fossil/repos/community-x86_64/fossil-xinetd (from rev 128145, fossil/trunk/fossil-xinetd)
===================================================================
--- community-x86_64/fossil-xinetd	                        (rev 0)
+++ community-x86_64/fossil-xinetd	2015-02-23 19:12:31 UTC (rev 128146)
@@ -0,0 +1,23 @@
+service fossil
+{
+#better not change any of these
+type = UNLISTED
+socket_type = stream
+protocol = tcp
+wait = no
+user = root
+server = /usr/bin/fossil
+
+#only change these
+#http port, fossil will listen
+port = 8055
+
+#change this path to where your fossil repositories are
+server_args = http /var/fossil
+
+#comment next line to enable remote access
+only_from = 127.0.0.1 localhost
+
+#change to `no` to activate fossil
+disable = yes
+}

Deleted: community-x86_64/fossil.service
===================================================================
--- community-x86_64/fossil.service	2015-02-23 19:11:27 UTC (rev 128145)
+++ community-x86_64/fossil.service	2015-02-23 19:12:31 UTC (rev 128146)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Fossil service
-
-[Service]
-# /var/fossil is the default path to fossil repositories
-ExecStart=-/usr/bin/fossil http /var/fossil
-StandardInput=socket
-# Uncomment this line to use fossil with URL prefix
-# This allows fossil to generate correct hyperlinks and redirects when
-# hosted within virtual directory (e.g. nginx reverse-proxy setups)
-#Environment=SCRIPT_NAME=/fossil

Copied: fossil/repos/community-x86_64/fossil.service (from rev 128145, fossil/trunk/fossil.service)
===================================================================
--- community-x86_64/fossil.service	                        (rev 0)
+++ community-x86_64/fossil.service	2015-02-23 19:12:31 UTC (rev 128146)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Fossil service
+
+[Service]
+# /var/fossil is the default path to fossil repositories
+ExecStart=-/usr/bin/fossil http /var/fossil
+StandardInput=socket
+# Uncomment this line to use fossil with URL prefix
+# This allows fossil to generate correct hyperlinks and redirects when
+# hosted within virtual directory (e.g. nginx reverse-proxy setups)
+#Environment=SCRIPT_NAME=/fossil

Deleted: community-x86_64/fossil.socket
===================================================================
--- community-x86_64/fossil.socket	2015-02-23 19:11:27 UTC (rev 128145)
+++ community-x86_64/fossil.socket	2015-02-23 19:12:31 UTC (rev 128146)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Fossil socket
-
-[Socket]
-# TCP port to listen on
-ListenStream=8055
-Accept=yes
-
-[Install]
-WantedBy=sockets.target

Copied: fossil/repos/community-x86_64/fossil.socket (from rev 128145, fossil/trunk/fossil.socket)
===================================================================
--- community-x86_64/fossil.socket	                        (rev 0)
+++ community-x86_64/fossil.socket	2015-02-23 19:12:31 UTC (rev 128146)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Fossil socket
+
+[Socket]
+# TCP port to listen on
+ListenStream=8055
+Accept=yes
+
+[Install]
+WantedBy=sockets.target



More information about the arch-commits mailing list