diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-24 16:23:52 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-24 16:23:52 +0000 |
commit | a95832a84e317d600879a7278e3e99a9908e5cbd (patch) | |
tree | 0f6dc49205d5332c225523cdfa37d2abd8426fba /sci-libs/gaul-devel | |
parent | Remove comments that doesn't apply anymore. (diff) | |
download | gentoo-2-a95832a84e317d600879a7278e3e99a9908e5cbd.tar.gz gentoo-2-a95832a84e317d600879a7278e3e99a9908e5cbd.tar.bz2 gentoo-2-a95832a84e317d600879a7278e3e99a9908e5cbd.zip |
No longer using cp -a (bug #103487)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-libs/gaul-devel')
-rw-r--r-- | sci-libs/gaul-devel/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/gaul-devel/gaul-devel-0.1846.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/gaul-devel/ChangeLog b/sci-libs/gaul-devel/ChangeLog index ff6e89580fff..74eba5772ca6 100644 --- a/sci-libs/gaul-devel/ChangeLog +++ b/sci-libs/gaul-devel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gaul-devel -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/ChangeLog,v 1.2 2004/12/28 21:15:32 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/ChangeLog,v 1.3 2005/08/24 16:23:52 phosphan Exp $ + + 24 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> gaul-devel-0.1846.ebuild: + No longer using cp -a (bug #103487) *gaul-devel-0.1846 (28 Dec 2004) diff --git a/sci-libs/gaul-devel/gaul-devel-0.1846.ebuild b/sci-libs/gaul-devel/gaul-devel-0.1846.ebuild index ffc1e0f07639..62b9b8ce1992 100644 --- a/sci-libs/gaul-devel/gaul-devel-0.1846.ebuild +++ b/sci-libs/gaul-devel/gaul-devel-0.1846.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/gaul-devel-0.1846.ebuild,v 1.1 2004/12/28 20:25:09 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/gaul-devel-0.1846.ebuild,v 1.2 2005/08/24 16:23:52 phosphan Exp $ DESCRIPTION="Genetic Algorithm Utility Library" @@ -42,6 +42,6 @@ src_install() { use doc && ( dodir /usr/share/${PN} - cp -a tests examples ${D}/usr/share/${PN} + cp -pPR tests examples ${D}/usr/share/${PN} ) } |