Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/apsw: apsw-3.7.2.1.ebuild
Date: Wed, 30 Mar 2011 21:03:47
Message-Id: 20110330210336.5C4AE20054@flycatcher.gentoo.org
1 arfrever 11/03/30 21:03:36
2
3 Modified: apsw-3.7.2.1.ebuild
4 Log:
5 Call die().
6
7 (Portage version: 2.2.0_alpha29_p2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-python/apsw/apsw-3.7.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild?rev=1.4&view=markup
13 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
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild?r1=1.3&r2=1.4
15
16 Index: apsw-3.7.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- apsw-3.7.2.1.ebuild 30 Mar 2011 18:57:22 -0000 1.3
23 +++ apsw-3.7.2.1.ebuild 30 Mar 2011 21:03:36 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $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 $
30
31 EAPI="3"
32 SUPPORT_PYTHON_ABIS="1"
33 @@ -45,5 +45,5 @@
34 src_install() {
35 distutils_src_install
36 dodoc doc/_sources/* || die
37 - dohtml -r doc/*
38 + dohtml -r doc/* || die
39 }