summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-23 17:50:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-23 17:50:39 +0000
commit538a152a025df3f1fd2bcfe2d33947b8dbeeccbc (patch)
treebdebfba8164d2499924d454abcb784bc97297589 /app-editors
parentDon't use cp -a. (diff)
downloadhistorical-538a152a025df3f1fd2bcfe2d33947b8dbeeccbc.tar.gz
historical-538a152a025df3f1fd2bcfe2d33947b8dbeeccbc.tar.bz2
historical-538a152a025df3f1fd2bcfe2d33947b8dbeeccbc.zip
Don't use cp -a.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/xxe/ChangeLog5
-rw-r--r--app-editors/xxe/Manifest16
-rw-r--r--app-editors/xxe/xxe-2.11.ebuild4
3 files changed, 19 insertions, 6 deletions
diff --git a/app-editors/xxe/ChangeLog b/app-editors/xxe/ChangeLog
index 04bf8a5dd07a..9439a66e4dd6 100644
--- a/app-editors/xxe/ChangeLog
+++ b/app-editors/xxe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/xxe
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.24 2005/07/21 04:35:52 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.25 2005/08/23 17:50:39 flameeyes Exp $
+
+ 23 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> xxe-2.11.ebuild:
+ Don't use cp -a.
*xxe-2.11 (21 Jul 2005)
diff --git a/app-editors/xxe/Manifest b/app-editors/xxe/Manifest
index 1f5fa42e86ab..69861a64dba6 100644
--- a/app-editors/xxe/Manifest
+++ b/app-editors/xxe/Manifest
@@ -1,5 +1,15 @@
-MD5 7b7bef198e0017cde20de86eba1fc4d8 ChangeLog 3581
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 8fcfedd343e902539635534c097d8694 ChangeLog 3675
MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160
-MD5 d4ad7164600b219734f677cbe0e69fcb xxe-2.11.ebuild 1262
-MD5 6b8c0a97a9d219161697e0541abd639f files/digest-xxe-2.11 65
+MD5 7b8e258e71f03b6672f374cf6179e184 xxe-2.11.ebuild 1268
MD5 c6cc8ce1e745ada03637082cac1f0347 files/xxe.desktop 219
+MD5 6b8c0a97a9d219161697e0541abd639f files/digest-xxe-2.11 65
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDC2ILj5H05b2HAEkRAtERAKCC1ZGgWHXuLe8UBqs/8zaZINoD6wCfeHHT
+vNoWHY/pBe3Wuy9HgHKiwL4=
+=T/pq
+-----END PGP SIGNATURE-----
diff --git a/app-editors/xxe/xxe-2.11.ebuild b/app-editors/xxe/xxe-2.11.ebuild
index 7b15ea61bfea..e5a90c0274da 100644
--- a/app-editors/xxe/xxe-2.11.ebuild
+++ b/app-editors/xxe/xxe-2.11.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/app-editors/xxe/xxe-2.11.ebuild,v 1.1 2005/07/21 04:35:52 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-2.11.ebuild,v 1.2 2005/08/23 17:50:39 flameeyes Exp $
MY_PV="${PV/./}"
MY_PV="${MY_PV/_p/p}"
@@ -21,7 +21,7 @@ INSTALLDIR=/opt/${PN}
src_install() {
dodir ${INSTALLDIR}
- cp -a ${S}/* ${D}/${INSTALLDIR}
+ cp -pPR ${S}/* ${D}/${INSTALLDIR}
dodir /etc/env.d
echo -e "PATH=${INSTALLDIR}/bin\nROOTPATH=${INSTALLDIR}" > ${D}/etc/env.d/10xxe