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-vcs/bzr-explorer: bzr-explorer-1.0.2.ebuild
Date: Tue, 27 Jul 2010 21:20:33
Message-Id: 20100727212031.319652CE15@corvid.gentoo.org
1 arfrever 10/07/27 21:20:31
2
3 Modified: bzr-explorer-1.0.2.ebuild
4 Log:
5 Clean call to inherit().
6
7 (Portage version: HEAD/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-vcs/bzr-explorer/bzr-explorer-1.0.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-explorer/bzr-explorer-1.0.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-explorer/bzr-explorer-1.0.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-explorer/bzr-explorer-1.0.2.ebuild?r1=1.2&r2=1.3
15
16 Index: bzr-explorer-1.0.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/bzr-explorer-1.0.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- bzr-explorer-1.0.2.ebuild 27 Jul 2010 20:55:31 -0000 1.2
23 +++ bzr-explorer-1.0.2.ebuild 27 Jul 2010 21:20:31 -0000 1.3
24 @@ -1,13 +1,13 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/bzr-explorer-1.0.2.ebuild,v 1.2 2010/07/27 20:55:31 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/bzr-explorer-1.0.2.ebuild,v 1.3 2010/07/27 21:20:31 arfrever Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 SUPPORT_PYTHON_ABIS="1"
33 RESTRICT_PYTHON_ABIS="3.*"
34
35 -inherit distutils versionator
36 +inherit distutils
37
38 MY_PV=${PV/_beta/b}
39 MY_PV=${MY_PV/_rc/rc}