diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-04-23 14:35:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-04-23 14:35:28 +0000 |
commit | 34532eec305edfdc2a596ff751a9c8b47be71a53 (patch) | |
tree | 90959f3f91dca9c0b1b196a080a5a3a91e03a492 /app-sci | |
parent | touchups (diff) | |
download | historical-34532eec305edfdc2a596ff751a9c8b47be71a53.tar.gz historical-34532eec305edfdc2a596ff751a9c8b47be71a53.tar.bz2 historical-34532eec305edfdc2a596ff751a9c8b47be71a53.zip |
touchups
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/chessbrain/chessbrain-20304.ebuild | 22 | ||||
-rw-r--r-- | app-sci/chessbrain/chessbrain-20310.ebuild | 22 | ||||
-rw-r--r-- | app-sci/chessbrain/chessbrain-20314.ebuild | 22 | ||||
-rw-r--r-- | app-sci/scigraphica/scigraphica-0.8.0.ebuild | 33 |
4 files changed, 39 insertions, 60 deletions
diff --git a/app-sci/chessbrain/chessbrain-20304.ebuild b/app-sci/chessbrain/chessbrain-20304.ebuild index 130a05d56062..ded12acfba9c 100644 --- a/app-sci/chessbrain/chessbrain-20304.ebuild +++ b/app-sci/chessbrain/chessbrain-20304.ebuild @@ -1,27 +1,23 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/chessbrain-20304.ebuild,v 1.1 2003/03/12 16:32:09 tantive Exp $ - - -DESCRIPTION="This is a client for ChessBrain, a distibuted computing project." +# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/chessbrain-20304.ebuild,v 1.2 2003/04/23 14:34:35 vapier Exp $ +MY_PV=${PV}-01 +DESCRIPTION="distibuted computing project client" HOMEPAGE="http://www.chessbrain.net/" -PV=${PV}-01 -SRC_URI="http://www.chessbrain.net/client${PV}-lin.tgz" +SRC_URI="http://www.chessbrain.net/client${MY_PV}-lin.tgz" LICENSE="GPL-2" - SLOT="0" KEYWORDS="~x86" -IUSE="" +S=${WORKDIR} -DEPEND="" # no version number on this install dir since upgrades will be using same dir # (data will be stored here too) I=/opt/chessbrain -S=${WORKDIR} -src_install () { + +src_install() { dodir ${I} cp {cbspn,cbspn.conf} ${D}/${I} chown nobody.nogroup ${D}/${I} @@ -33,7 +29,7 @@ src_install () { echo "CHESSBRAIN_DIR=${I}">> ${D}/etc/conf.d/chessbrain } -pkg_postinst () { +pkg_postinst() { einfo "To run ChessBrain in the background at boot:" einfo " Edit ${I}/cbspn.conf for information relevant to ChessBrain" einfo " See http://www.chessbrain.net/peernodenotes.html" @@ -42,4 +38,4 @@ pkg_postinst () { einfo "Otherwise remember to cd into the directory" einfo "where it should keep its data files first, like so:" einfo " cd ${I} && ./cbspn" -} +} diff --git a/app-sci/chessbrain/chessbrain-20310.ebuild b/app-sci/chessbrain/chessbrain-20310.ebuild index 967f07b38d3d..14106932db27 100644 --- a/app-sci/chessbrain/chessbrain-20310.ebuild +++ b/app-sci/chessbrain/chessbrain-20310.ebuild @@ -1,27 +1,23 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/chessbrain-20310.ebuild,v 1.1 2003/03/12 16:32:09 tantive Exp $ - - -DESCRIPTION="This is a client for ChessBrain, a distibuted computing project." +# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/chessbrain-20310.ebuild,v 1.2 2003/04/23 14:34:35 vapier Exp $ +MY_PV=${PV}-01 +DESCRIPTION="distibuted computing project client" HOMEPAGE="http://www.chessbrain.net/" -PV=${PV}-01 -SRC_URI="http://www.chessbrain.net/client${PV}-lin.tgz" +SRC_URI="http://www.chessbrain.net/client${MY_PV}-lin.tgz" LICENSE="GPL-2" - SLOT="0" KEYWORDS="~x86" -IUSE="" +S=${WORKDIR} -DEPEND="" # no version number on this install dir since upgrades will be using same dir # (data will be stored here too) I=/opt/chessbrain -S=${WORKDIR} -src_install () { + +src_install() { dodir ${I} cp {cbspn,cbspn.conf} ${D}/${I} chown nobody.nogroup ${D}/${I} @@ -33,7 +29,7 @@ src_install () { echo "CHESSBRAIN_DIR=${I}">> ${D}/etc/conf.d/chessbrain } -pkg_postinst () { +pkg_postinst() { einfo "To run ChessBrain in the background at boot:" einfo " Edit ${I}/cbspn.conf for information relevant to ChessBrain" einfo " See http://www.chessbrain.net/peernodenotes.html" @@ -42,4 +38,4 @@ pkg_postinst () { einfo "Otherwise remember to cd into the directory" einfo "where it should keep its data files first, like so:" einfo " cd ${I} && ./cbspn" -} +} diff --git a/app-sci/chessbrain/chessbrain-20314.ebuild b/app-sci/chessbrain/chessbrain-20314.ebuild index 45374124c51b..f2e7cc80f7ed 100644 --- a/app-sci/chessbrain/chessbrain-20314.ebuild +++ b/app-sci/chessbrain/chessbrain-20314.ebuild @@ -1,27 +1,23 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/chessbrain-20314.ebuild,v 1.1 2003/03/17 20:20:14 tantive Exp $ - - -DESCRIPTION="This is a client for ChessBrain, a distibuted computing project." +# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/chessbrain-20314.ebuild,v 1.2 2003/04/23 14:34:35 vapier Exp $ +MY_PV=${PV}-03 +DESCRIPTION="distibuted computing project client" HOMEPAGE="http://www.chessbrain.net/" -PV=${PV}-03 -SRC_URI="http://www.chessbrain.net/client${PV}-lin.tgz" +SRC_URI="http://www.chessbrain.net/client${MY_PV}-lin.tgz" LICENSE="GPL-2" - SLOT="0" KEYWORDS="x86" -IUSE="" +S=${WORKDIR} -DEPEND="" # no version number on this install dir since upgrades will be using same dir # (data will be stored here too) I=/opt/chessbrain -S=${WORKDIR} -src_install () { + +src_install() { dodir ${I} cp {cbspn,cbspn.conf} ${D}/${I} chown nobody.nogroup ${D}/${I} @@ -33,7 +29,7 @@ src_install () { echo "CHESSBRAIN_DIR=${I}">> ${D}/etc/conf.d/chessbrain } -pkg_postinst () { +pkg_postinst() { einfo "To run ChessBrain in the background at boot:" einfo " Edit ${I}/cbspn.conf for information relevant to ChessBrain" einfo " See http://www.chessbrain.net/peernodenotes.html" @@ -42,4 +38,4 @@ pkg_postinst () { einfo "Otherwise remember to cd into the directory" einfo "where it should keep its data files first, like so:" einfo " cd ${I} && ./cbspn" -} +} diff --git a/app-sci/scigraphica/scigraphica-0.8.0.ebuild b/app-sci/scigraphica/scigraphica-0.8.0.ebuild index dfae6744d5d0..d5937b810c05 100644 --- a/app-sci/scigraphica/scigraphica-0.8.0.ebuild +++ b/app-sci/scigraphica/scigraphica-0.8.0.ebuild @@ -1,31 +1,26 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/scigraphica/scigraphica-0.8.0.ebuild,v 1.7 2003/02/13 09:25:28 vapier Exp $ - -IUSE="gnome" - -S=${WORKDIR}/${P} - -DESCRIPTION="Scientific application for data analysis and technical graphics." +# $Header: /var/cvsroot/gentoo-x86/app-sci/scigraphica/scigraphica-0.8.0.ebuild,v 1.8 2003/04/23 14:35:28 vapier Exp $ +DESCRIPTION="Scientific application for data analysis and technical graphics" SRC_URI="http://scigraphica.sourceforge.net/src/${P}.tar.gz" HOMEPAGE="http://scigraphica.sourceforge.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="gnome" DEPEND=">=x11-libs/gtk+extra-0.99.17 - >=dev-python/Numeric-20.3 - >=dev-libs/libxml-1.8.16 - gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r3 >=gnome-base/ORBit-0.5.12-r1 >=gnome-base/gnome-print-0.34 )" - #bonobo? ( >=gnome-base/bonobo-1.0.18 )" + >=dev-python/Numeric-20.3 + >=dev-libs/libxml-1.8.16 + gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r3 >=gnome-base/ORBit-0.5.12-r1 >=gnome-base/gnome-print-0.34 )" + #bonobo? ( >=gnome-base/bonobo-1.0.18 )" src_compile() { - -#bonobo breaks compile when enabled so it is not enabled for now. -#the result seems to be no printing under gnome. -#also need to look into --with-lp and --with-lpr config flags + #bonobo breaks compile when enabled so it is not enabled for now. + #the result seems to be no printing under gnome. + #also need to look into --with-lp and --with-lpr config flags local myconf="" use gnome || myconf="${myconf} --without-gnome" #default enabled @@ -47,14 +42,10 @@ src_compile() { ${myconf} || die "Configuration Failed" emake || die "Parallel Make Failed" - } -src_install () { - +src_install() { make DESTDIR=${D} install || die "Installation Failed" - - dodoc ABOUT-NLS AUTHORS COPYING ChangeLog FAQ.compile \ + dodoc AUTHORS ChangeLog FAQ.compile \ INSTALL NEWS README TODO - } |