diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-06 09:37:07 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-06 09:37:07 +0000 |
commit | a2d86dba14327792c9b0f5841d353bb3f721fcec (patch) | |
tree | 30e064bbc19f070cfc017d6153ca7af46e45800b /app-sci | |
parent | version the musicbrainz DEP to make sure it pulls in the .so fix included in ... (diff) | |
download | gentoo-2-a2d86dba14327792c9b0f5841d353bb3f721fcec.tar.gz gentoo-2-a2d86dba14327792c9b0f5841d353bb3f721fcec.tar.bz2 gentoo-2-a2d86dba14327792c9b0f5841d353bb3f721fcec.zip |
Wipe out old unstable ebuilds...
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/lin-seti/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/lin-seti/files/digest-lin-seti-0.8.0 | 1 | ||||
-rw-r--r-- | app-sci/lin-seti/lin-seti-0.8.0.ebuild | 51 |
3 files changed, 5 insertions, 53 deletions
diff --git a/app-sci/lin-seti/ChangeLog b/app-sci/lin-seti/ChangeLog index 5b998111a33e..1dd1d1b2b4b3 100644 --- a/app-sci/lin-seti/ChangeLog +++ b/app-sci/lin-seti/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for app-sci/lin-seti # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/lin-seti/ChangeLog,v 1.15 2004/06/30 07:48:03 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/lin-seti/ChangeLog,v 1.16 2004/07/06 09:37:07 s4t4n Exp $ + + 06 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> : + lin-seti-0.8.0.ebuild: + Wipe out old masked ebuilds... 30 Jun 2004; Michele Noberasco <s4t4n@gentoo.org> : lin-seti-0.8.1.ebuild: Stable on x86. diff --git a/app-sci/lin-seti/files/digest-lin-seti-0.8.0 b/app-sci/lin-seti/files/digest-lin-seti-0.8.0 deleted file mode 100644 index d18d3bf8b9ac..000000000000 --- a/app-sci/lin-seti/files/digest-lin-seti-0.8.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 73c6680d00aa04c1f49e159498a18994 lin-seti-0.8.0.tar.bz2 80455 diff --git a/app-sci/lin-seti/lin-seti-0.8.0.ebuild b/app-sci/lin-seti/lin-seti-0.8.0.ebuild deleted file mode 100644 index aee67bf3b04b..000000000000 --- a/app-sci/lin-seti/lin-seti-0.8.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/lin-seti/lin-seti-0.8.0.ebuild,v 1.3 2004/06/26 15:50:31 s4t4n Exp $ - -inherit eutils - -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="~x86 ~ppc ~sparc ~hppa" - -DEPEND="app-sci/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 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: If you use SETI Driver for Windows" - einfo "to share the cache make sure it is" - einfo "version 1.6.4.0 or higher!" -} |