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/flacon/
Date: Fri, 23 Feb 2018 19:48:19
Message-Id: 1519415249.8408944aebd37b42c3561760b2b74ce6cd7d4abc.asturm@gentoo
1 commit: 8408944aebd37b42c3561760b2b74ce6cd7d4abc
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 23 11:14:02 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 23 19:47:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8408944a
7
8 media-sound/flacon: remove old
9
10 Closes: https://bugs.gentoo.org/631904
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12 Closes: https://github.com/gentoo/gentoo/pull/7264
13
14 media-sound/flacon/Manifest | 1 -
15 media-sound/flacon/flacon-3.1.1.ebuild | 105 ---------------------------------
16 2 files changed, 106 deletions(-)
17
18 diff --git a/media-sound/flacon/Manifest b/media-sound/flacon/Manifest
19 index e6f2277ba3e..4cea69954c0 100644
20 --- a/media-sound/flacon/Manifest
21 +++ b/media-sound/flacon/Manifest
22 @@ -1,2 +1 @@
23 -DIST flacon-3.1.1.tar.gz 431743 BLAKE2B 491919b31e0f19993c01c8a55145f1f6db7465e10112b7d3862ca2f66f15a534501248d682258fa944d0ac5de1d716c80a98f8329a4f62e22074dd397d9a03da SHA512 13b1abc2edba73e30c9a1b729650e8001a5b8de7e34fe2b599f28277c347539fb50679f8a0e608c87eb7feb1e05e26c7f71fbc3c696f0fa29ae8ae9e20e63cfd
24 DIST flacon-4.0.0.tar.gz 1294289 BLAKE2B 3afadc3545493558a5eadb7720509410fb448fed1e1fc5511f0ce477ea0e6e876d19e3038d5eb77191b449f730f50e6f1e3e4eacf546b064868863ed918acdee SHA512 64efc3369f11a7345d106a253873bcaf64ff0bbfb045e3554fecdc48a86ee5d150bef06643a5bf481d6e139a45a2bfdee91e730f9aa1354a4772f0d994297b78
25
26 diff --git a/media-sound/flacon/flacon-3.1.1.ebuild b/media-sound/flacon/flacon-3.1.1.ebuild
27 deleted file mode 100644
28 index b53f30f14dd..00000000000
29 --- a/media-sound/flacon/flacon-3.1.1.ebuild
30 +++ /dev/null
31 @@ -1,105 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -# Ignore rudimentary et, uz@Latn, zh_TW translation(s).
38 -PLOCALES="cs cs_CZ de es es_MX fr gl hu it ja_JP lt nb nl pl pl_PL pt_BR pt_PT ro_RO ru sr sr@latin tr uk zh_CN"
39 -# Tests require lots of disk space
40 -CHECKREQS_DISK_BUILD=10G
41 -
42 -inherit check-reqs cmake-utils eutils gnome2-utils l10n virtualx xdg-utils
43 -
44 -DESCRIPTION="Extracts audio tracks from an audio CD image to separate tracks"
45 -HOMEPAGE="https://flacon.github.io/"
46 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="LGPL-2.1+"
49 -SLOT="0"
50 -KEYWORDS="amd64 x86"
51 -IUSE="qt5 test"
52 -
53 -RDEPEND="
54 - app-i18n/uchardet
55 - !qt5? (
56 - dev-qt/qtcore:4
57 - dev-qt/qtgui:4
58 - )
59 - qt5? (
60 - dev-qt/qtcore:5
61 - dev-qt/qtnetwork:5
62 - dev-qt/qtwidgets:5
63 - )
64 -"
65 -DEPEND="${RDEPEND}
66 - virtual/pkgconfig
67 - qt5? ( dev-qt/linguist-tools:5 )
68 - test? (
69 - media-libs/flac
70 - media-sound/mac
71 - media-sound/ttaenc
72 - media-sound/wavpack
73 - media-sound/shntool
74 - !qt5? ( dev-qt/qttest:4 )
75 - qt5? ( dev-qt/qttest:5 )
76 - )
77 -"
78 -
79 -pkg_pretend() {
80 - use test && check-reqs_pkg_pretend
81 -}
82 -
83 -pkg_setup() {
84 - use test && check-reqs_pkg_setup
85 -}
86 -
87 -src_prepare() {
88 - cmake-utils_src_prepare
89 -
90 - # Ignore rudimentary et, uz@Latn, zh_TW translation(s).
91 - rm "translations/${PN}_uz@××××.desktop" || die
92 - rm "translations/${PN}"_{et,zh_TW}.ts || die
93 -
94 - remove_locale() {
95 - rm "translations/${PN}_${1}".{ts,desktop} || die
96 - }
97 -
98 - l10n_find_plocales_changes 'translations' "${PN}_" '.ts'
99 - l10n_for_each_disabled_locale_do remove_locale
100 -}
101 -
102 -src_configure() {
103 - local mycmakeargs=(
104 - -DUSE_QT4="$(usex !qt5)"
105 - -DUSE_QT5="$(usex qt5)"
106 - -DBUILD_TESTS="$(usex test)"
107 - )
108 - cmake-utils_src_configure
109 -}
110 -
111 -src_test() {
112 - virtx "${BUILD_DIR}/tests/${PN}_test"
113 -}
114 -
115 -pkg_postinst() {
116 - elog "${PN} optionally supports formats listed below."
117 - elog "(List will be empty if all extra packages are installed.)"
118 - elog "Please install the required packages and restart ${PN}."
119 - optfeature 'FLAC input and output support' media-libs/flac
120 - optfeature 'WavPack input and output support' media-sound/wavpack
121 - optfeature 'APE input support' media-sound/mac
122 - optfeature 'TTA input support' media-sound/ttaenc
123 - optfeature 'AAC output support' media-libs/faac
124 - optfeature 'MP3 output support' media-sound/lame
125 - optfeature 'Vorbis output support' media-sound/vorbis-tools
126 - optfeature 'MP3 Replay Gain support' media-sound/mp3gain
127 - optfeature 'Vorbis Replay Gain support' media-sound/vorbisgain
128 -
129 - gnome2_icon_cache_update
130 - xdg_desktop_database_update
131 -}
132 -
133 -pkg_postrm() {
134 - gnome2_icon_cache_update
135 - xdg_desktop_database_update
136 -}