diff options
-rw-r--r-- | games-action/xblast/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/xblast/xblast-2.10.2.ebuild | 4 | ||||
-rw-r--r-- | games-arcade/mtp-target-bin/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/mtp-target-bin/mtp-target-bin-1.2.0.ebuild | 4 | ||||
-rw-r--r-- | games-puzzle/triptych-demo/ChangeLog | 6 | ||||
-rw-r--r-- | games-puzzle/triptych-demo/triptych-demo-0.ebuild | 4 |
6 files changed, 20 insertions, 9 deletions
diff --git a/games-action/xblast/ChangeLog b/games-action/xblast/ChangeLog index 463caaf334cd..dfde146ca04a 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.8 2005/08/23 18:58:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/ChangeLog,v 1.9 2005/08/23 19:23:37 wolf31o2 Exp $ + + 23 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> xblast-2.10.2.ebuild: + cp -dpR -> cp -pPR for bug #103487. 23 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> xblast-2.10.2.ebuild: cp -a -> cp -dpR for bug #103487. diff --git a/games-action/xblast/xblast-2.10.2.ebuild b/games-action/xblast/xblast-2.10.2.ebuild index fe6a0cb76129..9b308c25af87 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.3 2005/08/23 18:58:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/xblast-2.10.2.ebuild,v 1.4 2005/08/23 19:23:37 wolf31o2 Exp $ inherit games @@ -45,7 +45,7 @@ src_install() { # Images dodir "${IMAGE_INSTALL_DIR}" - cp -dpR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" \ + cp -pPR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" \ || die "cp failed" # Levels diff --git a/games-arcade/mtp-target-bin/ChangeLog b/games-arcade/mtp-target-bin/ChangeLog index 6fbd85a38b79..234bdc2b58d2 100644 --- a/games-arcade/mtp-target-bin/ChangeLog +++ b/games-arcade/mtp-target-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/mtp-target-bin # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/mtp-target-bin/ChangeLog,v 1.7 2005/08/23 19:00:52 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/mtp-target-bin/ChangeLog,v 1.8 2005/08/23 19:21:28 wolf31o2 Exp $ + + 23 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> + mtp-target-bin-1.2.0.ebuild: + cp -dpR -> cp -pPR for bug #103487. 23 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> mtp-target-bin-1.2.0.ebuild: diff --git a/games-arcade/mtp-target-bin/mtp-target-bin-1.2.0.ebuild b/games-arcade/mtp-target-bin/mtp-target-bin-1.2.0.ebuild index 4c89a2b8092e..4cce66377798 100644 --- a/games-arcade/mtp-target-bin/mtp-target-bin-1.2.0.ebuild +++ b/games-arcade/mtp-target-bin/mtp-target-bin-1.2.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/games-arcade/mtp-target-bin/mtp-target-bin-1.2.0.ebuild,v 1.3 2005/08/23 19:00:52 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/mtp-target-bin/mtp-target-bin-1.2.0.ebuild,v 1.4 2005/08/23 19:21:28 wolf31o2 Exp $ inherit games @@ -36,7 +36,7 @@ src_install() { rm -f {client,server}/launch.sh dodir "${GAMES_PREFIX_OPT}/${PN}" - cp -dpR "${S}/"* "${D}/${GAMES_PREFIX_OPT}"/${PN}/ + cp -pPR "${S}/"* "${D}/${GAMES_PREFIX_OPT}"/${PN}/ games_make_wrapper ${PN}-client ./client "${GAMES_PREFIX_OPT}/${PN}/client" ../lib games_make_wrapper ${PN}-server ./server "${GAMES_PREFIX_OPT}/${PN}/server" ../lib diff --git a/games-puzzle/triptych-demo/ChangeLog b/games-puzzle/triptych-demo/ChangeLog index a7f1049643d0..4c21392e4a83 100644 --- a/games-puzzle/triptych-demo/ChangeLog +++ b/games-puzzle/triptych-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/triptych-demo # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/triptych-demo/ChangeLog,v 1.3 2005/08/23 19:02:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/triptych-demo/ChangeLog,v 1.4 2005/08/23 19:19:00 wolf31o2 Exp $ + + 23 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> + triptych-demo-0.ebuild: + cp -dpR -> cp -pPR for bug #103487. 23 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> triptych-demo-0.ebuild: diff --git a/games-puzzle/triptych-demo/triptych-demo-0.ebuild b/games-puzzle/triptych-demo/triptych-demo-0.ebuild index dab24259d7d6..20222c6cb4ed 100644 --- a/games-puzzle/triptych-demo/triptych-demo-0.ebuild +++ b/games-puzzle/triptych-demo/triptych-demo-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/games-puzzle/triptych-demo/triptych-demo-0.ebuild,v 1.4 2005/08/23 19:02:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/triptych-demo/triptych-demo-0.ebuild,v 1.5 2005/08/23 19:19:00 wolf31o2 Exp $ inherit games eutils @@ -24,7 +24,7 @@ src_install() { local dir=${GAMES_PREFIX_OPT}/${PN} dodir ${dir} ${GAMES_BINDIR} - cp -dpR * "${D}"/${dir}/ + cp -pPR * "${D}"/${dir}/ games_make_wrapper triptych ./triptych ${dir} prepgamesdirs |