diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-23 17:59:01 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-23 17:59:01 +0000 |
commit | fe52e0ae7029eee431981add125423483703e2a8 (patch) | |
tree | a09b9f9c8662256fa4eb99c51b403469045b9c2c /dev-lang | |
parent | Don't use cp -a. (diff) | |
download | historical-fe52e0ae7029eee431981add125423483703e2a8.tar.gz historical-fe52e0ae7029eee431981add125423483703e2a8.tar.bz2 historical-fe52e0ae7029eee431981add125423483703e2a8.zip |
Don't use cp -a.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/sather/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/sather/Manifest | 16 | ||||
-rw-r--r-- | dev-lang/sather/sather-1.3.ebuild | 10 |
3 files changed, 23 insertions, 10 deletions
diff --git a/dev-lang/sather/ChangeLog b/dev-lang/sather/ChangeLog index eb9cb53d19fc..dd7c132a9eeb 100644 --- a/dev-lang/sather/ChangeLog +++ b/dev-lang/sather/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/sather -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/sather/ChangeLog,v 1.7 2004/06/24 22:55:43 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/sather/ChangeLog,v 1.8 2005/08/23 17:59:01 flameeyes Exp $ + + 23 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> sather-1.3.ebuild: + Don't use cp -a. 26 Apr 2004; Daniel Black <dragonheart@gentoo.org> metadata.xml, sather-1.3.ebuild: diff --git a/dev-lang/sather/Manifest b/dev-lang/sather/Manifest index a1140fc2332e..1a7ec27a1d7a 100644 --- a/dev-lang/sather/Manifest +++ b/dev-lang/sather/Manifest @@ -1,5 +1,15 @@ -MD5 34f78aeb49aba3759d78270872b7e2f3 sather-1.3.ebuild 2534 -MD5 04a51f4d7437046414670da3fb66ab53 ChangeLog 985 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 d7f305390a52a5c676815a47cf0e0297 ChangeLog 1078 +MD5 2c5d8d89130101a588f1430b1d1d342c sather-1.3.ebuild 2541 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 -MD5 c33438632e63237679e1118825efbda3 files/digest-sather-1.3 498 MD5 100d037660f42cb87c051e16f7e6cf08 files/sather-1.3_gentoo.patch.gz 1916 +MD5 c33438632e63237679e1118825efbda3 files/digest-sather-1.3 498 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDC2QBj5H05b2HAEkRAkiUAJ0WnSPpwYROOZoDm3vhl0zZ8+S+CgCfZDdR +BcBkCv6JEy/XKDRYn1SiYwA= +=7KEK +-----END PGP SIGNATURE----- diff --git a/dev-lang/sather/sather-1.3.ebuild b/dev-lang/sather/sather-1.3.ebuild index 96020be374e7..010682a8c818 100644 --- a/dev-lang/sather/sather-1.3.ebuild +++ b/dev-lang/sather/sather-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/sather/sather-1.3.ebuild,v 1.16 2004/07/14 13:50:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/sather/sather-1.3.ebuild,v 1.17 2005/08/23 17:59:01 flameeyes Exp $ inherit eutils @@ -54,7 +54,7 @@ src_compile() { src_install() { dodir /usr - cp -a ${WORKDIR}/${MY_P} ${D}/usr/sather + cp -pPR ${WORKDIR}/${MY_P} ${D}/usr/sather rm -rf ${D}/usr/${PN}/bin/sacomp.code rm -rf ${D}/usr/${PN}/bin/sacomp-boot.code rm -rf ${D}/usr/${PN}/sacomp @@ -66,8 +66,8 @@ src_install() { cd ${WORKDIR} dodoc doc/${PN}-specification-000328.ps.gz doc/${PN}-tutorial-000328.ps.gz doc/satish-thatte.ps.gz doc/Descript.ps.gz - cp -a doc/specification.html ${D}/usr/share/doc/${P} - cp -a doc/tutorial.html ${D}/usr/share/doc/${P} + cp -pPR doc/specification.html ${D}/usr/share/doc/${P} + cp -pPR doc/tutorial.html ${D}/usr/share/doc/${P} dodir /etc/env.d cat >> ${D}/etc/env.d/05sather <<EOF |