diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-04-02 21:53:00 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-04-02 21:53:00 +0000 |
commit | 8450520fe7d11659cd7ed0e4fc972cda2295242f (patch) | |
tree | 776313a6a97775fa816eb11f6ecb888d69b475cc /app-sci/lin-seti | |
parent | fix conf file locations (diff) | |
download | gentoo-2-8450520fe7d11659cd7ed0e4fc972cda2295242f.tar.gz gentoo-2-8450520fe7d11659cd7ed0e4fc972cda2295242f.tar.bz2 gentoo-2-8450520fe7d11659cd7ed0e4fc972cda2295242f.zip |
Version bumped, thanks to Noberasco Michele <michele.noberasco@tiscali.it>.
Diffstat (limited to 'app-sci/lin-seti')
-rw-r--r-- | app-sci/lin-seti/ChangeLog | 9 | ||||
-rw-r--r-- | app-sci/lin-seti/files/digest-lin-seti-0.7.2 | 1 | ||||
-rw-r--r-- | app-sci/lin-seti/lin-seti-0.7.2.ebuild | 38 |
3 files changed, 47 insertions, 1 deletions
diff --git a/app-sci/lin-seti/ChangeLog b/app-sci/lin-seti/ChangeLog index 829cbc6d753e..db3e8eca241a 100644 --- a/app-sci/lin-seti/ChangeLog +++ b/app-sci/lin-seti/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-admin/gentoo-rsync-mirror # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/lin-seti/ChangeLog,v 1.2 2003/03/20 22:28:34 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/lin-seti/ChangeLog,v 1.3 2003/04/02 21:53:00 tantive Exp $ + +*lin-seti-0.7.2 (02 Apr 2003) + + 02 Apr 2003; Michael Imhof <tantive@gentoo.org> : + Version bumped, thanks to Noberasco Michele <michele.noberasco@tiscali.it>. + Note: users upgrading from versions prior to 0.7 must update + their config files, otherwise the program will not run. *lin-seti-0.6.1 (19 Mar 2003) diff --git a/app-sci/lin-seti/files/digest-lin-seti-0.7.2 b/app-sci/lin-seti/files/digest-lin-seti-0.7.2 new file mode 100644 index 000000000000..0c1ac86f6847 --- /dev/null +++ b/app-sci/lin-seti/files/digest-lin-seti-0.7.2 @@ -0,0 +1 @@ +MD5 3188a45c57f055a9561521e35086fc65 lin-seti-0.7.2.tar.bz2 30687 diff --git a/app-sci/lin-seti/lin-seti-0.7.2.ebuild b/app-sci/lin-seti/lin-seti-0.7.2.ebuild new file mode 100644 index 000000000000..718f781b5cf6 --- /dev/null +++ b/app-sci/lin-seti/lin-seti-0.7.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +DESCRIPTION="A Seti@Home cache manager, cache-compatible with Seti Driver. Can be run as system daemon." +HOMEPAGE="http://lin-seti.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc ~ppc ~alpha" +IUSE="" +DEPEND="app-sci/setiathome" + +src_compile() { + emake || die +} + +src_install() { + + mkdir -m 755 ${D}usr + mkdir -m 755 ${D}usr/bin + mkdir -m 755 ${D}opt + mkdir -m 755 ${D}etc + mkdir -m 755 ${D}etc/init.d + make \ + PREFIX=${D} \ + install || die + + 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!" + einfo + einfo "If you are updating from a version of lin-seti" + einfo "prior of 0.7.0, PLEASE update your /etc/lin-seti/lin-setirc" + einfo "otherwise the program will crash on start!" + sleep 5 + +} |