summaryrefslogtreecommitdiffstats
path: root/trinity-base/tdemultimedia-arts
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-28 19:20:53 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-01 23:25:44 +0100
commit62d47dd844d191b892ae0edec58ff2cdf3532e40 (patch)
tree45e551b6261dbe852fb69037566f2f23f4bad2c9 /trinity-base/tdemultimedia-arts
parenteb922946c6680e0c88a256e2897a27b3b6a757a6 (diff)
downloadtde-packaging-gentoo-62d47dd844d191b892ae0edec58ff2cdf3532e40.tar.gz
tde-packaging-gentoo-62d47dd844d191b892ae0edec58ff2cdf3532e40.zip
*/*: Remove 14.0.7 packages
Fixes were only made to 14.0.8 and CI is still very red for 14.0.7. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'trinity-base/tdemultimedia-arts')
-rw-r--r--trinity-base/tdemultimedia-arts/Manifest1
-rw-r--r--trinity-base/tdemultimedia-arts/tdemultimedia-arts-14.0.7.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/trinity-base/tdemultimedia-arts/Manifest b/trinity-base/tdemultimedia-arts/Manifest
index 367636cb..c158b657 100644
--- a/trinity-base/tdemultimedia-arts/Manifest
+++ b/trinity-base/tdemultimedia-arts/Manifest
@@ -1,2 +1 @@
-DIST tdemultimedia-trinity-14.0.7.tar.xz 4826012 BLAKE2B e683d7910277c6ae619e4e41fa16dc5f6e5909b391b9570d057c10a20277668e730eed8bec92fd143a66855954c5febcca8e13aa0770d116c995cf412fe2e933 SHA512 2ae0947a097648648e545e0ceab8f7793d7f74177dc7920866f44372a1fd134ea74d36c0df326921795779b6e196d900275af7c90a9ea32889c11f9aac9df1b3
DIST tdemultimedia-trinity-14.0.8.tar.xz 4825772 BLAKE2B a7d993fdc3e257fffe353225afcb5fee9fb573c7cb8692117a071df58684f3b24e4d53a3801429b6e201bdd592a1069b4389260eff0b86078b8077af769393e9 SHA512 59e4a0bc1ce2babecb370cdd97c0e4b7eaa1e7bdabdf7b6d0b6cbc71d9f1e2d4c4d9707f8ba01b5274004b76cf8eb2e4655c6dbc7e94561c0fa5045e85de06cf
diff --git a/trinity-base/tdemultimedia-arts/tdemultimedia-arts-14.0.7.ebuild b/trinity-base/tdemultimedia-arts/tdemultimedia-arts-14.0.7.ebuild
deleted file mode 100644
index f45d58c2..00000000
--- a/trinity-base/tdemultimedia-arts/tdemultimedia-arts-14.0.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2020 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-TRINITY_MODULE_NAME="tdemultimedia"
-
-inherit trinity-meta-2
-
-DESCRIPTION="The aRts pipeline builder and other tools"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="alsa akode audiofile mpeg vorbis xine"
-
-DEPEND="~trinity-base/arts-${PV}
- alsa? ( media-libs/alsa-lib )
- akode? ( =media-libs/akode-${PV} )
- audiofile? ( media-libs/audiofile )
- xine? ( media-libs/xine-lib )
- vorbis? ( media-libs/libvorbis )"
-RDEPEND=" ${DEPEND}"
-
-TSM_EXTRACT_ALSO="mpeglib/ audiofile_artsplugin/ mpeglib_artsplug/"
-
-src_configure() {
- mycmakeargs=(
- -DWITH_ALSA="$(usex alsa)"
- -DWITH_ARTS_AKODE="$(usex akode)"
- -DWITH_ARTS_AUDIOFILE="$(usex audiofile)"
- -DWITH_ARTS_MPEGLIB="$(usex mpeg)"
- -DBUILD_MPEGLIB="$(usex mpeg)"
- -DWITH_ARTS_XINE="$(usex xine)"
- -DWITH_VORBIS="$(usex vorbis)"
- )
-
- trinity-meta-2_src_configure
-}