Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/smuxi: smuxi-0.6.3.ebuild
Date: Sun, 01 Feb 2009 02:55:43
Message-Id: E1LTSUn-00073R-I0@stork.gentoo.org
1 loki_val 09/02/01 02:55:41
2
3 Modified: smuxi-0.6.3.ebuild
4 Log:
5 Add description die on failed install, thanks to mr_bones for the ping.
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 net-irc/smuxi/smuxi-0.6.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild?r1=1.2&r2=1.3
14
15 Index: smuxi-0.6.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- smuxi-0.6.3.ebuild 1 Feb 2009 02:20:47 -0000 1.2
22 +++ smuxi-0.6.3.ebuild 1 Feb 2009 02:55:41 -0000 1.3
23 @@ -1,11 +1,12 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $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 $
28
29 EAPI="2"
30
31 inherit base mono
32
33 +DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop."
34 HOMEPAGE="http://www.smuxi.org/page/Download"
35 SRC_URI="http://smuxi.meebey.net/jaws/data/files/${P}.tar.gz"
36
37 @@ -37,6 +38,6 @@
38 }
39
40 src_install() {
41 - emake DESTDIR="${D}" install
42 + emake DESTDIR="${D}" install || die "install failed"
43 dodoc FEATURES TODO README || die "dodoc failed"
44 }