Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: go-mono.eclass
Date: Tue, 27 Jan 2009 01:36:12
Message-Id: E1LRcs5-0006Ie-C6@stork.gentoo.org
1 loki_val 09/01/27 01:36:09
2
3 Modified: go-mono.eclass
4 Log:
5 Mono-2.4_pre1 is upon us. Update to reflect.
6
7 Revision Changes Path
8 1.4 eclass/go-mono.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/go-mono.eclass?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/go-mono.eclass?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/go-mono.eclass?r1=1.3&r2=1.4
13
14 Index: go-mono.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- go-mono.eclass 20 Jan 2009 15:22:24 -0000 1.3
21 +++ go-mono.eclass 27 Jan 2009 01:36:09 -0000 1.4
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.3 2009/01/20 15:22:24 loki_val Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.4 2009/01/27 01:36:09 loki_val Exp $
27
28 # @ECLASS: go-mono.eclass
29 # @MAINTAINER:
30 @@ -35,7 +35,7 @@
31 >=dev-util/pkgconfig-0.23
32 userland_GNU? ( >=sys-apps/findutils-4.4.0 )"
33
34 -if [[ "${GO_MONO_REL_PV}" = "2.2" ]]
35 +if [[ "${GO_MONO_REL_PV}" = "2.4" ]]
36 then
37 PRE_URI="http://mono.ximian.com/monobuild/preview/sources"
38 fi
39 @@ -43,12 +43,12 @@
40 if [[ "${PV%_rc*}" != "${PV}" ]]
41 then
42 GO_MONO_P="${P%_rc*}"
43 - SRC_URI="${PRE_URI}/${PN}/${GO_MONO_P} -> ${P}.tar.bz2"
44 + SRC_URI="${PRE_URI}/${PN}/${GO_MONO_P}.tar.bz2 -> ${P}.tar.bz2"
45 S="${WORKDIR}/${GO_MONO_P}"
46 elif [[ "${PV%_pre*}" != "${PV}" ]]
47 then
48 GO_MONO_P="${P%_pre*}"
49 - SRC_URI="${PRE_URI}/${PN}/${GO_MONO_P} -> ${P}.tar.bz2"
50 + SRC_URI="${PRE_URI}/${PN}/${GO_MONO_P}.tar.bz2 -> ${P}.tar.bz2"
51 S="${WORKDIR}/${GO_MONO_P}"
52 else
53 GO_MONO_P=${P}