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/smartirc4net: metadata.xml ChangeLog smartirc4net-0.4.5.1.ebuild
Date: Fri, 30 Jan 2009 23:59:41
Message-Id: E1LT3Gs-0005jz-57@stork.gentoo.org
1 loki_val 09/01/30 23:59:38
2
3 Added: metadata.xml ChangeLog smartirc4net-0.4.5.1.ebuild
4 Log:
5 Add smartirc4net, ebuild by me.
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-dotnet/smartirc4net/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/smartirc4net/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/smartirc4net/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>dotnet</herd>
20 </pkgmetadata>
21
22
23
24 1.1 dev-dotnet/smartirc4net/ChangeLog
25
26 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/smartirc4net/ChangeLog?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/smartirc4net/ChangeLog?rev=1.1&content-type=text/plain
28
29 Index: ChangeLog
30 ===================================================================
31 # ChangeLog for dev-dotnet/smartirc4net
32 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
33 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/smartirc4net/ChangeLog,v 1.1 2009/01/30 23:59:38 loki_val Exp $
34
35 *smartirc4net-0.4.5.1 (30 Jan 2009)
36
37 30 Jan 2009; Peter Alfredsen <loki_val@g.o> +metadata.xml,
38 +smartirc4net-0.4.5.1.ebuild:
39 Add smartirc4net, ebuild by me.
40
41
42
43
44 1.1 dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: smartirc4net-0.4.5.1.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/smartirc4net/smartirc4net-0.4.5.1.ebuild,v 1.1 2009/01/30 23:59:38 loki_val Exp $
54
55 EAPI="2"
56
57 inherit mono
58
59 HOMEPAGE="http://www.smuxi.org/page/Download"
60 SRC_URI="http://smuxi.meebey.net/jaws/data/files/${P}.tar.gz"
61 DESCRIPTION="SmartIrc4net is a multi-threaded and thread-safe IRC library written in C#"
62
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66 LICENSE="|| ( LGPL-2.1 LGPL-3 )"
67
68
69 RDEPEND=">=dev-lang/mono-2.0"
70 DEPEND="${RDEPEND}
71 >=dev-util/pkgconfig-0.23"
72
73 src_install() {
74 emake DESTDIR="${D}" install
75 dodoc FEATURES TODO API_CHANGE CHANGELOG README || die "dodoc failed"
76 }