From 37eb091a72045fbd059b4344473c63aff2d500b7 Mon Sep 17 00:00:00 2001
From: Peter Alfredsen <loki_val@gentoo.org>
Date: Sun, 1 Feb 2009 02:55:41 +0000
Subject: Add description die on failed install, thanks to mr_bones for the
 ping. (Portage version: 2.2_rc23/cvs/Linux x86_64)

---
 net-irc/smuxi/smuxi-0.6.3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'net-irc/smuxi')

diff --git a/net-irc/smuxi/smuxi-0.6.3.ebuild b/net-irc/smuxi/smuxi-0.6.3.ebuild
index c248a0813061..8c13e91e479a 100644
--- a/net-irc/smuxi/smuxi-0.6.3.ebuild
+++ b/net-irc/smuxi/smuxi-0.6.3.ebuild
@@ -1,11 +1,12 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild,v 1.2 2009/02/01 02:20:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild,v 1.3 2009/02/01 02:55:41 loki_val 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"
 
@@ -37,6 +38,6 @@ src_configure() {
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
+	emake DESTDIR="${D}" install || die "install failed"
 	dodoc FEATURES TODO README || die "dodoc failed"
 }
-- 
cgit v1.2.3-65-gdbad