summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-23 17:31:32 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-23 17:31:32 +0000
commit77dd1ce1ea22f238689ba80a0f12c71825cec8d3 (patch)
treec3aa51a067e8d36d914954fc88141889a55ec349
parentDon't use cp -a. (diff)
downloadgentoo-2-77dd1ce1ea22f238689ba80a0f12c71825cec8d3.tar.gz
gentoo-2-77dd1ce1ea22f238689ba80a0f12c71825cec8d3.tar.bz2
gentoo-2-77dd1ce1ea22f238689ba80a0f12c71825cec8d3.zip
Don't use cp -a.
(Portage version: 2.0.51.22)
-rw-r--r--kde-base/unsermake/ChangeLog6
-rw-r--r--kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild4
-rw-r--r--kde-base/unsermake/unsermake-0.4.20050710.ebuild8
-rw-r--r--sys-libs/pam/ChangeLog5
-rw-r--r--sys-libs/pam/pam-0.78-r2.ebuild4
5 files changed, 17 insertions, 10 deletions
diff --git a/kde-base/unsermake/ChangeLog b/kde-base/unsermake/ChangeLog
index cccd76cff319..ea2ab96ae7aa 100644
--- a/kde-base/unsermake/ChangeLog
+++ b/kde-base/unsermake/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/unsermake
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/unsermake/ChangeLog,v 1.15 2005/08/19 19:47:54 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/unsermake/ChangeLog,v 1.16 2005/08/23 17:31:32 flameeyes Exp $
+
+ 23 Aug 2005; Diego Pettenò <flameeyes@gentoo.org>
+ unsermake-0.3.1.4319.0.ebuild, unsermake-0.4.20050710.ebuild:
+ Don't use cp -a.
19 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
unsermake-0.3.0.4254.0.ebuild:
diff --git a/kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild b/kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild
index e89fb6bfbe78..f9bdd8c04aff 100644
--- a/kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild
+++ b/kde-base/unsermake/unsermake-0.3.1.4319.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/kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild,v 1.2 2005/07/09 22:56:58 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/unsermake/unsermake-0.3.1.4319.0.ebuild,v 1.3 2005/08/23 17:31:32 flameeyes Exp $
IUSE=""
DESCRIPTION="Unsermake - Advanced KDE build system"
@@ -21,7 +21,7 @@ src_compile()
src_install()
{
dodir /usr/kde/unsermake
- cp -a ${S}/* ${D}/usr/kde/unsermake
+ cp -pPR ${S}/* ${D}/usr/kde/unsermake
}
pkg_postinst()
diff --git a/kde-base/unsermake/unsermake-0.4.20050710.ebuild b/kde-base/unsermake/unsermake-0.4.20050710.ebuild
index 9ffeddb94a93..914438e78d34 100644
--- a/kde-base/unsermake/unsermake-0.4.20050710.ebuild
+++ b/kde-base/unsermake/unsermake-0.4.20050710.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/kde-base/unsermake/unsermake-0.4.20050710.ebuild,v 1.1 2005/07/11 23:07:11 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/unsermake/unsermake-0.4.20050710.ebuild,v 1.2 2005/08/23 17:31:32 flameeyes Exp $
inherit python
@@ -27,9 +27,9 @@ src_install()
python_version
UNSERMAKEDIR=/usr/lib/python${PYVER}/site-packages/unsermake/
dodir ${UNSERMAKEDIR}
- cp -a ${S}/*.py ${D}/${UNSERMAKEDIR}
- cp -a ${S}/*.um ${D}/${UNSERMAKEDIR}
- cp -a ${S}/unsermake ${D}/${UNSERMAKEDIR}
+ cp -pPR ${S}/*.py ${D}/${UNSERMAKEDIR}
+ cp -pPR ${S}/*.um ${D}/${UNSERMAKEDIR}
+ cp -pPR ${S}/unsermake ${D}/${UNSERMAKEDIR}
dodir /usr/bin
dosym ${UNSERMAKEDIR}/unsermake /usr/bin/unsermake
}
diff --git a/sys-libs/pam/ChangeLog b/sys-libs/pam/ChangeLog
index 16a784b8e8e8..ab1cb03bdb12 100644
--- a/sys-libs/pam/ChangeLog
+++ b/sys-libs/pam/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/pam
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.92 2005/08/09 00:58:31 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.93 2005/08/23 17:28:09 flameeyes Exp $
+
+ 23 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> pam-0.78-r2.ebuild:
+ Don't use cp -a.
09 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> pam-0.78-r2.ebuild:
Stable on mips.
diff --git a/sys-libs/pam/pam-0.78-r2.ebuild b/sys-libs/pam/pam-0.78-r2.ebuild
index 27a9207b55f8..7ab1a8ea233e 100644
--- a/sys-libs/pam/pam-0.78-r2.ebuild
+++ b/sys-libs/pam/pam-0.78-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/sys-libs/pam/pam-0.78-r2.ebuild,v 1.27 2005/08/16 05:39:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.78-r2.ebuild,v 1.28 2005/08/23 17:28:09 flameeyes Exp $
FORCE_SYSTEMAUTH_UPDATE="no"
@@ -368,7 +368,7 @@ pkg_postinst() {
ewarn " ${ROOT}etc/pam.d/system-auth.bak"
echo
- cp -a ${ROOT}/etc/pam.d/system-auth \
+ cp -pPR ${ROOT}/etc/pam.d/system-auth \
${ROOT}/etc/pam.d/system-auth.bak;
mv -f ${ROOT}/etc/pam.d/system-auth.new \
${ROOT}/etc/pam.d/system-auth