diff options
author | 2005-09-02 13:03:39 +0000 | |
---|---|---|
committer | 2005-09-02 13:03:39 +0000 | |
commit | a7a7af6b070220205b1f4b33eb312874f1a81213 (patch) | |
tree | 7206534a22ebf1be81694b25b875387a4bab231f /media-video | |
parent | Don't use -d option with cp. (diff) | |
download | historical-a7a7af6b070220205b1f4b33eb312874f1a81213.tar.gz historical-a7a7af6b070220205b1f4b33eb312874f1a81213.tar.bz2 historical-a7a7af6b070220205b1f4b33eb312874f1a81213.zip |
Don't use -a option with cp.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mplayer-bin/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/mplayer-bin/Manifest | 10 | ||||
-rw-r--r-- | media-video/mplayer-bin/mplayer-bin-1.0_pre7-r1.ebuild | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/media-video/mplayer-bin/ChangeLog b/media-video/mplayer-bin/ChangeLog index 46158086e640..0757b61641e9 100644 --- a/media-video/mplayer-bin/ChangeLog +++ b/media-video/mplayer-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/mplayer-bin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/ChangeLog,v 1.4 2005/08/31 18:01:15 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/ChangeLog,v 1.5 2005/09/02 13:03:39 flameeyes Exp $ + + 02 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> + mplayer-bin-1.0_pre7-r1.ebuild: + Don't use -a option with cp. *mplayer-bin-1.0_pre7-r1 (31 Aug 2005) diff --git a/media-video/mplayer-bin/Manifest b/media-video/mplayer-bin/Manifest index 40be6f91e1ec..448ba229495f 100644 --- a/media-video/mplayer-bin/Manifest +++ b/media-video/mplayer-bin/Manifest @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 +MD5 d9ec6c5a0cd8021bea43b1d8abccdf01 mplayer-bin-1.0_pre7-r1.ebuild 829 +MD5 e416fc05ad6cfd4f0c462d9f5119c8bf ChangeLog 987 MD5 95ce0ef6b4a0923780fbfcc499439cb4 mplayer-bin-1.0_pre7.ebuild 745 -MD5 43bfe5b60b2c55879392ce79d57ca81d mplayer-bin-1.0_pre7-r1.ebuild 822 -MD5 8a6ba51746ce05bfeec8d5a7ba0bfafb ChangeLog 863 MD5 d138fbd38b04f78fe9b3766051723a5b metadata.xml 218 MD5 31fa5b3a7f08192c5f7c2b6f56c96e2c files/digest-mplayer-bin-1.0_pre7-r1 77 MD5 6016bcda0338c21a0c9b9aa7910dcffc files/digest-mplayer-bin-1.0_pre7 74 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDFffBomPajV0RnrERArNqAJ4ioEynezNSXrX38EaLf8Dv+WJleQCggAoS -pDdHhdeL0HmpyqYOCM3Tshw= -=SloH +iD8DBQFDGE3Ej5H05b2HAEkRAt3FAJ9Uyo4+qvw19LOeVJqDaVMXuCYBvgCfZai9 +O7qs8lWXpTBHwL4c5VMRVaE= +=rNB5 -----END PGP SIGNATURE----- diff --git a/media-video/mplayer-bin/mplayer-bin-1.0_pre7-r1.ebuild b/media-video/mplayer-bin/mplayer-bin-1.0_pre7-r1.ebuild index 69fae34b4c05..495ad5142cb6 100644 --- a/media-video/mplayer-bin/mplayer-bin-1.0_pre7-r1.ebuild +++ b/media-video/mplayer-bin/mplayer-bin-1.0_pre7-r1.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/media-video/mplayer-bin/mplayer-bin-1.0_pre7-r1.ebuild,v 1.1 2005/08/31 18:01:15 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/mplayer-bin-1.0_pre7-r1.ebuild,v 1.2 2005/09/02 13:03:39 flameeyes Exp $ DESCRIPTION="Pre-build mplayer binary for amd64 systems" HOMEPAGE="http://www.gentoo.org/" @@ -21,6 +21,6 @@ RDEPEND=">=app-emulation/emul-linux-x86-baselibs-2.0 S=${WORKDIR} src_install() { - cp -avf ${WORKDIR}/* ${D}/ + cp -pPRvf ${WORKDIR}/* ${D}/ dosym /opt/mplayer-bin/bin/mplayer-bin /opt/mplayer-bin/bin/gmplayer-bin } |