public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-irc/smuxi: smuxi-0.6.3.ebuild
@ 2009-02-01  2:20 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-02-01  2:20 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/02/01 02:20:47

  Modified:             smuxi-0.6.3.ebuild
  Log:
  whitespace
  (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)

Revision  Changes    Path
1.2                  net-irc/smuxi/smuxi-0.6.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild?r1=1.1&r2=1.2

Index: smuxi-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smuxi-0.6.3.ebuild	31 Jan 2009 22:19:26 -0000	1.1
+++ smuxi-0.6.3.ebuild	1 Feb 2009 02:20:47 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.1 2009/01/31 22:19:26 loki_val Exp $
+# $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 $
 
 EAPI="2"
 
@@ -14,7 +14,6 @@
 IUSE=""
 LICENSE="|| ( LGPL-2.1 LGPL-3 )"
 
-
 RDEPEND=">=dev-lang/mono-2.0
 	>=dev-dotnet/smartirc4net-0.4.5.1
 	>=dev-dotnet/nini-1.1.0-r2






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-irc/smuxi: smuxi-0.6.3.ebuild
@ 2009-02-01  2:55 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Alfredsen (loki_val) @ 2009-02-01  2:55 UTC (permalink / raw
  To: gentoo-commits

loki_val    09/02/01 02:55:41

  Modified:             smuxi-0.6.3.ebuild
  Log:
  Add description die on failed install, thanks to mr_bones for the ping.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-irc/smuxi/smuxi-0.6.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild?r1=1.2&r2=1.3

Index: smuxi-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- smuxi-0.6.3.ebuild	1 Feb 2009 02:20:47 -0000	1.2
+++ smuxi-0.6.3.ebuild	1 Feb 2009 02:55:41 -0000	1.3
@@ -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_install() {
-	emake DESTDIR="${D}" install
+	emake DESTDIR="${D}" install || die "install failed"
 	dodoc FEATURES TODO README || die "dodoc failed"
 }






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-irc/smuxi: smuxi-0.6.3.ebuild
@ 2009-02-01 11:21 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Alfredsen (loki_val) @ 2009-02-01 11:21 UTC (permalink / raw
  To: gentoo-commits

loki_val    09/02/01 11:21:41

  Modified:             smuxi-0.6.3.ebuild
  Log:
  GPL, not LGPL
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-irc/smuxi/smuxi-0.6.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild?r1=1.3&r2=1.4

Index: smuxi-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- smuxi-0.6.3.ebuild	1 Feb 2009 02:55:41 -0000	1.3
+++ smuxi-0.6.3.ebuild	1 Feb 2009 11:21:41 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2009/02/01 02:55:41 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild,v 1.4 2009/02/01 11:21:41 loki_val Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
+LICENSE="|| ( GPL-2 GPL-3 )"
 
 RDEPEND=">=dev-lang/mono-2.0
 	>=dev-dotnet/smartirc4net-0.4.5.1






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-02-01 11:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-01  2:20 [gentoo-commits] gentoo-x86 commit in net-irc/smuxi: smuxi-0.6.3.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-01  2:55 Peter Alfredsen (loki_val)
2009-02-01 11:21 Peter Alfredsen (loki_val)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox