diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-08-23 17:59:25 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-08-23 17:59:25 +0000 |
commit | a5a602fe31c2e4eb080b82bcff0491593cc9c75b (patch) | |
tree | ff425f3f0d8d63df562f787f36cd8298bd8134ea /app-misc/dnetc/dnetc-2.9002.479.ebuild | |
parent | Initial import. Closing bug #147468. (diff) | |
download | gentoo-2-a5a602fe31c2e4eb080b82bcff0491593cc9c75b.tar.gz gentoo-2-a5a602fe31c2e4eb080b82bcff0491593cc9c75b.tar.bz2 gentoo-2-a5a602fe31c2e4eb080b82bcff0491593cc9c75b.zip |
Some minor cleanups and removing older and unused ebuilds. Hopefully, I'll get this all cleaned up so that at least the ebuilds are as similar as possible. Patches are always welcome. ;]
(Portage version: 2.1.3.6)
Diffstat (limited to 'app-misc/dnetc/dnetc-2.9002.479.ebuild')
-rw-r--r-- | app-misc/dnetc/dnetc-2.9002.479.ebuild | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/app-misc/dnetc/dnetc-2.9002.479.ebuild b/app-misc/dnetc/dnetc-2.9002.479.ebuild index c348f7884b23..7b052129d250 100644 --- a/app-misc/dnetc/dnetc-2.9002.479.ebuild +++ b/app-misc/dnetc/dnetc-2.9002.479.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/dnetc-2.9002.479.ebuild,v 1.9 2007/07/02 14:16:13 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/dnetc-2.9002.479.ebuild,v 1.10 2007/08/23 17:59:25 wolf31o2 Exp $ MAJ_PV=${PV:0:6} MIN_PV=${PV:7:9} @@ -8,27 +8,20 @@ MIN_PV=${PV:7:9} DESCRIPTION="distributed.net client" HOMEPAGE="http://www.distributed.net" SRC_URI="hppa? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-hppa32.tar.gz )" + LICENSE="distributed.net" SLOT="0" KEYWORDS="~hppa -mips" IUSE="" +RESTRICT="mirror" + DEPEND="" RDEPEND="net-dns/bind-tools" + if use hppa; then S="${WORKDIR}/dnetc${MIN_PV}-linux-hppa" fi -RESTRICT="mirror" - -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 @@ -40,6 +33,15 @@ src_install() { newconfd ${FILESDIR}/dnetc.conf 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" |