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 net-irc/smuxi: smuxi-0.6.3.ebuild
Date: Sun, 01 Feb 2009 11:41:04
Message-Id: E1LTaOT-00017A-Dv@stork.gentoo.org
1 loki_val 09/02/01 11:21:41
2
3 Modified: smuxi-0.6.3.ebuild
4 Log:
5 GPL, not LGPL
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 net-irc/smuxi/smuxi-0.6.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild?r1=1.3&r2=1.4
14
15 Index: smuxi-0.6.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- smuxi-0.6.3.ebuild 1 Feb 2009 02:55:41 -0000 1.3
22 +++ smuxi-0.6.3.ebuild 1 Feb 2009 11:21:41 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild,v 1.3 2009/02/01 02:55:41 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild,v 1.4 2009/02/01 11:21:41 loki_val Exp $
28
29 EAPI="2"
30
31 @@ -13,7 +13,7 @@
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35 -LICENSE="|| ( LGPL-2.1 LGPL-3 )"
36 +LICENSE="|| ( GPL-2 GPL-3 )"
37
38 RDEPEND=">=dev-lang/mono-2.0
39 >=dev-dotnet/smartirc4net-0.4.5.1