public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/apsw: apsw-3.7.2.1.ebuild
@ 2011-03-30 18:57 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-03-30 18:57 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/03/30 18:57:22

  Modified:             apsw-3.7.2.1.ebuild
  Log:
  Call die().
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/apsw/apsw-3.7.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild?r1=1.2&r2=1.3

Index: apsw-3.7.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apsw-3.7.2.1.ebuild	25 Oct 2010 00:26:07 -0000	1.2
+++ apsw-3.7.2.1.ebuild	30 Mar 2011 18:57:22 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild,v 1.2 2010/10/25 00:26:07 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild,v 1.3 2011/03/30 18:57:22 arfrever Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -44,6 +44,6 @@
 
 src_install() {
 	distutils_src_install
-	dodoc doc/_sources/*
+	dodoc doc/_sources/* || die
 	dohtml -r doc/*
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-python/apsw: apsw-3.7.2.1.ebuild
@ 2011-03-30 21:03 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-03-30 21:03 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/03/30 21:03:36

  Modified:             apsw-3.7.2.1.ebuild
  Log:
  Call die().
  
  (Portage version: 2.2.0_alpha29_p2/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/apsw/apsw-3.7.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild?r1=1.3&r2=1.4

Index: apsw-3.7.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- apsw-3.7.2.1.ebuild	30 Mar 2011 18:57:22 -0000	1.3
+++ apsw-3.7.2.1.ebuild	30 Mar 2011 21:03:36 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild,v 1.3 2011/03/30 18:57:22 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild,v 1.4 2011/03/30 21:03:36 arfrever Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -45,5 +45,5 @@
 src_install() {
 	distutils_src_install
 	dodoc doc/_sources/* || die
-	dohtml -r doc/*
+	dohtml -r doc/* || die
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-python/apsw: apsw-3.7.2.1.ebuild
@ 2011-03-30 21:16 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-03-30 21:16 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/03/30 21:16:26

  Modified:             apsw-3.7.2.1.ebuild
  Log:
  Improve die() message.
  
  (Portage version: 2.2.0_alpha29_p2/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-python/apsw/apsw-3.7.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild?r1=1.4&r2=1.5

Index: apsw-3.7.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- apsw-3.7.2.1.ebuild	30 Mar 2011 21:03:36 -0000	1.4
+++ apsw-3.7.2.1.ebuild	30 Mar 2011 21:16:26 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild,v 1.4 2011/03/30 21:03:36 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild,v 1.5 2011/03/30 21:16:26 arfrever Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -44,6 +44,6 @@
 
 src_install() {
 	distutils_src_install
-	dodoc doc/_sources/* || die
+	dodoc doc/_sources/* || die "dodoc failed"
 	dohtml -r doc/* || die
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-python/apsw: apsw-3.7.2.1.ebuild
@ 2011-03-30 21:23 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-03-30 21:23 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/03/30 21:23:18

  Modified:             apsw-3.7.2.1.ebuild
  Log:
  Improve die() message.
  
  (Portage version: 2.2.0_alpha29_p2/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-python/apsw/apsw-3.7.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild?r1=1.5&r2=1.6

Index: apsw-3.7.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- apsw-3.7.2.1.ebuild	30 Mar 2011 21:16:26 -0000	1.5
+++ apsw-3.7.2.1.ebuild	30 Mar 2011 21:23:17 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild,v 1.5 2011/03/30 21:16:26 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild,v 1.6 2011/03/30 21:23:17 arfrever Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -45,5 +45,5 @@
 src_install() {
 	distutils_src_install
 	dodoc doc/_sources/* || die "dodoc failed"
-	dohtml -r doc/* || die
+	dohtml -r doc/* || die "dohtml failed"
 }






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

end of thread, other threads:[~2011-03-30 21:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-30 21:16 [gentoo-commits] gentoo-x86 commit in dev-python/apsw: apsw-3.7.2.1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-30 21:23 Arfrever Frehtes Taifersar Arahesis (arfrever)
2011-03-30 21:03 Arfrever Frehtes Taifersar Arahesis (arfrever)
2011-03-30 18:57 Arfrever Frehtes Taifersar Arahesis (arfrever)

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