Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/dnspython: dnspython-1.12.0-r1.ebuild ChangeLog
Date: Fri, 06 Mar 2015 11:44:08
Message-Id: 20150306114403.AA76013295@oystercatcher.gentoo.org
1 idella4 15/03/06 11:44:03
2
3 Modified: dnspython-1.12.0-r1.ebuild ChangeLog
4 Log:
5 add multilib eclass to inherit to exlicitly support of function from the eclass
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/dnspython/dnspython-1.12.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dnspython/dnspython-1.12.0-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dnspython/dnspython-1.12.0-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dnspython/dnspython-1.12.0-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: dnspython-1.12.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.12.0-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- dnspython-1.12.0-r1.ebuild 6 Mar 2015 11:37:48 -0000 1.1
23 +++ dnspython-1.12.0-r1.ebuild 6 Mar 2015 11:44:03 -0000 1.2
24 @@ -1,11 +1,11 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.12.0-r1.ebuild,v 1.1 2015/03/06 11:37:48 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.12.0-r1.ebuild,v 1.2 2015/03/06 11:44:03 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
32
33 -inherit distutils-r1
34 +inherit distutils-r1 multilib
35
36 PN3="${PN}3"
37 P3="${PN3}-${PV}"
38
39
40
41 1.95 dev-python/dnspython/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dnspython/ChangeLog?rev=1.95&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dnspython/ChangeLog?rev=1.95&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dnspython/ChangeLog?r1=1.94&r2=1.95
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v
50 retrieving revision 1.94
51 retrieving revision 1.95
52 diff -u -r1.94 -r1.95
53 --- ChangeLog 6 Mar 2015 11:37:48 -0000 1.94
54 +++ ChangeLog 6 Mar 2015 11:44:03 -0000 1.95
55 @@ -1,6 +1,10 @@
56 # ChangeLog for dev-python/dnspython
57 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.94 2015/03/06 11:37:48 idella4 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.95 2015/03/06 11:44:03 idella4 Exp $
60 +
61 + 06 Mar 2015; Ian Delaney <idella4@g.o> dnspython-1.12.0-r1.ebuild:
62 + add multilib eclass to inherit to exlicitly support of function from the
63 + eclass
64
65 *dnspython-1.12.0-r1 (06 Mar 2015)