From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5AAB138334 for ; Wed, 11 Sep 2019 16:21:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE6FFE09F8; Wed, 11 Sep 2019 16:21:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAEEEE09F8 for ; Wed, 11 Sep 2019 16:21:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9EFD34B08A for ; Wed, 11 Sep 2019 16:21:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00F547FB for ; Wed, 11 Sep 2019 16:21:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1568218869.ec0d08162718444fd61bf120c8b490a19a751352.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/fcgiwrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-misc/fcgiwrap/Manifest www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild X-VCS-Directories: www-misc/fcgiwrap/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ec0d08162718444fd61bf120c8b490a19a751352 X-VCS-Branch: master Date: Wed, 11 Sep 2019 16:21:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3b0d37e1-037c-4191-8f5a-9d9c3342ca10 X-Archives-Hash: 795207c55c5a3de930b07c9b5f7b3ebb commit: ec0d08162718444fd61bf120c8b490a19a751352 Author: Michał Górny gentoo org> AuthorDate: Wed Sep 11 11:27:30 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 11 16:21:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0d0816 www-misc/fcgiwrap: Drop old Signed-off-by: Michał Górny gentoo.org> www-misc/fcgiwrap/Manifest | 1 - .../fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild | 63 ---------------------- 2 files changed, 64 deletions(-) diff --git a/www-misc/fcgiwrap/Manifest b/www-misc/fcgiwrap/Manifest index ba313475d46..c1143d8241d 100644 --- a/www-misc/fcgiwrap/Manifest +++ b/www-misc/fcgiwrap/Manifest @@ -1,2 +1 @@ DIST fcgiwrap-1.1.0.tar.gz 9924 BLAKE2B a96a87bfd1e4845be3a5018e5574edd40a800926ac531a041fae07f6810da509eecf97a19b2debe0ea318f2968f30184f4f6c1c02495777492d32826a0f759a1 SHA512 b8d35762d1d3c94a67602290b0092f0c38cffbbcd3dbc16597abf8b92172909b04450c238de2e430e841a17dd47fdd48d6a001f77539966980ef1af61e447ddc -DIST fcgiwrap-1.1.0_pre20150419.tar.gz 10834 BLAKE2B 174a832b8d2996de38203244ecece55ca1bd808b1e6724894c9ef99a7236ad40fbe4031450797f14931008305d50b4d2dfcc1abe97586fda9f45194c8b16bf4e SHA512 48df3f0b5ad15d172b7ee883d53c59ecbd78c0c401ef1452df8fc03af1a7aed153464b2515ca18881af70f6baf6c80e0b405d1dde4888a20397b9db272ea6ba4 diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild deleted file mode 100644 index b6310e79a9d..00000000000 --- a/www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -[[ ${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 - MY_REV="99c942c90063c73734e56bacaa65f947772d9186" - MY_P="gnosek-fcgiwrap-${MY_REV:0:7}" - SRC_URI="https://github.com/gnosek/${PN}/tarball/${MY_REV} -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" -fi - -RDEPEND=" - dev-libs/fcgi - systemd? ( sys-apps/systemd ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( README.rst ) - -S="${WORKDIR}/${MY_P}" - -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 - - eapply_user - eautoreconf -} - -src_configure() { - econf \ - $(use_with systemd) \ - --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" -} - -pkg_postinst() { - einfo 'You may want to install www-servers/spawn-fcgi to use with fcgiwrap.' -}