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/mp3blaster/
Date: Wed, 29 Nov 2017 23:19:56
Message-Id: 1511997559.be5254d5e9e693c7e02a78cc81d78c978d10a5bf.asturm@gentoo
1 commit: be5254d5e9e693c7e02a78cc81d78c978d10a5bf
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Tue Nov 28 20:06:31 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 29 23:19:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5254d5
7
8 media-sound/mp3blaster: remove old
9
10 Closes: https://github.com/gentoo/gentoo/pull/6339
11
12 media-sound/mp3blaster/Manifest | 2 -
13 media-sound/mp3blaster/mp3blaster-3.2.5-r1.ebuild | 61 --------------------
14 media-sound/mp3blaster/mp3blaster-3.2.5-r2.ebuild | 69 -----------------------
15 3 files changed, 132 deletions(-)
16
17 diff --git a/media-sound/mp3blaster/Manifest b/media-sound/mp3blaster/Manifest
18 index 2af8e90fb18..0a4f8e3a6f7 100644
19 --- a/media-sound/mp3blaster/Manifest
20 +++ b/media-sound/mp3blaster/Manifest
21 @@ -1,3 +1 @@
22 -DIST mp3blaster-3.2.5.tar.gz 329407 SHA256 129115742c77362cc3508eb7782702cfb44af2463a5453e8d19ea68abccedc29 SHA512 53f623340b7a8e4be6cd973474fd5f23c623b6d1c667478dc0d4c7a1ef5758f4bbc09d9d0698d1539d8d1c3ef45301b447f3ed74f68586070a07a7f9fa8c353e WHIRLPOOL 96cdc3b6436dec282a5836c00e2151dd04f218175fdd2451fcfd45f70bced05dea0c8915cf1a817d24a9961fc8ab3d9c5b568a5ae67e23e2b1915604b2d7806e
23 DIST mp3blaster-3.2.6.tar.gz 354019 SHA256 43d9f656367d16aaac163f93dc323e9843c3dd565401567edef3e1e72b9e1ee0 SHA512 eb977eb46b86449c6d433b1740aa08580e5b8f3d55d82d6f2623cd5fd103d73b7df127fb9ac650a21da61ad4948eb569a812e15d9adc9424d491fa625e198e0d WHIRLPOOL d617d9cf9dccd01cda71f31806ad9b5f4a02d94df29befb3d37408e9831c8883c8501050d453f242fe27066b6af47d0fb68242070217f781ca03cb19b3afbe2a
24 -DIST mp3blaster_3.2.5-3.debian.tar.gz 11000 SHA256 e4d424aeccde6ccd219270f4e4f0bf8f70b97e13075447b6d6d069110ed092c9 SHA512 1d899c85c2a2e1326fac0f87c61ead82273a08c672aeab0929479d9aa10c6ae703bb63c1a6aec14c8f5b6a139089fa5228cf09db72ea5b114efb60a196bd4788 WHIRLPOOL 9c1c99d5a4f4e5060a9eae4e681f0df841d6932f34a12102a82d2e1f795d4db41fd3f15d6aa6a34d04d42259d73ba67f775b24a51df30779d4f4466ded40f69f
25
26 diff --git a/media-sound/mp3blaster/mp3blaster-3.2.5-r1.ebuild b/media-sound/mp3blaster/mp3blaster-3.2.5-r1.ebuild
27 deleted file mode 100644
28 index 72aa2ae0f69..00000000000
29 --- a/media-sound/mp3blaster/mp3blaster-3.2.5-r1.ebuild
30 +++ /dev/null
31 @@ -1,61 +0,0 @@
32 -# Copyright 1999-2012 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=4
36 -inherit eutils
37 -
38 -DESCRIPTION="Text console based program for playing audio files"
39 -HOMEPAGE="http://mp3blaster.sourceforge.net/"
40 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
41 - mirror://debian/pool/main/m/${PN}/${PN}_${PV}-3.debian.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="alpha amd64 arm ppc ppc64 sparc x86 ~x86-fbsd"
46 -IUSE="lirc oss sdl sid vorbis"
47 -
48 -RDEPEND=">=sys-libs/ncurses-5.7-r7
49 - lirc? ( app-misc/lirc )
50 - sdl? ( media-libs/libsdl )
51 - sid? ( =media-libs/libsidplay-1* )
52 - vorbis? ( >=media-libs/libvorbis-1 )"
53 -DEPEND="${RDEPEND}
54 - x11-misc/imake
55 - oss? ( virtual/os-headers )"
56 -
57 -REQUIRED_USE="|| ( oss sdl )"
58 -
59 -DOCS="AUTHORS BUGS ChangeLog CREDITS FAQ NEWS README TODO"
60 -
61 -src_prepare() {
62 - EPATCH_SOURCE=${WORKDIR}/debian/patches EPATCH_SUFFIX=patch EPATCH_FORCE=yes epatch
63 - # file collision with media-sound/splay
64 - sed -i -e 's:splay.1:splay_mp3blaster.1:' Makefile.in || die
65 - mv -vf splay{,_mp3blaster}.1 || die
66 -}
67 -
68 -src_configure() {
69 - # libpth and newthreads support are both broken
70 - econf \
71 - --disable-newthreads \
72 - --without-pth \
73 - --without-nas \
74 - $(use_with lirc) \
75 - $(use_with vorbis oggvorbis) \
76 - $(use_with sid sidplay) \
77 - --without-esd \
78 - $(use_with sdl) \
79 - $(use_with oss)
80 -}
81 -
82 -src_install() {
83 - default
84 -
85 - doman "${WORKDIR}"/debian/manpages/mp3tag.1
86 -
87 - # relocate everything except commands.txt because it's used by src/main.cc
88 - mv -vf "${ED}"usr/share/${PN}/{charmap,sample.*} "${ED}"usr/share/doc/${PF} || die
89 -
90 - # file collision with media-sound/splay
91 - mv -vf "${ED}"usr/bin/splay{,_mp3blaster} || die
92 -}
93
94 diff --git a/media-sound/mp3blaster/mp3blaster-3.2.5-r2.ebuild b/media-sound/mp3blaster/mp3blaster-3.2.5-r2.ebuild
95 deleted file mode 100644
96 index d4545c71cb4..00000000000
97 --- a/media-sound/mp3blaster/mp3blaster-3.2.5-r2.ebuild
98 +++ /dev/null
99 @@ -1,69 +0,0 @@
100 -# Copyright 1999-2017 Gentoo Foundation
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=6
104 -
105 -inherit autotools
106 -
107 -DESCRIPTION="Text console based program for playing audio files"
108 -HOMEPAGE="http://mp3blaster.sourceforge.net/"
109 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
110 - mirror://debian/pool/main/m/${PN}/${PN}_${PV}-3.debian.tar.gz"
111 -
112 -LICENSE="GPL-2"
113 -SLOT="0"
114 -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
115 -IUSE="lirc oss +sdl sid vorbis"
116 -
117 -RDEPEND="
118 - sys-libs/ncurses:0=
119 - lirc? ( app-misc/lirc )
120 - sdl? ( media-libs/libsdl )
121 - sid? ( media-libs/libsidplay:1 )
122 - vorbis? ( media-libs/libvorbis )"
123 -DEPEND="${RDEPEND}
124 - x11-misc/imake
125 - oss? ( virtual/os-headers )"
126 -
127 -REQUIRED_USE="|| ( oss sdl )"
128 -
129 -PATCHES=(
130 - "${WORKDIR}"/debian/patches
131 - "${FILESDIR}"/${PN}-3.2.5-fix-c++14.patch
132 - "${FILESDIR}"/${PN}-3.2.5-fix-build-system.patch
133 -)
134 -
135 -src_prepare() {
136 - default
137 - eautoreconf
138 -
139 - # file collision with media-sound/splay
140 - sed -i -e 's:splay.1:splay_mp3blaster.1:' Makefile.in || die
141 - mv -vf splay{,_mp3blaster}.1 || die
142 -}
143 -
144 -src_configure() {
145 - # libpth and newthreads support are both broken
146 - econf \
147 - --disable-newthreads \
148 - --without-pth \
149 - --without-nas \
150 - $(use_with lirc) \
151 - $(use_with vorbis oggvorbis) \
152 - $(use_with sid sidplay) \
153 - --without-esd \
154 - $(use_with sdl) \
155 - $(use_with oss)
156 -}
157 -
158 -src_install() {
159 - default
160 -
161 - doman "${WORKDIR}"/debian/manpages/mp3tag.1
162 -
163 - # relocate everything except commands.txt because it's used by src/main.cc
164 - mv -vf "${ED%/}"/usr/share/{${PN}/{charmap,sample.*},doc/${PF}} || die
165 -
166 - # file collision with media-sound/splay
167 - mv -vf "${ED%/}"/usr/bin/splay{,_mp3blaster} || die
168 -}