diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-15 14:52:36 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-15 17:10:26 +0200 |
commit | de4c2af1f5a3916280ae6e6fca4ac5fad8dab5b8 (patch) | |
tree | 1016cd31cd517389de2c4544f5c631559ab4b8d4 /sci-electronics/xoscope | |
parent | sys-boot/shim: drop 15.5-r1 (diff) | |
download | gentoo-de4c2af1f5a3916280ae6e6fca4ac5fad8dab5b8.tar.gz gentoo-de4c2af1f5a3916280ae6e6fca4ac5fad8dab5b8.tar.bz2 gentoo-de4c2af1f5a3916280ae6e6fca4ac5fad8dab5b8.zip |
sci-electronics/xoscope: drop 2.2
Closes: https://bugs.gentoo.org/832757
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-electronics/xoscope')
-rw-r--r-- | sci-electronics/xoscope/Manifest | 1 | ||||
-rw-r--r-- | sci-electronics/xoscope/files/xoscope-2.2-fno-common.patch | 16 | ||||
-rw-r--r-- | sci-electronics/xoscope/xoscope-2.2.ebuild | 34 |
3 files changed, 0 insertions, 51 deletions
diff --git a/sci-electronics/xoscope/Manifest b/sci-electronics/xoscope/Manifest index 60c651e80dd4..b9770c340d50 100644 --- a/sci-electronics/xoscope/Manifest +++ b/sci-electronics/xoscope/Manifest @@ -1,2 +1 @@ -DIST xoscope-2.2.tar.gz 307319 BLAKE2B 860fe234e5958a005ff0cff5143fcc0711d69b958e2f6277589d08074001872b065ecb435493285231ff0c61aea1b50b221aa36127b25947184e059e951a70ec SHA512 77a1d7d673af3d82e5a3d563d6901c3d6f5a16a1d889e9b95ac2d7d10c8036461a94fb841266b6d131e96303d4fce47b4bc8255b3855690e9148ead6c38b74cd DIST xoscope-2.3.tar.gz 390105 BLAKE2B 140dd39a9fa754c9ec274041ed0f64124f58b68fabc56a940498d81698146e8474040728360b25ece367cf64bf6b31e2e04b246529d73d4829242b8570eadc3d SHA512 9f1c15a240644027927e1bc39d2a0204d03b8dbe9d1d2aed974d062777562c6877d46f6e3768cf506799d902373fd26a090d94821b0f791f8f3151f7bb2e7eee diff --git a/sci-electronics/xoscope/files/xoscope-2.2-fno-common.patch b/sci-electronics/xoscope/files/xoscope-2.2-fno-common.patch deleted file mode 100644 index 124a8fdd767c..000000000000 --- a/sci-electronics/xoscope/files/xoscope-2.2-fno-common.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Fix FTBFS with GCC 10 -Bug-Debian: https://bugs.debian.org/957990 -Forwarded: https://sourceforge.net/p/xoscope/discussion/23485/thread/d6fba12f59/ -Author: Raymundo Cassani <raymundo.cassani@gmail.com> -Last-Update: 2020-05-20 - ---- a/display.c -+++ b/display.c -@@ -35,7 +35,6 @@ - #define DEBUG 0 - - int triggered = 0; /* whether we've triggered or not */ --void *font; - int math_warning = 0; /* TRUE if math has a problem */ - - struct signal_stats stats; diff --git a/sci-electronics/xoscope/xoscope-2.2.ebuild b/sci-electronics/xoscope/xoscope-2.2.ebuild deleted file mode 100644 index 433adcd9e38d..000000000000 --- a/sci-electronics/xoscope/xoscope-2.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools linux-info - -DESCRIPTION="Soundcard Oscilloscope for X" -HOMEPAGE="http://xoscope.sourceforge.net" -SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - sci-libs/fftw:3.0= - virtual/man - x11-libs/gtkdatabox" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -CONFIG_CHECK="~!SND_PCM_OSS" -ERROR_SND_PCM_OSS="CONFIG_SND_PCM_OSS is needed to support sound card input via /dev/dsp" - -PATCHES=( - "${FILESDIR}"/${P}-man_no_-Tutf8.patch - "${FILESDIR}"/${P}-fno-common.patch -) - -src_prepare() { - default - eautoreconf -} |