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/asunder/
Date: Sat, 30 Mar 2019 10:00:06
Message-Id: 1553939904.145775699201a2a51ff55a6eb3bdb6f98251b5bc.asturm@gentoo
1 commit: 145775699201a2a51ff55a6eb3bdb6f98251b5bc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 09:54:00 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 09:58:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14577569
7
8 media-sound/asunder: EAPI-7 bump, switch to xdg
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/asunder/asunder-2.9.3-r1.ebuild | 26 +++++++++-----------------
14 1 file changed, 9 insertions(+), 17 deletions(-)
15
16 diff --git a/media-sound/asunder/asunder-2.9.3-r1.ebuild b/media-sound/asunder/asunder-2.9.3-r1.ebuild
17 index 59b9fd215d8..df537f03bf4 100644
18 --- a/media-sound/asunder/asunder-2.9.3-r1.ebuild
19 +++ b/media-sound/asunder/asunder-2.9.3-r1.ebuild
20 @@ -1,11 +1,11 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 -inherit xdg-utils
28 +inherit xdg
29
30 -DESCRIPTION="A graphical Audio CD ripper and encoder with support for many output formats"
31 +DESCRIPTION="Graphical Audio CD ripper and encoder with support for many output formats"
32 HOMEPAGE="http://littlesvr.ca/asunder/"
33 SRC_URI="http://littlesvr.ca/${PN}/releases/${P}.tar.bz2"
34
35 @@ -14,14 +14,14 @@ SLOT="0"
36 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
37 IUSE="flac mac mp3 musepack opus vorbis wavpack"
38
39 -COMMON_DEPEND=">=media-libs/libcddb-0.9.5
40 +BDEPEND="
41 + dev-util/intltool
42 + sys-devel/gettext
43 + virtual/pkgconfig"
44 +DEPEND=">=media-libs/libcddb-0.9.5
45 media-sound/cdparanoia
46 x11-libs/gtk+:2"
47 -DEPEND="${COMMON_DEPEND}
48 - dev-util/intltool
49 - virtual/pkgconfig
50 - sys-devel/gettext"
51 -RDEPEND="${COMMON_DEPEND}
52 +RDEPEND="${DEPEND}
53 flac? ( media-libs/flac )
54 mac? ( media-sound/mac )
55 mp3? ( media-sound/lame )
56 @@ -34,11 +34,3 @@ src_prepare() {
57 default
58 sed -i -e 's:cd syslogng && $(MAKE) install:true:' Makefile.in || die
59 }
60 -
61 -pkg_postinst() {
62 - xdg_desktop_database_update
63 -}
64 -
65 -pkg_postrm() {
66 - xdg_desktop_database_update
67 -}