diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-04 17:12:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-04 18:34:05 +0200 |
commit | d1ce12593dcf2edb0bd1cdf6f23d24be24beadd2 (patch) | |
tree | 639504515ae795fdefd689b30ab9baac0d9050c5 /media-sound/sndfile-tools | |
parent | media-sound/sndfile-tools: Tarball respun, EAPI-7 bump (diff) | |
download | gentoo-d1ce12593dcf2edb0bd1cdf6f23d24be24beadd2.tar.gz gentoo-d1ce12593dcf2edb0bd1cdf6f23d24be24beadd2.tar.bz2 gentoo-d1ce12593dcf2edb0bd1cdf6f23d24be24beadd2.zip |
media-sound/sndfile-tools: Drop 1.03-r1 and 1.04
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/sndfile-tools')
4 files changed, 0 insertions, 79 deletions
diff --git a/media-sound/sndfile-tools/Manifest b/media-sound/sndfile-tools/Manifest index eea453ac6255..d2c11f912f4b 100644 --- a/media-sound/sndfile-tools/Manifest +++ b/media-sound/sndfile-tools/Manifest @@ -1,3 +1 @@ -DIST sndfile-tools-1.03.tar.gz 474494 BLAKE2B 17c8f6782895a5e02bcd39e0e966a9196fe26b8fa192b3375a4f167cb554de168d4ce4e638d792720ee3e74483a88060ef9bf6d3713c91834acc9b39427185e2 SHA512 bc6ac7977a95ccf845c889db81452ae84b4f10a8f51c91ddd6fe4d926337a60cdbcb2859b0758816622554bf26a6e42b70f791f2c5158926c3f92ab2abbf14dc -DIST sndfile-tools-1.04.tar.bz2 714880 BLAKE2B 14d8f9a8172e4e3d8fe320baf3e546c3998636c0de36e8b41e38e277c18f2af6c3ea944eb4cecdda0e225fa3d7adbcd3a5618e74a9d567c42eb0056f162703e3 SHA512 90b0121f4d0bf3ebf3962cc47bcd6a11e5a644d0567be137a8bcf5881944e03e3c9650c9813c982a58072154f62dd176c46cfe83e5661ff81205db30923b71d3 DIST sndfile-tools-1.04a.tar.bz2 715692 BLAKE2B e65a222bfdd96803293f006c2c5704fd1037d81524559d86c8e3812b91bd90fa0b47d1f589adb303f68e1ffdbebfd8b4ec616c9f1d897ad993768981c83022e3 SHA512 b93fd74386960c986031fd1652335bc34243bd785ccf31480b82f4d76ef86760ca53173aace273a635db70db46c0c1c4066328aef9c21c01c6e76346dbe56390 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 deleted file mode 100644 index 11c71c79310a..000000000000 --- a/media-sound/sndfile-tools/files/sndfile-tools-1.03-remove-Werror.patch +++ /dev/null @@ -1,16 +0,0 @@ -Remove -Werror from CFLAGS causing all sorts of havoc due to -deprecated declarations in media-sound/jack-audio-connection-kit -See also: https://bugs.gentoo.org/show_bug.cgi?id=542120 - ---- sndfile-tools-1.03/configure -+++ sndfile-tools-1.03/configure -@@ -11397,9 +11397,6 @@ - CFLAGS="$CFLAGS -std=gnu99 -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith" - # -Wundef -Wbad-function-cast -Wmissing-declarations -Wconversion -Winline" - -- if test x$ac_arg_gcc_werror = "xyes" ; then -- CFLAGS="-Werror $CFLAGS" -- fi - - - $as_echo "#define COMPILER_IS_GCC 1" >>confdefs.h diff --git a/media-sound/sndfile-tools/sndfile-tools-1.03-r1.ebuild b/media-sound/sndfile-tools/sndfile-tools-1.03-r1.ebuild deleted file mode 100644 index 052ea1b02f8f..000000000000 --- a/media-sound/sndfile-tools/sndfile-tools-1.03-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A small collection of programs that use libsndfile" -HOMEPAGE="http://www.mega-nerd.com/libsndfile/tools/" -SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=">=media-libs/libsndfile-1.0.19 - >=x11-libs/cairo-1.4.0 - sci-libs/fftw:3.0 - media-sound/jack-audio-connection-kit" -DEPEND="virtual/pkgconfig - ${RDEPEND}" -PATCHES=( - "${FILESDIR}/${P}-remove-Werror.patch" -) diff --git a/media-sound/sndfile-tools/sndfile-tools-1.04.ebuild b/media-sound/sndfile-tools/sndfile-tools-1.04.ebuild deleted file mode 100644 index 46defab32442..000000000000 --- a/media-sound/sndfile-tools/sndfile-tools-1.04.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A small collection of programs that use libsndfile" -HOMEPAGE="http://www.mega-nerd.com/libsndfile/tools/" - -if [[ ${PV} == *9999 ]]; then - inherit autotools git-r3 - EGIT_REPO_URI="https://github.com/erikd/sndfile-tools.git" -else - SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.bz2" - KEYWORDS="~amd64" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="jack" - -RDEPEND=" - media-libs/libsndfile:= - media-libs/libsamplerate:= - x11-libs/cairo:= - sci-libs/fftw:3.0= - jack? ( media-sound/jack-audio-connection-kit:= )" -DEPEND=" - virtual/pkgconfig - ${RDEPEND}" - -src_prepare() { - default - [[ ${PV} == *9999 ]] && eautoreconf -} - -src_configure() { - econf $(use_enable jack) -} |