commit: 7820138d87a05bd06b37ea4368408c9d4ba54517 Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com> AuthorDate: Thu Aug 6 10:47:43 2015 +0000 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org> CommitDate: Thu Aug 6 10:47:43 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=7820138d
cleanup net-irc/smuxi/smuxi-1.0.ebuild | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/net-irc/smuxi/smuxi-1.0.ebuild b/net-irc/smuxi/smuxi-1.0.ebuild index 07936f5..19f262a 100644 --- a/net-irc/smuxi/smuxi-1.0.ebuild +++ b/net-irc/smuxi/smuxi-1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" -inherit autotools eutils mono-env +inherit eutils mono-env DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop" HOMEPAGE="http://www.smuxi.org/main/" @@ -15,12 +15,8 @@ KEYWORDS="~amd64 ~x86" IUSE="dbus debug gtk libnotify spell" LICENSE="|| ( GPL-2 GPL-3 )" -#RDEPEND=" -# >=dev-dotnet/smartirc4net-1.0 -#" - -RDEPEND=" - >=dev-lang/mono-4.0.2.5 +RDEPEND=">=dev-lang/mono-4.0.2.5 + >=dev-dotnet/smartirc4net-1.0 dev-libs/stfl >=dev-dotnet/log4net-1.2.10 >=dev-dotnet/nini-1.1.0-r2 @@ -36,17 +32,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig " -#src_prepare() { -# sed -i "s@[email protected]@g" configure || die -# default -#} - src_configure() { - #eautoreconf - ## gives errors - #./autogen.sh || die - ## doesn't present - # Our dev-dotnet/db4o is completely unmaintained # We don't have ubuntu stuff econf \
