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/mp3info/
Date: Thu, 27 Jun 2019 17:21:26
Message-Id: 1561655882.130ecc69debcc2e175490e41d2978aeb5a8d920a.asturm@gentoo
1 commit: 130ecc69debcc2e175490e41d2978aeb5a8d920a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 27 13:41:07 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 27 17:18:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130ecc69
7
8 media-sound/mp3info: Drop 0.8.5a (r0)
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/mp3info/mp3info-0.8.5a.ebuild | 41 -------------------------------
14 1 file changed, 41 deletions(-)
15
16 diff --git a/media-sound/mp3info/mp3info-0.8.5a.ebuild b/media-sound/mp3info/mp3info-0.8.5a.ebuild
17 deleted file mode 100644
18 index 4c08e635a2b..00000000000
19 --- a/media-sound/mp3info/mp3info-0.8.5a.ebuild
20 +++ /dev/null
21 @@ -1,41 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit eutils toolchain-funcs
27 -
28 -DESCRIPTION="An MP3 technical info viewer and ID3 1.x tag editor"
29 -HOMEPAGE="http://ibiblio.org/mp3info/"
30 -SRC_URI="http://ibiblio.org/pub/linux/apps/sound/mp3-utils/${PN}/${P}.tgz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
35 -IUSE="gtk"
36 -
37 -RDEPEND="
38 - gtk? ( >=x11-libs/gtk+-2.6.10:2 )
39 - sys-libs/ncurses
40 -"
41 -DEPEND="
42 - ${RDEPEND}
43 - virtual/pkgconfig
44 -"
45 -
46 -src_prepare() {
47 - epatch \
48 - "${FILESDIR}"/${P}-ldflags.patch \
49 - "${FILESDIR}"/${P}-tinfo.patch
50 - tc-export PKG_CONFIG
51 -}
52 -
53 -src_compile() {
54 - emake mp3info $(usex gtk gmp3info '') CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
55 -}
56 -
57 -src_install() {
58 - dobin mp3info $(usex gtk gmp3info '')
59 -
60 - dodoc ChangeLog README
61 - doman mp3info.1
62 -}