Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: www-servers/xsp/
Date: Sun, 31 Jul 2016 08:52:15
Message-Id: 1469887896.c5157544ed575197c2b21a6053ca528635e0613d.cynede@gentoo
1 commit: c5157544ed575197c2b21a6053ca528635e0613d
2 Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 30 14:11:36 2016 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 14:11:36 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c5157544
7
8 repoman fixes
9
10 www-servers/xsp/xsp-2014.12-r2014120900.ebuild | 7 ++++---
11 www-servers/xsp/xsp-9999.ebuild | 7 ++++---
12 2 files changed, 8 insertions(+), 6 deletions(-)
13
14 diff --git a/www-servers/xsp/xsp-2014.12-r2014120900.ebuild b/www-servers/xsp/xsp-2014.12-r2014120900.ebuild
15 index b98cc8f..e365cf4 100644
16 --- a/www-servers/xsp/xsp-2014.12-r2014120900.ebuild
17 +++ b/www-servers/xsp/xsp-2014.12-r2014120900.ebuild
18 @@ -1,13 +1,13 @@
19 -# Copyright 1999-2015 Gentoo Foundation
20 +# Copyright 1999-2016 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 # $Id$
23
24 -EAPI="5"
25 +EAPI="6"
26
27 USE_DOTNET="net35 net40 net45"
28 PATCHDIR="${FILESDIR}/2.2/"
29
30 -inherit base eutils systemd dotnet user autotools autotools-utils
31 +inherit eutils systemd dotnet user autotools
32
33 DESCRIPTION="XSP is a small web server that can host ASP.NET pages"
34 HOMEPAGE="http://www.mono-project.com/ASP.NET"
35 @@ -41,6 +41,7 @@ src_prepare() {
36 if test -z "$NO_LIBTOOLIZE"; then
37 ${LIBTOOL}ize --force --copy
38 fi
39 + eapply_user
40 eautoconf
41 }
42
43
44 diff --git a/www-servers/xsp/xsp-9999.ebuild b/www-servers/xsp/xsp-9999.ebuild
45 index eba9744..899b991 100644
46 --- a/www-servers/xsp/xsp-9999.ebuild
47 +++ b/www-servers/xsp/xsp-9999.ebuild
48 @@ -1,13 +1,13 @@
49 -# Copyright 1999-2015 Gentoo Foundation
50 +# Copyright 1999-2016 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Id$
53
54 -EAPI="5"
55 +EAPI="6"
56
57 USE_DOTNET="net35 net40 net45"
58 PATCHDIR="${FILESDIR}/2.2/"
59
60 -inherit base eutils dotnet user git-2 autotools autotools-utils
61 +inherit eutils dotnet user git-r3 autotools
62
63 DESCRIPTION="XSP is a small web server that can host ASP.NET pages"
64 HOMEPAGE="http://www.mono-project.com/ASP.NET"
65 @@ -35,6 +35,7 @@ src_prepare() {
66 if test -z "$NO_LIBTOOLIZE"; then
67 ${LIBTOOL}ize --force --copy
68 fi
69 + eapply_user
70 eautoconf
71 }