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