diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2006-01-03 03:09:17 +0000 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2006-01-03 03:09:17 +0000 |
commit | 9d55c1c00e7bbe85ce5a13328511154acc7e74c7 (patch) | |
tree | fbc9683a2400fbdbdff67772296cc9f830e50a4d /sci-misc | |
parent | del gnome-panel (diff) | |
download | portage-9d55c1c00e7bbe85ce5a13328511154acc7e74c7.tar.xz |
Del old version
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/boinc/Manifest | 14 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-2005.03.17.ebuild | 71 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-4.19-r1.ebuild | 58 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-4.26.ebuild | 66 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-4.27.ebuild | 66 | ||||
-rw-r--r-- | sci-misc/boinc/files/digest-boinc-2005.03.17 | 1 | ||||
-rw-r--r-- | sci-misc/boinc/files/digest-boinc-4.19-r1 | 1 | ||||
-rw-r--r-- | sci-misc/boinc/files/digest-boinc-4.26 | 1 | ||||
-rw-r--r-- | sci-misc/boinc/files/digest-boinc-4.27 | 1 |
9 files changed, 3 insertions, 276 deletions
diff --git a/sci-misc/boinc/Manifest b/sci-misc/boinc/Manifest index 4a846c96..84beff03 100644 --- a/sci-misc/boinc/Manifest +++ b/sci-misc/boinc/Manifest @@ -1,15 +1,7 @@ -MD5 0c3ba90974a7eae5600c112d4936e12c boinc-9999.ebuild 836 -MD5 98ed4e519f84ed7152b65ab0aaa86467 boinc-4.27.ebuild 1479 -MD5 9034b9076198e62c87762207948fb5e4 boinc-2005.03.17.ebuild 2222 -MD5 d29aeaface49fe4e13eb0a0fdb82ed28 boinc-4.19-r1.ebuild 1350 -MD5 98ed4e519f84ed7152b65ab0aaa86467 boinc-4.26.ebuild 1479 MD5 bc72dbed0e7d087379fcb8531b40c0e9 ChangeLog 1118 -MD5 a26b2af52a90ba476496df1f2b945e02 metadata.xml 252 -MD5 713f3eb678f1701cdfcbb694d5f0c402 files/digest-boinc-4.26 77 -MD5 a5482f3b6aebfc5ff4e88a59445b7f38 files/digest-boinc-4.27 77 -MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-boinc-9999 0 +MD5 0c3ba90974a7eae5600c112d4936e12c boinc-9999.ebuild 836 MD5 25343bdcb397ae4796fef04e52a51149 files/boincwrapper 350 -MD5 7a56c65e2b33b1fac8d9d8272a37c33e files/digest-boinc-4.19-r1 77 -MD5 9302c4d2532dacaaaf7e23fd86f287d1 files/digest-boinc-2005.03.17 80 MD5 0b329ba8ff83a36e0266a189e51835c4 files/conf.d/boinc 464 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-boinc-9999 0 MD5 20c7d1a46eb563c5e17e2c14097ffaf2 files/init.d/boinc 1147 +MD5 a26b2af52a90ba476496df1f2b945e02 metadata.xml 252 diff --git a/sci-misc/boinc/boinc-2005.03.17.ebuild b/sci-misc/boinc/boinc-2005.03.17.ebuild deleted file mode 100644 index 8d1086c8..00000000 --- a/sci-misc/boinc/boinc-2005.03.17.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -# todo: -# add option for ssl support found on - # http://boinc.berkeley.edu/ssl_build.txt. these instructions are for win32, but - # can be used to compile BOINC-client using ssl for gentoo with a little finangling -# use bash-variable-magic to get the SRC_URI to use package name/version, instead of - # being static - -inherit eutils - -DESCRIPTION="BOINC uses your extra CPU power for scientific projects like SETI" -HOMEPAGE="http://boinc.berkeley.edu/" -SRC_URI="http://boinc.berkeley.edu/source/nightly/boinc_public-cvs-2005-03-17.tar.gz" - -LICENSE="LGPL" -SLOT="0" -KEYWORDS="-*" - -RESTRICT="nomirror" - -# if listed here are installed, the configure will find the libraries, and decide the -# build the GUI. No further configuration or commands are needed. the same is -# true of the server. if the correct packages are found, it will enable both -# server and client. if not, then client only will be used. i <3 good configure -# scripts... - -IUSE="X server" -DEPEND=">=sys-devel/autoconf-2.59 - >=sys-devel/automake-1.9.3 - sys-devel/gcc" -RDEPEND="X? ( virtual/x11 - virtual/glut - virtual/glu - >=x11-libs/wxGTK-2.4.2-r2 ) - server? ( >=dev-lang/python-2.2.3 - >=dev-db/mysql-4.0.24 - net-www/apache - net-www/mod_ssl - >=dev-php/php-4.3.10 - dev-python/mysql-python )" - -MY_S=${WORKDIR}/${PN}_public - -src_compile() { - cd ${MY_S} - econf || die "configure failed" - emake || die "make failed" -} - -src_install() { - cd ${MY_S} - emake DESTDIR=${D} install || die "make install failed" - dodoc INSTALL notes todo -} - -pkg_postinst() { - einfo "If you are installing this to use seti@home, use the in-package" - einfo "method for obtaining the SETI module. All other programs function" - einfo "in a similar fashon. Portage has already compiled and installed" - einfo "BOINC The howto for configuration is located at:" - einfo "http://boinc.berkeley.edu/anonymous_platform.php" - if use server;then - einfo "you have chosen to enable server mode. this ebuild has installed" - einfo "the necessary packages. to be a server, you will need to have a" - einfo "project. contact BOINC directly for further information" - fi -} - diff --git a/sci-misc/boinc/boinc-4.19-r1.ebuild b/sci-misc/boinc/boinc-4.19-r1.ebuild deleted file mode 100644 index 693eea67..00000000 --- a/sci-misc/boinc/boinc-4.19-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -DESCRIPTION="The Berkeley Open Infrastructure for Network Computing" -HOMEPAGE="http://boinc.berkeley.edu/" -SRC_URI="http://boinc.berkeley.edu/download/${PN}_${PV}_i686-pc-linux-gnu.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-*" -IUSE="" - -DEPEND="app-arch/gzip" -RDEPEND="${DEPEND}" - -RESTRICT="nomirror" - -src_unpack() -{ - unpack ${A} - - mv ${WORKDIR}/${PN}_${PV}_i686-pc-linux-gnu ${WORKDIR}/${PN} -} - -pkg_preinst() -{ - enewgroup boinc - enewuser boinc -1 /bin/bash /var/lib/boinc boinc -} - -src_install() -{ - dodir /usr/bin - dodir /etc/{init.d,conf.d} - dodir /var/lib/boinc - - dobin ${WORKDIR}/${PN} - - doinitd ${FILESDIR}/init.d/boinc - doconfd ${FILESDIR}/conf.d/boinc - cp ${FILESDIR}/boincwrapper ${D}/var/lib/boinc/boincwrapper - - fowners boinc:boinc /var/lib/boinc/ /var/lib/boinc/boincwrapper /usr/bin/boinc - fperms 775 /var/lib/boinc/ /var/lib/boinc/boincwrapper /usr/bin/boinc -} - -pkg_postinst() -{ - einfo "If it's the first install, please create an account on ${HOMEPAGE}" - einfo "And then, make a su - boinc, and do that :" - einfo " boinc -attach_project" - einfo "For all the projects you have subscribe" - einfo "Then, you'll can (in root) do /etc/init.d/boinc start" - einfo "And why not rc-update add boinc default" -} diff --git a/sci-misc/boinc/boinc-4.26.ebuild b/sci-misc/boinc/boinc-4.26.ebuild deleted file mode 100644 index 40c732f5..00000000 --- a/sci-misc/boinc/boinc-4.26.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -DESCRIPTION="The Berkeley Open Infrastructure for Network Computing" -HOMEPAGE="http://boinc.berkeley.edu/" -SRC_URI="http://boinc.berkeley.edu/dl/${PN}_${PV}_i686-pc-linux-gnu.sh" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-*" -IUSE="" - -DEPEND="app-arch/gzip - app-arch/tar" -RDEPEND="${DEPEND}" - -RESTRICT="nomirror" - -S=${WORKDIR}/BOINC - -src_unpack() -{ - sh ${DISTDIR}/${A} > /dev/null 2>&1 -} - -pkg_preinst() -{ - enewgroup boinc - enewuser boinc -1 /bin/bash /var/lib/boinc boinc -} - -src_install() -{ - dodir /usr/bin - insinto /usr/bin - dobin boinc boincmgr - - rm ${S}/run_client - - dodir /etc/{init.d,conf.d} - doinitd ${FILESDIR}/init.d/boinc - doconfd ${FILESDIR}/conf.d/boinc - - dodir /var/lib/boinc - insinto /var/lib/boinc - doins ${FILESDIR}/boincwrapper - - fowners boinc:boinc /var/lib/boinc/ /var/lib/boinc/boincwrapper /usr/bin/boinc - fperms 775 /var/lib/boinc/ /var/lib/boinc/boincwrapper /usr/bin/boinc -} - -pkg_postinst() -{ - einfo "If it's the first install, please create an account on ${HOMEPAGE}" - einfo "And then, make a su - boinc, and do that :" - einfo " boinc -attach_project" - einfo "For all the projects you have subscribe" - einfo "Then, you'll can (in root) do /etc/init.d/boinc start" - einfo "And why not rc-update add boinc default" - - einfo "This release include a GUI : boincmgr" - einfo "For this boinc have to started (by init.d or other)" -} diff --git a/sci-misc/boinc/boinc-4.27.ebuild b/sci-misc/boinc/boinc-4.27.ebuild deleted file mode 100644 index 40c732f5..00000000 --- a/sci-misc/boinc/boinc-4.27.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -DESCRIPTION="The Berkeley Open Infrastructure for Network Computing" -HOMEPAGE="http://boinc.berkeley.edu/" -SRC_URI="http://boinc.berkeley.edu/dl/${PN}_${PV}_i686-pc-linux-gnu.sh" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-*" -IUSE="" - -DEPEND="app-arch/gzip - app-arch/tar" -RDEPEND="${DEPEND}" - -RESTRICT="nomirror" - -S=${WORKDIR}/BOINC - -src_unpack() -{ - sh ${DISTDIR}/${A} > /dev/null 2>&1 -} - -pkg_preinst() -{ - enewgroup boinc - enewuser boinc -1 /bin/bash /var/lib/boinc boinc -} - -src_install() -{ - dodir /usr/bin - insinto /usr/bin - dobin boinc boincmgr - - rm ${S}/run_client - - dodir /etc/{init.d,conf.d} - doinitd ${FILESDIR}/init.d/boinc - doconfd ${FILESDIR}/conf.d/boinc - - dodir /var/lib/boinc - insinto /var/lib/boinc - doins ${FILESDIR}/boincwrapper - - fowners boinc:boinc /var/lib/boinc/ /var/lib/boinc/boincwrapper /usr/bin/boinc - fperms 775 /var/lib/boinc/ /var/lib/boinc/boincwrapper /usr/bin/boinc -} - -pkg_postinst() -{ - einfo "If it's the first install, please create an account on ${HOMEPAGE}" - einfo "And then, make a su - boinc, and do that :" - einfo " boinc -attach_project" - einfo "For all the projects you have subscribe" - einfo "Then, you'll can (in root) do /etc/init.d/boinc start" - einfo "And why not rc-update add boinc default" - - einfo "This release include a GUI : boincmgr" - einfo "For this boinc have to started (by init.d or other)" -} diff --git a/sci-misc/boinc/files/digest-boinc-2005.03.17 b/sci-misc/boinc/files/digest-boinc-2005.03.17 deleted file mode 100644 index 82368297..00000000 --- a/sci-misc/boinc/files/digest-boinc-2005.03.17 +++ /dev/null @@ -1 +0,0 @@ -MD5 1562b1b16affcc62c07fcc03fad60b86 boinc_public-cvs-2005-03-17.tar.gz 4590881 diff --git a/sci-misc/boinc/files/digest-boinc-4.19-r1 b/sci-misc/boinc/files/digest-boinc-4.19-r1 deleted file mode 100644 index c13b323d..00000000 --- a/sci-misc/boinc/files/digest-boinc-4.19-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ec1415775f2fb27eb90108686582ee65 boinc_4.19_i686-pc-linux-gnu.gz 3783571 diff --git a/sci-misc/boinc/files/digest-boinc-4.26 b/sci-misc/boinc/files/digest-boinc-4.26 deleted file mode 100644 index 255f9d0a..00000000 --- a/sci-misc/boinc/files/digest-boinc-4.26 +++ /dev/null @@ -1 +0,0 @@ -MD5 ec7f614fc5919c55cd7dd201590113b5 boinc_4.26_i686-pc-linux-gnu.sh 3809250 diff --git a/sci-misc/boinc/files/digest-boinc-4.27 b/sci-misc/boinc/files/digest-boinc-4.27 deleted file mode 100644 index 7434085f..00000000 --- a/sci-misc/boinc/files/digest-boinc-4.27 +++ /dev/null @@ -1 +0,0 @@ -MD5 c8154567072cc571497c983b5f8c082a boinc_4.27_i686-pc-linux-gnu.sh 2372022 |