summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-03-09 01:26:29 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-03-09 01:26:29 +0000
commit4d31bf20d2205296b9b6c648966fe2479941bd08 (patch)
treeada60bf6dc7d5bddbb727e5337d2bfff7a5fcd26 /app-misc
parentNew ebuild (~x86 masked) closes #15355 (diff)
downloadgentoo-2-4d31bf20d2205296b9b6c648966fe2479941bd08.tar.gz
gentoo-2-4d31bf20d2205296b9b6c648966fe2479941bd08.tar.bz2
gentoo-2-4d31bf20d2205296b9b6c648966fe2479941bd08.zip
Version bump
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/dnetc/ChangeLog7
-rw-r--r--app-misc/dnetc/dnetc-2.9003.481.ebuild55
-rw-r--r--app-misc/dnetc/files/digest-dnetc-2.9003.4812
3 files changed, 63 insertions, 1 deletions
diff --git a/app-misc/dnetc/ChangeLog b/app-misc/dnetc/ChangeLog
index 2e640df29b29..fffb2476d808 100644
--- a/app-misc/dnetc/ChangeLog
+++ b/app-misc/dnetc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/dnetc
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/ChangeLog,v 1.7 2003/02/12 04:58:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/ChangeLog,v 1.8 2003/03/09 01:26:29 aliz Exp $
+
+*dnetc-2.9003.481 (09 Mar 2003)
+
+ 09 Mar 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Version bump.
05 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> dnetc-2.8010.463.ebuild :
Added mips.
diff --git a/app-misc/dnetc/dnetc-2.9003.481.ebuild b/app-misc/dnetc/dnetc-2.9003.481.ebuild
new file mode 100644
index 000000000000..39a6c0259848
--- /dev/null
+++ b/app-misc/dnetc/dnetc-2.9003.481.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/dnetc-2.9003.481.ebuild,v 1.1 2003/03/09 01:26:29 aliz Exp $
+
+MAJ_PV=${PV:0:6}
+MIN_PV=${PV:7:9}
+
+DESCRIPTION="distributed.net client"
+HOMEPAGE="http://www.distributed.net"
+SRC_URI="ppc? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-ppc.tar.gz )
+ x86? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-x86-elf.tar.gz )"
+LICENSE="distributed.net"
+SLOT="0"
+KEYWORDS="~x86 ~ppc -sparc -alpha"
+IUSE=""
+DEPEND=""
+RDEPEND="net-misc/host"
+if [ `use x86` ]; then
+ S="${WORKDIR}/dnetc${MIN_PV}-linux-x86-elf"
+elif [ `use ppc` ]; then
+ S="${WORKDIR}/dnetc${MIN_PV}-linux-ppc"
+fi
+
+RESTRICT="nomirror"
+
+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
+}
+
+src_install() {
+ exeinto /opt/distributed.net
+ doexe dnetc
+
+ doman dnetc.1
+ dodoc CHANGES.txt dnetc.txt readme.*
+
+ exeinto /etc/init.d ; newexe ${FILESDIR}/dnetc.init dnetc
+ insinto /etc/conf.d ; newins ${FILESDIR}/dnetc.conf dnetc
+}
+
+pkg_postinst() {
+ einfo "Either configure your email adress in /etc/conf.d/dnetc"
+ einfo "or create the configuration file /opt/distributed.net/dnetc.ini"
+}
+
+pkg_postrm() {
+ if [ -d /opt/distributed.net ]; then
+ einfo "All files has not been removed from /opt/distributed.net"
+ fi
+}
diff --git a/app-misc/dnetc/files/digest-dnetc-2.9003.481 b/app-misc/dnetc/files/digest-dnetc-2.9003.481
new file mode 100644
index 000000000000..959ce5827b1b
--- /dev/null
+++ b/app-misc/dnetc/files/digest-dnetc-2.9003.481
@@ -0,0 +1,2 @@
+MD5 1cdedac7e96f0d5a374a326fac16ea39 dnetc481-linux-ppc.tar.gz 453775
+MD5 850d49a99900fc89e5d8a2e0801e5959 dnetc481-linux-x86-elf.tar.gz 473754