diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-24 07:58:50 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-24 07:58:50 +0000 |
commit | 2c6fa95d5055fa9f01ceab9163265c683e8db99f (patch) | |
tree | a9260564b04b31144a6e7914625a0c42eddb22c0 /sci-electronics | |
parent | Added patch to make safety checks on X includes and libraries. Closes bug #10... (diff) | |
download | historical-2c6fa95d5055fa9f01ceab9163265c683e8db99f.tar.gz historical-2c6fa95d5055fa9f01ceab9163265c683e8db99f.tar.bz2 historical-2c6fa95d5055fa9f01ceab9163265c683e8db99f.zip |
Replacing cp -a by cp -pPR
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/chipmunksystem/ChangeLog | 6 | ||||
-rw-r--r-- | sci-electronics/chipmunksystem/Manifest | 14 | ||||
-rw-r--r-- | sci-electronics/chipmunksystem/chipmunksystem-20031105-r2.ebuild | 12 |
3 files changed, 13 insertions, 19 deletions
diff --git a/sci-electronics/chipmunksystem/ChangeLog b/sci-electronics/chipmunksystem/ChangeLog index 23ff62dd86df..baf3f58826a6 100644 --- a/sci-electronics/chipmunksystem/ChangeLog +++ b/sci-electronics/chipmunksystem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/chipmunksystem # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/chipmunksystem/ChangeLog,v 1.3 2005/02/19 20:14:14 kingtaco Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/chipmunksystem/ChangeLog,v 1.4 2005/08/24 07:58:50 phosphan Exp $ + + 24 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> + chipmunksystem-20031105-r2.ebuild: + Replacing cp -a by cp -pPR 19 Feb 2005; Mike Doty <kingtaco@gentoo.org> chipmunksystem-20031105-r2.ebuild: diff --git a/sci-electronics/chipmunksystem/Manifest b/sci-electronics/chipmunksystem/Manifest index 0074f4794740..b2578c15b0fd 100644 --- a/sci-electronics/chipmunksystem/Manifest +++ b/sci-electronics/chipmunksystem/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 af39e62e3c48a2dd18a19c2a321a4537 ChangeLog 1767 -MD5 f432ca728cc58aaa726ab93571797cef chipmunksystem-20031105-r2.ebuild 7186 +MD5 d9dfc069151e804895cc54fd30df6733 chipmunksystem-20031105-r2.ebuild 7196 +MD5 61a6f3be885a6d57b7d6dfa8719a8631 ChangeLog 1887 MD5 1dcb0747dd1f7e019ea2f25fda22a47f metadata.xml 789 MD5 cf5a2760cdc84d7675cd1d540a040eb5 files/digest-chipmunksystem-20031105-r2 616 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFCF54f0K3RJaeXx6cRAkTsAKCZRud3dRX5kSPp4T8pSsYOfoGGKACgnwDB -+ux3CtwhbOh3RukaEYgQRzk= -=oycZ ------END PGP SIGNATURE----- diff --git a/sci-electronics/chipmunksystem/chipmunksystem-20031105-r2.ebuild b/sci-electronics/chipmunksystem/chipmunksystem-20031105-r2.ebuild index a08fadcd8623..2ce5f824590c 100644 --- a/sci-electronics/chipmunksystem/chipmunksystem-20031105-r2.ebuild +++ b/sci-electronics/chipmunksystem/chipmunksystem-20031105-r2.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/sci-electronics/chipmunksystem/chipmunksystem-20031105-r2.ebuild,v 1.2 2005/02/19 20:14:14 kingtaco Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/chipmunksystem/chipmunksystem-20031105-r2.ebuild,v 1.3 2005/08/24 07:58:50 phosphan Exp $ inherit toolchain-funcs @@ -118,20 +118,20 @@ src_install () { dolib wolcomp/wolcomp.a dodir /usr/share/${P}/lib - cp -a log/lib/* ${D}/usr/share/${P}/lib - cp -a view/lib/* ${D}/usr/share/${P}/lib + cp -pPR log/lib/* ${D}/usr/share/${P}/lib + cp -pPR view/lib/* ${D}/usr/share/${P}/lib dodir /usr/share/${P}/until/designrules - cp -a until/designrules/* ${D}/usr/share/${P}/until/designrules + cp -pPR until/designrules/* ${D}/usr/share/${P}/until/designrules cp until/V1.2/*.ff ${D}/usr/share/${P}/until dodir /usr/share/${P}/netcmp cp netcmp/*.ntk ${D}/usr/share/${P}/netcmp dodir /usr/share/doc/${P}/html - cp -a webdoc/* ${D}/usr/share/doc/${P}/html + cp -pPR webdoc/* ${D}/usr/share/doc/${P}/html #**** Example file taken out, # uncomment the line below if this is resolved # (refer to SRC_URI) - #cp -a example ${D}/usr/share/${P} + #cp -pPR example ${D}/usr/share/${P} dodoc log/src/LNOTES util/sctomat/doc/scope_to_mat.ps newdoc log/src/COPYING COPYING.log |