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 E642F13832E for ; Sun, 31 Jul 2016 08:52:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7B6CE0B81; Sun, 31 Jul 2016 08:52:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B096DE0B7E for ; Sun, 31 Jul 2016 08:52:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCCF6340C79 for ; Sun, 31 Jul 2016 08:52:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 517992430 for ; Sun, 31 Jul 2016 08:52:07 +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: <1469887896.c5157544ed575197c2b21a6053ca528635e0613d.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-2014.12-r2014120900.ebuild 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: c5157544ed575197c2b21a6053ca528635e0613d X-VCS-Branch: master Date: Sun, 31 Jul 2016 08:52:07 +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: 0c9a83a0-6f6b-4cdb-91ec-3a3aa4136066 X-Archives-Hash: 64fd0504de5dc259e779049df5b00886 commit: c5157544ed575197c2b21a6053ca528635e0613d Author: ArsenShnurkov gmail com> AuthorDate: Sat Jul 30 14:11:36 2016 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Sat Jul 30 14:11:36 2016 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c5157544 repoman fixes www-servers/xsp/xsp-2014.12-r2014120900.ebuild | 7 ++++--- www-servers/xsp/xsp-9999.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/www-servers/xsp/xsp-2014.12-r2014120900.ebuild b/www-servers/xsp/xsp-2014.12-r2014120900.ebuild index b98cc8f..e365cf4 100644 --- a/www-servers/xsp/xsp-2014.12-r2014120900.ebuild +++ b/www-servers/xsp/xsp-2014.12-r2014120900.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="6" USE_DOTNET="net35 net40 net45" PATCHDIR="${FILESDIR}/2.2/" -inherit base eutils systemd dotnet user autotools autotools-utils +inherit eutils systemd dotnet user autotools DESCRIPTION="XSP is a small web server that can host ASP.NET pages" HOMEPAGE="http://www.mono-project.com/ASP.NET" @@ -41,6 +41,7 @@ src_prepare() { if test -z "$NO_LIBTOOLIZE"; then ${LIBTOOL}ize --force --copy fi + eapply_user eautoconf } diff --git a/www-servers/xsp/xsp-9999.ebuild b/www-servers/xsp/xsp-9999.ebuild index eba9744..899b991 100644 --- a/www-servers/xsp/xsp-9999.ebuild +++ b/www-servers/xsp/xsp-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="6" USE_DOTNET="net35 net40 net45" PATCHDIR="${FILESDIR}/2.2/" -inherit base eutils dotnet user git-2 autotools autotools-utils +inherit eutils dotnet user git-r3 autotools DESCRIPTION="XSP is a small web server that can host ASP.NET pages" HOMEPAGE="http://www.mono-project.com/ASP.NET" @@ -35,6 +35,7 @@ src_prepare() { if test -z "$NO_LIBTOOLIZE"; then ${LIBTOOL}ize --force --copy fi + eapply_user eautoconf }