summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-09-14 21:01:02 +0000
committerPacho Ramos <pacho@gentoo.org>2012-09-14 21:01:02 +0000
commit850c2c47cc3debccc35b90575381f68cd303d422 (patch)
tree649d301feef607a8816a3ebcfca196c1e21bd953 /net-irc
parentVersion bump. (diff)
downloadgentoo-2-850c2c47cc3debccc35b90575381f68cd303d422.tar.gz
gentoo-2-850c2c47cc3debccc35b90575381f68cd303d422.tar.bz2
gentoo-2-850c2c47cc3debccc35b90575381f68cd303d422.zip
Version bump, drop old.
(Portage version: 2.1.11.14/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/smuxi/ChangeLog8
-rw-r--r--net-irc/smuxi/smuxi-0.8.10.1.ebuild (renamed from net-irc/smuxi/smuxi-0.8.9.2.ebuild)13
2 files changed, 14 insertions, 7 deletions
diff --git a/net-irc/smuxi/ChangeLog b/net-irc/smuxi/ChangeLog
index 211c6dea5476..27d40cf2e15f 100644
--- a/net-irc/smuxi/ChangeLog
+++ b/net-irc/smuxi/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-irc/smuxi
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v 1.21 2012/06/30 11:43:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v 1.22 2012/09/14 21:01:02 pacho Exp $
+
+*smuxi-0.8.10.1 (14 Sep 2012)
+
+ 14 Sep 2012; Pacho Ramos <pacho@gentoo.org> +smuxi-0.8.10.1.ebuild,
+ -smuxi-0.8.9.2.ebuild:
+ Version bump, drop old.
*smuxi-0.8.9.2 (30 Jun 2012)
diff --git a/net-irc/smuxi/smuxi-0.8.9.2.ebuild b/net-irc/smuxi/smuxi-0.8.10.1.ebuild
index 263c534ab01f..5fe348929aaa 100644
--- a/net-irc/smuxi/smuxi-0.8.9.2.ebuild
+++ b/net-irc/smuxi/smuxi-0.8.10.1.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
-
-EAPI="4"
+# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.8.10.1.ebuild,v 1.1 2012/09/14 21:01:02 pacho Exp $
+EAPI=4
inherit base mono eutils
DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop."
@@ -12,7 +11,7 @@ SRC_URI="http://www.smuxi.org/jaws/data/files/${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="dbus debug gnome libnotify"
+IUSE="dbus debug gnome libnotify spell"
LICENSE="|| ( GPL-2 GPL-3 )"
RDEPEND=">=dev-lang/mono-2.0
@@ -27,7 +26,8 @@ RDEPEND=">=dev-lang/mono-2.0
>=dev-dotnet/gconf-sharp-2.12
>=dev-dotnet/glade-sharp-2.12
>=dev-dotnet/glib-sharp-2.12 )
- libnotify? ( dev-dotnet/notify-sharp )"
+ libnotify? ( dev-dotnet/notify-sharp )
+ spell? ( >=app-text/gtkspell-2.0.9:2 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.25
>=sys-devel/gettext-0.17
@@ -43,5 +43,6 @@ src_configure() {
--with-db4o=included \
$(use_enable debug) \
$(use_enable gnome frontend-gnome) \
- $(use_with libnotify notify)
+ $(use_with libnotify notify) \
+ $(use_with spell gtkspell)
}