diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-08-24 09:25:33 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-08-24 09:25:33 +0000 |
commit | 4a44a4a57d23c5f165cf77cd5740f40795f4df63 (patch) | |
tree | df419e1707eccab9552c9aee2dbda0e1907788a9 /sys-boot/yaboot-static | |
parent | New release: 2.11.92 (diff) | |
download | gentoo-2-4a44a4a57d23c5f165cf77cd5740f40795f4df63.tar.gz gentoo-2-4a44a4a57d23c5f165cf77cd5740f40795f4df63.tar.bz2 gentoo-2-4a44a4a57d23c5f165cf77cd5740f40795f4df63.zip |
changed 'cp -a' to 'cp -pPR'
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-boot/yaboot-static')
-rw-r--r-- | sys-boot/yaboot-static/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/yaboot-static/yaboot-static-1.0.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/yaboot-static/yaboot-static-1.3.13.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/sys-boot/yaboot-static/ChangeLog b/sys-boot/yaboot-static/ChangeLog index 26c06925141f..3368d40433fe 100644 --- a/sys-boot/yaboot-static/ChangeLog +++ b/sys-boot/yaboot-static/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/yaboot-static # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v 1.9 2005/08/13 01:11:03 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v 1.10 2005/08/24 09:25:33 corsair Exp $ + + 24 Aug 2005; Markus Rothe <corsair@gentoo.org> yaboot-static-1.0.ebuild, + yaboot-static-1.3.12.ebuild, yaboot-static-1.3.13.ebuild: + changed 'cp -a' to 'cp -pPR' 13 Aug 2005; Brent Baude <ranger@gentoo.org> yaboot-static-1.3.13.ebuild: Marking yaboot-static-1.3.13 stable ppc64 to pickup the ibm USE flag foo diff --git a/sys-boot/yaboot-static/yaboot-static-1.0.ebuild b/sys-boot/yaboot-static/yaboot-static-1.0.ebuild index ff532f9a1dff..2da9c6777bf4 100644 --- a/sys-boot/yaboot-static/yaboot-static-1.0.ebuild +++ b/sys-boot/yaboot-static/yaboot-static-1.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/sys-boot/yaboot-static/yaboot-static-1.0.ebuild,v 1.4 2005/04/07 03:37:51 dostrow Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.0.ebuild,v 1.5 2005/08/24 09:25:33 corsair Exp $ DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware" @@ -14,6 +14,6 @@ DEPEND="!sys-apps/yaboot" PROVIDE="virtual/bootloader" src_install() { - cp -a ${WORKDIR}/* ${D}/ + cp -pPR ${WORKDIR}/* ${D}/ } diff --git a/sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild b/sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild index 91c3f2465ead..1f6d2f2b7acb 100644 --- a/sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild +++ b/sys-boot/yaboot-static/yaboot-static-1.3.12.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/sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild,v 1.4 2005/04/07 03:37:51 dostrow Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild,v 1.5 2005/08/24 09:25:33 corsair Exp $ DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware" @@ -19,6 +19,6 @@ PROVIDE="virtual/bootloader" src_install() { # don't blow away the user's old conf file mv ${WORKDIR}/etc/yaboot.conf ${WORKDIR}/etc/yaboot.conf.unconfigured - cp -a ${WORKDIR}/* ${D}/ + cp -pPR ${WORKDIR}/* ${D}/ } diff --git a/sys-boot/yaboot-static/yaboot-static-1.3.13.ebuild b/sys-boot/yaboot-static/yaboot-static-1.3.13.ebuild index 047095c120ae..3d947619181f 100644 --- a/sys-boot/yaboot-static/yaboot-static-1.3.13.ebuild +++ b/sys-boot/yaboot-static/yaboot-static-1.3.13.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/sys-boot/yaboot-static/yaboot-static-1.3.13.ebuild,v 1.3 2005/08/13 01:11:03 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.13.ebuild,v 1.4 2005/08/24 09:25:33 corsair Exp $ DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware" @@ -19,6 +19,6 @@ PROVIDE="virtual/bootloader" src_install() { # don't blow away the user's old conf file mv ${WORKDIR}/etc/yaboot.conf ${WORKDIR}/etc/yaboot.conf.unconfigured - cp -a ${WORKDIR}/* ${D}/ + cp -pPR ${WORKDIR}/* ${D}/ } |