diff options
author | 2005-03-26 23:39:07 +0000 | |
---|---|---|
committer | 2005-03-26 23:39:07 +0000 | |
commit | d35cf8f150f3f158f0a19eb58e94e51519146451 (patch) | |
tree | 802040795568ca2dd70a952f922256f16939b823 /media-video/flumotion | |
parent | Fixed BUG #85654. Plugins are now installed in lib32 instead of lib64 on amd64. (diff) | |
download | historical-d35cf8f150f3f158f0a19eb58e94e51519146451.tar.gz historical-d35cf8f150f3f158f0a19eb58e94e51519146451.tar.bz2 historical-d35cf8f150f3f158f0a19eb58e94e51519146451.zip |
fixed typo
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-video/flumotion')
-rw-r--r-- | media-video/flumotion/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/flumotion/Manifest | 4 | ||||
-rwxr-xr-x | media-video/flumotion/files/flumotion-init | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/media-video/flumotion/ChangeLog b/media-video/flumotion/ChangeLog index 485c05c292b7..8e357252c5ca 100644 --- a/media-video/flumotion/ChangeLog +++ b/media-video/flumotion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/flumotion # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.1 2005/03/25 00:25:19 zaheerm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.2 2005/03/26 23:39:07 zaheerm Exp $ + + 26 Mar 2005; <zaheerm@gentoo.org> files/flumotion-init: + fixed typo *flumotion-0.1.6 (25 Mar 2005) diff --git a/media-video/flumotion/Manifest b/media-video/flumotion/Manifest index fba092b012d9..378c62629ec4 100644 --- a/media-video/flumotion/Manifest +++ b/media-video/flumotion/Manifest @@ -1,5 +1,5 @@ MD5 e0396cb7bc686120df16f64f94746f11 flumotion-0.1.6.ebuild 2351 -MD5 17798753cd694f8c60799f9ddf3892d3 ChangeLog 396 +MD5 480c500274a27e0e0ff6d25305c36af2 ChangeLog 468 MD5 6050196ef420c3e4025029ebee5a813f metadata.xml 162 -MD5 8e6e2463c4524b7786f678ca197fd7af files/flumotion-init 1021 +MD5 580aa0b30c3ddad180dcf614364f9dbb files/flumotion-init 1019 MD5 f421d5bbf35e1bda4cde73c86517fbd3 files/digest-flumotion-0.1.6 68 diff --git a/media-video/flumotion/files/flumotion-init b/media-video/flumotion/files/flumotion-init index 7f144e7e4ccd..7626c9852e8c 100755 --- a/media-video/flumotion/files/flumotion-init +++ b/media-video/flumotion/files/flumotion-init @@ -3,7 +3,7 @@ flumotion_manager=/usr/bin/flumotion-manager flumotion_worker=/usr/bin/flumotion-worker flumotion_manager_pidfile=/var/run/flumotion/manager.default.pid -flumotion_worker_pidfile=/var/run/flumotion/worker.localhost.pid +flumotion_worker_pidfile=/var/run/flumotion/worker.default.pid depend() { need net |