commit:     6890ec215a5f6afa15607822e38d0e473d1c9ab2
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 09:55:12 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 09:55:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6890ec21

net-misc/udpcast: Remove old

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-misc/udpcast/Manifest                          |  1 -
 .../udpcast/files/udpcast-20120424-fd_set.patch    | 11 --------
 .../udpcast/files/udpcast-20120424-gentoo.patch    | 12 --------
 net-misc/udpcast/udpcast-20120424-r1.ebuild        | 33 ----------------------
 net-misc/udpcast/udpcast-20120424.ebuild           | 26 -----------------
 5 files changed, 83 deletions(-)

diff --git a/net-misc/udpcast/Manifest b/net-misc/udpcast/Manifest
index 5a24e62628d..c3f55e7d574 100644
--- a/net-misc/udpcast/Manifest
+++ b/net-misc/udpcast/Manifest
@@ -1,2 +1 @@
-DIST udpcast-20120424.tar.bz2 138955 BLAKE2B 
4ba16b9ff86f32bf1f2b07d521fbe1ef05774f0418362eb02fb06eaf84083e1f5e1ee5fc0a675f65b510d9adefcdb0d627bf6f104d5ce501d074517cbd312d6d
 SHA512 
b28ada43f9f3cba498ffff3032cff6a673584836439275604c1201a18fe2e37f2c847a48b72783065b1656a7a2f9e9739d8a376e90df8b05749bc2e2f64278de
 DIST udpcast-20200328.tar.gz 169252 BLAKE2B 
df760dea814fabf951a65dc191a88355dec864d9c0f1be99ea60c742862d0b9944e51a45dd462ffce5c4b56a8d94f719796e3c725b42edae8cb9a19b1d3bc147
 SHA512 
b1ce4f0cade5db6bc69d3a154c354565675f44e97f9e3d90152f9594fd4f17fff2891eb1cb8d73c59e0d24eeb85e485e96b7a64fa9f1b6d2f005c4cece377bc7

diff --git a/net-misc/udpcast/files/udpcast-20120424-fd_set.patch 
b/net-misc/udpcast/files/udpcast-20120424-fd_set.patch
deleted file mode 100644
index 2bd5bd5ce80..00000000000
--- a/net-misc/udpcast/files/udpcast-20120424-fd_set.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/console.h
-+++ b/console.h
-@@ -6,6 +6,8 @@
- #include <winbase.h>
- #endif /* __MINGW32__ */
- 
-+#include <sys/select.h>
-+
- #define prepareConsole udpc_prepareConsole
- #define getConsoleFd udpc_getConsoleFd
- #define restoreConsole udpc_restoreConsole

diff --git a/net-misc/udpcast/files/udpcast-20120424-gentoo.patch 
b/net-misc/udpcast/files/udpcast-20120424-gentoo.patch
deleted file mode 100644
index e4269a0873a..00000000000
--- a/net-misc/udpcast/files/udpcast-20120424-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 -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG 
-DUSE_ASSEMBLER -O6
--LDFLAGS +=-s
-+CFLAGS +=-Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG
- LIBS +=@LIBS@
- 
- BUSYBOX=../udp-busybox/busybox

diff --git a/net-misc/udpcast/udpcast-20120424-r1.ebuild 
b/net-misc/udpcast/udpcast-20120424-r1.ebuild
deleted file mode 100644
index a1002dbc1ac..00000000000
--- a/net-misc/udpcast/udpcast-20120424-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic
-
-DESCRIPTION="Multicast file transfer tool"
-HOMEPAGE="http://www.udpcast.linux.lu/";
-SRC_URI="http://www.udpcast.linux.lu/download/${P}.tar.bz2";
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="hardened"
-
-DEPEND="dev-lang/perl"
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${P}-fd_set.patch \
-               "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_configure() {
-       use hardened || append-cflags -DUSE_ASSEMBLER
-
-       default
-}
-
-src_install() {
-       default
-       dodoc *.txt
-}

diff --git a/net-misc/udpcast/udpcast-20120424.ebuild 
b/net-misc/udpcast/udpcast-20120424.ebuild
deleted file mode 100644
index e60e56db9b2..00000000000
--- a/net-misc/udpcast/udpcast-20120424.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="Multicast file transfer tool"
-HOMEPAGE="http://www.udpcast.linux.lu/";
-SRC_URI="http://www.udpcast.linux.lu/download/${P}.tar.bz2";
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-lang/perl"
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${P}-fd_set.patch \
-               "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_install() {
-       default
-       dodoc *.txt
-}

Reply via email to