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-dotnet/smartirc4net: smartirc4net-0.4.5.1.ebuild ChangeLog
Date: Sat, 25 May 2013 12:22:42
Message-Id: 20130525122234.F413E2171D@flycatcher.gentoo.org
1 pacho 13/05/25 12:22:34
2
3 Modified: smartirc4net-0.4.5.1.ebuild ChangeLog
4 Log:
5 Move away from mono.eclass
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.5 dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild?r1=1.4&r2=1.5
15
16 Index: smartirc4net-0.4.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- smartirc4net-0.4.5.1.ebuild 4 May 2012 03:56:55 -0000 1.4
23 +++ smartirc4net-0.4.5.1.ebuild 25 May 2013 12:22:34 -0000 1.5
24 @@ -1,14 +1,13 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild,v 1.4 2012/05/04 03:56:55 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild,v 1.5 2013/05/25 12:22:34 pacho Exp $
30
31 -EAPI="2"
32 -
33 -inherit mono
34 +EAPI=5
35 +inherit mono-env
36
37 HOMEPAGE="http://www.smuxi.org/page/Download"
38 SRC_URI="http://smuxi.meebey.net/jaws/data/files/${P}.tar.gz"
39 -DESCRIPTION="SmartIrc4net is a multi-threaded and thread-safe IRC library written in C#"
40 +DESCRIPTION="Multi-threaded and thread-safe IRC library written in C#"
41
42 SLOT="0"
43 KEYWORDS="amd64 x86"
44 @@ -19,7 +18,4 @@
45 DEPEND="${RDEPEND}
46 virtual/pkgconfig"
47
48 -src_install() {
49 - emake DESTDIR="${D}" install
50 - dodoc FEATURES TODO API_CHANGE CHANGELOG README || die "dodoc failed"
51 -}
52 +DOCS=( FEATURES TODO API_CHANGE CHANGELOG README )
53
54
55
56 1.4 dev-dotnet/smartirc4net/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/smartirc4net/ChangeLog?rev=1.4&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/smartirc4net/ChangeLog?rev=1.4&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/smartirc4net/ChangeLog?r1=1.3&r2=1.4
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/smartirc4net/ChangeLog,v
65 retrieving revision 1.3
66 retrieving revision 1.4
67 diff -u -r1.3 -r1.4
68 --- ChangeLog 4 May 2012 03:56:55 -0000 1.3
69 +++ ChangeLog 25 May 2013 12:22:34 -0000 1.4
70 @@ -1,6 +1,9 @@
71 # ChangeLog for dev-dotnet/smartirc4net
72 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/smartirc4net/ChangeLog,v 1.3 2012/05/04 03:56:55 jdhore Exp $
74 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/smartirc4net/ChangeLog,v 1.4 2013/05/25 12:22:34 pacho Exp $
76 +
77 + 25 May 2013; Pacho Ramos <pacho@g.o> smartirc4net-0.4.5.1.ebuild:
78 + Move away from mono.eclass
79
80 04 May 2012; Jeff Horelick <jdhore@g.o> smartirc4net-0.4.5.1.ebuild:
81 dev-util/pkgconfig -> virtual/pkgconfig
82 @@ -13,4 +16,3 @@
83 30 Jan 2009; Peter Alfredsen <loki_val@g.o> +metadata.xml,
84 +smartirc4net-0.4.5.1.ebuild:
85 Add smartirc4net, ebuild by me.
86 -