summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-09 22:56:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-09 22:56:33 +0100
commit4e1c705812c32f5f617ee8250cc1b63d1499bf06 (patch)
tree7f0259853637f292e721188f3108d5c4c7046589 /media-sound
parentmedia-sound/mpc: Add missing patch (diff)
downloadgentoo-4e1c705812c32f5f617ee8250cc1b63d1499bf06.tar.gz
gentoo-4e1c705812c32f5f617ee8250cc1b63d1499bf06.tar.bz2
gentoo-4e1c705812c32f5f617ee8250cc1b63d1499bf06.zip
media-sound/mpc: Drop old
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/mpc/mpc-0.31.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/media-sound/mpc/mpc-0.31.ebuild b/media-sound/mpc/mpc-0.31.ebuild
deleted file mode 100644
index 2429ef0a37b6..000000000000
--- a/media-sound/mpc/mpc-0.31.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 meson
-
-DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)"
-HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/mpc"
-SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
-IUSE="iconv test"
-
-RDEPEND="media-libs/libmpdclient"
-
-DEPEND="${RDEPEND}
- dev-python/sphinx
- iconv? ( virtual/libiconv )
- test? ( dev-libs/check )"
-
-BDEPEND="virtual/pkgconfig"
-
-RESTRICT="!test? ( test )"
-
-src_configure() {
- local emesonargs=(
- -Dtest=$(usex test true false)
- -Diconv=$(usex iconv enabled disabled)
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- newbashcomp contrib/mpc-completion.bash mpc
-}