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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6AAB15800A for ; Sat, 2 Sep 2023 11:42:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4EC02BC01A; Sat, 2 Sep 2023 11:42:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAAFC2BC01A for ; Sat, 2 Sep 2023 11:42:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B53DD335DBA for ; Sat, 2 Sep 2023 11:42:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39B1810E2 for ; Sat, 2 Sep 2023 11:42:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1693654891.7a0789631f90b7629a65445dfe7a3f38fe00bc16.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild X-VCS-Directories: www-apache/mod_xsendfile/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7a0789631f90b7629a65445dfe7a3f38fe00bc16 X-VCS-Branch: master Date: Sat, 2 Sep 2023 11:42:37 +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: c775632f-e505-49e6-854b-87647f4967aa X-Archives-Hash: f2cb1581704422965bed0a8a296fb8d8 commit: 7a0789631f90b7629a65445dfe7a3f38fe00bc16 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 26 15:00:00 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 2 11:41:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a078963 www-apache/mod_xsendfile: drop 1.0_beta1-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> .../mod_xsendfile-1.0_beta1-r1.ebuild | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild deleted file mode 100644 index 6006d8ed7ab3..000000000000 --- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit apache-module - -MY_PV="1.0b1" -DESCRIPTION="Apache module that processes X-SENDFILE headers registered by the output handler" -HOMEPAGE="https://tn123.org/mod_xsendfile/" -SRC_URI="https://tn123.org/mod_xsendfile/beta/${PN}-${MY_PV}.tar.gz" -S="${WORKDIR}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 sparc x86 ~amd64-linux" - -need_apache2 - -src_install() { - APACHE2_MOD_CONF="50_${PN}" - APACHE2_MOD_DEFINE="XSENDFILE" - # Triggers unfortunate QA warning in the eclass - # See bug #515414, seems to be an apache-module.eclasss issue - DOCFILES="docs/Readme.html" - - APACHE_MODULESDIR="/usr/$(get_libdir)/apache2/modules" - - apache-module_src_install -}