Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/mono: mono-3.0.7.ebuild ChangeLog
Date: Fri, 24 May 2013 19:58:55
Message-Id: 20130524195852.5E6B12171D@flycatcher.gentoo.org
1 pacho 13/05/24 19:58:52
2
3 Modified: mono-3.0.7.ebuild ChangeLog
4 Log:
5 Drop all .la files again
6
7 (Portage version: 2.1.12.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.2 dev-lang/mono/mono-3.0.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-3.0.7.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-3.0.7.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-3.0.7.ebuild?r1=1.1&r2=1.2
15
16 Index: mono-3.0.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.0.7.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mono-3.0.7.ebuild 24 May 2013 18:10:56 -0000 1.1
23 +++ mono-3.0.7.ebuild 24 May 2013 19:58:52 -0000 1.2
24 @@ -1,8 +1,10 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.0.7.ebuild,v 1.1 2013/05/24 18:10:56 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.0.7.ebuild,v 1.2 2013/05/24 19:58:52 pacho Exp $
29
30 EAPI="5"
31 +AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
32 +
33 inherit linux-info mono-env flag-o-matic pax-utils autotools-utils
34
35 DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter"
36
37
38
39 1.254 dev-lang/mono/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.254&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.254&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?r1=1.253&r2=1.254
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v
48 retrieving revision 1.253
49 retrieving revision 1.254
50 diff -u -r1.253 -r1.254
51 --- ChangeLog 24 May 2013 18:10:56 -0000 1.253
52 +++ ChangeLog 24 May 2013 19:58:52 -0000 1.254
53 @@ -1,6 +1,9 @@
54 # ChangeLog for dev-lang/mono
55 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.253 2013/05/24 18:10:56 pacho Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.254 2013/05/24 19:58:52 pacho Exp $
58 +
59 + 24 May 2013; Pacho Ramos <pacho@g.o> mono-3.0.7.ebuild:
60 + Drop all .la files again
61
62 *mono-3.0.7 (24 May 2013)