diff options
Diffstat (limited to 'app-sci/lin-seti')
-rw-r--r-- | app-sci/lin-seti/Manifest | 8 | ||||
-rw-r--r-- | app-sci/lin-seti/lin-seti-0.7.3.ebuild | 8 | ||||
-rw-r--r-- | app-sci/lin-seti/lin-seti-0.7.4.ebuild | 8 | ||||
-rw-r--r-- | app-sci/lin-seti/lin-seti-0.7.5.ebuild | 8 |
4 files changed, 16 insertions, 16 deletions
diff --git a/app-sci/lin-seti/Manifest b/app-sci/lin-seti/Manifest index 8fe5dc19a1bd..43fcebe066b0 100644 --- a/app-sci/lin-seti/Manifest +++ b/app-sci/lin-seti/Manifest @@ -1,8 +1,8 @@ MD5 ca179e3f4ddeafe38ed865ce4f13417b ChangeLog 1341 -MD5 607fb1585a21e1686d77794147ad5cb3 lin-seti-0.7.3.ebuild 1344 -MD5 923cdd4ba98c7d9ab17972145521d966 lin-seti-0.7.4.ebuild 1345 -MD5 b190fe0e9c7dcefa9877d42fd5ba9780 lin-seti-0.7.5.ebuild 1343 +MD5 aad2900c6c3874bebeafa8620ce8a9cc lin-seti-0.7.4.ebuild 1342 +MD5 36f55af924da269ce9032c8076a11d5b lin-seti-0.7.3.ebuild 1340 +MD5 95138731707ae04b1c65aaac4bb6d12f lin-seti-0.7.5.ebuild 1340 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -MD5 2a9a8adb19d222fe9e99f9c74606b719 files/digest-lin-seti-0.7.3 66 MD5 2c21402116e19216caa08d3d76dc1522 files/digest-lin-seti-0.7.4 66 MD5 e12b4db65831953f23c5cab02425738d files/digest-lin-seti-0.7.5 66 +MD5 2a9a8adb19d222fe9e99f9c74606b719 files/digest-lin-seti-0.7.3 66 diff --git a/app-sci/lin-seti/lin-seti-0.7.3.ebuild b/app-sci/lin-seti/lin-seti-0.7.3.ebuild index f4efc0b1b397..1e74f90e71c7 100644 --- a/app-sci/lin-seti/lin-seti-0.7.3.ebuild +++ b/app-sci/lin-seti/lin-seti-0.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/lin-seti/lin-seti-0.7.3.ebuild,v 1.2 2003/06/12 20:19:23 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/lin-seti/lin-seti-0.7.3.ebuild,v 1.3 2003/09/06 22:23:06 msterret Exp $ DESCRIPTION="A Seti@Home cache manager, cache-compatible with Seti Driver. Can be run as system daemon." HOMEPAGE="http://lin-seti.sourceforge.net/" @@ -16,7 +16,7 @@ src_compile() { } src_install() { - + mkdir -m 755 ${D}usr mkdir -m 755 ${D}usr/bin mkdir -m 755 ${D}opt @@ -29,7 +29,7 @@ src_install() { # Let's see if this file already exists: if so we will not install it if [ -a "/opt/setiathome/cache/1/user_info.sah" ]; then rm ${D}opt/setiathome/cache/1/user_info.sah; fi # Otherwise the ebuild will overwrite this file! - # And THAT is bad: if the client runs in daemon mode, + # And THAT is bad: if the client runs in daemon mode, # when switching to that dir it will wait forever for someone to give it # some info (which would be impossible, being detached from all terminals)! } @@ -39,5 +39,5 @@ pkg_postinst () { einfo "NOTICE: If you use SETI Driver for Windows" einfo "to share the cache make sure it is" einfo "version 1.6.4.0 or higher!" - sleep 5 + sleep 5 } diff --git a/app-sci/lin-seti/lin-seti-0.7.4.ebuild b/app-sci/lin-seti/lin-seti-0.7.4.ebuild index d7225e91b031..9fb1e11ee868 100644 --- a/app-sci/lin-seti/lin-seti-0.7.4.ebuild +++ b/app-sci/lin-seti/lin-seti-0.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/lin-seti/lin-seti-0.7.4.ebuild,v 1.2 2003/07/11 06:33:27 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/lin-seti/lin-seti-0.7.4.ebuild,v 1.3 2003/09/06 22:23:06 msterret Exp $ DESCRIPTION="A Seti@Home cache manager, cache-compatible with Seti Driver. Can be run as system daemon." HOMEPAGE="http://lin-seti.sourceforge.net/" @@ -16,7 +16,7 @@ src_compile() { } src_install() { - + mkdir -m 755 ${D}usr mkdir -m 755 ${D}usr/bin mkdir -m 755 ${D}opt @@ -29,7 +29,7 @@ src_install() { # Let's see if this file already exists: if so we will not install it if [ -a "/opt/setiathome/cache/1/user_info.sah" ]; then rm ${D}opt/setiathome/cache/1/user_info.sah; fi # Otherwise the ebuild will overwrite this file! - # And THAT is bad: if the client runs in daemon mode, + # And THAT is bad: if the client runs in daemon mode, # when switching to that dir it will wait forever for someone to give it # some info (which would be impossible, being detached from all terminals)! } @@ -39,5 +39,5 @@ pkg_postinst () { einfo "NOTICE: If you use SETI Driver for Windows" einfo "to share the cache make sure it is" einfo "version 1.6.4.0 or higher!" - sleep 5 + sleep 5 } diff --git a/app-sci/lin-seti/lin-seti-0.7.5.ebuild b/app-sci/lin-seti/lin-seti-0.7.5.ebuild index 7646a68d1d30..01184adf08d8 100644 --- a/app-sci/lin-seti/lin-seti-0.7.5.ebuild +++ b/app-sci/lin-seti/lin-seti-0.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/lin-seti/lin-seti-0.7.5.ebuild,v 1.1 2003/07/12 10:13:16 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/lin-seti/lin-seti-0.7.5.ebuild,v 1.2 2003/09/06 22:23:06 msterret Exp $ DESCRIPTION="A Seti@Home cache manager, cache-compatible with Seti Driver. Can be run as system daemon." HOMEPAGE="http://lin-seti.sourceforge.net/" @@ -16,7 +16,7 @@ src_compile() { } src_install() { - + mkdir -m 755 ${D}usr mkdir -m 755 ${D}usr/bin mkdir -m 755 ${D}opt @@ -29,7 +29,7 @@ src_install() { # Let's see if this file already exists: if so we will not install it if [ -a "/opt/setiathome/cache/1/user_info.sah" ]; then rm ${D}opt/setiathome/cache/1/user_info.sah; fi # Otherwise the ebuild will overwrite this file! - # And THAT is bad: if the client runs in daemon mode, + # And THAT is bad: if the client runs in daemon mode, # when switching to that dir it will wait forever for someone to give it # some info (which would be impossible, being detached from all terminals)! } @@ -39,5 +39,5 @@ pkg_postinst () { einfo "NOTICE: If you use SETI Driver for Windows" einfo "to share the cache make sure it is" einfo "version 1.6.4.0 or higher!" - sleep 5 + sleep 5 } |