diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/www-server/fcgiwrap/fcgiwrap-scm.exheres-0 | 7 | ||||
-rw-r--r-- | packages/www-server/fcgiwrap/fcgiwrap.exlib | 19 |
2 files changed, 0 insertions, 26 deletions
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 -" - |