summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-07-31 21:57:31 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-07-31 21:57:31 +0000
commit96a16aed830b5c00cfeefcb7d0533335d0fefd27 (patch)
treefd76fad9881e4eb86725ac5e0af90f1f17047ac6 /app-sci
parentstable on ppc64, bug #57454 (diff)
downloadhistorical-96a16aed830b5c00cfeefcb7d0533335d0fefd27.tar.gz
historical-96a16aed830b5c00cfeefcb7d0533335d0fefd27.tar.bz2
historical-96a16aed830b5c00cfeefcb7d0533335d0fefd27.zip
Mark app-sci/lin-seti-0.8.2 stable for x86. Remove version 0.8.1 from Portage.
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/lin-seti/ChangeLog7
-rw-r--r--app-sci/lin-seti/Manifest6
-rw-r--r--app-sci/lin-seti/files/digest-lin-seti-0.8.11
-rw-r--r--app-sci/lin-seti/lin-seti-0.8.1.ebuild53
-rw-r--r--app-sci/lin-seti/lin-seti-0.8.2.ebuild4
5 files changed, 10 insertions, 61 deletions
diff --git a/app-sci/lin-seti/ChangeLog b/app-sci/lin-seti/ChangeLog
index 7a80dd12c462..f962582ce3a7 100644
--- a/app-sci/lin-seti/ChangeLog
+++ b/app-sci/lin-seti/ChangeLog
@@ -1,6 +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.17 2004/07/28 07:38:01 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/lin-seti/ChangeLog,v 1.18 2004/07/31 21:57:31 s4t4n Exp $
+
+ 31 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> : lin-seti-0.8.2.ebuild:
+ Stable for x86.
+ lin-seti-0.8.1.ebuild:
+ Remove older ebuild.
*lin-seti-0.8.2 (28 Jul 2004)
diff --git a/app-sci/lin-seti/Manifest b/app-sci/lin-seti/Manifest
index ff464c42dad4..5415580fc3ed 100644
--- a/app-sci/lin-seti/Manifest
+++ b/app-sci/lin-seti/Manifest
@@ -1,8 +1,6 @@
MD5 5e59d6ecb5d5daf8459cbfe53febe800 lin-seti-0.7.6.ebuild 1233
-MD5 07c7bb75286d4164f875345c54020735 lin-seti-0.8.1.ebuild 1804
-MD5 e8c3737ea6e10924ded7be39a6e5904d ChangeLog 2721
+MD5 772e29522062b7e2fc863119691d6fce ChangeLog 2865
MD5 ecf5bba81c39b37259c8a712e230bf76 metadata.xml 250
-MD5 24972c38ca240fe7a346728f1421feec lin-seti-0.8.2.ebuild 1805
+MD5 1c4583e04a8ec90dba1ef656f63cbf17 lin-seti-0.8.2.ebuild 1804
MD5 d222e596efc7a0b9c67a886090056ef5 files/digest-lin-seti-0.7.6 66
-MD5 d02a90b1d75983ffd0a8c7a48f84ea67 files/digest-lin-seti-0.8.1 66
MD5 61e618745084d949d2be2724a10d0ad5 files/digest-lin-seti-0.8.2 66
diff --git a/app-sci/lin-seti/files/digest-lin-seti-0.8.1 b/app-sci/lin-seti/files/digest-lin-seti-0.8.1
deleted file mode 100644
index e2b96bbebdb9..000000000000
--- a/app-sci/lin-seti/files/digest-lin-seti-0.8.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 603d34eae1c22d9c4a2b3bfb00899579 lin-seti-0.8.1.tar.bz2 90910
diff --git a/app-sci/lin-seti/lin-seti-0.8.1.ebuild b/app-sci/lin-seti/lin-seti-0.8.1.ebuild
deleted file mode 100644
index 79e14bb098ae..000000000000
--- a/app-sci/lin-seti/lin-seti-0.8.1.ebuild
+++ /dev/null
@@ -1,53 +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.1.ebuild,v 1.3 2004/07/28 07:38:01 s4t4n 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="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 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!"
-}
diff --git a/app-sci/lin-seti/lin-seti-0.8.2.ebuild b/app-sci/lin-seti/lin-seti-0.8.2.ebuild
index cc7d28585f08..51bbf6250390 100644
--- a/app-sci/lin-seti/lin-seti-0.8.2.ebuild
+++ b/app-sci/lin-seti/lin-seti-0.8.2.ebuild
@@ -1,6 +1,6 @@
# 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.2.ebuild,v 1.1 2004/07/28 07:38:01 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/lin-seti/lin-seti-0.8.2.ebuild,v 1.2 2004/07/31 21:57:31 s4t4n Exp $
DESCRIPTION="A Seti@Home cache manager, cache-compatible with Seti Driver. Can be run as system daemon."
HOMEPAGE="http://lin-seti.sourceforge.net/"
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
-KEYWORDS="~x86 ~ppc ~sparc ~hppa"
+KEYWORDS="x86 ~ppc ~sparc ~hppa"
DEPEND="app-sci/setiathome"