Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/sndfile-tools/files/, media-sound/sndfile-tools/
Date: Fri, 04 Sep 2020 16:35:04
Message-Id: 1599237245.d1ce12593dcf2edb0bd1cdf6f23d24be24beadd2.asturm@gentoo
1 commit: d1ce12593dcf2edb0bd1cdf6f23d24be24beadd2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 4 15:12:54 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 16:34:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ce1259
7
8 media-sound/sndfile-tools: Drop 1.03-r1 and 1.04
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/sndfile-tools/Manifest | 2 --
14 .../files/sndfile-tools-1.03-remove-Werror.patch | 16 ---------
15 .../sndfile-tools/sndfile-tools-1.03-r1.ebuild | 23 -------------
16 .../sndfile-tools/sndfile-tools-1.04.ebuild | 38 ----------------------
17 4 files changed, 79 deletions(-)
18
19 diff --git a/media-sound/sndfile-tools/Manifest b/media-sound/sndfile-tools/Manifest
20 index eea453ac625..d2c11f912f4 100644
21 --- a/media-sound/sndfile-tools/Manifest
22 +++ b/media-sound/sndfile-tools/Manifest
23 @@ -1,3 +1 @@
24 -DIST sndfile-tools-1.03.tar.gz 474494 BLAKE2B 17c8f6782895a5e02bcd39e0e966a9196fe26b8fa192b3375a4f167cb554de168d4ce4e638d792720ee3e74483a88060ef9bf6d3713c91834acc9b39427185e2 SHA512 bc6ac7977a95ccf845c889db81452ae84b4f10a8f51c91ddd6fe4d926337a60cdbcb2859b0758816622554bf26a6e42b70f791f2c5158926c3f92ab2abbf14dc
25 -DIST sndfile-tools-1.04.tar.bz2 714880 BLAKE2B 14d8f9a8172e4e3d8fe320baf3e546c3998636c0de36e8b41e38e277c18f2af6c3ea944eb4cecdda0e225fa3d7adbcd3a5618e74a9d567c42eb0056f162703e3 SHA512 90b0121f4d0bf3ebf3962cc47bcd6a11e5a644d0567be137a8bcf5881944e03e3c9650c9813c982a58072154f62dd176c46cfe83e5661ff81205db30923b71d3
26 DIST sndfile-tools-1.04a.tar.bz2 715692 BLAKE2B e65a222bfdd96803293f006c2c5704fd1037d81524559d86c8e3812b91bd90fa0b47d1f589adb303f68e1ffdbebfd8b4ec616c9f1d897ad993768981c83022e3 SHA512 b93fd74386960c986031fd1652335bc34243bd785ccf31480b82f4d76ef86760ca53173aace273a635db70db46c0c1c4066328aef9c21c01c6e76346dbe56390
27
28 diff --git a/media-sound/sndfile-tools/files/sndfile-tools-1.03-remove-Werror.patch b/media-sound/sndfile-tools/files/sndfile-tools-1.03-remove-Werror.patch
29 deleted file mode 100644
30 index 11c71c79310..00000000000
31 --- a/media-sound/sndfile-tools/files/sndfile-tools-1.03-remove-Werror.patch
32 +++ /dev/null
33 @@ -1,16 +0,0 @@
34 -Remove -Werror from CFLAGS causing all sorts of havoc due to
35 -deprecated declarations in media-sound/jack-audio-connection-kit
36 -See also: https://bugs.gentoo.org/show_bug.cgi?id=542120
37 -
38 ---- sndfile-tools-1.03/configure
39 -+++ sndfile-tools-1.03/configure
40 -@@ -11397,9 +11397,6 @@
41 - CFLAGS="$CFLAGS -std=gnu99 -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith"
42 - # -Wundef -Wbad-function-cast -Wmissing-declarations -Wconversion -Winline"
43 -
44 -- if test x$ac_arg_gcc_werror = "xyes" ; then
45 -- CFLAGS="-Werror $CFLAGS"
46 -- fi
47 -
48 -
49 - $as_echo "#define COMPILER_IS_GCC 1" >>confdefs.h
50
51 diff --git a/media-sound/sndfile-tools/sndfile-tools-1.03-r1.ebuild b/media-sound/sndfile-tools/sndfile-tools-1.03-r1.ebuild
52 deleted file mode 100644
53 index 052ea1b02f8..00000000000
54 --- a/media-sound/sndfile-tools/sndfile-tools-1.03-r1.ebuild
55 +++ /dev/null
56 @@ -1,23 +0,0 @@
57 -# Copyright 1999-2016 Gentoo Foundation
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=6
61 -
62 -DESCRIPTION="A small collection of programs that use libsndfile"
63 -HOMEPAGE="http://www.mega-nerd.com/libsndfile/tools/"
64 -SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.gz"
65 -
66 -LICENSE="GPL-2"
67 -SLOT="0"
68 -KEYWORDS="~amd64"
69 -IUSE=""
70 -
71 -RDEPEND=">=media-libs/libsndfile-1.0.19
72 - >=x11-libs/cairo-1.4.0
73 - sci-libs/fftw:3.0
74 - media-sound/jack-audio-connection-kit"
75 -DEPEND="virtual/pkgconfig
76 - ${RDEPEND}"
77 -PATCHES=(
78 - "${FILESDIR}/${P}-remove-Werror.patch"
79 -)
80
81 diff --git a/media-sound/sndfile-tools/sndfile-tools-1.04.ebuild b/media-sound/sndfile-tools/sndfile-tools-1.04.ebuild
82 deleted file mode 100644
83 index 46defab3244..00000000000
84 --- a/media-sound/sndfile-tools/sndfile-tools-1.04.ebuild
85 +++ /dev/null
86 @@ -1,38 +0,0 @@
87 -# Copyright 1999-2018 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=6
91 -
92 -DESCRIPTION="A small collection of programs that use libsndfile"
93 -HOMEPAGE="http://www.mega-nerd.com/libsndfile/tools/"
94 -
95 -if [[ ${PV} == *9999 ]]; then
96 - inherit autotools git-r3
97 - EGIT_REPO_URI="https://github.com/erikd/sndfile-tools.git"
98 -else
99 - SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.bz2"
100 - KEYWORDS="~amd64"
101 -fi
102 -
103 -LICENSE="GPL-2"
104 -SLOT="0"
105 -IUSE="jack"
106 -
107 -RDEPEND="
108 - media-libs/libsndfile:=
109 - media-libs/libsamplerate:=
110 - x11-libs/cairo:=
111 - sci-libs/fftw:3.0=
112 - jack? ( media-sound/jack-audio-connection-kit:= )"
113 -DEPEND="
114 - virtual/pkgconfig
115 - ${RDEPEND}"
116 -
117 -src_prepare() {
118 - default
119 - [[ ${PV} == *9999 ]] && eautoreconf
120 -}
121 -
122 -src_configure() {
123 - econf $(use_enable jack)
124 -}