public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/slashtime: slashtime-0.5.4.ebuild ChangeLog slashtime-0.5.5.ebuild
@ 2008-07-27 17:52 Kenneth Prugh (ken69267)
  0 siblings, 0 replies; only message in thread
From: Kenneth Prugh (ken69267) @ 2008-07-27 17:52 UTC (permalink / raw
  To: gentoo-commits

ken69267    08/07/27 17:52:23

  Modified:             slashtime-0.5.4.ebuild ChangeLog
                        slashtime-0.5.5.ebuild
  Log:
  add || die to ./configure
  (Portage version: 2.2_rc3/cvs/Linux 2.6.25-gentoo-r4 x86_64)

Revision  Changes    Path
1.2                  app-misc/slashtime/slashtime-0.5.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/slashtime-0.5.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/slashtime-0.5.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/slashtime-0.5.4.ebuild?r1=1.1&r2=1.2

Index: slashtime-0.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/slashtime/slashtime-0.5.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- slashtime-0.5.4.ebuild	29 Jun 2008 17:18:15 -0000	1.1
+++ slashtime-0.5.4.ebuild	27 Jul 2008 17:52:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/slashtime-0.5.4.ebuild,v 1.1 2008/06/29 17:18:15 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/slashtime-0.5.4.ebuild,v 1.2 2008/07/27 17:52:22 ken69267 Exp $
 
 EAPI=1
 JAVA_PKG_IUSE="source"
@@ -25,7 +25,7 @@
 
 src_compile() {
 	# Handwritten in perl so not using econf
-	./configure --prefix=/usr
+	./configure --prefix=/usr || die
 
 	emake || die "emake failed."
 }



1.3                  app-misc/slashtime/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	27 Jul 2008 15:35:13 -0000	1.2
+++ ChangeLog	27 Jul 2008 17:52:22 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/slashtime
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v 1.2 2008/07/27 15:35:13 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v 1.3 2008/07/27 17:52:22 ken69267 Exp $
+
+  27 Jul 2008; Kenneth Prugh <ken69267@gentoo.org> slashtime-0.5.4.ebuild,
+  slashtime-0.5.5.ebuild:
+  add || die to ./configure
 
 *slashtime-0.5.5 (27 Jul 2008)
 



1.2                  app-misc/slashtime/slashtime-0.5.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/slashtime-0.5.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/slashtime-0.5.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/slashtime-0.5.5.ebuild?r1=1.1&r2=1.2

Index: slashtime-0.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/slashtime/slashtime-0.5.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- slashtime-0.5.5.ebuild	27 Jul 2008 15:35:13 -0000	1.1
+++ slashtime-0.5.5.ebuild	27 Jul 2008 17:52:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/slashtime-0.5.5.ebuild,v 1.1 2008/07/27 15:35:13 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/slashtime-0.5.5.ebuild,v 1.2 2008/07/27 17:52:22 ken69267 Exp $
 
 EAPI=1
 JAVA_PKG_IUSE="source"
@@ -25,7 +25,7 @@
 
 src_compile() {
 	# Handwritten in perl so not using econf
-	./configure --prefix=/usr
+	./configure --prefix=/usr || die
 
 	emake || die "emake failed."
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-27 17:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-27 17:52 [gentoo-commits] gentoo-x86 commit in app-misc/slashtime: slashtime-0.5.4.ebuild ChangeLog slashtime-0.5.5.ebuild Kenneth Prugh (ken69267)

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