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 1BA30138206 for ; Tue, 16 Jan 2018 00:24:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37866E08AC; Tue, 16 Jan 2018 00:24:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 180E7E08AC for ; Tue, 16 Jan 2018 00:24:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 64DE6335C43 for ; Tue, 16 Jan 2018 00:24:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FC2D1B0 for ; Tue, 16 Jan 2018 00:24:09 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1516062245.90383c0bdffc4b6bca6df5262b30e9f77b98b23f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_gnutls/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_gnutls/mod_gnutls-0.8.3-r1.ebuild www-apache/mod_gnutls/mod_gnutls-0.8.3.ebuild X-VCS-Directories: www-apache/mod_gnutls/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 90383c0bdffc4b6bca6df5262b30e9f77b98b23f X-VCS-Branch: master Date: Tue, 16 Jan 2018 00:24:09 +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-Archives-Salt: 713e00b2-f1cc-4329-a124-d52c82cf8a7d X-Archives-Hash: f4522a1a12a9ccc6ceeb3c56d79a1dfa commit: 90383c0bdffc4b6bca6df5262b30e9f77b98b23f Author: Lars Wendler gentoo org> AuthorDate: Tue Jan 16 00:23:39 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jan 16 00:24:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90383c0b www-apache/mod_gnutls: Revbump to prevent installation of /mod_gnutls.so Downgraded ebuild to EAPI-5 until further debugging. Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../{mod_gnutls-0.8.3.ebuild => mod_gnutls-0.8.3-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www-apache/mod_gnutls/mod_gnutls-0.8.3.ebuild b/www-apache/mod_gnutls/mod_gnutls-0.8.3-r1.ebuild similarity index 84% rename from www-apache/mod_gnutls/mod_gnutls-0.8.3.ebuild rename to www-apache/mod_gnutls/mod_gnutls-0.8.3-r1.ebuild index e92da362830..1d6985d4f07 100644 --- a/www-apache/mod_gnutls/mod_gnutls-0.8.3.ebuild +++ b/www-apache/mod_gnutls/mod_gnutls-0.8.3-r1.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +# WARNING! Don't switch to EAPI-6 without checking paths of installed files +# carefully. The .so file might get installed into / +EAPI=5 inherit autotools apache-module DESCRIPTION="mod_gnutls uses GnuTLS for SSL/TLS encryption in Apache2 (compare to mod_ssl)"