subversion: remove systemd build option (#1736)
This commit is contained in:
parent
89eea8ffe1
commit
5abeb9ce52
@ -1,11 +0,0 @@
|
||||
[Unit]
|
||||
Description=Subversion protocol daemon
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
EnvironmentFile=/etc/conf.d/svnserve
|
||||
ExecStart=/usr/bin/svnserve --daemon --pid-file=/run/svnserve/svnserve.pid $SVNSERVE_ARGS
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@ -1 +0,0 @@
|
||||
D /run/svnserve 0700 root root -
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'subversion'
|
||||
pkgname=subversion
|
||||
version=1.8.13
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Enterprise-class centralized version control for the masses"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Apache-2.0, BSD"
|
||||
@ -17,7 +17,6 @@ makedepends="db-devel perl python-devel swig apr-util-devel
|
||||
depends="ca-certificates"
|
||||
|
||||
nocross=yes
|
||||
build_options="systemd"
|
||||
|
||||
do_configure() {
|
||||
./configure ${configure_args} \
|
||||
@ -39,11 +38,6 @@ do_install() {
|
||||
swig_pydir_extra=/usr/lib/python2.7/site-packages/svn \
|
||||
install install-swig-py install-swig-pl
|
||||
|
||||
if [ "$build_option_systemd" ]; then
|
||||
vinstall ${FILESDIR}/svnserve.service 644 usr/lib/systemd/system
|
||||
vinstall ${FILESDIR}/svnserve.tmpfiles 644 usr/lib/tmpfiles.d svnserve.conf
|
||||
fi
|
||||
|
||||
rm -rf ${DESTDIR}/usr/lib/perl5/core_perl
|
||||
vmkdir usr/share/subversion
|
||||
install -d -m755 tools/hook-scripts ${DESTDIR}/usr/share/subversion/
|
||||
|
Loading…
x
Reference in New Issue
Block a user