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 dev-dotnet/monotorrent: ChangeLog monotorrent-0.72.ebuild monotorrent-0.70.ebuild
Date: Mon, 31 Aug 2009 08:49:35
Message-Id: E1Mi7Os-0006es-O6@stork.gentoo.org
1 loki_val 09/08/31 13:58:26
2
3 Modified: ChangeLog monotorrent-0.72.ebuild
4 Removed: monotorrent-0.70.ebuild
5 Log:
6 Use mono.snk.bz2 from mirrors, drop old.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-dotnet/monotorrent/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/monotorrent/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/monotorrent/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/monotorrent/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 21 Jul 2009 19:17:06 -0000 1.5
23 +++ ChangeLog 31 Aug 2009 13:58:26 -0000 1.6
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-dotnet/monotorrent
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/ChangeLog,v 1.5 2009/07/21 19:17:06 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/ChangeLog,v 1.6 2009/08/31 13:58:26 loki_val Exp $
29 +
30 + 31 Aug 2009; Peter Alfredsen <loki_val@g.o>
31 + -monotorrent-0.70.ebuild, monotorrent-0.72.ebuild, -files/mono.snk:
32 + Use mono.snk.bz2 from mirrors, drop old.
33
34 21 Jul 2009; Christian Faulhammer <fauli@g.o>
35 monotorrent-0.72.ebuild:
36
37
38
39 1.5 dev-dotnet/monotorrent/monotorrent-0.72.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.72.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.72.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.72.ebuild?r1=1.4&r2=1.5
44
45 Index: monotorrent-0.72.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.72.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- monotorrent-0.72.ebuild 21 Jul 2009 19:17:06 -0000 1.4
52 +++ monotorrent-0.72.ebuild 31 Aug 2009 13:58:26 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.72.ebuild,v 1.4 2009/07/21 19:17:06 fauli Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monotorrent/monotorrent-0.72.ebuild,v 1.5 2009/08/31 13:58:26 loki_val Exp $
58
59 EAPI=2
60
61 @@ -8,7 +8,8 @@
62
63 DESCRIPTION="Monotorrent is an open source C# bittorrent library"
64 HOMEPAGE="http://projects.qnetp.net/projects/show/monotorrent"
65 -SRC_URI="http://projects.qnetp.net/attachments/download/13/${P}.tar.gz"
66 +SRC_URI="http://projects.qnetp.net/attachments/download/13/${P}.tar.gz
67 + mirror://gentoo/mono.snk.bz2"
68
69 LICENSE="MIT"
70 SLOT="0"
71 @@ -29,7 +30,7 @@
72 }
73
74 src_compile() {
75 - emake -j1 ASSEMBLY_COMPILER_COMMAND="/usr/bin/gmcs -keyfile:${FILESDIR}/mono.snk"
76 + emake -j1 ASSEMBLY_COMPILER_COMMAND="/usr/bin/gmcs -keyfile:${WORKDIR}/mono.snk"
77 }
78
79 src_install() {