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-apache/mod_mono/
Date: Sun, 31 Jul 2016 08:52:14
Message-Id: 1469866203.3129ed9dde9c7435d672353f8dc3dd21ca5e99cf.cynede@gentoo
1 commit: 3129ed9dde9c7435d672353f8dc3dd21ca5e99cf
2 Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 30 08:10:03 2016 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 08:10:03 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=3129ed9d
7
8 change revision to -r1
9
10 .../mod_mono/{mod_mono-2.10.ebuild => mod_mono-2.10-r1.ebuild} | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/www-apache/mod_mono/mod_mono-2.10.ebuild b/www-apache/mod_mono/mod_mono-2.10-r1.ebuild
14 similarity index 95%
15 rename from www-apache/mod_mono/mod_mono-2.10.ebuild
16 rename to www-apache/mod_mono/mod_mono-2.10-r1.ebuild
17 index a6285fd..b8cadf5 100644
18 --- a/www-apache/mod_mono/mod_mono-2.10.ebuild
19 +++ b/www-apache/mod_mono/mod_mono-2.10-r1.ebuild
20 @@ -1,13 +1,13 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI=5
27 +EAPI=6
28
29 # Watch the order of these!
30 inherit autotools apache-module multilib eutils go-mono mono
31
32 -KEYWORDS="amd64 ppc x86"
33 +KEYWORDS="~amd64 ~x86"
34
35 DESCRIPTION="Apache module for Mono"
36 HOMEPAGE="http://www.mono-project.com/Mod_mono"