summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-08-24 03:54:58 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-08-24 03:54:58 +0000
commit79773a313d59c36b9fcd6ee94c10524113c8b67a (patch)
tree2c93bc21615c77548daf30a264639da59a9e4550 /dev-tex
parentNew release: 2.11.92 (diff)
downloadgentoo-2-79773a313d59c36b9fcd6ee94c10524113c8b67a.tar.gz
gentoo-2-79773a313d59c36b9fcd6ee94c10524113c8b67a.tar.bz2
gentoo-2-79773a313d59c36b9fcd6ee94c10524113c8b67a.zip
Modified calls to 'cp -a' (bug #103487)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/cjk-latex/ChangeLog6
-rw-r--r--dev-tex/cjk-latex/cjk-latex-4.5.2.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-tex/cjk-latex/ChangeLog b/dev-tex/cjk-latex/ChangeLog
index 393b5182d7c9..e57afdba4ce2 100644
--- a/dev-tex/cjk-latex/ChangeLog
+++ b/dev-tex/cjk-latex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tex/cjk-latex
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.8 2005/05/17 10:50:41 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/ChangeLog,v 1.9 2005/08/24 03:54:58 leonardop Exp $
+
+ 24 Aug 2005; Leonardo Boshell <leonardop@gentoo.org>
+ cjk-latex-4.5.2.ebuild:
+ Modified calls to 'cp -a', as described on bug #103487.
17 May 2005; Alastair Tse <liquidx@gentoo.org> cjk-latex-4.5.2.ebuild:
gcc.eclass -> toolchain-funcs.eclass (#92745)
diff --git a/dev-tex/cjk-latex/cjk-latex-4.5.2.ebuild b/dev-tex/cjk-latex/cjk-latex-4.5.2.ebuild
index 4c059d6469a2..c0676029d2c1 100644
--- a/dev-tex/cjk-latex/cjk-latex-4.5.2.ebuild
+++ b/dev-tex/cjk-latex/cjk-latex-4.5.2.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-tex/cjk-latex/cjk-latex-4.5.2.ebuild,v 1.10 2005/05/17 10:50:41 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.5.2.ebuild,v 1.11 2005/08/24 03:54:58 leonardop Exp $
inherit latex-package elisp-common toolchain-funcs
@@ -88,8 +88,8 @@ src_install() {
cd ${S}
dodir ${TEXMF}/tex/latex/${PN}
- cp -a texinput/* ${D}/${TEXMF}/tex/latex/${PN} || die
- cp -a contrib/wadalab ${D}/${TEXMF}/tex/latex/${PN} || die
+ cp -pPR texinput/* ${D}/${TEXMF}/tex/latex/${PN} || die
+ cp -pPR contrib/wadalab ${D}/${TEXMF}/tex/latex/${PN} || die
if use emacs ; then
cd utils/lisp
@@ -105,7 +105,7 @@ src_install() {
|| die "newins failed"
done
done
- cp -a texmf/fonts/* ${D}/${TEXMF}/fonts || die "cp failed"
+ cp -pPR texmf/fonts/* ${D}/${TEXMF}/fonts || die "cp failed"
dodoc ChangeLog README doc/*
docinto chinese; dodoc doc/chinese/*