diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-10-01 16:19:57 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-10-01 16:19:57 +0000 |
commit | 2af002529c4b9de3c5526bde2a606734780cd73c (patch) | |
tree | 72b4e571645f4c55fcffe9ba7458540d823b483a /dev-lang/ifc | |
parent | Version bump (diff) | |
download | gentoo-2-2af002529c4b9de3c5526bde2a606734780cd73c.tar.gz gentoo-2-2af002529c4b9de3c5526bde2a606734780cd73c.tar.bz2 gentoo-2-2af002529c4b9de3c5526bde2a606734780cd73c.zip |
Replaced GNUish "cp -a" by "cp -pPR" (bug #103487).
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang/ifc')
-rw-r--r-- | dev-lang/ifc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ifc/ifc-6.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ifc/ifc-7.0.064-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ifc/ifc-9.0.021.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/ifc/ifc-9.0.026.ebuild | 6 |
5 files changed, 15 insertions, 11 deletions
diff --git a/dev-lang/ifc/ChangeLog b/dev-lang/ifc/ChangeLog index 412941f5b22f..087ed3a97b73 100644 --- a/dev-lang/ifc/ChangeLog +++ b/dev-lang/ifc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ifc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.17 2005/09/06 22:26:54 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.18 2005/10/01 16:19:57 ribosome Exp $ + + 01 Oct 2005; Olivier Fisette <ribosome@gentoo.org> ifc-6.0.ebuild, + ifc-7.0.064-r1.ebuild, ifc-9.0.021.ebuild, ifc-9.0.026.ebuild: + Replaced GNUish "cp -a" by "cp -pPR" (bug #103487). 06 Sep 2005; Danny van Dyk <kugelfang@gentoo.org> ifc-9.0.021.ebuild: Fixed a typo (Bug #104941). Thanks to Martin Mokrejs for spotting this. diff --git a/dev-lang/ifc/ifc-6.0.ebuild b/dev-lang/ifc/ifc-6.0.ebuild index bdb8a2156a70..49d0014e3d0e 100644 --- a/dev-lang/ifc/ifc-6.0.ebuild +++ b/dev-lang/ifc/ifc-6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-6.0.ebuild,v 1.15 2005/05/26 22:50:39 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-6.0.ebuild,v 1.16 2005/10/01 16:19:57 ribosome Exp $ S=${WORKDIR} DESCRIPTION="Intel Fortran Compiler - The Pentium optimized compiler for Linux" @@ -66,7 +66,7 @@ src_compile() { src_install () { dodoc lgpltext dodoc flicense - cp -a opt ${D} + cp -pPR opt ${D} # ifc enviroment insinto /etc/env.d diff --git a/dev-lang/ifc/ifc-7.0.064-r1.ebuild b/dev-lang/ifc/ifc-7.0.064-r1.ebuild index b9df97daebe0..35b956a58b9b 100644 --- a/dev-lang/ifc/ifc-7.0.064-r1.ebuild +++ b/dev-lang/ifc/ifc-7.0.064-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-7.0.064-r1.ebuild,v 1.9 2005/05/26 22:50:39 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-7.0.064-r1.ebuild,v 1.10 2005/10/01 16:19:57 ribosome Exp $ inherit rpm @@ -70,7 +70,7 @@ src_compile() { src_install () { dodoc flicense - cp -a opt ${D} + cp -pPR opt ${D} # ifc enviroment insinto /etc/env.d diff --git a/dev-lang/ifc/ifc-9.0.021.ebuild b/dev-lang/ifc/ifc-9.0.021.ebuild index feab5a558d69..2fec3aac125b 100644 --- a/dev-lang/ifc/ifc-9.0.021.ebuild +++ b/dev-lang/ifc/ifc-9.0.021.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-9.0.021.ebuild,v 1.2 2005/09/06 22:26:54 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-9.0.021.ebuild,v 1.3 2005/10/01 16:19:57 ribosome Exp $ inherit rpm @@ -98,8 +98,8 @@ src_install () { # dodoc ${S}/lgpltext dodoc ${S}/flicense dodir ${instdir} - cp -a opt/intel/fc*/9.0/* ${D}/${instdir} - cp -a opt/intel/idb*/9.0/* ${D}/${instdir} + cp -pPR opt/intel/fc*/9.0/* ${D}/${instdir} + cp -pPR opt/intel/idb*/9.0/* ${D}/${instdir} insinto /etc/env.d doins ${FILESDIR}/${MMV}/05ifc || die } diff --git a/dev-lang/ifc/ifc-9.0.026.ebuild b/dev-lang/ifc/ifc-9.0.026.ebuild index be8f8d192af4..51376d61dc32 100644 --- a/dev-lang/ifc/ifc-9.0.026.ebuild +++ b/dev-lang/ifc/ifc-9.0.026.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-9.0.026.ebuild,v 1.1 2005/09/02 23:30:47 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-9.0.026.ebuild,v 1.2 2005/10/01 16:19:57 ribosome Exp $ inherit rpm @@ -98,8 +98,8 @@ src_install () { # dodoc ${S}/lgpltext dodoc ${S}/flicense dodir ${instdir} - cp -a opt/intel/fc*/9.0/* ${D}/${instdir} - cp -a opt/intel/idb*/9.0/* ${D}/${instdir} + cp -pPR opt/intel/fc*/9.0/* ${D}/${instdir} + cp -pPR opt/intel/idb*/9.0/* ${D}/${instdir} insinto /etc/env.d doins ${FILESDIR}/${MMV}/05ifc || die } |