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:23:29
Message-Id: 20110330212318.1282620054@flycatcher.gentoo.org
1 arfrever 11/03/30 21:23:18
2
3 Modified: apsw-3.7.2.1.ebuild
4 Log:
5 Improve die() message.
6
7 (Portage version: 2.2.0_alpha29_p2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 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.6&view=markup
13 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
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.2.1.ebuild?r1=1.5&r2=1.6
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.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- apsw-3.7.2.1.ebuild 30 Mar 2011 21:16:26 -0000 1.5
23 +++ apsw-3.7.2.1.ebuild 30 Mar 2011 21:23:17 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 EAPI="3"
31 SUPPORT_PYTHON_ABIS="1"
32 @@ -45,5 +45,5 @@
33 src_install() {
34 distutils_src_install
35 dodoc doc/_sources/* || die "dodoc failed"
36 - dohtml -r doc/* || die
37 + dohtml -r doc/* || die "dohtml failed"
38 }