diff options
author | 2010-12-07 02:22:31 +0000 | |
---|---|---|
committer | 2010-12-07 02:22:31 +0000 | |
commit | c41441e23f91c2cdcfb9b9af805ed8722b3b2ee5 (patch) | |
tree | 684be59f78717fdcb2594b68a4f6a4f1e89bb3ad /app-misc/dnetc/dnetc-2.9001.478.ebuild | |
parent | Added ~mips, for bug 262363. (diff) | |
download | historical-c41441e23f91c2cdcfb9b9af805ed8722b3b2ee5.tar.gz historical-c41441e23f91c2cdcfb9b9af805ed8722b3b2ee5.tar.bz2 historical-c41441e23f91c2cdcfb9b9af805ed8722b3b2ee5.zip |
This ebuild only supported mipsel (on Playstation2, from the looks). If we care about this on mips well keyword something newer.
Package-Manager: portage-2.1.9.24/cvs/Linux x86_64
Diffstat (limited to 'app-misc/dnetc/dnetc-2.9001.478.ebuild')
-rw-r--r-- | app-misc/dnetc/dnetc-2.9001.478.ebuild | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/app-misc/dnetc/dnetc-2.9001.478.ebuild b/app-misc/dnetc/dnetc-2.9001.478.ebuild deleted file mode 100644 index 928d7b4cef5d..000000000000 --- a/app-misc/dnetc/dnetc-2.9001.478.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/dnetc-2.9001.478.ebuild,v 1.20 2009/11/18 15:02:07 jer Exp $ - -MAJ_PV=${PV:0:6} -MIN_PV=${PV:7:9} - -DESCRIPTION="distributed.net client" -HOMEPAGE="http://www.distributed.net" -SRC_URI="http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}b-ps2linux-mipsel.tar.gz" - -LICENSE="distributed.net" -SLOT="0" -KEYWORDS="~mips" -IUSE="" -RESTRICT="mirror" - -DEPEND="" -RDEPEND="net-dns/bind-tools" - -QA_PRESTRIPPED="opt/distributed.net/dnetc" - -S="${WORKDIR}/dnetc${MIN_PV}-ps2linux-mipsel" - -src_install() { - exeinto /opt/distributed.net - doexe dnetc - - doman dnetc.1 - dodoc CHANGES.txt dnetc.txt readme.* - - newinitd "${FILESDIR}"/dnetc.initd dnetc - newconfd "${FILESDIR}"/dnetc.confd dnetc -} - -pkg_preinst() { - if [ -e /opt/distributed.net/dnetc ] && [ -e /etc/init.d/dnetc ]; then - einfo "flushing old buffers" - /opt/distributed.net/dnetc -quiet -flush - einfo "removing old buffer files" - rm -f /opt/distributed.net/buff* - fi -} - -pkg_postinst() { - elog "Either configure your email address in /etc/conf.d/dnetc" - elog "or create the configuration file /opt/distributed.net/dnetc.ini" -} - -pkg_postrm() { - if [ -d /opt/distributed.net ]; then - elog "All files has not been removed from /opt/distributed.net" - fi -} |