summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2005-11-21 23:53:49 +0000
committerDaniel Goller <morfic@gentoo.org>2005-11-21 23:53:49 +0000
commitdadce137d686de8cc53c13b55b203a00c1af2c3f (patch)
tree95da46dfedeffd60bb55f4ebbd3ed12c0ff91c5d /dev-libs/boost
parentTidy up older ebuilds. (diff)
downloadgentoo-2-dadce137d686de8cc53c13b55b203a00c1af2c3f.tar.gz
gentoo-2-dadce137d686de8cc53c13b55b203a00c1af2c3f.tar.bz2
gentoo-2-dadce137d686de8cc53c13b55b203a00c1af2c3f.zip
changed cp -a to cp -pPR in compliance with bug 103487
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-libs/boost')
-rw-r--r--dev-libs/boost/ChangeLog7
-rw-r--r--dev-libs/boost/boost-1.31.0.ebuild4
-rw-r--r--dev-libs/boost/boost-1.32.0-r1.ebuild6
-rw-r--r--dev-libs/boost/boost-1.32.0-r2.ebuild4
-rw-r--r--dev-libs/boost/boost-1.32.0.ebuild4
-rw-r--r--dev-libs/boost/boost-1.33.0-r1.ebuild4
6 files changed, 17 insertions, 12 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog
index 5ead32534d40..ef667b436151 100644
--- a/dev-libs/boost/ChangeLog
+++ b/dev-libs/boost/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/boost
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.71 2005/11/09 12:56:00 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.72 2005/11/21 23:53:49 morfic Exp $
+
+ 21 Nov 2005; Daniel Goller <morfic@gentoo.org> boost-1.31.0.ebuild,
+ boost-1.32.0.ebuild, boost-1.32.0-r1.ebuild, boost-1.32.0-r2.ebuild,
+ boost-1.33.0-r1.ebuild:
+ changed cp -a to cp -pPR in compliance with bug 103487
09 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org>
boost-1.33.0-r1.ebuild:
diff --git a/dev-libs/boost/boost-1.31.0.ebuild b/dev-libs/boost/boost-1.31.0.ebuild
index 40f60b3579d9..5d8523252591 100644
--- a/dev-libs/boost/boost-1.31.0.ebuild
+++ b/dev-libs/boost/boost-1.31.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/dev-libs/boost/boost-1.31.0.ebuild,v 1.12 2005/08/06 04:02:35 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.31.0.ebuild,v 1.13 2005/11/21 23:53:49 morfic Exp $
MyPV=${PV//./_}
@@ -96,7 +96,7 @@ src_install () {
cd tools/build
#do_whatever is too limiting here, need to move bunch of different stuff recursively
dodir /usr/share/${PN}
- cp -a b* c* index.html v1/ v2/ ${D}/usr/share/${PN}
+ cp -pPR b* c* index.html v1/ v2/ ${D}/usr/share/${PN}
cd ${S}
# install documentation
diff --git a/dev-libs/boost/boost-1.32.0-r1.ebuild b/dev-libs/boost/boost-1.32.0-r1.ebuild
index f66f8db3448a..6f7ac35000a4 100644
--- a/dev-libs/boost/boost-1.32.0-r1.ebuild
+++ b/dev-libs/boost/boost-1.32.0-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/dev-libs/boost/boost-1.32.0-r1.ebuild,v 1.11 2005/03/23 04:23:22 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0-r1.ebuild,v 1.12 2005/11/21 23:53:49 morfic Exp $
# This ebuild was generated by Ebuilder v0.4.
inherit python multilib eutils
@@ -63,7 +63,7 @@ src_compile() {
cd tools/build
#do_whatever is too limiting here, need to move bunch of different stuff recursively
dodir /usr/share/${PN}
- cp -a b* c* index.html v1/ v2/ ${D}/usr/share/${PN}
+ cp -pPR b* c* index.html v1/ v2/ ${D}/usr/share/${PN}
cd ${S}
if use icc ; then
@@ -110,7 +110,7 @@ src_install () {
cd tools/build
#do_whatever is too limiting here, need to move bunch of different stuff recursively
dodir /usr/share/${PN}
- cp -a b* c* index.html v1/ v2/ ${D}/usr/share/${PN}
+ cp -pPR b* c* index.html v1/ v2/ ${D}/usr/share/${PN}
cd ${S}
if use icc ; then
diff --git a/dev-libs/boost/boost-1.32.0-r2.ebuild b/dev-libs/boost/boost-1.32.0-r2.ebuild
index 30b0ba5c31ce..0cd2505bfdf3 100644
--- a/dev-libs/boost/boost-1.32.0-r2.ebuild
+++ b/dev-libs/boost/boost-1.32.0-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/dev-libs/boost/boost-1.32.0-r2.ebuild,v 1.2 2005/04/20 10:28:57 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0-r2.ebuild,v 1.3 2005/11/21 23:53:49 morfic Exp $
# This ebuild was generated by Ebuilder v0.4.
inherit python multilib eutils
@@ -127,7 +127,7 @@ src_install () {
cd "${S}/tools/build"
#do_whatever is too limiting here, need to move bunch of different stuff recursively
dodir /usr/share/${PN}
- cp -a b* index.html v1/ v2/ ${D}/usr/share/${PN} || die "failed to
+ cp -pPR b* index.html v1/ v2/ ${D}/usr/share/${PN} || die "failed to
install docs"
cd "${S}"
diff --git a/dev-libs/boost/boost-1.32.0.ebuild b/dev-libs/boost/boost-1.32.0.ebuild
index 2e19c740a84b..80a5fd6b9e49 100644
--- a/dev-libs/boost/boost-1.32.0.ebuild
+++ b/dev-libs/boost/boost-1.32.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/dev-libs/boost/boost-1.32.0.ebuild,v 1.14 2005/03/03 11:31:44 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0.ebuild,v 1.15 2005/11/21 23:53:49 morfic Exp $
# This ebuild was generated by Ebuilder v0.4.
inherit python
@@ -47,7 +47,7 @@ src_install () {
cd tools/build
#do_whatever is too limiting here, need to move bunch of different stuff recursively
dodir /usr/share/${PN}
- cp -a b* c* index.html v1/ v2/ ${D}/usr/share/${PN}
+ cp -pPR b* c* index.html v1/ v2/ ${D}/usr/share/${PN}
cd ${S}
${BOOSTJAM} \
diff --git a/dev-libs/boost/boost-1.33.0-r1.ebuild b/dev-libs/boost/boost-1.33.0-r1.ebuild
index f1ab59a90131..a63753aaa904 100644
--- a/dev-libs/boost/boost-1.33.0-r1.ebuild
+++ b/dev-libs/boost/boost-1.33.0-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/dev-libs/boost/boost-1.33.0-r1.ebuild,v 1.9 2005/11/09 12:56:00 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.33.0-r1.ebuild,v 1.10 2005/11/21 23:53:49 morfic Exp $
# This ebuild was generated by Ebuilder v0.4.
inherit python distutils multilib eutils
@@ -121,7 +121,7 @@ src_install () {
#do_whatever is too limiting here, need to move bunch of different stuff recursively
dodir /usr/share/boost-build
insinto /usr/share/boost-build
- cp -a index.html v1/ v2/ "${D}/usr/share/boost-build" || die "failed to install docs"
+ cp -pPR index.html v1/ v2/ "${D}/usr/share/boost-build" || die "failed to install docs"
cd "${S}"
${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \