Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/xsp: xsp-2.0.ebuild
Date: Thu, 27 Nov 2008 18:46:29
Message-Id: E1L5lsh-0008Qd-4x@stork.gentoo.org
1 ssuominen 08/11/27 18:46:27
2
3 Modified: xsp-2.0.ebuild
4 Log:
5 Unused inherit autotools. Make repoman happy.
6 (Portage version: 2.2_rc15/cvs/Linux 2.6.27-gentoo-r3 i686)
7
8 Revision Changes Path
9 1.3 dev-dotnet/xsp/xsp-2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-2.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-2.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/xsp/xsp-2.0.ebuild?r1=1.2&r2=1.3
14
15 Index: xsp-2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-2.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- xsp-2.0.ebuild 23 Nov 2008 20:12:15 -0000 1.2
22 +++ xsp-2.0.ebuild 27 Nov 2008 18:46:27 -0000 1.3
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-2.0.ebuild,v 1.2 2008/11/23 20:12:15 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-2.0.ebuild,v 1.3 2008/11/27 18:46:27 ssuominen Exp $
28
29 -inherit mono multilib autotools eutils
30 +inherit mono multilib eutils
31
32 DESCRIPTION="XSP ASP.NET host"
33 HOMEPAGE="http://www.go-mono.com/"