Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/imlib2_loaders/files/, media-plugins/imlib2_loaders/
Date: Fri, 17 Mar 2023 19:52:25
Message-Id: 1679082712.2a9fa4ee221eb69bec83f161cf0a14692bf832b4.bircoph@gentoo
1 commit: 2a9fa4ee221eb69bec83f161cf0a14692bf832b4
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 19:43:22 2023 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 19:51:52 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a9fa4ee
7
8 media-plugins/imlib2_loaders: drop 1.7.1, 1.7.5
9
10 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
11
12 media-plugins/imlib2_loaders/Manifest | 2 --
13 .../files/imlib2_loaders-1.7.1-loader-api.patch | 36 --------------------
14 .../imlib2_loaders/imlib2_loaders-1.7.1.ebuild | 38 ----------------------
15 .../imlib2_loaders/imlib2_loaders-1.7.5.ebuild | 34 -------------------
16 media-plugins/imlib2_loaders/metadata.xml | 1 -
17 5 files changed, 111 deletions(-)
18
19 diff --git a/media-plugins/imlib2_loaders/Manifest b/media-plugins/imlib2_loaders/Manifest
20 index 4996f897a9f5..545c99a5cda0 100644
21 --- a/media-plugins/imlib2_loaders/Manifest
22 +++ b/media-plugins/imlib2_loaders/Manifest
23 @@ -1,4 +1,2 @@
24 DIST imlib2_loaders-1.11.0.tar.xz 254380 BLAKE2B a578ea36d18e6dfbadc107a862fd9a2089760280a82bb9a1efe047e7d142c0351afd62b228cf53dbca6b7cf6aa3aa17244e86c80416d6dea533f1de721e26eb0 SHA512 ecc26f5b087bf23e7c2a767b7a9663f3b594f7146e8c7e87a5333297641db0b8557a9faf554c95f45ba0b1c336e87e50b8b2b79005fccacd6f9dac9de36949c6
25 -DIST imlib2_loaders-1.7.1.tar.bz2 302348 BLAKE2B 8f73daa5b70d7122c136a001df920649a438edc60d4e7e94b691dfecc0864b66c321c676fb78a2f9e990b842d31fd5f95dcbacf232d6b9809382173449f86673 SHA512 5752768aa61c36e8f8ae5ff9219f950ba7b1561629bb21e4b4e16890d0fa904e93899e64152f05c6d7190553404336ec33b1d88b0cbec46c61a26598e27d449d
26 -DIST imlib2_loaders-1.7.5.tar.xz 252548 BLAKE2B 5bc048dad9949dabd9ba3253fe862089975fe0b1dc6bc898e0b5fbc27cf4c2d7be81dbec64aa9fc1da357ed881e5617017f36c46d009a633e594a54fa29beeb0 SHA512 3b307dfae033466d2fa37f90d47626d32fd90228747cbd03ca3bfafe33fb995dbd1b86cfd13e4982c622b18940e4d6b2ec4826c017f5dce0c1cdee1b558c9204
27 DIST imlib2_loaders-1.9.1.tar.xz 257512 BLAKE2B b1610b54923f354fa0946d1e19efc9270f737122f979e5352c2090f25bd79318c58437b8fc7744dff9b9d7991f38a0b26aa5f3ce1e493961e348d1d2012924df SHA512 eed5c567d4c896a321be7492ceda8b1be33c5d8ab7614a7f9588adc9a2c288f4127f1c91ce65ea0ce18b5477c5b9a58bceb04a82a98cb6fc071a0c762f9ce8ee
28
29 diff --git a/media-plugins/imlib2_loaders/files/imlib2_loaders-1.7.1-loader-api.patch b/media-plugins/imlib2_loaders/files/imlib2_loaders-1.7.1-loader-api.patch
30 deleted file mode 100644
31 index 981b1ce1e9b1..000000000000
32 --- a/media-plugins/imlib2_loaders/files/imlib2_loaders-1.7.1-loader-api.patch
33 +++ /dev/null
34 @@ -1,36 +0,0 @@
35 -diff '--color=auto' -Naurd imlib2_loaders-1.7.1.orig/src/modules/loaders/loader_common.h imlib2_loaders-1.7.1/src/modules/loaders/loader_common.h
36 ---- imlib2_loaders-1.7.1.orig/src/modules/loaders/loader_common.h 2020-05-21 06:49:09.000000000 +0300
37 -+++ imlib2_loaders-1.7.1/src/modules/loaders/loader_common.h 2021-01-16 15:11:53.229675567 +0300
38 -@@ -4,6 +4,7 @@
39 - #include "config.h"
40 - #include "common.h"
41 - #include "image.h"
42 -+#include "loaders.h"
43 -
44 - __EXPORT__ char load(ImlibImage * im, ImlibProgressFunction progress,
45 - char progress_granularity, char load_data);
46 -diff '--color=auto' -Naurd imlib2_loaders-1.7.1.orig/src/modules/loaders/loaders.h imlib2_loaders-1.7.1/src/modules/loaders/loaders.h
47 ---- imlib2_loaders-1.7.1.orig/src/modules/loaders/loaders.h 1970-01-01 03:00:00.000000000 +0300
48 -+++ imlib2_loaders-1.7.1/src/modules/loaders/loaders.h 2020-07-28 21:13:51.000000000 +0300
49 -@@ -0,0 +1,21 @@
50 -+#ifndef __LOADERS
51 -+#define __LOADERS 1
52 -+
53 -+#include "image.h"
54 -+
55 -+struct _imlibloader {
56 -+ char *file;
57 -+ int num_formats;
58 -+ char **formats;
59 -+ void *handle;
60 -+ char (*load)(ImlibImage * im,
61 -+ ImlibProgressFunction progress,
62 -+ char progress_granularity, char load_data);
63 -+ char (*save)(ImlibImage * im,
64 -+ ImlibProgressFunction progress,
65 -+ char progress_granularity);
66 -+ ImlibLoader *next;
67 -+ int (*load2)(ImlibImage * im, int load_data);
68 -+};
69 -+
70 -+#endif /* __LOADERS */
71
72 diff --git a/media-plugins/imlib2_loaders/imlib2_loaders-1.7.1.ebuild b/media-plugins/imlib2_loaders/imlib2_loaders-1.7.1.ebuild
73 deleted file mode 100644
74 index c80e42eab44d..000000000000
75 --- a/media-plugins/imlib2_loaders/imlib2_loaders-1.7.1.ebuild
76 +++ /dev/null
77 @@ -1,38 +0,0 @@
78 -# Copyright 1999-2021 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=7
82 -
83 -DESCRIPTION="Additional image loaders for Imlib2"
84 -HOMEPAGE="https://www.enlightenment.org/
85 - https://sourceforge.net/projects/enlightenment/files/imlib2-src/"
86 -SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.bz2"
87 -
88 -LICENSE="|| ( BSD GPL-2 )"
89 -SLOT="0"
90 -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
91 -IUSE="eet xcf"
92 -
93 -RDEPEND=">=media-libs/imlib2-${PV}
94 - eet? ( dev-libs/efl[eet] )"
95 -DEPEND="${RDEPEND}"
96 -BDEPEND="virtual/pkgconfig"
97 -
98 -PATCHES=( "${FILESDIR}/${P}-loader-api.patch" )
99 -
100 -src_configure() {
101 - local myconf=(
102 - --disable-static
103 - $(use_enable eet)
104 - $(use_enable xcf)
105 - )
106 -
107 - econf "${myconf[@]}"
108 -}
109 -
110 -src_install() {
111 - V=1 emake install DESTDIR="${D}"
112 - einstalldocs
113 -
114 - find "${D}" -name '*.la' -delete || die
115 -}
116
117 diff --git a/media-plugins/imlib2_loaders/imlib2_loaders-1.7.5.ebuild b/media-plugins/imlib2_loaders/imlib2_loaders-1.7.5.ebuild
118 deleted file mode 100644
119 index 3b6395ad9756..000000000000
120 --- a/media-plugins/imlib2_loaders/imlib2_loaders-1.7.5.ebuild
121 +++ /dev/null
122 @@ -1,34 +0,0 @@
123 -# Copyright 1999-2022 Gentoo Authors
124 -# Distributed under the terms of the GNU General Public License v2
125 -
126 -EAPI=8
127 -
128 -DESCRIPTION="Additional image loaders for Imlib2"
129 -HOMEPAGE="https://www.enlightenment.org/
130 - https://sourceforge.net/projects/enlightenment/files/imlib2-src/"
131 -SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.xz"
132 -
133 -LICENSE="|| ( BSD GPL-2 )"
134 -SLOT="0"
135 -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
136 -IUSE="xcf"
137 -
138 -RDEPEND=">=media-libs/imlib2-${PV}"
139 -DEPEND="${RDEPEND}"
140 -BDEPEND="virtual/pkgconfig"
141 -
142 -src_configure() {
143 - local myconf=(
144 - --disable-static
145 - $(use_enable xcf)
146 - )
147 -
148 - econf "${myconf[@]}"
149 -}
150 -
151 -src_install() {
152 - V=1 emake install DESTDIR="${D}"
153 - einstalldocs
154 -
155 - find "${D}" -name '*.la' -delete || die
156 -}
157
158 diff --git a/media-plugins/imlib2_loaders/metadata.xml b/media-plugins/imlib2_loaders/metadata.xml
159 index cd96dcfcf2de..d09f962d2093 100644
160 --- a/media-plugins/imlib2_loaders/metadata.xml
161 +++ b/media-plugins/imlib2_loaders/metadata.xml
162 @@ -6,7 +6,6 @@
163 <name>Andrew Savchenko</name>
164 </maintainer>
165 <use>
166 - <flag name="eet">Enable Eet image loader</flag>
167 <flag name="xcf">Enable XCF image loader</flag>
168 </use>
169 <longdescription>