diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-10-23 06:16:30 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-10-23 06:16:30 +0000 |
commit | 5b0818542141437117a49787663fd17ea1810010 (patch) | |
tree | 8d90dd1f4175a27a57bde3fa575bf0fb335d7265 /app-misc | |
parent | Refactor SRC_URI handling slightly. Add latest sparc build. (diff) | |
download | gentoo-2-5b0818542141437117a49787663fd17ea1810010.tar.gz gentoo-2-5b0818542141437117a49787663fd17ea1810010.tar.bz2 gentoo-2-5b0818542141437117a49787663fd17ea1810010.zip |
Remove older clients that are not supported by the upstream servers anymore. This removes ~hppa and stable alpha, ppc, sparc from this package, but needs to be done as the old versions are rejected by upstream now.
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/dnetc/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/dnetc/dnetc-2.9002.479.ebuild | 54 | ||||
-rw-r--r-- | app-misc/dnetc/dnetc-2.9003.481-r1.ebuild | 68 |
3 files changed, 7 insertions, 123 deletions
diff --git a/app-misc/dnetc/ChangeLog b/app-misc/dnetc/ChangeLog index 7079d208b484..4a2ed9036c83 100644 --- a/app-misc/dnetc/ChangeLog +++ b/app-misc/dnetc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-misc/dnetc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/ChangeLog,v 1.62 2011/10/23 06:12:17 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/ChangeLog,v 1.63 2011/10/23 06:16:30 robbat2 Exp $ + + 23 Oct 2011; Robin H. Johnson <robbat2@gentoo.org> -dnetc-2.9002.479.ebuild, + -dnetc-2.9003.481-r1.ebuild: + Remove older clients that are not supported by the upstream servers anymore. + This removes ~hppa and stable alpha, ppc, sparc from this package, but needs + to be done as the old versions are rejected by upstream now. *dnetc-2.9107.516 (23 Oct 2011) diff --git a/app-misc/dnetc/dnetc-2.9002.479.ebuild b/app-misc/dnetc/dnetc-2.9002.479.ebuild deleted file mode 100644 index 5622d8d167e1..000000000000 --- a/app-misc/dnetc/dnetc-2.9002.479.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.9002.479.ebuild,v 1.13 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}-linux-hppa32.tar.gz" - -LICENSE="distributed.net" -SLOT="0" -KEYWORDS="~hppa" -IUSE="" -RESTRICT="mirror" - -DEPEND="" -RDEPEND="net-dns/bind-tools" - -QA_PRESTRIPPED="opt/distributed.net/dnetc" - -S="${WORKDIR}/dnetc${MIN_PV}-linux-hppa" - -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 -} diff --git a/app-misc/dnetc/dnetc-2.9003.481-r1.ebuild b/app-misc/dnetc/dnetc-2.9003.481-r1.ebuild deleted file mode 100644 index 9f6555932122..000000000000 --- a/app-misc/dnetc/dnetc-2.9003.481-r1.ebuild +++ /dev/null @@ -1,68 +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.9003.481-r1.ebuild,v 1.15 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="ppc? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-ppc.tar.gz ) - arm? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-arm-elf.tar.gz ) - x86? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-x86-elf.tar.gz ) - sparc? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-sparc.tar.gz ) - alpha? ( ftp://ftp.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-alpha5-static.tar.gz )" - -LICENSE="distributed.net" -SLOT="0" -KEYWORDS="alpha ppc sparc x86" -IUSE="" -RESTRICT="mirror" - -DEPEND="" -RDEPEND="net-dns/bind-tools" - -QA_PRESTRIPPED="opt/distributed.net/dnetc" - -if use x86; then - S="${WORKDIR}/dnetc${MIN_PV}-linux-x86-elf" -elif use ppc; then - S="${WORKDIR}/dnetc${MIN_PV}-linux-ppc" -elif use sparc; then - S="${WORKDIR}/dnetc${MIN_PV}-linux-sparc" -elif use arm; then - S="${WORKDIR}/dnetc${MIN_PV}-linux-arm-elf" -elif use alpha; then - S="${WORKDIR}/dnetc${MIN_PV}-linux-alpha5-static" -fi - -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 -} |