summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLina Pezzella <j4rg0n@gentoo.org>2005-04-03 19:05:36 +0000
committerLina Pezzella <j4rg0n@gentoo.org>2005-04-03 19:05:36 +0000
commit9d8a318927574b9fe0c0a6db357705d41bc2241b (patch)
tree12fe5d29cb6f119a299464f1aa9d99a88e04f9cd /sys-devel/gettext
parentAdded Polish description. (diff)
downloadgentoo-2-9d8a318927574b9fe0c0a6db357705d41bc2241b.tar.gz
gentoo-2-9d8a318927574b9fe0c0a6db357705d41bc2241b.tar.bz2
gentoo-2-9d8a318927574b9fe0c0a6db357705d41bc2241b.zip
Fix for bug #70448
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r--sys-devel/gettext/ChangeLog6
-rw-r--r--sys-devel/gettext/gettext-0.14.1.ebuild4
-rw-r--r--sys-devel/gettext/gettext-0.14.2.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog
index b668edae9313..bf620f739205 100644
--- a/sys-devel/gettext/ChangeLog
+++ b/sys-devel/gettext/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/gettext
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.81 2005/03/26 19:32:51 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.82 2005/04/03 19:05:36 j4rg0n Exp $
+
+ 03 Apr 2005; Lina Pezzella <j4rg0n@gentoo.org> gettext-0.14.1.ebuild,
+ gettext-0.14.2.ebuild:
+ Fix for Bug #70448
26 Mar 2005; Lina Pezzella <j4rg0n@gentoo.org> gettext-0.14.1.ebuild:
Stable ppc-macos
diff --git a/sys-devel/gettext/gettext-0.14.1.ebuild b/sys-devel/gettext/gettext-0.14.1.ebuild
index 537a5f55b717..4eb2e9b26596 100644
--- a/sys-devel/gettext/gettext-0.14.1.ebuild
+++ b/sys-devel/gettext/gettext-0.14.1.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-devel/gettext/gettext-0.14.1.ebuild,v 1.29 2005/03/26 19:32:51 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.14.1.ebuild,v 1.30 2005/04/03 19:05:36 j4rg0n Exp $
inherit eutils gnuconfig toolchain-funcs mono libtool
@@ -73,7 +73,7 @@ src_install() {
if use ppc-macos; then
rm -f ${D}/usr/lib/charset.alias
if [ -e "${ROOT}"/usr/$(get_libdir)/libintl.2.dylib ] ; then
- cp -a ${ROOT}/usr/$(get_libdir)/libintl.2.dylib ${D}/usr/$(get_libdir)/
+ cp -pPR ${ROOT}/usr/$(get_libdir)/libintl.2.dylib ${D}/usr/$(get_libdir)/
touch ${D}/usr/$(get_libdir)/libintl.2.dylib
fi
else
diff --git a/sys-devel/gettext/gettext-0.14.2.ebuild b/sys-devel/gettext/gettext-0.14.2.ebuild
index 5bb9929f3450..2c4ccbf93398 100644
--- a/sys-devel/gettext/gettext-0.14.2.ebuild
+++ b/sys-devel/gettext/gettext-0.14.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/sys-devel/gettext/gettext-0.14.2.ebuild,v 1.3 2005/03/14 23:18:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.14.2.ebuild,v 1.4 2005/04/03 19:05:36 j4rg0n Exp $
inherit eutils toolchain-funcs mono libtool
@@ -85,7 +85,7 @@ src_install() {
if use ppc-macos; then
rm -f ${D}/usr/lib/charset.alias
if [ -e "${ROOT}"/usr/$(get_libdir)/libintl.2.dylib ] ; then
- cp -a ${ROOT}/usr/$(get_libdir)/libintl.2.dylib ${D}/usr/$(get_libdir)/
+ cp -pPR ${ROOT}/usr/$(get_libdir)/libintl.2.dylib ${D}/usr/$(get_libdir)/
touch ${D}/usr/$(get_libdir)/libintl.2.dylib
fi
else