* [gentoo-commits] gentoo-x86 commit in sys-apps/file: file-5.04.ebuild file-5.03.ebuild ChangeLog
@ 2010-02-04 18:25 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-02-04 18:25 UTC (permalink / raw
To: gentoo-commits
arfrever 10/02/04 18:25:48
Modified: file-5.04.ebuild file-5.03.ebuild ChangeLog
Log:
Set PYTHON_DEPEND. Set SUPPORT_PYTHON_ABIS. Unset DISTUTILS_DISABLE_PYTHON_DEPENDENCY. Restrict installation for Python 3.
(Portage version: 15318-svn/cvs/Linux x86_64)
Revision Changes Path
1.2 sys-apps/file/file-5.04.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/file-5.04.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/file-5.04.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/file-5.04.ebuild?r1=1.1&r2=1.2
Index: file-5.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.04.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- file-5.04.ebuild 25 Jan 2010 02:54:39 -0000 1.1
+++ file-5.04.ebuild 4 Feb 2010 18:25:47 -0000 1.2
@@ -1,8 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.04.ebuild,v 1.1 2010/01/25 02:54:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.04.ebuild,v 1.2 2010/02/04 18:25:47 arfrever Exp $
-DISTUTILS_DISABLE_PYTHON_DEPENDENCY="1"
+PYTHON_DEPEND="python? 2"
+SUPPORT_PYTHON_ABIS="1"
inherit eutils distutils libtool flag-o-matic
@@ -16,8 +17,9 @@
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="python"
-DEPEND="python? ( virtual/python )"
-RDEPEND="${DEPEND}"
+DEPEND=""
+RDEPEND=""
+RESTRICT_PYTHON_ABIS="3.*"
src_unpack() {
unpack ${P}.tar.gz
1.10 sys-apps/file/file-5.03.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/file-5.03.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/file-5.03.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/file-5.03.ebuild?r1=1.9&r2=1.10
Index: file-5.03.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.03.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- file-5.03.ebuild 5 Oct 2009 18:19:20 -0000 1.9
+++ file-5.03.ebuild 4 Feb 2010 18:25:47 -0000 1.10
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.03.ebuild,v 1.9 2009/10/05 18:19:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.03.ebuild,v 1.10 2010/02/04 18:25:47 arfrever Exp $
-DISTUTILS_DISABLE_PYTHON_DEPENDENCY="1"
+PYTHON_DEPEND="python? 2"
+SUPPORT_PYTHON_ABIS="1"
inherit eutils distutils libtool flag-o-matic
@@ -16,8 +17,9 @@
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
IUSE="python"
-DEPEND="python? ( virtual/python )"
-RDEPEND="${DEPEND}"
+DEPEND=""
+RDEPEND=""
+RESTRICT_PYTHON_ABIS="3.*"
src_unpack() {
unpack ${P}.tar.gz
1.179 sys-apps/file/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/ChangeLog?rev=1.179&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/ChangeLog?rev=1.179&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/ChangeLog?r1=1.178&r2=1.179
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog 25 Jan 2010 02:54:39 -0000 1.178
+++ ChangeLog 4 Feb 2010 18:25:47 -0000 1.179
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/file
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.178 2010/01/25 02:54:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.179 2010/02/04 18:25:47 arfrever Exp $
+
+ 04 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ file-5.03.ebuild, file-5.04.ebuild:
+ Set PYTHON_DEPEND. Set SUPPORT_PYTHON_ABIS. Unset DISTUTILS_DISABLE_PYTHON_DEPENDENCY.
+ Restrict installation for Python 3.
*file-5.04 (25 Jan 2010)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-04 18:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-04 18:25 [gentoo-commits] gentoo-x86 commit in sys-apps/file: file-5.04.ebuild file-5.03.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox