Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dnetc/
Date: Sat, 15 Sep 2018 12:53:50
Message-Id: 1537016019.b9c1c39ce09496c1dacefe0c4083823ebb110222.zlogene@gentoo
1 commit: b9c1c39ce09496c1dacefe0c4083823ebb110222
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 15 12:53:09 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 12:53:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c1c39c
7
8 app-misc/dnetc: Drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-misc/dnetc/Manifest | 1 -
13 app-misc/dnetc/dnetc-2.9107.516.ebuild | 93 ----------------------------------
14 2 files changed, 94 deletions(-)
15
16 diff --git a/app-misc/dnetc/Manifest b/app-misc/dnetc/Manifest
17 index 05c5957dc87..7526ff8b9a2 100644
18 --- a/app-misc/dnetc/Manifest
19 +++ b/app-misc/dnetc/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST dnetc516-linux-sparc-v7.tar.gz 881743 BLAKE2B 7c2c4a258e1c82dd9a1f4d6271df3b4ee46eaafc765bf7c054a53ddc9625f64dcdfcd86a51285f81ccf343a6086cc9ff404fccd0cd9c8fea2554d69fe17f618e SHA512 d70410773a14fe7237e0c542f45ab69f840dfd484622923da3abf723ffacf82bf94ecaa1d2089ab9326121ed4b3562ace7b267ed57bbf2c0971793b25fd30958
22 DIST dnetc517-linux-amd64.tar.gz 645416 BLAKE2B a6181c82e7bdb8995930b3c93c88dd588f707ea6429e4f7f27961928129423be571f0c63e7aa5d5d9a8e5e3687a8bd54e6dc6835f5317273aa3f99ee863e8320 SHA512 b22b59af2352a95156ea4b584f48d82e4b64080130d922bbb1797b2c62f7c401ec1263f2f0bd57103134f8fc76ef41a7e09d7da083ef0b46c44be4239005c21b
23 DIST dnetc517-linux-x86-elf-uclibc.tar.gz 676398 BLAKE2B 9edfa3f11b837841b362dd81bdd9a39882b6bd45942f11f6c8ebde4966351a0ea4c003eb27a36c2fe187034571d48a5d851d5931dc6121196f2097a22f9a1c30 SHA512 7b56fa8c6819fd7060612c13c8fb17ca1e949abbca965b7599bb072751acd1d0e95f1a90fb67172c6d406b54e0c52549582489802e538670bdb6d12f8354e2a7
24 DIST dnetc518-linux-amd64.tar.gz 644073 BLAKE2B 6e33120d54fab253ceee8d26ea1eb266ea10f69383a7735637ca9e905e98f51cd0052904bb695a6989a5a3b8996d6cad8d2b6807bbd88d7abedcdef8566a39d3 SHA512 95ad5144fbb1356806f6fd6f499891b36a0ea7c75794ada40cba9146c830adfd20044d8d3f3689186c9317b477aa95a6aae5d711c19534059b06b5d33367d785
25
26 diff --git a/app-misc/dnetc/dnetc-2.9107.516.ebuild b/app-misc/dnetc/dnetc-2.9107.516.ebuild
27 deleted file mode 100644
28 index bebbc0923b3..00000000000
29 --- a/app-misc/dnetc/dnetc-2.9107.516.ebuild
30 +++ /dev/null
31 @@ -1,93 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=2
36 -inherit user
37 -
38 -MAJ_PV=${PV:0:6}
39 -MIN_PV=${PV:7:9}
40 -
41 -DESCRIPTION="distributed.net client"
42 -HOMEPAGE="http://www.distributed.net"
43 -#SRC_URI_x86="x86? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-x86-elf-uclibc.tar.gz )"
44 -#SRC_URI_amd64="amd64? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-amd64.tar.gz )"
45 -#SRC_URI_ppc="ppc? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-ppc-uclibc.tar.gz )"
46 -SRC_URI_sparc="sparc? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-sparc-v7.tar.gz )"
47 -SRC_URI="${SRC_URI_amd64} ${SRC_URI_ppc} ${SRC_URI_x86} ${SRC_URI_sparc}"
48 -
49 -LICENSE="distributed.net GPL-2"
50 -SLOT="0"
51 -KEYWORDS="~sparc" # x86,amd64,ppc not available for this version
52 -IUSE=""
53 -RESTRICT="mirror"
54 -
55 -DEPEND=""
56 -RDEPEND="net-dns/bind-tools"
57 -
58 -QA_PRESTRIPPED="opt/distributed.net/dnetc"
59 -
60 -S=${WORKDIR}/dnetc
61 -
62 -src_prepare() {
63 - binname=""
64 - if use amd64; then
65 - binname=dnetc${MIN_PV}-linux-amd64
66 - elif use x86; then
67 - binname=dnetc${MIN_PV}-linux-x86-elf-uclibc
68 - elif use ppc; then
69 - binname=dnetc${MIN_PV}-linux-ppc-elf-uclibc
70 - fi
71 - [[ -z "${binname}" ]] && die "Name of dnetc binary for this platform undefined"
72 - mv "${binname}" dnetc || die "$binname binary is missing"
73 -}
74 -
75 -src_install() {
76 - exeinto /opt/distributed.net
77 - doexe dnetc
78 -
79 - doman dnetc.1
80 - dodoc docs/CHANGES.txt docs/dnetc.txt docs/readme.*
81 -
82 - newinitd "${FILESDIR}"/dnetc.initd dnetc
83 - newconfd "${FILESDIR}"/dnetc.confd dnetc
84 -
85 - keepdir /var/spool/dnetc
86 -}
87 -
88 -pkg_preinst() {
89 - if [ -e /opt/distributed.net/dnetc ] && [ -e /etc/init.d/dnetc ]; then
90 - einfo "flushing old buffers"
91 - source /etc/conf.d/dnetc
92 -
93 - if [ -e /opt/distributed.net/dnetc.ini ]; then
94 - # use ini file
95 - /opt/distributed.net/dnetc -quiet -ini /opt/distributed.net/dnetc.ini -flush
96 - elif [ ! -e /opt/distributed.net/dnetc.ini ] && [ ! -z ${EMAIL} ]; then
97 - # email adress from config
98 - /opt/distributed.net/dnetc -quiet -flush -e ${EMAIL}
99 - fi
100 -
101 - einfo "removing old buffer files"
102 - rm -f /opt/distributed.net/buff*
103 - fi
104 -
105 - enewgroup dnetc
106 - enewuser dnetc -1 -1 /opt/distributed.net dnetc
107 -}
108 -
109 -pkg_postinst() {
110 - chown -Rf dnetc:dnetc /opt/distributed.net
111 - chmod 0555 /opt/distributed.net/dnetc
112 -
113 - elog "To run distributed.net client in the background at boot:"
114 - elog " rc-update add dnetc default"
115 - elog ""
116 - elog "Either configure your email address in /etc/conf.d/dnetc"
117 - elog "or create the configuration file /opt/distributed.net/dnetc.ini"
118 -}
119 -
120 -pkg_postrm() {
121 - if [ -d /opt/distributed.net ]; then
122 - elog "All files has not been removed from /opt/distributed.net"
123 - fi
124 -}