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/mpc/
Date: Sat, 09 Feb 2019 21:56:53
Message-Id: 1549749393.4e1c705812c32f5f617ee8250cc1b63d1499bf06.asturm@gentoo
1 commit: 4e1c705812c32f5f617ee8250cc1b63d1499bf06
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 21:56:33 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 21:56:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1c7058
7
8 media-sound/mpc: Drop old
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/mpc/mpc-0.31.ebuild | 39 ---------------------------------------
14 1 file changed, 39 deletions(-)
15
16 diff --git a/media-sound/mpc/mpc-0.31.ebuild b/media-sound/mpc/mpc-0.31.ebuild
17 deleted file mode 100644
18 index 2429ef0a37b..00000000000
19 --- a/media-sound/mpc/mpc-0.31.ebuild
20 +++ /dev/null
21 @@ -1,39 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit bash-completion-r1 meson
28 -
29 -DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)"
30 -HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/mpc"
31 -SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
36 -IUSE="iconv test"
37 -
38 -RDEPEND="media-libs/libmpdclient"
39 -
40 -DEPEND="${RDEPEND}
41 - dev-python/sphinx
42 - iconv? ( virtual/libiconv )
43 - test? ( dev-libs/check )"
44 -
45 -BDEPEND="virtual/pkgconfig"
46 -
47 -RESTRICT="!test? ( test )"
48 -
49 -src_configure() {
50 - local emesonargs=(
51 - -Dtest=$(usex test true false)
52 - -Diconv=$(usex iconv enabled disabled)
53 - )
54 - meson_src_configure
55 -}
56 -
57 -src_install() {
58 - meson_src_install
59 - newbashcomp contrib/mpc-completion.bash mpc
60 -}