summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-21 22:05:23 +0000
committerSam James <sam@gentoo.org>2022-12-21 22:25:29 +0000
commit72eaf7b386b238b203b1add1d4ef4b2e8df83e7c (patch)
tree2f57e4b3899457b423e43c1a6ae9f45e7cd6735e /net-misc/udpcast
parentnet-analyzer/cacti: drop 1.2.17, 1.2.19, 1.2.20 (diff)
downloadgentoo-72eaf7b386b238b203b1add1d4ef4b2e8df83e7c.tar.gz
gentoo-72eaf7b386b238b203b1add1d4ef4b2e8df83e7c.tar.bz2
gentoo-72eaf7b386b238b203b1add1d4ef4b2e8df83e7c.zip
net-misc/udpcast: drop 20200328
Bug: https://bugs.gentoo.org/886947 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/udpcast')
-rw-r--r--net-misc/udpcast/Manifest1
-rw-r--r--net-misc/udpcast/files/udpcast-20200328-gentoo.patch12
-rw-r--r--net-misc/udpcast/udpcast-20200328.ebuild32
3 files changed, 0 insertions, 45 deletions
diff --git a/net-misc/udpcast/Manifest b/net-misc/udpcast/Manifest
index 478a3604e175..f3f2c9cc3bf1 100644
--- a/net-misc/udpcast/Manifest
+++ b/net-misc/udpcast/Manifest
@@ -1,2 +1 @@
-DIST udpcast-20200328.tar.gz 169252 BLAKE2B df760dea814fabf951a65dc191a88355dec864d9c0f1be99ea60c742862d0b9944e51a45dd462ffce5c4b56a8d94f719796e3c725b42edae8cb9a19b1d3bc147 SHA512 b1ce4f0cade5db6bc69d3a154c354565675f44e97f9e3d90152f9594fd4f17fff2891eb1cb8d73c59e0d24eeb85e485e96b7a64fa9f1b6d2f005c4cece377bc7
DIST udpcast-20211207.tar.gz 171148 BLAKE2B 96a7b1a30e19a2b83ce2ab7d8491ad430838f1305b83b728e6b43343404440b5a7fa9ee0afd0c00f8203937803a691065af31d7dc51633f26d019955e9ac8ed0 SHA512 89010c781d99a60e335213e88867c9114b51f3d75bd4ebfa38bcd1382e5925be4f316faf8c24ea55b087edb2115e18b5fd3cceac70a65371f91227528d218e89
diff --git a/net-misc/udpcast/files/udpcast-20200328-gentoo.patch b/net-misc/udpcast/files/udpcast-20200328-gentoo.patch
deleted file mode 100644
index 529c31f7f7c8..000000000000
--- a/net-misc/udpcast/files/udpcast-20200328-gentoo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -30,8 +30,7 @@
-
- # For additional warnings & checks, add -Wstrict-prototypes -Wshadow to the
- # following:
--CFLAGS +=-Wall -DBB_FEATURE_UDPCAST_FEC -DUSE_SYSLOG -DUSE_ASSEMBLER -O6
--LDFLAGS +=-s
-+CFLAGS +=-Wall -DBB_FEATURE_UDPCAST_FEC -DUSE_SYSLOG
- LIBS +=@LIBS@
-
- BUSYBOX=../udp-busybox/busybox
diff --git a/net-misc/udpcast/udpcast-20200328.ebuild b/net-misc/udpcast/udpcast-20200328.ebuild
deleted file mode 100644
index 2a300d7a0be6..000000000000
--- a/net-misc/udpcast/udpcast-20200328.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit flag-o-matic
-
-DESCRIPTION="Multicast file transfer tool"
-HOMEPAGE="https://www.udpcast.linux.lu/"
-SRC_URI="https://www.udpcast.linux.lu/download/${P}.tar.gz"
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="hardened"
-
-BDEPEND="
- dev-lang/perl
-"
-PATCHES=(
- "${FILESDIR}"/${PN}-20200328-gentoo.patch
-)
-
-src_configure() {
- use hardened || append-cppflags -DUSE_ASSEMBLER
-
- default
-}
-
-src_install() {
- default
- dodoc *.txt
-}