diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-24 16:45:23 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-24 16:45:23 +0000 |
commit | c995bf4c6fff5387f9abddd855a75d23ed794741 (patch) | |
tree | 4efc2ccfe86c09eba686da5ac95197e9029f1202 /sci-misc/gt-itm | |
parent | stable on ia64 (diff) | |
download | gentoo-2-c995bf4c6fff5387f9abddd855a75d23ed794741.tar.gz gentoo-2-c995bf4c6fff5387f9abddd855a75d23ed794741.tar.bz2 gentoo-2-c995bf4c6fff5387f9abddd855a75d23ed794741.zip |
No longer using cp -a (bug #103487)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-misc/gt-itm')
-rw-r--r-- | sci-misc/gt-itm/ChangeLog | 7 | ||||
-rw-r--r-- | sci-misc/gt-itm/gt-itm-19961004.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-misc/gt-itm/ChangeLog b/sci-misc/gt-itm/ChangeLog index 0ed12bbb75bd..93d06348f1a8 100644 --- a/sci-misc/gt-itm/ChangeLog +++ b/sci-misc/gt-itm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/gt-itm -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/gt-itm/ChangeLog,v 1.2 2004/12/28 03:41:41 swegener Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gt-itm/ChangeLog,v 1.3 2005/08/24 16:45:23 phosphan Exp $ + + 24 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> gt-itm-19961004.ebuild: + No longer using cp -a (bug #103487) *gt-itm-19961004 (27 Dec 2004) diff --git a/sci-misc/gt-itm/gt-itm-19961004.ebuild b/sci-misc/gt-itm/gt-itm-19961004.ebuild index da19bb4909f1..88a048752cf1 100644 --- a/sci-misc/gt-itm/gt-itm-19961004.ebuild +++ b/sci-misc/gt-itm/gt-itm-19961004.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-misc/gt-itm/gt-itm-19961004.ebuild,v 1.1 2004/12/27 21:03:43 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gt-itm/gt-itm-19961004.ebuild,v 1.2 2005/08/24 16:45:23 phosphan Exp $ DESCRIPTION="A collection of routines to generate and analyze graphs using a wide variety of models for internetwork topology" HOMEPAGE="http://www.cc.gatech.edu/fac/Ellen.Zegura/graphs.html @@ -47,7 +47,7 @@ src_compile() { src_install() { dobin ${S}/bin/* dodoc ${S}/README ${S}/docs/* - cp -ra ${S}/sample-graphs ${D}/usr/share/doc/${PF} + cp -pPR ${S}/sample-graphs ${D}/usr/share/doc/${PF} cd ${S2} dodoc *.tcl *.gb |