Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/udpcast/, net-misc/udpcast/files/
Date: Sun, 29 Nov 2020 09:56:25
Message-Id: 1606643712.6890ec215a5f6afa15607822e38d0e473d1c9ab2.soap@gentoo
1 commit: 6890ec215a5f6afa15607822e38d0e473d1c9ab2
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 09:55:12 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 09:55:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6890ec21
7
8 net-misc/udpcast: Remove old
9
10 Package-Manager: Portage-3.0.10, Repoman-3.0.2
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-misc/udpcast/Manifest | 1 -
14 .../udpcast/files/udpcast-20120424-fd_set.patch | 11 --------
15 .../udpcast/files/udpcast-20120424-gentoo.patch | 12 --------
16 net-misc/udpcast/udpcast-20120424-r1.ebuild | 33 ----------------------
17 net-misc/udpcast/udpcast-20120424.ebuild | 26 -----------------
18 5 files changed, 83 deletions(-)
19
20 diff --git a/net-misc/udpcast/Manifest b/net-misc/udpcast/Manifest
21 index 5a24e62628d..c3f55e7d574 100644
22 --- a/net-misc/udpcast/Manifest
23 +++ b/net-misc/udpcast/Manifest
24 @@ -1,2 +1 @@
25 -DIST udpcast-20120424.tar.bz2 138955 BLAKE2B 4ba16b9ff86f32bf1f2b07d521fbe1ef05774f0418362eb02fb06eaf84083e1f5e1ee5fc0a675f65b510d9adefcdb0d627bf6f104d5ce501d074517cbd312d6d SHA512 b28ada43f9f3cba498ffff3032cff6a673584836439275604c1201a18fe2e37f2c847a48b72783065b1656a7a2f9e9739d8a376e90df8b05749bc2e2f64278de
26 DIST udpcast-20200328.tar.gz 169252 BLAKE2B df760dea814fabf951a65dc191a88355dec864d9c0f1be99ea60c742862d0b9944e51a45dd462ffce5c4b56a8d94f719796e3c725b42edae8cb9a19b1d3bc147 SHA512 b1ce4f0cade5db6bc69d3a154c354565675f44e97f9e3d90152f9594fd4f17fff2891eb1cb8d73c59e0d24eeb85e485e96b7a64fa9f1b6d2f005c4cece377bc7
27
28 diff --git a/net-misc/udpcast/files/udpcast-20120424-fd_set.patch b/net-misc/udpcast/files/udpcast-20120424-fd_set.patch
29 deleted file mode 100644
30 index 2bd5bd5ce80..00000000000
31 --- a/net-misc/udpcast/files/udpcast-20120424-fd_set.patch
32 +++ /dev/null
33 @@ -1,11 +0,0 @@
34 ---- a/console.h
35 -+++ b/console.h
36 -@@ -6,6 +6,8 @@
37 - #include <winbase.h>
38 - #endif /* __MINGW32__ */
39 -
40 -+#include <sys/select.h>
41 -+
42 - #define prepareConsole udpc_prepareConsole
43 - #define getConsoleFd udpc_getConsoleFd
44 - #define restoreConsole udpc_restoreConsole
45
46 diff --git a/net-misc/udpcast/files/udpcast-20120424-gentoo.patch b/net-misc/udpcast/files/udpcast-20120424-gentoo.patch
47 deleted file mode 100644
48 index e4269a0873a..00000000000
49 --- a/net-misc/udpcast/files/udpcast-20120424-gentoo.patch
50 +++ /dev/null
51 @@ -1,12 +0,0 @@
52 ---- a/Makefile.in
53 -+++ b/Makefile.in
54 -@@ -30,8 +30,7 @@
55 -
56 - # For additional warnings & checks, add -Wstrict-prototypes -Wshadow to the
57 - # following:
58 --CFLAGS +=-Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6
59 --LDFLAGS +=-s
60 -+CFLAGS +=-Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG
61 - LIBS +=@LIBS@
62 -
63 - BUSYBOX=../udp-busybox/busybox
64
65 diff --git a/net-misc/udpcast/udpcast-20120424-r1.ebuild b/net-misc/udpcast/udpcast-20120424-r1.ebuild
66 deleted file mode 100644
67 index a1002dbc1ac..00000000000
68 --- a/net-misc/udpcast/udpcast-20120424-r1.ebuild
69 +++ /dev/null
70 @@ -1,33 +0,0 @@
71 -# Copyright 1999-2015 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=5
75 -inherit eutils flag-o-matic
76 -
77 -DESCRIPTION="Multicast file transfer tool"
78 -HOMEPAGE="http://www.udpcast.linux.lu/"
79 -SRC_URI="http://www.udpcast.linux.lu/download/${P}.tar.bz2"
80 -
81 -LICENSE="GPL-2 BSD"
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~x86"
84 -IUSE="hardened"
85 -
86 -DEPEND="dev-lang/perl"
87 -
88 -src_prepare() {
89 - epatch \
90 - "${FILESDIR}"/${P}-fd_set.patch \
91 - "${FILESDIR}"/${P}-gentoo.patch
92 -}
93 -
94 -src_configure() {
95 - use hardened || append-cflags -DUSE_ASSEMBLER
96 -
97 - default
98 -}
99 -
100 -src_install() {
101 - default
102 - dodoc *.txt
103 -}
104
105 diff --git a/net-misc/udpcast/udpcast-20120424.ebuild b/net-misc/udpcast/udpcast-20120424.ebuild
106 deleted file mode 100644
107 index e60e56db9b2..00000000000
108 --- a/net-misc/udpcast/udpcast-20120424.ebuild
109 +++ /dev/null
110 @@ -1,26 +0,0 @@
111 -# Copyright 1999-2015 Gentoo Foundation
112 -# Distributed under the terms of the GNU General Public License v2
113 -
114 -EAPI=5
115 -inherit eutils
116 -
117 -DESCRIPTION="Multicast file transfer tool"
118 -HOMEPAGE="http://www.udpcast.linux.lu/"
119 -SRC_URI="http://www.udpcast.linux.lu/download/${P}.tar.bz2"
120 -
121 -LICENSE="GPL-2 BSD"
122 -SLOT="0"
123 -KEYWORDS="amd64 x86"
124 -
125 -DEPEND="dev-lang/perl"
126 -
127 -src_prepare() {
128 - epatch \
129 - "${FILESDIR}"/${P}-fd_set.patch \
130 - "${FILESDIR}"/${P}-gentoo.patch
131 -}
132 -
133 -src_install() {
134 - default
135 - dodoc *.txt
136 -}