Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mkvtoolnix/
Date: Sun, 30 Jun 2019 12:37:09
Message-Id: 1561898208.d95278e742a78676a701c1822b86395f1e013482.pacho@gentoo
1 commit: d95278e742a78676a701c1822b86395f1e013482
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 30 12:31:53 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 30 12:36:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d95278e7
7
8 media-video/mkvtoolnix: Sync with latest version
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 media-video/mkvtoolnix/mkvtoolnix-9999.ebuild | 18 +++---------------
14 1 file changed, 3 insertions(+), 15 deletions(-)
15
16 diff --git a/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild b/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild
17 index 2bc8fa7624c..8f7b2cf6763 100644
18 --- a/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild
19 +++ b/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -inherit toolchain-funcs versionator multiprocessing xdg-utils qmake-utils gnome2-utils
25 +inherit toolchain-funcs versionator multiprocessing qmake-utils xdg
26
27 if [[ ${PV} == "9999" ]] ; then
28 EGIT_REPO_URI="https://gitlab.com/mbunkus/mkvtoolnix.git"
29 @@ -22,7 +22,7 @@ IUSE="debug nls pch test qt5"
30 # check NEWS.md for build system changes entries for boost/libebml/libmatroska
31 # version requirement updates and other packaging info
32 RDEPEND="
33 - dev-libs/libfmt:=
34 + >=dev-libs/libfmt-5.3.0:=
35 >=dev-libs/boost-1.49.0:=
36 >=dev-libs/libebml-1.3.7:=
37 dev-libs/pugixml
38 @@ -70,7 +70,7 @@ pkg_pretend() {
39 }
40
41 src_prepare() {
42 - default
43 + xdg_src_prepare
44 [[ ${PV} == "9999" ]] && { ./autogen.sh || die; }
45 }
46
47 @@ -116,15 +116,3 @@ src_install() {
48 einstalldocs
49 doman doc/man/*.1
50 }
51 -
52 -pkg_postrm() {
53 - xdg_mimeinfo_database_update
54 - xdg_desktop_database_update
55 - gnome2_icon_cache_update
56 -}
57 -
58 -pkg_postinst() {
59 - xdg_mimeinfo_database_update
60 - xdg_desktop_database_update
61 - gnome2_icon_cache_update
62 -}