Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/terminatorx/, media-sound/terminatorx/files/
Date: Wed, 30 Nov 2022 08:29:56
Message-Id: 1669796970.44b3cce7344c3d1b1a40d0330a8d2757da9149a9.fordfrog@gentoo
1 commit: 44b3cce7344c3d1b1a40d0330a8d2757da9149a9
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 08:27:49 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 08:29:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b3cce7
7
8 media-sound/terminatorx: removed obsolete 4.1.0
9
10 Bug: https://bugs.gentoo.org/880707
11 Closes: https://bugs.gentoo.org/740522
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 media-sound/terminatorx/Manifest | 1 -
15 .../files/terminatorx-4.1.0-metadata-dir.patch | 13 -----
16 media-sound/terminatorx/terminatorx-4.1.0.ebuild | 65 ----------------------
17 3 files changed, 79 deletions(-)
18
19 diff --git a/media-sound/terminatorx/Manifest b/media-sound/terminatorx/Manifest
20 index 292976ca1edc..c09151992ce3 100644
21 --- a/media-sound/terminatorx/Manifest
22 +++ b/media-sound/terminatorx/Manifest
23 @@ -1,2 +1 @@
24 -DIST terminatorX-4.1.0.tar.bz2 1832295 BLAKE2B a328d05bb0c3c88719eb711dcf3f50eac08cd140e3225f42633744b39ce49f3e074263997ec21b2cc245740fa3f672a19b89d929fad1d0131981988fc80f37fc SHA512 2dc87bdbb4f4d24e10f0c8fac99b4ccecac6036c6dc950184cbdd1d05fe0a4c723ea1b04c49837fb0aa8f149ca9d2fb5d2c42f5109031184980a14fe549312fc
25 DIST terminatorX-4.2.0.tar.bz2 1821474 BLAKE2B dc86555bdb0d837d12144b392cf6a1cdf707268a3634940bed66792432ef014d168dbee2fd540a253ad369ff4aeaf5d0b7dfb252f3c97550a2c4af5ad1a58945 SHA512 e10ac7acd91441dabad80ae7c144b56f39ebfb4c76f0e3bfab093937c69d2c6b0834a68a0a216994898ae05a7f9ae5ebac0b1fa52d65d627b7ed01785fc55941
26
27 diff --git a/media-sound/terminatorx/files/terminatorx-4.1.0-metadata-dir.patch b/media-sound/terminatorx/files/terminatorx-4.1.0-metadata-dir.patch
28 deleted file mode 100644
29 index 3f873271e00b..000000000000
30 --- a/media-sound/terminatorx/files/terminatorx-4.1.0-metadata-dir.patch
31 +++ /dev/null
32 @@ -1,13 +0,0 @@
33 -diff --git a/Makefile.in b/Makefile.in
34 -index cd70e20..5b9a142 100644
35 ---- a/Makefile.in
36 -+++ b/Makefile.in
37 -@@ -362,7 +362,7 @@ EXTRA_DIST = COPYING-DOCS\
38 - # Destkop Entry
39 - desktopdir = $(datadir)/applications
40 - desktop_DATA = terminatorX.desktop
41 --appdatadir = $(datarootdir)/appdata
42 -+appdatadir = $(datarootdir)/metadata
43 - appdata_DATA = terminatorX.appdata.xml
44 - mimedir = $(datadir)/mime-info
45 - mime_DATA = terminatorX.mime terminatorX.keys
46
47 diff --git a/media-sound/terminatorx/terminatorx-4.1.0.ebuild b/media-sound/terminatorx/terminatorx-4.1.0.ebuild
48 deleted file mode 100644
49 index a5e5fd161367..000000000000
50 --- a/media-sound/terminatorx/terminatorx-4.1.0.ebuild
51 +++ /dev/null
52 @@ -1,65 +0,0 @@
53 -# Copyright 1999-2022 Gentoo Authors
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=7
57 -inherit gnome2
58 -
59 -MY_P=${P/terminatorx/terminatorX}
60 -
61 -DESCRIPTION="Realtime audio synthesizer allowing you to 'scratch' on sampled audio data"
62 -HOMEPAGE="https://terminatorx.org/"
63 -# this is the original location but there is an issue with their certificate so mirroring the file
64 -#SRC_URI="https://terminatorx.org/dist/${MY_P}.tar.bz2"
65 -SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/${MY_P}.tar.bz2"
66 -
67 -LICENSE="GPL-2"
68 -SLOT="0"
69 -KEYWORDS="amd64 x86"
70 -# Making X optional fails when disabled: https://bugs.gentoo.org/636832
71 -IUSE="alsa debug jack mad pulseaudio vorbis sox"
72 -
73 -REQUIRED_USE="|| ( alsa jack pulseaudio )"
74 -
75 -RDEPEND="
76 - alsa? ( media-libs/alsa-lib )
77 - jack? ( virtual/jack )
78 - mad? ( media-sound/madplay )
79 - pulseaudio? ( media-sound/pulseaudio )
80 - vorbis? ( media-libs/libvorbis )
81 - sox? ( media-sound/sox
82 - media-sound/mpg123 )
83 - x11-libs/gtk+:3
84 - >=dev-libs/glib-2.2:2
85 -
86 - x11-libs/libXi
87 - x11-libs/libXxf86dga
88 -
89 - dev-libs/libxml2:2
90 - media-libs/audiofile:=
91 - media-libs/ladspa-sdk
92 - media-libs/liblrdf
93 - media-plugins/cmt-plugins
94 -"
95 -DEPEND="${RDEPEND}
96 - x11-base/xorg-proto
97 - app-text/gnome-doc-utils
98 - virtual/pkgconfig
99 -"
100 -
101 -S="${WORKDIR}/${MY_P}"
102 -
103 -PATCHES=(
104 - "${FILESDIR}/${P}-metadata-dir.patch"
105 -)
106 -
107 -src_configure() {
108 - gnome2_src_configure \
109 - --enable-x11 \
110 - $(use_enable alsa) \
111 - $(use_enable debug) \
112 - $(use_enable jack) \
113 - $(use_enable mad) \
114 - $(use_enable pulseaudio pulse) \
115 - $(use_enable vorbis) \
116 - $(use_enable sox)
117 -}