diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2006-01-04 22:28:24 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2006-01-04 22:28:24 +0000 |
commit | 76f30dba4b65f808c46f190a37cea7055655effe (patch) | |
tree | c0cae24ef3af9edeef2127e213a8a2b25f8c4639 /sci-astronomy/lin-seti/lin-seti-0.8.3.ebuild | |
parent | Removing SETI@Home 3.x packages from the tree (see bug #103250) (diff) | |
download | gentoo-2-76f30dba4b65f808c46f190a37cea7055655effe.tar.gz gentoo-2-76f30dba4b65f808c46f190a37cea7055655effe.tar.bz2 gentoo-2-76f30dba4b65f808c46f190a37cea7055655effe.zip |
Removing SETI@Home 3.x packages from the tree (see bug #103250)
Diffstat (limited to 'sci-astronomy/lin-seti/lin-seti-0.8.3.ebuild')
-rw-r--r-- | sci-astronomy/lin-seti/lin-seti-0.8.3.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/sci-astronomy/lin-seti/lin-seti-0.8.3.ebuild b/sci-astronomy/lin-seti/lin-seti-0.8.3.ebuild deleted file mode 100644 index 32ca2e5a2c6e..000000000000 --- a/sci-astronomy/lin-seti/lin-seti-0.8.3.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/lin-seti/lin-seti-0.8.3.ebuild,v 1.3 2005/08/01 10:07:53 blubb Exp $ - -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" -IUSE="" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc x86" - -DEPEND="sci-astronomy/setiathome" - -src_compile() -{ - # override lin-seti self-calculated cflags, force system wide install - # otherwise a home directory installation would be attempted - # if emerge doesn't run as root - econf MY_CFLAGS="${CFLAGS}" \ - --enable-system-install \ - || die "Configuration failed" - emake || die "Compilation failed" -} - -src_install() -{ - # copy documentation manually as make install doesn't do that - dodoc AUTHORS COPYING ChangeLog INSTALL LEGGIMI NEWS README THANKS TODO - - einstall prefix=${D} || die "Installation failed" - - # 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, - # 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)! -} - -pkg_postinst () -{ - einfo "NOTICE 1: 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 "NOTICE 2: If you decide to use the new" - einfo "UID and GID features of lin-seti," - einfo "make sure to change the ownership of your cache path!" -} |