floppym 12/02/02 01:35:39
Modified: file-5.07-r1.ebuild file-5.07.ebuild
file-5.10.ebuild file-5.07-r3.ebuild
file-5.08.ebuild file-5.06.ebuild file-5.09.ebuild
file-5.05.ebuild file-5.07-r2.ebuild ChangeLog
Log:
Inherit toolchain-funcs explicitly. Quote WORKDIR.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.2 sys-apps/file/file-5.07-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.07-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.07-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.07-r1.ebuild?r1=1.1&r2=1.2
Index: file-5.07-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.07-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- file-5.07-r1.ebuild 21 May 2011 06:37:43 -0000 1.1
+++ file-5.07-r1.ebuild 2 Feb 2012 01:35:39 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.07-r1.ebuild,v 1.1 2011/05/21 06:37:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.07-r1.ebuild,v 1.2 2012/02/02 01:35:39 floppym Exp $
EAPI="2"
PYTHON_DEPEND="python? *"
1.2 sys-apps/file/file-5.07.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.07.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.07.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.07.ebuild?r1=1.1&r2=1.2
Index: file-5.07.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.07.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- file-5.07.ebuild 11 May 2011 03:43:09 -0000 1.1
+++ file-5.07.ebuild 2 Feb 2012 01:35:39 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.07.ebuild,v 1.1 2011/05/11 03:43:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.07.ebuild,v 1.2 2012/02/02 01:35:39 floppym Exp $
EAPI="2"
PYTHON_DEPEND="python? *"
1.2 sys-apps/file/file-5.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.10.ebuild?r1=1.1&r2=1.2
Index: file-5.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- file-5.10.ebuild 31 Dec 2011 06:00:52 -0000 1.1
+++ file-5.10.ebuild 2 Feb 2012 01:35:39 -0000 1.2
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.10.ebuild,v 1.1 2011/12/31 06:00:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.10.ebuild,v 1.2 2012/02/02 01:35:39 floppym Exp $
EAPI="2"
PYTHON_DEPEND="python? *"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython"
-inherit eutils distutils libtool flag-o-matic
+inherit eutils distutils libtool flag-o-matic toolchain-funcs
DESCRIPTION="identify a file's format by scanning binary data for patterns"
HOMEPAGE="ftp://ftp.astron.com/pub/file/"
@@ -31,7 +31,7 @@
mv python/README{,.python}
}
-wd() { echo ${WORKDIR}/build-${CHOST}; }
+wd() { echo "${WORKDIR}"/build-${CHOST}; }
do_configure() {
ECONF_SOURCE=${S}
1.7 sys-apps/file/file-5.07-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.07-r3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.07-r3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.07-r3.ebuild?r1=1.6&r2=1.7
Index: file-5.07-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.07-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- file-5.07-r3.ebuild 9 Aug 2011 13:37:04 -0000 1.6
+++ file-5.07-r3.ebuild 2 Feb 2012 01:35:39 -0000 1.7
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.07-r3.ebuild,v 1.6 2011/08/09 13:37:04 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.07-r3.ebuild,v 1.7 2012/02/02 01:35:39 floppym Exp $
EAPI="2"
PYTHON_DEPEND="python? *"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython"
-inherit eutils distutils libtool flag-o-matic
+inherit eutils distutils libtool flag-o-matic toolchain-funcs
DESCRIPTION="identify a file's format by scanning binary data for patterns"
HOMEPAGE="ftp://ftp.astron.com/pub/file/"
@@ -37,7 +37,7 @@
usex() { use $1 && echo ${2:-yes} || echo ${3:-no} ; }
-wd() { echo ${WORKDIR}/build-${CHOST}; }
+wd() { echo "${WORKDIR}"/build-${CHOST}; }
do_configure() {
ECONF_SOURCE=${S}
1.3 sys-apps/file/file-5.08.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.08.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.08.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.08.ebuild?r1=1.2&r2=1.3
Index: file-5.08.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.08.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- file-5.08.ebuild 4 Aug 2011 10:54:29 -0000 1.2
+++ file-5.08.ebuild 2 Feb 2012 01:35:39 -0000 1.3
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.08.ebuild,v 1.2 2011/08/04 10:54:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.08.ebuild,v 1.3 2012/02/02 01:35:39 floppym Exp $
EAPI="2"
PYTHON_DEPEND="python? *"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython"
-inherit eutils distutils libtool flag-o-matic
+inherit eutils distutils libtool flag-o-matic toolchain-funcs
DESCRIPTION="identify a file's format by scanning binary data for patterns"
HOMEPAGE="ftp://ftp.astron.com/pub/file/"
@@ -34,7 +34,7 @@
usex() { use $1 && echo ${2:-yes} || echo ${3:-no} ; }
-wd() { echo ${WORKDIR}/build-${CHOST}; }
+wd() { echo "${WORKDIR}"/build-${CHOST}; }
do_configure() {
ECONF_SOURCE=${S}
1.2 sys-apps/file/file-5.06.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.06.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.06.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.06.ebuild?r1=1.1&r2=1.2
Index: file-5.06.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.06.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- file-5.06.ebuild 15 Apr 2011 08:04:03 -0000 1.1
+++ file-5.06.ebuild 2 Feb 2012 01:35:39 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.06.ebuild,v 1.1 2011/04/15 08:04:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.06.ebuild,v 1.2 2012/02/02 01:35:39 floppym Exp $
EAPI="2"
PYTHON_DEPEND="python? *"
1.8 sys-apps/file/file-5.09.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.09.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.09.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.09.ebuild?r1=1.7&r2=1.8
Index: file-5.09.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.09.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- file-5.09.ebuild 31 Dec 2011 08:28:00 -0000 1.7
+++ file-5.09.ebuild 2 Feb 2012 01:35:39 -0000 1.8
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.09.ebuild,v 1.7 2011/12/31 08:28:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.09.ebuild,v 1.8 2012/02/02 01:35:39 floppym Exp $
EAPI="2"
PYTHON_DEPEND="python? *"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython"
-inherit eutils distutils libtool flag-o-matic
+inherit eutils distutils libtool flag-o-matic toolchain-funcs
DESCRIPTION="identify a file's format by scanning binary data for patterns"
HOMEPAGE="ftp://ftp.astron.com/pub/file/"
@@ -33,7 +33,7 @@
usex() { use $1 && echo ${2:-yes} || echo ${3:-no} ; }
-wd() { echo ${WORKDIR}/build-${CHOST}; }
+wd() { echo "${WORKDIR}"/build-${CHOST}; }
do_configure() {
ECONF_SOURCE=${S}
1.11 sys-apps/file/file-5.05.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.05.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.05.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.05.ebuild?r1=1.10&r2=1.11
Index: file-5.05.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.05.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- file-5.05.ebuild 7 Apr 2011 20:41:09 -0000 1.10
+++ file-5.05.ebuild 2 Feb 2012 01:35:39 -0000 1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.05.ebuild,v 1.10 2011/04/07 20:41:09 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.05.ebuild,v 1.11 2012/02/02 01:35:39 floppym Exp $
EAPI="2"
PYTHON_DEPEND="python? *"
1.2 sys-apps/file/file-5.07-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.07-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.07-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.07-r2.ebuild?r1=1.1&r2=1.2
Index: file-5.07-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.07-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- file-5.07-r2.ebuild 6 Jun 2011 23:50:24 -0000 1.1
+++ file-5.07-r2.ebuild 2 Feb 2012 01:35:39 -0000 1.2
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.07-r2.ebuild,v 1.1 2011/06/06 23:50:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.07-r2.ebuild,v 1.2 2012/02/02 01:35:39 floppym Exp $
EAPI="2"
PYTHON_DEPEND="python? *"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython"
-inherit eutils distutils libtool flag-o-matic
+inherit eutils distutils libtool flag-o-matic toolchain-funcs
DESCRIPTION="identify a file's format by scanning binary data for patterns"
HOMEPAGE="ftp://ftp.astron.com/pub/file/"
@@ -36,7 +36,7 @@
usex() { use $1 && echo ${2:-yes} || echo ${3:-no} ; }
-wd() { echo ${WORKDIR}/build-${CHOST}; }
+wd() { echo "${WORKDIR}"/build-${CHOST}; }
do_configure() {
ECONF_SOURCE=${S}
1.216 sys-apps/file/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?rev=1.216&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?rev=1.216&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?r1=1.215&r2=1.216
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- ChangeLog 31 Dec 2011 08:28:00 -0000 1.215
+++ ChangeLog 2 Feb 2012 01:35:39 -0000 1.216
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/file
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.215 2011/12/31 08:28:00 vapier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.216 2012/02/02 01:35:39 floppym Exp $
+
+ 02 Feb 2012; Mike Gilbert <floppym@g.o> file-5.05.ebuild,
+ file-5.06.ebuild, file-5.07-r1.ebuild, file-5.07-r2.ebuild,
+ file-5.07-r3.ebuild, file-5.07.ebuild, file-5.08.ebuild, file-5.09.ebuild,
+ file-5.10.ebuild:
+ Inherit toolchain-funcs explicitly. Quote WORKDIR.
31 Dec 2011; Mike Frysinger <vapier@g.o> file-5.09.ebuild:
Mark ppc/ppc64 stable #393291.
|