From 4835b8ff704ef0b40f3d3f05aa88c8e6204414c9 Mon Sep 17 00:00:00 2001 From: Markus Rothe Date: Wed, 24 Aug 2005 09:25:33 +0000 Subject: changed 'cp -a' to 'cp -pPR' Package-Manager: portage-2.0.51.22-r2 --- sys-boot/yaboot-static/ChangeLog | 6 +++++- sys-boot/yaboot-static/Manifest | 8 ++++---- sys-boot/yaboot-static/yaboot-static-1.0.ebuild | 4 ++-- sys-boot/yaboot-static/yaboot-static-1.3.12.ebuild | 4 ++-- sys-boot/yaboot-static/yaboot-static-1.3.13.ebuild | 4 ++-- 5 files changed, 15 insertions(+), 11 deletions(-) (limited to 'sys-boot/yaboot-static') 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 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 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/Manifest b/sys-boot/yaboot-static/Manifest index b6de2553eaec..dc25dbb421eb 100644 --- a/sys-boot/yaboot-static/Manifest +++ b/sys-boot/yaboot-static/Manifest @@ -1,8 +1,8 @@ -MD5 31230abfa887c9a4899090b0f5b342c4 ChangeLog 1100 +MD5 8341ff523d1c07c5805312a86102194c ChangeLog 1269 MD5 69ecfc38132856e44f6dc96092142c8e metadata.xml 158 -MD5 bbe861ca48341175e6580e408e60bbc8 yaboot-static-1.0.ebuild 565 -MD5 03b567c428658b047f8dfb91af3a8bb7 yaboot-static-1.3.12.ebuild 748 -MD5 306332fe2040d0465a85355f322f855f yaboot-static-1.3.13.ebuild 778 +MD5 ff69443a5e2335cac36f068ec8fe318c yaboot-static-1.0.ebuild 567 +MD5 ab0ebe8d0a18b37e751d20b957b03ca4 yaboot-static-1.3.12.ebuild 750 +MD5 e8e32054781ca83bdd33a87bb5d12950 yaboot-static-1.3.13.ebuild 781 MD5 37bdca0041d8a34b97afd57afff34334 files/digest-yaboot-static-1.0 67 MD5 a3338822b410fb3fee44259cef3767dd files/digest-yaboot-static-1.3.12 70 MD5 dc95121908334203a6170991e73aa231 files/digest-yaboot-static-1.3.13 70 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}/ } -- cgit v1.2.3-65-gdbad