commit:     602a1ba00052303a90675fdf896dacf4658633ad
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 06:13:31 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 06:36:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602a1ba0

media-sound/rplay: treeclean

Closes: https://bugs.gentoo.org/731070
Closes: https://bugs.gentoo.org/802108
Closes: https://bugs.gentoo.org/875164
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-sound/rplay/Manifest                         |  2 -
 .../rplay-3.3.2-built-in_function_exit-r1.patch    | 20 --------
 media-sound/rplay/metadata.xml                     | 15 ------
 media-sound/rplay/rplay-3.3.2_p16-r4.ebuild        | 58 ----------------------
 profiles/package.mask                              |  8 ---
 5 files changed, 103 deletions(-)

diff --git a/media-sound/rplay/Manifest b/media-sound/rplay/Manifest
deleted file mode 100644
index 5e2adbe75eec..000000000000
--- a/media-sound/rplay/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST rplay-3.3.2.tar.gz 480015 BLAKE2B 
5f506e81a5c9bad175c8906cb3104564ec9c8c6f4496382a428d77dff6264d0f39d3ab9af7cb83b0ef34bccc14f15978e399d428c62f6dafe46ee8ad70d32d37
 SHA512 
b0683de0f5dc1483d22ac68c0502fe66e89ba1c25300fdca9486df1cb6ea96393b18b783f918f18dba0ba0fbfd20410448e3e03df06fc4afba1b63024d82a713
-DIST rplay_3.3.2-16.debian.tar.xz 25456 BLAKE2B 
34c69d95c964465a04681d7cb4c1a66b34d486e540486d1b47d9590fb893e574381405c15a48bfec272f3b566f5b3ab6ce88806497f8d1533f441cbf9481a3a8
 SHA512 
8d5db7862267fd0ec7f27896b6a76708304e54b9f2c8a52621c0a92c4688511e07a7820b2468c93032dab15f27f5dda1f8931e35d95e724501e2586a5851486b

diff --git 
a/media-sound/rplay/files/rplay-3.3.2-built-in_function_exit-r1.patch 
b/media-sound/rplay/files/rplay-3.3.2-built-in_function_exit-r1.patch
deleted file mode 100644
index 79d9a128806e..000000000000
--- a/media-sound/rplay/files/rplay-3.3.2-built-in_function_exit-r1.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/adpcm/decode.c
-+++ b/adpcm/decode.c
-@@ -6,6 +6,7 @@
-  * Usage : decode [-3|4|5] [-a|u|l] < infile > outfile
-  */
- #include <stdio.h>
-+#include <stdlib.h>
- #include "g72x.h"
- 
- 
---- a/adpcm/encode.c
-+++ b/adpcm/encode.c
-@@ -6,6 +6,7 @@
-  * Usage : encode [-3|4|5] [-a|u|l] < infile > outfile
-  */
- #include <stdio.h>
-+#include <stdlib.h>
- #include "g72x.h"
- 
- 

diff --git a/media-sound/rplay/metadata.xml b/media-sound/rplay/metadata.xml
deleted file mode 100644
index f5e71e7a7e35..000000000000
--- a/media-sound/rplay/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>so...@gentoo.org</email>
-               <name>Gentoo Sound project</name>
-       </maintainer>
-       <longdescription lang="en">
-               rplay is a flexible network audio system that allows sounds to 
be played
-               to and from local and remote Unix systems. Sounds can be played 
with or
-               without sending audio data over the network using either UDP or 
TCP.
-               rplay audio servers can be configured to share sound files with 
each
-               other.
-       </longdescription>
-</pkgmetadata>

diff --git a/media-sound/rplay/rplay-3.3.2_p16-r4.ebuild 
b/media-sound/rplay/rplay-3.3.2_p16-r4.ebuild
deleted file mode 100644
index 054c31b7c782..000000000000
--- a/media-sound/rplay/rplay-3.3.2_p16-r4.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Play sounds on remote Unix systems without data transfer"
-HOMEPAGE="http://rplay.doit.org/";
-SRC_URI="
-       http://rplay.doit.org/dist/${PN}-$(ver_cut 1-3).tar.gz
-       mirror://debian/pool/main/r/${PN}/${PN}_$(ver_cut 1-3)-$(ver_cut 
5).debian.tar.xz
-"
-S="${WORKDIR}"/${PN}-$(ver_cut 1-3)
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-       acct-group/rplayd
-       acct-user/rplayd
-       media-sound/gsm
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-       "${WORKDIR}"/debian/patches
-       "${FILESDIR}"/${PN}-$(ver_cut 1-3)-built-in_function_exit-r1.patch
-)
-
-src_prepare() {
-       default
-       mv configure.{in,ac} || die
-       mv rx/configure.{in,ac} || die
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --enable-rplayd-user=rplayd \
-               --enable-rplayd-group=rplayd
-}
-
-src_install() {
-       # This is borrowed from the old einstall helper, and is necessary
-       # (at least some of variables).
-       emake prefix="${ED}/usr" \
-               libdir="${ED}/usr/$(get_libdir)" \
-               datadir="${ED}/usr/share" \
-               infodir="${ED}/usr/share/info" \
-               localstatedir="${ED}/var/lib" \
-               mandir="${ED}/usr/share/man" \
-               sysconfdir="${ED}/etc" \
-               install
-
-       find "${ED}" -name '*.la' -delete || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 15dee1ea64fd..d135f5590cf9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -493,14 +493,6 @@ dev-python/setuptools-declarative-requirements
 # Removal on 2022-11-07.  Bug #834656.
 dev-python/kazoo
 
-# Sam James <s...@gentoo.org> (2022-10-07)
-# Ancient K&R C codebase which fails to compile with modern Clang; surface
-# level fixes are doable, but then get into various dangerous constructs
-# in the async code which is non-trivial to port to modern compilers.
-# bug #731070, bug #802108, bug #875164.
-# Use media-sound/mpd if looking for a modern alternative. Removal on 
2022-11-07.
-media-sound/rplay
-
 # Sam James <s...@gentoo.org> (2022-10-04)
 # Regression for some Intel LCDs which may cause physical damage
 # Please upgrade to 5.19.13 if affected!

Reply via email to