Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/smuxi: smuxi-0.8.9.2.ebuild ChangeLog
Date: Sat, 30 Jun 2012 11:44:14
Message-Id: 20120630114358.6E58A2004B@flycatcher.gentoo.org
1 pacho 12/06/30 11:43:58
2
3 Modified: ChangeLog
4 Added: smuxi-0.8.9.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.11.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.21 net-irc/smuxi/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/smuxi/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/smuxi/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/smuxi/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 16 Jun 2012 12:09:14 -0000 1.20
24 +++ ChangeLog 30 Jun 2012 11:43:58 -0000 1.21
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-irc/smuxi
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v 1.20 2012/06/16 12:09:14 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v 1.21 2012/06/30 11:43:58 pacho Exp $
30 +
31 +*smuxi-0.8.9.2 (30 Jun 2012)
32 +
33 + 30 Jun 2012; Pacho Ramos <pacho@g.o> +smuxi-0.8.9.2.ebuild:
34 + Version bump.
35
36 16 Jun 2012; Agostino Sarubbo <ago@g.o> -smuxi-0.8.ebuild:
37 Remove old as requested by Pacho Ramos, <pacho@g.o>
38 @@ -91,4 +96,3 @@
39 31 Jan 2009; Peter Alfredsen <loki_val@g.o>
40 +files/smuxi-0.6.3-mono-2.2.patch, +metadata.xml, +smuxi-0.6.3.ebuild:
41 Initial commit. Ebuild by me.
42 -
43
44
45
46 1.1 net-irc/smuxi/smuxi-0.8.9.2.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/smuxi/smuxi-0.8.9.2.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/smuxi/smuxi-0.8.9.2.ebuild?rev=1.1&content-type=text/plain
50
51 Index: smuxi-0.8.9.2.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.8.9.2.ebuild,v 1.1 2012/06/30 11:43:58 pacho Exp $
56
57 EAPI="4"
58
59 inherit base mono eutils
60
61 DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop."
62 HOMEPAGE="http://www.smuxi.org/main/"
63 SRC_URI="http://www.smuxi.org/jaws/data/files/${P}.tar.gz"
64
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="dbus debug gnome libnotify"
68 LICENSE="|| ( GPL-2 GPL-3 )"
69
70 RDEPEND=">=dev-lang/mono-2.0
71 >=dev-dotnet/smartirc4net-0.4.5.1
72 >=dev-dotnet/nini-1.1.0-r2
73 >=dev-dotnet/log4net-1.2.10-r2
74 dbus? ( dev-dotnet/dbus-sharp
75 dev-dotnet/dbus-sharp-glib
76 dev-dotnet/ndesk-dbus
77 dev-dotnet/ndesk-dbus-glib )
78 gnome? ( >=dev-dotnet/gtk-sharp-2.12
79 >=dev-dotnet/gconf-sharp-2.12
80 >=dev-dotnet/glade-sharp-2.12
81 >=dev-dotnet/glib-sharp-2.12 )
82 libnotify? ( dev-dotnet/notify-sharp )"
83 DEPEND="${RDEPEND}
84 >=dev-util/intltool-0.25
85 >=sys-devel/gettext-0.17
86 virtual/pkgconfig"
87
88 DOCS="FEATURES TODO README"
89
90 src_configure() {
91 # Our dev-dotnet/db4o is completely unmaintained
92 econf --enable-engine-irc \
93 --without-indicate \
94 --with-vendor-package-version="Gentoo ${PV}" \
95 --with-db4o=included \
96 $(use_enable debug) \
97 $(use_enable gnome frontend-gnome) \
98 $(use_with libnotify notify)
99 }