diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-11-18 13:47:54 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-11-18 13:47:54 +0000 |
commit | 07682945f674b270eb23238e5531856c8deee84b (patch) | |
tree | ef7357b387af823c5f23307b058bede5b25ba456 /app-sci/chessbrain | |
parent | cleaned out old ebuild. (Manifest recommit) (diff) | |
download | gentoo-2-07682945f674b270eb23238e5531856c8deee84b.tar.gz gentoo-2-07682945f674b270eb23238e5531856c8deee84b.tar.bz2 gentoo-2-07682945f674b270eb23238e5531856c8deee84b.zip |
Removed insecure versions. (See GLSA 200411-26.)
Diffstat (limited to 'app-sci/chessbrain')
-rw-r--r-- | app-sci/chessbrain/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/chessbrain/chessbrain-20314.ebuild | 42 | ||||
-rw-r--r-- | app-sci/chessbrain/chessbrain-20407.ebuild | 50 | ||||
-rw-r--r-- | app-sci/chessbrain/files/digest-chessbrain-20314 | 1 | ||||
-rw-r--r-- | app-sci/chessbrain/files/digest-chessbrain-20407 | 1 |
5 files changed, 5 insertions, 95 deletions
diff --git a/app-sci/chessbrain/ChangeLog b/app-sci/chessbrain/ChangeLog index 8226bc19b048..0df8654d1f55 100644 --- a/app-sci/chessbrain/ChangeLog +++ b/app-sci/chessbrain/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-sci/chessbrain # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/ChangeLog,v 1.10 2004/11/07 19:16:41 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/chessbrain/ChangeLog,v 1.11 2004/11/18 13:47:54 ribosome Exp $ + + 18 Nov 2004; Olivier Fisette <ribosome@gentoo.org> -chessbrain-20314.ebuild, + -chessbrain-20407.ebuild: + Removed insecure versions. (See GLSA 200411-26.) *chessbrain-20407-r1 (07 Nov 2004) diff --git a/app-sci/chessbrain/chessbrain-20314.ebuild b/app-sci/chessbrain/chessbrain-20314.ebuild deleted file mode 100644 index 3d1e6375c87e..000000000000 --- a/app-sci/chessbrain/chessbrain-20314.ebuild +++ /dev/null @@ -1,42 +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/chessbrain/chessbrain-20314.ebuild,v 1.6 2004/08/07 21:16:40 slarti Exp $ - -MY_PV=${PV}-03 -DESCRIPTION="distributed computing project client" -HOMEPAGE="http://www.chessbrain.net/" -SRC_URI="http://www.chessbrain.net/client${MY_PV}-lin.tgz" - -LICENSE="GPL-2" -IUSE="" -SLOT="0" -KEYWORDS="x86" - -S=${WORKDIR} - -# no version number on this install dir since upgrades will be using same dir -# (data will be stored here too) -I=/opt/chessbrain - -src_install() { - dodir ${I} - cp {cbspn,cbspn.conf} ${D}/${I} - chown nobody:nogroup ${D}/${I} - chown nobody:nogroup ${D}/${I}/cbspn - chmod +s ${S}/cbspn - - exeinto /etc/init.d ; newexe ${FILESDIR}/cb-init.d chessbrain - insinto /etc/conf.d ; newins ${FILESDIR}/cb-conf.d chessbrain - echo "CHESSBRAIN_DIR=${I}">> ${D}/etc/conf.d/chessbrain -} - -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" - einfo " Then just run \`/etc/init.d/chessbrain start\`" - einfo "" - 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-20407.ebuild b/app-sci/chessbrain/chessbrain-20407.ebuild deleted file mode 100644 index 60f33bbdf92a..000000000000 --- a/app-sci/chessbrain/chessbrain-20407.ebuild +++ /dev/null @@ -1,50 +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/chessbrain/chessbrain-20407.ebuild,v 1.3 2004/06/24 21:55:17 agriffis Exp $ - -MY_PV=${PV}-01 -DESCRIPTION="client for the ChessBrain distributed computing project" -HOMEPAGE="http://www.chessbrain.net/" -SRC_URI="http://www.chessbrain.net/client${MY_PV}-lin.tgz" - -LICENSE="freedist" -IUSE="" -SLOT="0" -KEYWORDS="x86" - -S=${WORKDIR} - -DEPEND="" -RDEPEND=" - sys-fs/e2fsprogs - sys-libs/lib-compat" - -# no version number on this install dir since upgrades will be using same dir -# (data will be stored here too) -I=/opt/chessbrain - -src_install() { - exeinto /etc/init.d - newexe ${FILESDIR}/cb-init.d chessbrain - insinto /etc/conf.d - newins ${FILESDIR}/cb-conf.d chessbrain - echo "CHESSBRAIN_DIR=${I}">> ${D}/etc/conf.d/chessbrain - - insinto ${I} - insopts "-m0644 -o nobody -g nogroup" - doins cbspn.conf - exeinto ${I} - exeopts "-m 4755 -o nobody -g nogroup" - doexe cbspn -} - -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" - einfo " Then just run \`/etc/init.d/chessbrain start\`" - einfo - 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/files/digest-chessbrain-20314 b/app-sci/chessbrain/files/digest-chessbrain-20314 deleted file mode 100644 index 3c03a47876e0..000000000000 --- a/app-sci/chessbrain/files/digest-chessbrain-20314 +++ /dev/null @@ -1 +0,0 @@ -MD5 630893ea7a8c9cb3d8edf89e33f55454 client20314-03-lin.tgz 131392 diff --git a/app-sci/chessbrain/files/digest-chessbrain-20407 b/app-sci/chessbrain/files/digest-chessbrain-20407 deleted file mode 100644 index 4b0eb737628a..000000000000 --- a/app-sci/chessbrain/files/digest-chessbrain-20407 +++ /dev/null @@ -1 +0,0 @@ -MD5 fca2b97189c6e5a9e3b2ade4ca4857e0 client20407-01-lin.tgz 133444 |