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/soundkonverter/
Date: Sun, 15 Oct 2017 23:36:04
Message-Id: 1508110545.a8a560c1dbdcbc2efd3027a4d185f915afb734e5.asturm@gentoo
1 commit: a8a560c1dbdcbc2efd3027a4d185f915afb734e5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 23:34:46 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 15 23:35:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a560c1
7
8 media-sound/soundkonverter: Drop old
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 media-sound/soundkonverter/Manifest | 1 -
13 .../soundkonverter/soundkonverter-3.0.0.ebuild | 54 ----------------------
14 2 files changed, 55 deletions(-)
15
16 diff --git a/media-sound/soundkonverter/Manifest b/media-sound/soundkonverter/Manifest
17 index 7c14217a1fa..473b3cf0f60 100644
18 --- a/media-sound/soundkonverter/Manifest
19 +++ b/media-sound/soundkonverter/Manifest
20 @@ -1,2 +1 @@
21 -DIST soundkonverter-3.0.0.tar.gz 821111 SHA256 f6864a9f145100b721e176b1af8c44646201fcad0886614ea30790a0c3320aee SHA512 5120de077082cc7a760cd1d1f4a7dd804ce8f4190c94d8d2b14baa92c851c6f6338c6f075bfa5a8fed8891840938a790e3765465b49c8863166f0805b355506a WHIRLPOOL 2b5600db2072d780891753bda2cb43901920e2170238cca9cdcb562410caffa63faecc904c1ddce277a8d70e1efa376d28cc19540c8c24c636a61b62afa823d2
22 DIST soundkonverter-3.0.1.tar.gz 821278 SHA256 92117f8aff85aac3a336cc0c94f3739aaa2d07ddd741d737dfd4b1571c60a0ce SHA512 db0f9ff7b8d229012d08bb8030c7f11c428632867d0eeb7de8717d47f651a7641240aa0df9c947653fe6a2ad7d4930421f69fff8d038d47f28ca563dfa720911 WHIRLPOOL 2dfe82c4400c0afd05dced2fb5b92f2f239a456ee87ebe6d3eb10c2474f70121d0d72700ee3fdbe2b31ea7f1a3d5fc78e65af0f89bb73c291467b5e698053e5c
23
24 diff --git a/media-sound/soundkonverter/soundkonverter-3.0.0.ebuild b/media-sound/soundkonverter/soundkonverter-3.0.0.ebuild
25 deleted file mode 100644
26 index 9061189c887..00000000000
27 --- a/media-sound/soundkonverter/soundkonverter-3.0.0.ebuild
28 +++ /dev/null
29 @@ -1,54 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit kde5
36 -
37 -DESCRIPTION="Frontend to various audio converters"
38 -HOMEPAGE="https://www.linux-apps.com/search?projectSearchText=soundKonverter
39 - https://github.com/dfaust/soundkonverter"
40 -SRC_URI="https://github.com/dfaust/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE=""
45 -
46 -RDEPEND="
47 - $(add_frameworks_dep kcompletion)
48 - $(add_frameworks_dep kconfig)
49 - $(add_frameworks_dep kconfigwidgets)
50 - $(add_frameworks_dep kcoreaddons)
51 - $(add_frameworks_dep kdelibs4support)
52 - $(add_frameworks_dep ki18n)
53 - $(add_frameworks_dep kio)
54 - $(add_frameworks_dep knotifications)
55 - $(add_frameworks_dep kservice)
56 - $(add_frameworks_dep ktextwidgets)
57 - $(add_frameworks_dep kwidgetsaddons)
58 - $(add_frameworks_dep kxmlgui)
59 - $(add_frameworks_dep solid)
60 - $(add_kdeapps_dep libkcddb)
61 - $(add_qt_dep qtgui)
62 - $(add_qt_dep qtwidgets)
63 - $(add_qt_dep qtxml)
64 - media-libs/phonon[qt5]
65 - >=media-libs/taglib-1.10
66 - media-sound/cdparanoia
67 -"
68 -DEPEND="${RDEPEND}
69 - sys-devel/gettext
70 -"
71 -
72 -PATCHES=( "${FILESDIR}/${P}-deps.patch" )
73 -
74 -S="${WORKDIR}"/${P}/src
75 -
76 -pkg_postinst() {
77 - kde5_pkg_postinst
78 -
79 - elog "soundKonverter optionally supports many different audio formats."
80 - elog "You will need to install the appropriate encoding packages for the"
81 - elog "formats you require. For a full listing, consult the README file"
82 - elog "in /usr/share/doc/${PF}"
83 -}