commit:     577a0f1552054711a19407b0b95170f57b958339
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 23:43:48 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 23:43:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577a0f15

www-misc/fcgiwrap: drop 1.1.0-r1

Closes: https://bugs.gentoo.org/827697
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild | 58 ------------------------------
 1 file changed, 58 deletions(-)

diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild 
b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
deleted file mode 100644
index e30a45f61524..000000000000
--- a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-[[ ${PV} = *9999* ]] && VCS_ECLASS="git-r3" || VCS_ECLASS=""
-inherit autotools systemd toolchain-funcs ${VCS_ECLASS}
-
-DESCRIPTION="Simple FastCGI wrapper for CGI scripts (CGI support for nginx)"
-HOMEPAGE="https://github.com/gnosek/fcgiwrap";
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="systemd"
-
-if [[ ${PV} == *9999* ]]; then
-       EGIT_REPO_URI="https://github.com/gnosek/${PN}.git";
-else
-       SRC_URI="https://github.com/gnosek/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="amd64 ~arm x86"
-fi
-
-RDEPEND="
-       dev-libs/fcgi
-       systemd? ( sys-apps/systemd )
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-DOCS=( README.rst )
-
-src_prepare() {
-       sed -e "s/-Werror//" \
-               -i configure.ac || die "sed failed"
-
-       sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \
-               -i Makefile.in || die "sed failed"
-
-       sed -e "s/libsystemd-daemon/libsystemd/" \
-               -i configure.ac || die "sed failed"
-       tc-export CC
-
-       # Fix systemd units for Gentoo
-       sed -i -e '/User/d' systemd/fcgiwrap.service || die
-       sed -i -e '/Group/d' systemd/fcgiwrap.service || die
-
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               $(use_with systemd) \
-               "$(systemd_with_unitdir)"
-}
-
-pkg_postinst() {
-       einfo 'You may want to install www-servers/spawn-fcgi to use with 
fcgiwrap.'
-}

Reply via email to