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 sys-apps/file: file-5.04.ebuild file-5.03.ebuild ChangeLog
Date: Thu, 04 Feb 2010 18:25:53
Message-Id: E1Nd6Oi-0004kA-SB@stork.gentoo.org
1 arfrever 10/02/04 18:25:48
2
3 Modified: file-5.04.ebuild file-5.03.ebuild ChangeLog
4 Log:
5 Set PYTHON_DEPEND. Set SUPPORT_PYTHON_ABIS. Unset DISTUTILS_DISABLE_PYTHON_DEPENDENCY. Restrict installation for Python 3.
6 (Portage version: 15318-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-apps/file/file-5.04.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/file-5.04.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/file-5.04.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/file-5.04.ebuild?r1=1.1&r2=1.2
14
15 Index: file-5.04.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.04.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- file-5.04.ebuild 25 Jan 2010 02:54:39 -0000 1.1
22 +++ file-5.04.ebuild 4 Feb 2010 18:25:47 -0000 1.2
23 @@ -1,8 +1,9 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.04.ebuild,v 1.1 2010/01/25 02:54:39 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.04.ebuild,v 1.2 2010/02/04 18:25:47 arfrever Exp $
28
29 -DISTUTILS_DISABLE_PYTHON_DEPENDENCY="1"
30 +PYTHON_DEPEND="python? 2"
31 +SUPPORT_PYTHON_ABIS="1"
32
33 inherit eutils distutils libtool flag-o-matic
34
35 @@ -16,8 +17,9 @@
36 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
37 IUSE="python"
38
39 -DEPEND="python? ( virtual/python )"
40 -RDEPEND="${DEPEND}"
41 +DEPEND=""
42 +RDEPEND=""
43 +RESTRICT_PYTHON_ABIS="3.*"
44
45 src_unpack() {
46 unpack ${P}.tar.gz
47
48
49
50 1.10 sys-apps/file/file-5.03.ebuild
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/file-5.03.ebuild?rev=1.10&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/file-5.03.ebuild?rev=1.10&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/file-5.03.ebuild?r1=1.9&r2=1.10
55
56 Index: file-5.03.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.03.ebuild,v
59 retrieving revision 1.9
60 retrieving revision 1.10
61 diff -u -r1.9 -r1.10
62 --- file-5.03.ebuild 5 Oct 2009 18:19:20 -0000 1.9
63 +++ file-5.03.ebuild 4 Feb 2010 18:25:47 -0000 1.10
64 @@ -1,8 +1,9 @@
65 -# Copyright 1999-2009 Gentoo Foundation
66 +# Copyright 1999-2010 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.03.ebuild,v 1.9 2009/10/05 18:19:20 armin76 Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.03.ebuild,v 1.10 2010/02/04 18:25:47 arfrever Exp $
70
71 -DISTUTILS_DISABLE_PYTHON_DEPENDENCY="1"
72 +PYTHON_DEPEND="python? 2"
73 +SUPPORT_PYTHON_ABIS="1"
74
75 inherit eutils distutils libtool flag-o-matic
76
77 @@ -16,8 +17,9 @@
78 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
79 IUSE="python"
80
81 -DEPEND="python? ( virtual/python )"
82 -RDEPEND="${DEPEND}"
83 +DEPEND=""
84 +RDEPEND=""
85 +RESTRICT_PYTHON_ABIS="3.*"
86
87 src_unpack() {
88 unpack ${P}.tar.gz
89
90
91
92 1.179 sys-apps/file/ChangeLog
93
94 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/ChangeLog?rev=1.179&view=markup
95 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/ChangeLog?rev=1.179&content-type=text/plain
96 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/ChangeLog?r1=1.178&r2=1.179
97
98 Index: ChangeLog
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
101 retrieving revision 1.178
102 retrieving revision 1.179
103 diff -u -r1.178 -r1.179
104 --- ChangeLog 25 Jan 2010 02:54:39 -0000 1.178
105 +++ ChangeLog 4 Feb 2010 18:25:47 -0000 1.179
106 @@ -1,6 +1,11 @@
107 # ChangeLog for sys-apps/file
108 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
109 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.178 2010/01/25 02:54:39 vapier Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.179 2010/02/04 18:25:47 arfrever Exp $
111 +
112 + 04 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
113 + file-5.03.ebuild, file-5.04.ebuild:
114 + Set PYTHON_DEPEND. Set SUPPORT_PYTHON_ABIS. Unset DISTUTILS_DISABLE_PYTHON_DEPENDENCY.
115 + Restrict installation for Python 3.
116
117 *file-5.04 (25 Jan 2010)