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 3DCD51382C5 for ; Tue, 23 Jan 2018 06:42:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90FF9E097C; Tue, 23 Jan 2018 06:42:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6CC41E097C for ; Tue, 23 Jan 2018 06:42:20 +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 7031A335C5B for ; Tue, 23 Jan 2018 06:42:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D97211DA for ; Tue, 23 Jan 2018 06:42:14 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1516281868.f2806923a93d3c4b2db3a426bcfa5ceec5397a04.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: www-servers/xsp/ X-VCS-Repository: proj/dotnet X-VCS-Files: www-servers/xsp/xsp-9999.ebuild X-VCS-Directories: www-servers/xsp/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: f2806923a93d3c4b2db3a426bcfa5ceec5397a04 X-VCS-Branch: master Date: Tue, 23 Jan 2018 06:42:14 +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: 1f6cc442-02c5-4f51-9f09-83ce90a75ae6 X-Archives-Hash: 55f2c12c940aacfa53c5c4b63b98893f commit: f2806923a93d3c4b2db3a426bcfa5ceec5397a04 Author: Mads ab3 no> AuthorDate: Thu Jan 18 13:24:28 2018 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Thu Jan 18 13:24:28 2018 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=f2806923 Make ebuild work (changed EAPI version) www-servers/xsp/xsp-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www-servers/xsp/xsp-9999.ebuild b/www-servers/xsp/xsp-9999.ebuild index 6cf4684..44cad87 100644 --- a/www-servers/xsp/xsp-9999.ebuild +++ b/www-servers/xsp/xsp-9999.ebuild @@ -2,12 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="6" +EAPI="5" USE_DOTNET="net35 net40 net45" PATCHDIR="${FILESDIR}/2.2/" -inherit eutils dotnet user git-r3 autotools +inherit eutils dotnet user git-r3 autotools-utils DESCRIPTION="XSP is a small web server that can host ASP.NET pages" HOMEPAGE="http://www.mono-project.com/ASP.NET" @@ -23,7 +23,7 @@ RDEPEND="dev-db/sqlite:3" DEPEND="${RDEPEND}" src_prepare() { - epatch "${FILESDIR}/aclocal-fix.patch" + # epatch "${FILESDIR}/aclocal-fix.patch" if [ -z "$LIBTOOL" ]; then LIBTOOL=`which glibtool 2>/dev/null`