diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-02-21 11:23:28 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-02-21 11:23:28 +0000 |
commit | 426eb354a8b71208bf9b5da0d015c405f9bf28d6 (patch) | |
tree | c30d731f0c722b5e745a0a6f20f7b4aa70cac493 /net-irc/smuxi | |
parent | touchups (diff) | |
download | gentoo-2-426eb354a8b71208bf9b5da0d015c405f9bf28d6.tar.gz gentoo-2-426eb354a8b71208bf9b5da0d015c405f9bf28d6.tar.bz2 gentoo-2-426eb354a8b71208bf9b5da0d015c405f9bf28d6.zip |
Bump for #303359
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/smuxi')
-rw-r--r-- | net-irc/smuxi/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/smuxi/smuxi-0.7.1.ebuild | 40 |
2 files changed, 47 insertions, 2 deletions
diff --git a/net-irc/smuxi/ChangeLog b/net-irc/smuxi/ChangeLog index 320758b52395..25f52e1f8ab1 100644 --- a/net-irc/smuxi/ChangeLog +++ b/net-irc/smuxi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/smuxi -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v 1.4 2009/10/21 16:01:07 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/ChangeLog,v 1.5 2010/02/21 11:23:28 patrick Exp $ + +*smuxi-0.7.1 (21 Feb 2010) + + 21 Feb 2010; Patrick Lauer <patrick@gentoo.org> +smuxi-0.7.1.ebuild: + Bump for #303359 21 Oct 2009; Markus Meier <maekke@gentoo.org> smuxi-0.6.3.ebuild: amd64/x86 stable, bug #286874 diff --git a/net-irc/smuxi/smuxi-0.7.1.ebuild b/net-irc/smuxi/smuxi-0.7.1.ebuild new file mode 100644 index 000000000000..b397bd45e046 --- /dev/null +++ b/net-irc/smuxi/smuxi-0.7.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.7.1.ebuild,v 1.1 2010/02/21 11:23:28 patrick Exp $ + +EAPI=2 + +inherit base mono + +DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop." +HOMEPAGE="http://www.smuxi.org/page/Download" +SRC_URI="http://smuxi.meebey.net/jaws/data/files/${P}.tar.gz" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +LICENSE="|| ( GPL-2 GPL-3 )" + +RDEPEND=">=dev-lang/mono-2.0 + >=dev-dotnet/smartirc4net-0.4.5.1 + >=dev-dotnet/nini-1.1.0-r2 + >=dev-dotnet/log4net-1.2.10-r2 + >=dev-dotnet/gtk-sharp-2.12 + >=dev-dotnet/gconf-sharp-2.12 + >=dev-dotnet/glade-sharp-2.12 + >=dev-dotnet/glib-sharp-2.12" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.25 + >=sys-devel/gettext-0.17 + >=dev-util/pkgconfig-0.23" + +src_configure() { + econf --disable-dependency-tracking \ + --enable-engine-irc \ + --enable-frontend-gnome +} + +src_install() { + emake DESTDIR="${D}" install || die "install failed" + dodoc FEATURES TODO README || die "dodoc failed" +} |