diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2020-05-10 23:12:05 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2020-05-10 23:12:05 +0300 |
commit | 9476cd42fc96656dfd400200d40c45c2fe665a68 (patch) | |
tree | 8eaf5ed63dd599440bcc1d84c23d385b82db8c14 | |
parent | 317abbe0c71753ce74099de4d8c4facc0c40c321 (diff) |
dropped fcgiwrap
-rw-r--r-- | metadata/categories.conf | 1 | ||||
-rw-r--r-- | packages/www-server/fcgiwrap/fcgiwrap-scm.exheres-0 | 7 | ||||
-rw-r--r-- | packages/www-server/fcgiwrap/fcgiwrap.exlib | 19 |
3 files changed, 0 insertions, 27 deletions
diff --git a/metadata/categories.conf b/metadata/categories.conf index 2d49b0b..858d363 100644 --- a/metadata/categories.conf +++ b/metadata/categories.conf @@ -27,4 +27,3 @@ sys-devel sys-fs sys-power sys-libs -www-server diff --git a/packages/www-server/fcgiwrap/fcgiwrap-scm.exheres-0 b/packages/www-server/fcgiwrap/fcgiwrap-scm.exheres-0 deleted file mode 100644 index 71c6d2d..0000000 --- a/packages/www-server/fcgiwrap/fcgiwrap-scm.exheres-0 +++ /dev/null @@ -1,7 +0,0 @@ -# Distributed under the terms of the GNU General Public License v2 -# Copyright 2020 Gluzskiy Alexandr <sss@sss.chaoslab.ru> - -require fcgiwrap - -PLATFORMS="~amd64 ~x86" - diff --git a/packages/www-server/fcgiwrap/fcgiwrap.exlib b/packages/www-server/fcgiwrap/fcgiwrap.exlib deleted file mode 100644 index 93917a4..0000000 --- a/packages/www-server/fcgiwrap/fcgiwrap.exlib +++ /dev/null @@ -1,19 +0,0 @@ -# Distributed under the terms of the GNU General Public License v2 -# Copyright 2020 Gluzskiy Alexandr <sss@sss.chaoslab.ru> - - -require github [ user=gnosek tag=${PV} ] -require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.16 ] ] - -SLOT="0" - -SUMMARY="Simple FastCGI wrapper for CGI scripts" - -LICENCES="MIT" - -MYOPTIONS="" -DEPENDENCIES=" - build+run: - dev-libs/fcgi -" - |