Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: media-sound/cdparanoia/files/, media-sound/cdparanoia/
Date: Tue, 18 Jan 2022 00:47:32
Message-Id: 1642466583.3e6cd8234884b67d7fab2ce40a663dbea285ad37.anarchy@gentoo
1 commit: 3e6cd8234884b67d7fab2ce40a663dbea285ad37
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 00:43:03 2022 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 00:43:03 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=3e6cd823
7
8 media-sound/cdparanoia: already fixed in tree
9
10 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
11
12 media-sound/cdparanoia/Manifest | 2 -
13 media-sound/cdparanoia/cdparanoia-3.10.2-r6.ebuild | 60 ----------------------
14 .../files/cdparanoia-missing-sys_types_h.patch | 24 ---------
15 media-sound/cdparanoia/metadata.xml | 8 ---
16 4 files changed, 94 deletions(-)
17
18 diff --git a/media-sound/cdparanoia/Manifest b/media-sound/cdparanoia/Manifest
19 deleted file mode 100644
20 index 3ce0ba51..00000000
21 --- a/media-sound/cdparanoia/Manifest
22 +++ /dev/null
23 @@ -1,2 +0,0 @@
24 -DIST cdparanoia-III-10.2-patches-2.tbz2 6242 SHA256 3c06fa469d7d7774e1c168b4a79851f50aeb6a4054a515ce4e30ef5ed83d1fbc SHA512 523a9ef9f3de263236aad6da102b807a6620cde8767e297e54dcd552f59077d959a89187bc82ad71c577fa66c4862d7c651e922b8b8b8369dd63685cbda9cb74 WHIRLPOOL 238b8aed5edab02350263455b7205531a8cf830fdb5f8d3d8245756bd712295d8d32c17f53518fc8410112d6b1adb377e6eb3658a3649e0df7a9bd7ed3227269
25 -DIST cdparanoia-III-10.2.src.tgz 183236 SHA256 005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df SHA512 4ab0a0f5ef44d56c1af72d1fc1035566a1a89c4eeddb9e8baea675fe51c06138d913342afc8bed167d9fa55672fa25a2763ce21f7e24c1232e4739aff20733a7 WHIRLPOOL fe0c211ce42c58534978669bc1d9c63de7cba6dcd8fbfe6d6c78fc1d2600680c5a94e52e5552c8423f1929a070b2bba35c6921a7c7ddb8921a6ebd9127dacb60
26
27 diff --git a/media-sound/cdparanoia/cdparanoia-3.10.2-r6.ebuild b/media-sound/cdparanoia/cdparanoia-3.10.2-r6.ebuild
28 deleted file mode 100644
29 index 8f934043..00000000
30 --- a/media-sound/cdparanoia/cdparanoia-3.10.2-r6.ebuild
31 +++ /dev/null
32 @@ -1,60 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -inherit autotools eutils libtool toolchain-funcs versionator multilib-minimal
38 -
39 -MY_P=${PN}-III-$(get_version_component_range 2-3)
40 -DESCRIPTION="an advanced CDDA reader with error correction"
41 -HOMEPAGE="http://www.xiph.org/paranoia"
42 -SRC_URI="http://downloads.xiph.org/releases/${PN}/${MY_P}.src.tgz
43 - https://dev.gentoo.org/~ssuominen/${MY_P}-patches-2.tbz2"
44 -
45 -LICENSE="GPL-2 LGPL-2.1"
46 -SLOT="0"
47 -KEYWORDS="amd64 arm arm64 ~mips ppc x86"
48 -IUSE="static-libs"
49 -
50 -RDEPEND=""
51 -DEPEND=${RDEPEND}
52 -
53 -S=${WORKDIR}/${MY_P}
54 -
55 -src_prepare() {
56 - EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patches
57 -
58 - epatch "${FILESDIR}"/${PN}-missing-sys_types_h.patch
59 -
60 - mv configure.guess config.guess
61 - mv configure.sub config.sub
62 -
63 - sed -i -e '/configure.\(guess\|sub\)/d' configure.in || die
64 -
65 - eautoconf
66 - elibtoolize
67 -
68 - multilib_copy_sources
69 -}
70 -
71 -multilib_src_configure() {
72 - tc-export AR CC RANLIB
73 - econf
74 -}
75 -
76 -multilib_src_compile() {
77 - emake OPT="${CFLAGS} -I${S}/interface"
78 - use static-libs && emake lib OPT="${CFLAGS} -I${S}/interface"
79 -}
80 -
81 -multilib_src_install_all() {
82 - einstalldocs
83 - mv "${ED}"/usr/bin/${PN}{,-paranoia}
84 -}
85 -
86 -pkg_postinst() {
87 - eselect ${PN} update ifunset
88 -}
89 -
90 -pkg_postrm() {
91 - eselect ${PN} update ifunset
92 -}
93
94 diff --git a/media-sound/cdparanoia/files/cdparanoia-missing-sys_types_h.patch b/media-sound/cdparanoia/files/cdparanoia-missing-sys_types_h.patch
95 deleted file mode 100644
96 index 010ed4a8..00000000
97 --- a/media-sound/cdparanoia/files/cdparanoia-missing-sys_types_h.patch
98 +++ /dev/null
99 @@ -1,24 +0,0 @@
100 -diff -Naur cdparanoia-III-10.2.orig/interface/utils.h cdparanoia-III-10.2/interface/utils.h
101 ---- cdparanoia-III-10.2.orig/interface/utils.h 2008-08-14 06:56:20.000000000 -0700
102 -+++ cdparanoia-III-10.2/interface/utils.h 2016-05-30 14:35:57.071615252 -0700
103 -@@ -3,6 +3,8 @@
104 - #include <errno.h>
105 - #include <string.h>
106 -
107 -+#include <sys/types.h>
108 -+
109 - /* I wonder how many alignment issues this is gonna trip in the
110 - future... it shouldn't trip any... I guess we'll find out :) */
111 -
112 -diff -Naur cdparanoia-III-10.2.orig/utils.h cdparanoia-III-10.2/utils.h
113 ---- cdparanoia-III-10.2.orig/utils.h 2008-08-22 02:39:06.000000000 -0700
114 -+++ cdparanoia-III-10.2/utils.h 2016-05-30 14:35:33.101409747 -0700
115 -@@ -4,6 +4,8 @@
116 - #include <errno.h>
117 - #include <string.h>
118 -
119 -+#include <sys/types.h>
120 -+
121 - extern long buffering_write(int outf, char *buffer, long num);
122 - extern int buffering_close(int fd);
123 -
124
125 diff --git a/media-sound/cdparanoia/metadata.xml b/media-sound/cdparanoia/metadata.xml
126 deleted file mode 100644
127 index ee7258ac..00000000
128 --- a/media-sound/cdparanoia/metadata.xml
129 +++ /dev/null
130 @@ -1,8 +0,0 @@
131 -<?xml version="1.0" encoding="UTF-8"?>
132 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
133 -<pkgmetadata>
134 - <maintainer type="project">
135 - <email>sound@g.o</email>
136 - <name>Gentoo Sound project</name>
137 - </maintainer>
138 -</pkgmetadata>