diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-23 18:58:20 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-23 18:58:20 +0000 |
commit | 19cafb698390ae54b9a7026d935f95e69b8eb488 (patch) | |
tree | 8a4d9b86947d332e4bb09df4b7e80cab4c35b1aa | |
parent | Use cp -pPR and not cp -a, bug 103487. (diff) | |
download | historical-19cafb698390ae54b9a7026d935f95e69b8eb488.tar.gz historical-19cafb698390ae54b9a7026d935f95e69b8eb488.tar.bz2 historical-19cafb698390ae54b9a7026d935f95e69b8eb488.zip |
cp -a -> cp -dpR for bug #103487.
Package-Manager: portage-2.0.51.22-r2
-rw-r--r-- | games-action/xblast/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/xblast/Manifest | 16 | ||||
-rw-r--r-- | games-action/xblast/xblast-2.10.2.ebuild | 4 |
3 files changed, 9 insertions, 16 deletions
diff --git a/games-action/xblast/ChangeLog b/games-action/xblast/ChangeLog index 545e74d65b58..463caaf334cd 100644 --- a/games-action/xblast/ChangeLog +++ b/games-action/xblast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/xblast # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/ChangeLog,v 1.7 2005/05/31 09:17:44 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/ChangeLog,v 1.8 2005/08/23 18:58:20 wolf31o2 Exp $ + + 23 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> xblast-2.10.2.ebuild: + cp -a -> cp -dpR for bug #103487. 31 May 2005; Marcus D. Hanwell <marcus@gentoo.org> xblast-2.10.2.ebuild: Stable on amd64. diff --git a/games-action/xblast/Manifest b/games-action/xblast/Manifest index 3c1746a40bcd..9d2dbd456309 100644 --- a/games-action/xblast/Manifest +++ b/games-action/xblast/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 db457744a183697f6f973fa378459982 xblast-2.10.0.ebuild 966 -MD5 6ae6aa6e8e83fbc53ad4c3ead72dd067 xblast-2.10.2.ebuild 1794 -MD5 49afa29b11df78adf0563ee169fcc83d ChangeLog 1150 +MD5 3ab5084ce70920bab76fa4fab484d75d ChangeLog 1266 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 db457744a183697f6f973fa378459982 xblast-2.10.0.ebuild 966 +MD5 786ae4b4422ad578ccc03ded37445c19 xblast-2.10.2.ebuild 1799 MD5 dff9802b5ea122b563a59b39b9a55307 files/2.10.0-makefile.patch 2643 MD5 35fd4678be628eab8eb22b97e89af153 files/digest-xblast-2.10.0 83 MD5 5607f339ca03244bb9f8e6e7ecbc4197 files/digest-xblast-2.10.2 402 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCnCvYntT9W3vfTuoRAtOtAJ9RhiYybDozkiO9n5W8LNxvG8kZHACfWoZV -6Od7nV4Z6Tc295kn/cCoccA= -=XoXm ------END PGP SIGNATURE----- diff --git a/games-action/xblast/xblast-2.10.2.ebuild b/games-action/xblast/xblast-2.10.2.ebuild index 76d97d40ecef..fe6a0cb76129 100644 --- a/games-action/xblast/xblast-2.10.2.ebuild +++ b/games-action/xblast/xblast-2.10.2.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/games-action/xblast/xblast-2.10.2.ebuild,v 1.2 2005/05/31 09:17:44 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/xblast-2.10.2.ebuild,v 1.3 2005/08/23 18:58:20 wolf31o2 Exp $ inherit games @@ -45,7 +45,7 @@ src_install() { # Images dodir "${IMAGE_INSTALL_DIR}" - cp -a "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" \ + cp -dpR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" \ || die "cp failed" # Levels |