Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/smuxi: ChangeLog smuxi-0.7.1.ebuild
Date: Sun, 21 Feb 2010 11:23:31
Message-Id: E1Nj9uK-0007TS-UR@stork.gentoo.org
1 patrick 10/02/21 11:23:28
2
3 Modified: ChangeLog
4 Added: smuxi-0.7.1.ebuild
5 Log:
6 Bump for #303359
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 net-irc/smuxi/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 21 Oct 2009 16:01:07 -0000 1.4
23 +++ ChangeLog 21 Feb 2010 11:23:28 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-irc/smuxi
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v 1.4 2009/10/21 16:01:07 maekke Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v 1.5 2010/02/21 11:23:28 patrick Exp $
30 +
31 +*smuxi-0.7.1 (21 Feb 2010)
32 +
33 + 21 Feb 2010; Patrick Lauer <patrick@g.o> +smuxi-0.7.1.ebuild:
34 + Bump for #303359
35
36 21 Oct 2009; Markus Meier <maekke@g.o> smuxi-0.6.3.ebuild:
37 amd64/x86 stable, bug #286874
38
39
40
41 1.1 net-irc/smuxi/smuxi-0.7.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/smuxi-0.7.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/smuxi-0.7.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: smuxi-0.7.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.7.1.ebuild,v 1.1 2010/02/21 11:23:28 patrick Exp $
51
52 EAPI=2
53
54 inherit base mono
55
56 DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop."
57 HOMEPAGE="http://www.smuxi.org/page/Download"
58 SRC_URI="http://smuxi.meebey.net/jaws/data/files/${P}.tar.gz"
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63 LICENSE="|| ( GPL-2 GPL-3 )"
64
65 RDEPEND=">=dev-lang/mono-2.0
66 >=dev-dotnet/smartirc4net-0.4.5.1
67 >=dev-dotnet/nini-1.1.0-r2
68 >=dev-dotnet/log4net-1.2.10-r2
69 >=dev-dotnet/gtk-sharp-2.12
70 >=dev-dotnet/gconf-sharp-2.12
71 >=dev-dotnet/glade-sharp-2.12
72 >=dev-dotnet/glib-sharp-2.12"
73 DEPEND="${RDEPEND}
74 >=dev-util/intltool-0.25
75 >=sys-devel/gettext-0.17
76 >=dev-util/pkgconfig-0.23"
77
78 src_configure() {
79 econf --disable-dependency-tracking \
80 --enable-engine-irc \
81 --enable-frontend-gnome
82 }
83
84 src_install() {
85 emake DESTDIR="${D}" install || die "install failed"
86 dodoc FEATURES TODO README || die "dodoc failed"
87 }