summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-09-15 15:53:09 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-09-15 15:53:39 +0300
commitb9c1c39ce09496c1dacefe0c4083823ebb110222 (patch)
tree7f94538211bf03c57fa27b6a7336d7e65f284aa1 /app-misc/dnetc
parentsys-apps/systemd-readahead: Fix compilation, bug #607068 (diff)
downloadgentoo-b9c1c39ce09496c1dacefe0c4083823ebb110222.tar.gz
gentoo-b9c1c39ce09496c1dacefe0c4083823ebb110222.tar.bz2
gentoo-b9c1c39ce09496c1dacefe0c4083823ebb110222.zip
app-misc/dnetc: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-misc/dnetc')
-rw-r--r--app-misc/dnetc/Manifest1
-rw-r--r--app-misc/dnetc/dnetc-2.9107.516.ebuild93
2 files changed, 0 insertions, 94 deletions
diff --git a/app-misc/dnetc/Manifest b/app-misc/dnetc/Manifest
index 05c5957dc870..7526ff8b9a27 100644
--- a/app-misc/dnetc/Manifest
+++ b/app-misc/dnetc/Manifest
@@ -1,4 +1,3 @@
-DIST dnetc516-linux-sparc-v7.tar.gz 881743 BLAKE2B 7c2c4a258e1c82dd9a1f4d6271df3b4ee46eaafc765bf7c054a53ddc9625f64dcdfcd86a51285f81ccf343a6086cc9ff404fccd0cd9c8fea2554d69fe17f618e SHA512 d70410773a14fe7237e0c542f45ab69f840dfd484622923da3abf723ffacf82bf94ecaa1d2089ab9326121ed4b3562ace7b267ed57bbf2c0971793b25fd30958
DIST dnetc517-linux-amd64.tar.gz 645416 BLAKE2B a6181c82e7bdb8995930b3c93c88dd588f707ea6429e4f7f27961928129423be571f0c63e7aa5d5d9a8e5e3687a8bd54e6dc6835f5317273aa3f99ee863e8320 SHA512 b22b59af2352a95156ea4b584f48d82e4b64080130d922bbb1797b2c62f7c401ec1263f2f0bd57103134f8fc76ef41a7e09d7da083ef0b46c44be4239005c21b
DIST dnetc517-linux-x86-elf-uclibc.tar.gz 676398 BLAKE2B 9edfa3f11b837841b362dd81bdd9a39882b6bd45942f11f6c8ebde4966351a0ea4c003eb27a36c2fe187034571d48a5d851d5931dc6121196f2097a22f9a1c30 SHA512 7b56fa8c6819fd7060612c13c8fb17ca1e949abbca965b7599bb072751acd1d0e95f1a90fb67172c6d406b54e0c52549582489802e538670bdb6d12f8354e2a7
DIST dnetc518-linux-amd64.tar.gz 644073 BLAKE2B 6e33120d54fab253ceee8d26ea1eb266ea10f69383a7735637ca9e905e98f51cd0052904bb695a6989a5a3b8996d6cad8d2b6807bbd88d7abedcdef8566a39d3 SHA512 95ad5144fbb1356806f6fd6f499891b36a0ea7c75794ada40cba9146c830adfd20044d8d3f3689186c9317b477aa95a6aae5d711c19534059b06b5d33367d785
diff --git a/app-misc/dnetc/dnetc-2.9107.516.ebuild b/app-misc/dnetc/dnetc-2.9107.516.ebuild
deleted file mode 100644
index bebbc0923b3b..000000000000
--- a/app-misc/dnetc/dnetc-2.9107.516.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit user
-
-MAJ_PV=${PV:0:6}
-MIN_PV=${PV:7:9}
-
-DESCRIPTION="distributed.net client"
-HOMEPAGE="http://www.distributed.net"
-#SRC_URI_x86="x86? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-x86-elf-uclibc.tar.gz )"
-#SRC_URI_amd64="amd64? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-amd64.tar.gz )"
-#SRC_URI_ppc="ppc? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-ppc-uclibc.tar.gz )"
-SRC_URI_sparc="sparc? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-sparc-v7.tar.gz )"
-SRC_URI="${SRC_URI_amd64} ${SRC_URI_ppc} ${SRC_URI_x86} ${SRC_URI_sparc}"
-
-LICENSE="distributed.net GPL-2"
-SLOT="0"
-KEYWORDS="~sparc" # x86,amd64,ppc not available for this version
-IUSE=""
-RESTRICT="mirror"
-
-DEPEND=""
-RDEPEND="net-dns/bind-tools"
-
-QA_PRESTRIPPED="opt/distributed.net/dnetc"
-
-S=${WORKDIR}/dnetc
-
-src_prepare() {
- binname=""
- if use amd64; then
- binname=dnetc${MIN_PV}-linux-amd64
- elif use x86; then
- binname=dnetc${MIN_PV}-linux-x86-elf-uclibc
- elif use ppc; then
- binname=dnetc${MIN_PV}-linux-ppc-elf-uclibc
- fi
- [[ -z "${binname}" ]] && die "Name of dnetc binary for this platform undefined"
- mv "${binname}" dnetc || die "$binname binary is missing"
-}
-
-src_install() {
- exeinto /opt/distributed.net
- doexe dnetc
-
- doman dnetc.1
- dodoc docs/CHANGES.txt docs/dnetc.txt docs/readme.*
-
- newinitd "${FILESDIR}"/dnetc.initd dnetc
- newconfd "${FILESDIR}"/dnetc.confd dnetc
-
- keepdir /var/spool/dnetc
-}
-
-pkg_preinst() {
- if [ -e /opt/distributed.net/dnetc ] && [ -e /etc/init.d/dnetc ]; then
- einfo "flushing old buffers"
- source /etc/conf.d/dnetc
-
- if [ -e /opt/distributed.net/dnetc.ini ]; then
- # use ini file
- /opt/distributed.net/dnetc -quiet -ini /opt/distributed.net/dnetc.ini -flush
- elif [ ! -e /opt/distributed.net/dnetc.ini ] && [ ! -z ${EMAIL} ]; then
- # email adress from config
- /opt/distributed.net/dnetc -quiet -flush -e ${EMAIL}
- fi
-
- einfo "removing old buffer files"
- rm -f /opt/distributed.net/buff*
- fi
-
- enewgroup dnetc
- enewuser dnetc -1 -1 /opt/distributed.net dnetc
-}
-
-pkg_postinst() {
- chown -Rf dnetc:dnetc /opt/distributed.net
- chmod 0555 /opt/distributed.net/dnetc
-
- elog "To run distributed.net client in the background at boot:"
- elog " rc-update add dnetc default"
- elog ""
- 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
-}