commit: c5157544ed575197c2b21a6053ca528635e0613d
Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Sat Jul 30 14:11:36 2016 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> 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
}