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/easytag/files/, media-sound/easytag/
Date: Sun, 02 Dec 2018 18:44:01
Message-Id: 1543776215.b9df34ae7f374cb3d447ef6d5dff50d763b49633.asturm@gentoo
1 commit: b9df34ae7f374cb3d447ef6d5dff50d763b49633
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 18:16:18 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 2 18:43:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9df34ae
7
8 media-sound/easytag: Drop old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/easytag/Manifest | 1 -
14 media-sound/easytag/easytag-2.1.8.ebuild | 59 ------------------
15 media-sound/easytag/easytag-2.4.3.ebuild | 71 ----------------------
16 .../easytag/files/easytag-2.1.8-desktop.patch | 11 ----
17 media-sound/easytag/files/easytag-2.1.8-docs.patch | 14 -----
18 .../easytag/files/easytag-2.1.8-taglib.patch | 11 ----
19 .../easytag/files/easytag-2.1.8-werror.patch | 11 ----
20 7 files changed, 178 deletions(-)
21
22 diff --git a/media-sound/easytag/Manifest b/media-sound/easytag/Manifest
23 index 597967490d3..e2441ec4eb5 100644
24 --- a/media-sound/easytag/Manifest
25 +++ b/media-sound/easytag/Manifest
26 @@ -1,2 +1 @@
27 -DIST easytag-2.1.8.tar.xz 2459496 BLAKE2B 4ba27728071a3a87af72a37cd0337d361ae690c42a70690ef935d4a0fdf27904c0928b448f64fac61194e02f18e04ea26c600f65365e8ea7aa4d76128f7a5d82 SHA512 cf5d92902276b8d462c695aaa0d1072684d60cbfc45d07fb2ac7b345907a775b94665612088b33f3272db22d4b4eb78f4a4e36f2caf6e151a08f640841208e48
28 DIST easytag-2.4.3.tar.xz 1381084 BLAKE2B 22358cd15e53a51f2786ad2a62e5d9eea78e9c8b8127d2820dbd5657d734a9a0e694a6d180ad730b87c8c236e3d3396c9ea4c651df4080d0f4b4dc0e212b945c SHA512 ef596341772ce7da3b7feec2c82a20ca29d25c2496074c469be5b8dd75d2b2718e689310e0d61de53bc29a4f54ce9f853a336e1a35076046fd107afd28699087
29
30 diff --git a/media-sound/easytag/easytag-2.1.8.ebuild b/media-sound/easytag/easytag-2.1.8.ebuild
31 deleted file mode 100644
32 index b7b085725ff..00000000000
33 --- a/media-sound/easytag/easytag-2.1.8.ebuild
34 +++ /dev/null
35 @@ -1,59 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=5
40 -inherit eutils autotools gnome.org xdg-utils
41 -
42 -DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags"
43 -HOMEPAGE="https://projects.gnome.org/easytag/"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="alpha amd64 hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
48 -IUSE="flac mp3 mp4 nls speex vorbis wavpack"
49 -
50 -RDEPEND=">=x11-libs/gtk+-2.24:2
51 - mp3? (
52 - >=media-libs/id3lib-3.8.3-r7
53 - media-libs/libid3tag
54 - )
55 - flac? (
56 - media-libs/flac
57 - media-libs/libvorbis
58 - )
59 - mp4? ( media-libs/taglib[mp4(+)] )
60 - vorbis? ( media-libs/libvorbis )
61 - wavpack? ( media-sound/wavpack )
62 - speex? (
63 - media-libs/speex
64 - media-libs/libvorbis
65 - )"
66 -DEPEND="${RDEPEND}
67 - dev-util/intltool
68 - virtual/pkgconfig
69 - nls? ( sys-devel/gettext )"
70 -
71 -src_prepare() {
72 - epatch "${FILESDIR}"/${P}-desktop.patch
73 - epatch "${FILESDIR}"/${P}-werror.patch
74 - epatch "${FILESDIR}"/${P}-taglib.patch
75 - epatch "${FILESDIR}"/${P}-docs.patch
76 - eautoreconf
77 -}
78 -
79 -DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO )
80 -
81 -src_configure() {
82 - econf \
83 - $(use_enable nls) \
84 - $(use_enable mp3) \
85 - $(use_enable mp3 id3v23) \
86 - $(use_enable vorbis ogg) \
87 - $(use_enable speex) \
88 - $(use_enable flac) \
89 - $(use_enable mp4) \
90 - $(use_enable wavpack)
91 -}
92 -
93 -pkg_postinst() { xdg_desktop_database_update; }
94 -pkg_postrm() { xdg_desktop_database_update; }
95
96 diff --git a/media-sound/easytag/easytag-2.4.3.ebuild b/media-sound/easytag/easytag-2.4.3.ebuild
97 deleted file mode 100644
98 index c5aaafa076e..00000000000
99 --- a/media-sound/easytag/easytag-2.4.3.ebuild
100 +++ /dev/null
101 @@ -1,71 +0,0 @@
102 -# Copyright 1999-2017 Gentoo Foundation
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=6
106 -GNOME2_LA_PUNT="yes"
107 -
108 -inherit gnome2
109 -
110 -DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags"
111 -HOMEPAGE="https://wiki.gnome.org/Apps/EasyTAG"
112 -
113 -LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2+ LGPL-2.1+"
114 -SLOT="0"
115 -KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
116 -
117 -IUSE="flac mp3 mp4 opus speex test vorbis wavpack"
118 -REQUIRED_USE="
119 - opus? ( vorbis )
120 - speex? ( vorbis )
121 -"
122 -
123 -RDEPEND="
124 - >=dev-libs/glib-2.38:2
125 - media-libs/libcanberra[gtk3]
126 - >=x11-libs/gtk+-3.10:3
127 - flac? ( >=media-libs/flac-1.3 )
128 - mp3? (
129 - >=media-libs/id3lib-3.8.3-r8
130 - >=media-libs/libid3tag-0.15.1b-r4
131 - )
132 - mp4? ( >=media-libs/taglib-1.9.1[mp4(+)] )
133 - opus? (
134 - >=media-libs/opus-1.1
135 - >=media-libs/opusfile-0.4
136 - )
137 - speex? ( >=media-libs/speex-1.2_rc1 )
138 - vorbis? (
139 - >=media-libs/libogg-1.3.1
140 - >=media-libs/libvorbis-1.3.4
141 - )
142 - wavpack? ( >=media-sound/wavpack-4.70 )
143 -"
144 -DEPEND="${RDEPEND}
145 - app-text/docbook-xml-dtd:4.4
146 - app-text/yelp-tools
147 - dev-libs/libxml2
148 - dev-libs/libxslt
149 - >=dev-util/intltool-0.50
150 - >=sys-devel/gettext-0.18.3.2
151 - virtual/pkgconfig
152 - !<dev-util/pkgconfig-0.27
153 - test? (
154 - dev-libs/appstream-glib
155 - >=dev-util/desktop-file-utils-0.22
156 - )
157 -"
158 -
159 -src_configure() {
160 - gnome2_src_configure \
161 - --disable-Werror \
162 - $(use_enable test appdata-validate) \
163 - $(use_enable test tests) \
164 - $(use_enable mp3) \
165 - $(use_enable mp3 id3v23) \
166 - $(use_enable vorbis ogg) \
167 - $(use_enable opus) \
168 - $(use_enable speex) \
169 - $(use_enable flac) \
170 - $(use_enable mp4) \
171 - $(use_enable wavpack)
172 -}
173
174 diff --git a/media-sound/easytag/files/easytag-2.1.8-desktop.patch b/media-sound/easytag/files/easytag-2.1.8-desktop.patch
175 deleted file mode 100644
176 index 6cc72765a65..00000000000
177 --- a/media-sound/easytag/files/easytag-2.1.8-desktop.patch
178 +++ /dev/null
179 @@ -1,11 +0,0 @@
180 ---- easytag.desktop.in
181 -+++ easytag.desktop.in
182 -@@ -6,7 +6,7 @@
183 - Type=Application
184 - Icon=easytag
185 - Categories=GTK;AudioVideo;AudioVideoEditing;
186 --MimeType=x-directory/normal;inode/directory;audio/x-mp3;audio/x-mpeg;audio/mpeg;application/ogg;audio/x-vorbis+ogg;audio/x-flac;audio/x-musepack;audio/x-ape;
187 -+MimeType=audio/x-mp3;audio/x-mpeg;audio/mpeg;application/ogg;audio/x-vorbis+ogg;audio/x-flac;audio/x-musepack;audio/x-ape;
188 - Exec=easytag %F
189 - Terminal=false
190 - StartupNotify=true
191
192 diff --git a/media-sound/easytag/files/easytag-2.1.8-docs.patch b/media-sound/easytag/files/easytag-2.1.8-docs.patch
193 deleted file mode 100644
194 index 1ecb076d0d3..00000000000
195 --- a/media-sound/easytag/files/easytag-2.1.8-docs.patch
196 +++ /dev/null
197 @@ -1,14 +0,0 @@
198 ---- Makefile.am
199 -+++ Makefile.am
200 -@@ -197,11 +197,6 @@
201 - $(AM_V_at)$(POST_UNINSTALL)
202 - test -n "$(DESTDIR)" || $(UPDATE_ICON_CACHE) "$(iconthemedir)"
203 -
204 --dist_doc_DATA = \
205 -- HACKING \
206 -- THANKS \
207 -- TODO
208 --
209 - dist_noinst_DATA = \
210 - $(desktop_in_files) \
211 - $(easytag_headers) \
212
213 diff --git a/media-sound/easytag/files/easytag-2.1.8-taglib.patch b/media-sound/easytag/files/easytag-2.1.8-taglib.patch
214 deleted file mode 100644
215 index d565a7615d7..00000000000
216 --- a/media-sound/easytag/files/easytag-2.1.8-taglib.patch
217 +++ /dev/null
218 @@ -1,11 +0,0 @@
219 ---- easytag-2.1.8/configure.ac
220 -+++ easytag-2.1.8/configure.ac
221 -@@ -202,7 +202,7 @@
222 - TAGLIB_DEPS="taglib_c >= 1.6.0"
223 - AS_IF([test "x$enable_mp4" != "xno"],
224 - [PKG_CHECK_EXISTS([$TAGLIB_DEPS], [have_taglib=yes], [have_taglib=no])],
225 -- [have_wavpack=no])
226 -+ [have_taglib=no])
227 -
228 - AS_IF([test "x$have_taglib" != "xno"],
229 - [AC_DEFINE([ENABLE_MP4], [], [Define for taglib MP4 support])],
230
231 diff --git a/media-sound/easytag/files/easytag-2.1.8-werror.patch b/media-sound/easytag/files/easytag-2.1.8-werror.patch
232 deleted file mode 100644
233 index d7a77066503..00000000000
234 --- a/media-sound/easytag/files/easytag-2.1.8-werror.patch
235 +++ /dev/null
236 @@ -1,11 +0,0 @@
237 ---- configure.ac
238 -+++ configure.ac
239 -@@ -239,7 +239,7 @@
240 - AC_MSG_RESULT([$have_ws2])])
241 -
242 - dnl Check that the compiler accepts the given warning flags.
243 --warning_flags="-Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -Werror=declaration-after-statement"
244 -+warning_flags="-Wall -Wstrict-prototypes -Wnested-externs"
245 -
246 - realsave_CFLAGS="$CFLAGS"
247 - for option in $warning_flags; do