[arch-commits] Commit in fossil/repos (16 files)
Anatol Pomozov
anatolik at archlinux.org
Wed Oct 26 22:03:55 UTC 2016
Date: Wednesday, October 26, 2016 @ 22:03:54
Author: anatolik
Revision: 193748
archrelease: copy trunk to community-i686, community-x86_64
Added:
fossil/repos/community-i686/PKGBUILD
(from rev 193747, fossil/trunk/PKGBUILD)
fossil/repos/community-i686/fossil-xinetd
(from rev 193747, fossil/trunk/fossil-xinetd)
fossil/repos/community-i686/fossil.service
(from rev 193747, fossil/trunk/fossil.service)
fossil/repos/community-i686/fossil.socket
(from rev 193747, fossil/trunk/fossil.socket)
fossil/repos/community-x86_64/PKGBUILD
(from rev 193747, fossil/trunk/PKGBUILD)
fossil/repos/community-x86_64/fossil-xinetd
(from rev 193747, fossil/trunk/fossil-xinetd)
fossil/repos/community-x86_64/fossil.service
(from rev 193747, fossil/trunk/fossil.service)
fossil/repos/community-x86_64/fossil.socket
(from rev 193747, fossil/trunk/fossil.socket)
Deleted:
fossil/repos/community-i686/PKGBUILD
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-xinetd
fossil/repos/community-x86_64/fossil.service
fossil/repos/community-x86_64/fossil.socket
---------------------------------+
/PKGBUILD | 86 ++++++++++++++++++++++++++++++++++++++
/fossil-xinetd | 46 ++++++++++++++++++++
/fossil.service | 22 +++++++++
/fossil.socket | 20 ++++++++
community-i686/PKGBUILD | 43 -------------------
community-i686/fossil-xinetd | 23 ----------
community-i686/fossil.service | 11 ----
community-i686/fossil.socket | 10 ----
community-x86_64/PKGBUILD | 43 -------------------
community-x86_64/fossil-xinetd | 23 ----------
community-x86_64/fossil.service | 11 ----
community-x86_64/fossil.socket | 10 ----
12 files changed, 174 insertions(+), 174 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-26 22:03:04 UTC (rev 193747)
+++ community-i686/PKGBUILD 2016-10-26 22:03:54 UTC (rev 193748)
@@ -1,43 +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.35
-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
- https://www.fossil-scm.org/download/fossil-src-$pkgver.tar.gz
-)
-sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
- 'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
- '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
- 'c1f92f925a87c9872cb40d166f56ba08b90edbab01a8546ff37025836136ba1d')
-
-build() {
- cd fossil-$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-$pkgver
- 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
-}
Copied: fossil/repos/community-i686/PKGBUILD (from rev 193747, fossil/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-26 22:03:54 UTC (rev 193748)
@@ -0,0 +1,43 @@
+# $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.36
+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
+ http://www.fossil-scm.org/index.html/uv/download/fossil-src-$pkgver.tar.gz
+)
+sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
+ 'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
+ '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
+ '2676c35ec5e44099a3522e7e9f1d1f84a9338db4457618d5338cb6826d0dfd12')
+
+build() {
+ cd fossil-$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-$pkgver
+ 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-xinetd
===================================================================
--- community-i686/fossil-xinetd 2016-10-26 22:03:04 UTC (rev 193747)
+++ community-i686/fossil-xinetd 2016-10-26 22:03:54 UTC (rev 193748)
@@ -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 193747, fossil/trunk/fossil-xinetd)
===================================================================
--- community-i686/fossil-xinetd (rev 0)
+++ community-i686/fossil-xinetd 2016-10-26 22:03:54 UTC (rev 193748)
@@ -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 2016-10-26 22:03:04 UTC (rev 193747)
+++ community-i686/fossil.service 2016-10-26 22:03:54 UTC (rev 193748)
@@ -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 193747, fossil/trunk/fossil.service)
===================================================================
--- community-i686/fossil.service (rev 0)
+++ community-i686/fossil.service 2016-10-26 22:03:54 UTC (rev 193748)
@@ -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 2016-10-26 22:03:04 UTC (rev 193747)
+++ community-i686/fossil.socket 2016-10-26 22:03:54 UTC (rev 193748)
@@ -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 193747, fossil/trunk/fossil.socket)
===================================================================
--- community-i686/fossil.socket (rev 0)
+++ community-i686/fossil.socket 2016-10-26 22:03:54 UTC (rev 193748)
@@ -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 2016-10-26 22:03:04 UTC (rev 193747)
+++ community-x86_64/PKGBUILD 2016-10-26 22:03:54 UTC (rev 193748)
@@ -1,43 +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.35
-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
- https://www.fossil-scm.org/download/fossil-src-$pkgver.tar.gz
-)
-sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
- 'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
- '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
- 'c1f92f925a87c9872cb40d166f56ba08b90edbab01a8546ff37025836136ba1d')
-
-build() {
- cd fossil-$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-$pkgver
- 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
-}
Copied: fossil/repos/community-x86_64/PKGBUILD (from rev 193747, fossil/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-26 22:03:54 UTC (rev 193748)
@@ -0,0 +1,43 @@
+# $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.36
+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
+ http://www.fossil-scm.org/index.html/uv/download/fossil-src-$pkgver.tar.gz
+)
+sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
+ 'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
+ '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
+ '2676c35ec5e44099a3522e7e9f1d1f84a9338db4457618d5338cb6826d0dfd12')
+
+build() {
+ cd fossil-$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-$pkgver
+ 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-xinetd
===================================================================
--- community-x86_64/fossil-xinetd 2016-10-26 22:03:04 UTC (rev 193747)
+++ community-x86_64/fossil-xinetd 2016-10-26 22:03:54 UTC (rev 193748)
@@ -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 193747, fossil/trunk/fossil-xinetd)
===================================================================
--- community-x86_64/fossil-xinetd (rev 0)
+++ community-x86_64/fossil-xinetd 2016-10-26 22:03:54 UTC (rev 193748)
@@ -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 2016-10-26 22:03:04 UTC (rev 193747)
+++ community-x86_64/fossil.service 2016-10-26 22:03:54 UTC (rev 193748)
@@ -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 193747, fossil/trunk/fossil.service)
===================================================================
--- community-x86_64/fossil.service (rev 0)
+++ community-x86_64/fossil.service 2016-10-26 22:03:54 UTC (rev 193748)
@@ -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 2016-10-26 22:03:04 UTC (rev 193747)
+++ community-x86_64/fossil.socket 2016-10-26 22:03:54 UTC (rev 193748)
@@ -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 193747, fossil/trunk/fossil.socket)
===================================================================
--- community-x86_64/fossil.socket (rev 0)
+++ community-x86_64/fossil.socket 2016-10-26 22:03:54 UTC (rev 193748)
@@ -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