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/whipper/
Date: Thu, 10 Jan 2019 21:54:40
Message-Id: 1547157249.ffde8f876b6636bc6810d449dec16d809963b8df.asturm@gentoo
1 commit: ffde8f876b6636bc6810d449dec16d809963b8df
2 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
3 AuthorDate: Tue Nov 13 02:49:51 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 10 21:54:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffde8f87
7
8 media-sound/whipper: remove dev-libs/gobject-introspection dependency
9
10 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 Closes: https://github.com/gentoo/gentoo/pull/10406
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 .../whipper/{whipper-0.7.0.ebuild => whipper-0.7.0-r1.ebuild} | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/media-sound/whipper/whipper-0.7.0.ebuild b/media-sound/whipper/whipper-0.7.0-r1.ebuild
19 similarity index 93%
20 rename from media-sound/whipper/whipper-0.7.0.ebuild
21 rename to media-sound/whipper/whipper-0.7.0-r1.ebuild
22 index 0806473cc34..2aace1ef876 100644
23 --- a/media-sound/whipper/whipper-0.7.0.ebuild
24 +++ b/media-sound/whipper/whipper-0.7.0-r1.ebuild
25 @@ -1,7 +1,7 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 -EAPI=6
31 +EAPI=7
32
33 PYTHON_COMPAT=( python2_7 )
34
35 @@ -23,7 +23,6 @@ DEPEND="
36 "
37 RDEPEND="
38 app-cdr/cdrdao
39 - dev-libs/gobject-introspection[${PYTHON_USEDEP}]
40 >=dev-libs/libcdio-paranoia-0.94_p2
41 dev-python/cddb-py[${PYTHON_USEDEP}]
42 dev-python/pycdio[${PYTHON_USEDEP}]