Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libheif/
Date: Sun, 30 Aug 2020 22:17:55
Message-Id: 1598825842.793e385a422643539af5ae6af41a89a41fdc3957.whissi@gentoo
1 commit: 793e385a422643539af5ae6af41a89a41fdc3957
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Mon Aug 17 11:25:10 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 22:17:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793e385a
7
8 media-libs/libheif: port to xdg eclass
9
10 Package-Manager: Portage-3.0.3, Repoman-3.0.0
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Closes: https://github.com/gentoo/gentoo/pull/17146
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 media-libs/libheif/libheif-1.5.1.ebuild | 10 +---------
16 media-libs/libheif/libheif-1.6.1.ebuild | 10 +---------
17 media-libs/libheif/libheif-1.6.2.ebuild | 10 +---------
18 media-libs/libheif/libheif-1.7.0.ebuild | 10 +---------
19 media-libs/libheif/libheif-9999.ebuild | 10 +---------
20 5 files changed, 5 insertions(+), 45 deletions(-)
21
22 diff --git a/media-libs/libheif/libheif-1.5.1.ebuild b/media-libs/libheif/libheif-1.5.1.ebuild
23 index ea2fa1ddafb..157ef706807 100644
24 --- a/media-libs/libheif/libheif-1.5.1.ebuild
25 +++ b/media-libs/libheif/libheif-1.5.1.ebuild
26 @@ -3,7 +3,7 @@
27
28 EAPI=7
29
30 -inherit autotools xdg-utils multilib-minimal
31 +inherit autotools xdg multilib-minimal
32
33 if [[ ${PV} == "9999" ]] ; then
34 EGIT_REPO_URI="https://github.com/strukturag/${PN}.git"
35 @@ -66,11 +66,3 @@ multilib_src_install_all() {
36 find "${ED}" -name "*.a" -delete || die
37 fi
38 }
39 -
40 -pkg_postinst() {
41 - xdg_mimeinfo_database_update
42 -}
43 -
44 -pkg_postrm() {
45 - xdg_mimeinfo_database_update
46 -}
47
48 diff --git a/media-libs/libheif/libheif-1.6.1.ebuild b/media-libs/libheif/libheif-1.6.1.ebuild
49 index 68966c34be8..93703270cf3 100644
50 --- a/media-libs/libheif/libheif-1.6.1.ebuild
51 +++ b/media-libs/libheif/libheif-1.6.1.ebuild
52 @@ -3,7 +3,7 @@
53
54 EAPI=7
55
56 -inherit autotools xdg-utils multilib-minimal
57 +inherit autotools xdg multilib-minimal
58
59 if [[ ${PV} == "9999" ]] ; then
60 EGIT_REPO_URI="https://github.com/strukturag/${PN}.git"
61 @@ -66,11 +66,3 @@ multilib_src_install_all() {
62 find "${ED}" -name "*.a" -delete || die
63 fi
64 }
65 -
66 -pkg_postinst() {
67 - xdg_mimeinfo_database_update
68 -}
69 -
70 -pkg_postrm() {
71 - xdg_mimeinfo_database_update
72 -}
73
74 diff --git a/media-libs/libheif/libheif-1.6.2.ebuild b/media-libs/libheif/libheif-1.6.2.ebuild
75 index 3644fcb74e4..9a74d8cf8cb 100644
76 --- a/media-libs/libheif/libheif-1.6.2.ebuild
77 +++ b/media-libs/libheif/libheif-1.6.2.ebuild
78 @@ -3,7 +3,7 @@
79
80 EAPI=7
81
82 -inherit autotools xdg-utils multilib-minimal
83 +inherit autotools xdg multilib-minimal
84
85 if [[ ${PV} == "9999" ]] ; then
86 EGIT_REPO_URI="https://github.com/strukturag/${PN}.git"
87 @@ -66,11 +66,3 @@ multilib_src_install_all() {
88 find "${ED}" -name "*.a" -delete || die
89 fi
90 }
91 -
92 -pkg_postinst() {
93 - xdg_mimeinfo_database_update
94 -}
95 -
96 -pkg_postrm() {
97 - xdg_mimeinfo_database_update
98 -}
99
100 diff --git a/media-libs/libheif/libheif-1.7.0.ebuild b/media-libs/libheif/libheif-1.7.0.ebuild
101 index 3bba1148615..ca71be35d3b 100644
102 --- a/media-libs/libheif/libheif-1.7.0.ebuild
103 +++ b/media-libs/libheif/libheif-1.7.0.ebuild
104 @@ -3,7 +3,7 @@
105
106 EAPI=7
107
108 -inherit autotools xdg-utils multilib-minimal
109 +inherit autotools xdg multilib-minimal
110
111 if [[ ${PV} == "9999" ]] ; then
112 EGIT_REPO_URI="https://github.com/strukturag/${PN}.git"
113 @@ -60,11 +60,3 @@ multilib_src_configure() {
114 multilib_src_install_all() {
115 find "${ED}" -name '*.la' -delete || die
116 }
117 -
118 -pkg_postinst() {
119 - xdg_mimeinfo_database_update
120 -}
121 -
122 -pkg_postrm() {
123 - xdg_mimeinfo_database_update
124 -}
125
126 diff --git a/media-libs/libheif/libheif-9999.ebuild b/media-libs/libheif/libheif-9999.ebuild
127 index 3e1aacd0ed3..5acdca7ee74 100644
128 --- a/media-libs/libheif/libheif-9999.ebuild
129 +++ b/media-libs/libheif/libheif-9999.ebuild
130 @@ -3,7 +3,7 @@
131
132 EAPI=7
133
134 -inherit autotools xdg-utils multilib-minimal
135 +inherit autotools xdg multilib-minimal
136
137 if [[ ${PV} == "9999" ]] ; then
138 EGIT_REPO_URI="https://github.com/strukturag/${PN}.git"
139 @@ -57,11 +57,3 @@ multilib_src_configure() {
140 multilib_src_install_all() {
141 find "${ED}" -name '*.la' -delete || die
142 }
143 -
144 -pkg_postinst() {
145 - xdg_mimeinfo_database_update
146 -}
147 -
148 -pkg_postrm() {
149 - xdg_mimeinfo_database_update
150 -}