summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/playerctl/playerctl-0.6.1.ebuild')
-rw-r--r--media-sound/playerctl/playerctl-0.6.1.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/media-sound/playerctl/playerctl-0.6.1.ebuild b/media-sound/playerctl/playerctl-0.6.1.ebuild
deleted file mode 100644
index 262d4ae14ff6..000000000000
--- a/media-sound/playerctl/playerctl-0.6.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit meson xdg-utils
-
-DESCRIPTION="A CLI utility to control media players over MPRIS"
-HOMEPAGE="https://github.com/acrisci/playerctl"
-SRC_URI="https://github.com/acrisci/playerctl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="doc introspection"
-
-RDEPEND="
- dev-libs/glib:2
- introspection? ( dev-libs/gobject-introspection:= )
-"
-# Override the meson dependency in MESON_DEPEND of meson.eclass
-# The eclass depends on '>=dev-util/meson-0.40.0' as of writing this
-DEPEND="${RDEPEND}
- dev-util/gdbus-codegen
- >=dev-util/meson-0.46.0
- doc? ( dev-util/gtk-doc )
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.6.1-doc-typesfile-path-fix.patch
-)
-
-src_configure() {
- local emesonargs=(
- $(meson_use doc gtk-doc)
- $(meson_use introspection)
- )
-
- xdg_environment_reset # 596166
- meson_src_configure
-}