Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ogmrip/
Date: Mon, 29 Nov 2021 19:01:06
Message-Id: 1638212377.856e3e139cbc9c50fda828cc9e3ed35d2b93496c.jsmolic@gentoo
1 commit: 856e3e139cbc9c50fda828cc9e3ed35d2b93496c
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 29 18:59:37 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 29 18:59:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856e3e13
7
8 media-video/ogmrip: Port to EAPI 7
9
10 Closes: https://bugs.gentoo.org/819417
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 media-video/ogmrip/ogmrip-1.0.1.ebuild | 11 +++++------
14 1 file changed, 5 insertions(+), 6 deletions(-)
15
16 diff --git a/media-video/ogmrip/ogmrip-1.0.1.ebuild b/media-video/ogmrip/ogmrip-1.0.1.ebuild
17 index 0c63e0d65033..c0d8008fc0a1 100644
18 --- a/media-video/ogmrip/ogmrip-1.0.1.ebuild
19 +++ b/media-video/ogmrip/ogmrip-1.0.1.ebuild
20 @@ -1,8 +1,7 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 -GCONF_DEBUG=no
27 +EAPI=7
28
29 inherit gnome2
30
31 @@ -15,7 +14,7 @@ SLOT="0"
32 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
33 IUSE="aac dbus debug dts gtk libnotify matroska mp3 mp4 nls ogm spell srt static-libs theora vorbis x264 xvid"
34
35 -COMMON_DEPEND="
36 +DEPEND="
37 >=dev-libs/glib-2.16:2
38 >=app-i18n/enca-1.9
39 dev-libs/libxml2
40 @@ -45,10 +44,10 @@ COMMON_DEPEND="
41 theora? ( media-libs/libtheora )
42 vorbis? ( media-sound/vorbis-tools )
43 "
44 -RDEPEND="${COMMON_DEPEND}
45 +RDEPEND="${DEPEND}
46 gnome-base/gvfs
47 "
48 -DEPEND="${COMMON_DEPEND}
49 +BDEPEND="
50 dev-util/gtk-doc-am
51 nls? ( sys-devel/gettext
52 dev-util/intltool )