summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2019-06-17 12:14:10 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2019-06-17 12:14:10 -0500
commit4954843f8a3eb5ec7dd712bb7cdaf71309b5a56c (patch)
tree791c1d2421b7428a0354eabb8e7251f594ea23d9
parent6e45ebf73cb8df070aa23bdbe0a74dfe0c78a991 (diff)
Removing apache-users: unmaintained
-rw-r--r--pcr/apache-users/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/pcr/apache-users/PKGBUILD b/pcr/apache-users/PKGBUILD
deleted file mode 100644
index e89efdd45..000000000
--- a/pcr/apache-users/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# Maintainer: Márcio Silva <coadde@hyperbola.info>
-
-pkgname='apache-users'
-pkgver='2.1'
-pkgrel=2
-pkgdesc='This perl script will enumerate the usernames on a unix system that use the apache module UserDir.'
-arch=('any')
-url='https://labs.portcullis.co.uk/downloads/'
-license=('GPL2')
-depends=('perl' 'perl-parallel-forkmanager')
-source=("https://labs.portcullis.co.uk/download/apache_users-${pkgver}.tar.gz")
-sha1sums=('69df39387846cf0fe38f6c22d18a51d0591ed323')
-
-package() {
- cd "$srcdir/apache_users"
-
- install -Dm755 apache${pkgver}.pl "$pkgdir/usr/bin/apache-users"
- install -Dm644 names "$pkgdir/usr/share/apache-users/names"
-}