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 1F40313835A for ; Sat, 26 Sep 2020 03:12:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53181E0729; Sat, 26 Sep 2020 03:12:05 +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 084F6E0729 for ; Sat, 26 Sep 2020 03:12:05 +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 AE59333FE49 for ; Sat, 26 Sep 2020 03:12:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36E26376 for ; Sat, 26 Sep 2020 03:12:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1601089908.33563c5d359facf09fd604bbb4da4ea263706266.sam@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 www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild X-VCS-Directories: www-apache/mod_xsendfile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 33563c5d359facf09fd604bbb4da4ea263706266 X-VCS-Branch: master Date: Sat, 26 Sep 2020 03:12:02 +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: 54dd9579-9113-4900-93d1-f28af5941a2c X-Archives-Hash: a03284316ed1770706010839b7c6e019 commit: 33563c5d359facf09fd604bbb4da4ea263706266 Author: Sam James gentoo org> AuthorDate: Sat Sep 26 03:11:26 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 26 03:11:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33563c5d www-apache/mod_xsendfile: forward stable kw, cleanup Installed files are the same. Closes: https://bugs.gentoo.org/724212 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> .../mod_xsendfile-1.0_beta1-r1.ebuild | 2 +- .../mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild | 27 ---------------------- 2 files changed, 1 insertion(+), 28 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 index c111aad8c8e..6006d8ed7ab 100644 --- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild +++ b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux" +KEYWORDS="amd64 sparc x86 ~amd64-linux" need_apache2 diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild deleted file mode 100644 index b6b79a6db6a..00000000000 --- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -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" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 sparc x86 ~amd64-linux" -IUSE="" - -S=${WORKDIR} - -RDEPEND="${DEPEND}" - -APACHE2_MOD_CONF="50_${PN}" -APACHE2_MOD_DEFINE="XSENDFILE" - -DOCFILES="docs/Readme.html" - -need_apache2