Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmp3/
Date: Fri, 28 Sep 2018 11:38:40
Message-Id: 1538134712.94a2f4c41b55f62b80e9134a544c20ae1b179036.zlogene@gentoo
1 commit: 94a2f4c41b55f62b80e9134a544c20ae1b179036
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 11:38:13 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 11:38:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a2f4c4
7
8 x11-plugins/wmmp3: Drop old (EAPI=0)
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 x11-plugins/wmmp3/wmmp3-0.12.ebuild | 45 -------------------------------------
13 1 file changed, 45 deletions(-)
14
15 diff --git a/x11-plugins/wmmp3/wmmp3-0.12.ebuild b/x11-plugins/wmmp3/wmmp3-0.12.ebuild
16 deleted file mode 100644
17 index 5cbf682115e..00000000000
18 --- a/x11-plugins/wmmp3/wmmp3-0.12.ebuild
19 +++ /dev/null
20 @@ -1,45 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=0
25 -
26 -inherit eutils
27 -
28 -DESCRIPTION="Mp3 player dock app for WindowMaker; frontend to mpg123"
29 -HOMEPAGE="https://www.dockapps.net/wmmp3"
30 -SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ppc sparc x86"
35 -IUSE=""
36 -
37 -RDEPEND="x11-libs/libX11
38 - x11-libs/libXext
39 - x11-libs/libXpm"
40 -DEPEND="${RDEPEND}
41 - media-sound/mpg123
42 - x11-base/xorg-proto"
43 -
44 -src_unpack() {
45 - unpack ${A}
46 - cd "${S}"
47 -
48 - # Fix #103531
49 - epatch "${FILESDIR}"/${P}-x_includes_n_libraries.patch
50 -}
51 -
52 -src_compile() {
53 - # override wmmp3 self-calculated cflags
54 - econf
55 - emake prefix="/usr/" || die
56 -}
57 -
58 -src_install() {
59 - emake DESTDIR="${D}" install || die
60 - dodoc AUTHORS ChangeLog sample.wmmp3 README TODO
61 -}
62 -
63 -pkg_postinst() {
64 - einfo "Please copy the sample.wmmp3 to your home directory and change it to fit your needs."
65 -}