summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-01-30 15:29:12 +0000
committerTim Biermann <tbier@posteo.de>2021-01-30 15:47:47 +0000
commitc7936d5d465073c93a84e5da32f153992f96ab71 (patch)
tree4cd09532f73c2c88b7e193fc81708166dd69e27b
parent796c19870fe9aba8d6e4e2e6cd2a3801f8161ea1 (diff)
downloadopt-c7936d5d465073c93a84e5da32f153992f96ab71.tar.gz
opt-c7936d5d465073c93a84e5da32f153992f96ab71.tar.xz
service: dropped unmaintained port
-rw-r--r--service/.footprint6
-rw-r--r--service/.signature5
-rw-r--r--service/Pkgfile18
3 files changed, 0 insertions, 29 deletions
diff --git a/service/.footprint b/service/.footprint
deleted file mode 100644
index 7332330d6..000000000
--- a/service/.footprint
+++ /dev/null
@@ -1,6 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/bash-completion/
--rwxr-xr-x root/root usr/lib/bash-completion/service_completions
-drwxr-xr-x root/root usr/sbin/
--rwxr-xr-x root/root usr/sbin/service
diff --git a/service/.signature b/service/.signature
deleted file mode 100644
index c11580a91..000000000
--- a/service/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/b+tS6aygjuHs2vN8vQcSD42sklf5tONs2O1jF6DU4kZUhQJo12OQ4Md5R7Sf1r4fBj2/WtuWJxEIiRs5cyyrQA=
-SHA256 (Pkgfile) = 59d5839d10372df23390a0676aa3f311fd8890bce426a7bda820aaedbc6b1ddf
-SHA256 (.footprint) = fd361a051339216b4f5a45839b87a17120cd32a9b193353bf6f70eb9b331cee6
-SHA256 (service-0.2.tar.gz) = c367e8ee8e9f7f4009b421b991dcf0a6dcc5dcec991dadaea370ab09d5b8b88e
diff --git a/service/Pkgfile b/service/Pkgfile
deleted file mode 100644
index 4a433500b..000000000
--- a/service/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Wrapper for starting/stopping services, with completion
-# URL: http:///www.varlock.com
-# Maintainer: Jose V Beneyto, sepen at crux dot nu
-# Depends on: bash-completion
-
-name=service
-version=0.2
-release=1
-source=(http://www.varlock.com/files/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- mkdir -p $PKG/usr/sbin
- install -m 755 $name $PKG/usr/sbin
- mkdir -p $PKG/usr/lib/bash-completion
- install -m 755 ${name}_completions $PKG/usr/lib/bash-completion
-
-}

Generated by cgit