diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-08-27 16:49:13 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-08-27 16:49:13 +0000 |
commit | 456d0265dd521e0eb2d69f5fae1ebfba8d73b3ac (patch) | |
tree | 865bb75c5b269c9d0ddcd000df1674d5b6f51e1f /media-gfx/lprof | |
parent | New version (#96966, #87845). Install the mDNSResponder deamon, the dnsextd d... (diff) | |
download | historical-456d0265dd521e0eb2d69f5fae1ebfba8d73b3ac.tar.gz historical-456d0265dd521e0eb2d69f5fae1ebfba8d73b3ac.tar.bz2 historical-456d0265dd521e0eb2d69f5fae1ebfba8d73b3ac.zip |
bug #103487
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'media-gfx/lprof')
-rw-r--r-- | media-gfx/lprof/Manifest | 14 | ||||
-rw-r--r-- | media-gfx/lprof/lprof-1.09.ebuild | 4 |
2 files changed, 14 insertions, 4 deletions
diff --git a/media-gfx/lprof/Manifest b/media-gfx/lprof/Manifest index ef83d9a321cd..58c929c3defe 100644 --- a/media-gfx/lprof/Manifest +++ b/media-gfx/lprof/Manifest @@ -1,6 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 39d779773b5ff55322619839948f9364 lprof-1.09.ebuild 916 MD5 e1de896582867337e11318e35d0cdca8 ChangeLog 828 -MD5 f8ffa95217ffc1f5fbb6869752faf418 lprof-1.09.ebuild 914 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 -MD5 d761545bacdfb7a9e189c7c1186ecac6 files/digest-lprof-1.09 63 MD5 c68c921dfc549a38258045190fedf541 files/lprof-1.09_fix-include.patch 290 MD5 ccd27f9677836e20d828c165ad6d12b4 files/lprof-1.09_mrr_patch4.patch 12493 +MD5 d761545bacdfb7a9e189c7c1186ecac6 files/digest-lprof-1.09 63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFDEJmlevY57Fted3ERAn84AKCqD4LWo/wLpgXXve+vPTE1gETVYwCgsUlh +YkLF7nYXKZn5HWzjy/6XJ4I= +=Y39K +-----END PGP SIGNATURE----- diff --git a/media-gfx/lprof/lprof-1.09.ebuild b/media-gfx/lprof/lprof-1.09.ebuild index aa954d2c66e9..6b8a0ea8674f 100644 --- a/media-gfx/lprof/lprof-1.09.ebuild +++ b/media-gfx/lprof/lprof-1.09.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/media-gfx/lprof/lprof-1.09.ebuild,v 1.6 2005/07/27 13:20:04 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/lprof/lprof-1.09.ebuild,v 1.7 2005/08/27 16:49:13 lanius Exp $ inherit eutils @@ -30,5 +30,5 @@ src_install() { exeinto /usr/bin doexe {icc2it8,qtmeasurementtool,qtmonitorprofiler,qtprofilechecker,qtscannerprofiler} dodir /usr/share/lprof - cp -ar ${S}/{pics,profiles,targets,template} ${D}/usr/share/lprof + cp -pPR ${S}/{pics,profiles,targets,template} ${D}/usr/share/lprof } |