summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2021-03-14 15:51:50 -0400
committerGöktürk Yüksek <gokturk@gentoo.org>2021-03-14 15:55:21 -0400
commit9fc8258024aafc09cb84668d3c1a12a687576fe2 (patch)
tree9f2de9b244cc659c778911958e7f81fb76b2fcf7 /media-sound/playerctl/playerctl-2.0.2.ebuild
parentapp-crypt/veracrypt: remove old (diff)
downloadgentoo-9fc8258024aafc09cb84668d3c1a12a687576fe2.tar.gz
gentoo-9fc8258024aafc09cb84668d3c1a12a687576fe2.tar.bz2
gentoo-9fc8258024aafc09cb84668d3c1a12a687576fe2.zip
media-sound/playerctl: remove old
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'media-sound/playerctl/playerctl-2.0.2.ebuild')
-rw-r--r--media-sound/playerctl/playerctl-2.0.2.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/media-sound/playerctl/playerctl-2.0.2.ebuild b/media-sound/playerctl/playerctl-2.0.2.ebuild
deleted file mode 100644
index 4a6d3b7aa9fa..000000000000
--- a/media-sound/playerctl/playerctl-2.0.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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:= )
-"
-DEPEND="${RDEPEND}
- dev-util/gdbus-codegen
- dev-util/glib-utils
- doc? ( dev-util/gtk-doc )
- virtual/pkgconfig
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_use doc gtk-doc)
- $(meson_use introspection)
- )
-
- xdg_environment_reset # 596166
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- docinto examples
- dodoc -r "${S}"/examples/.
- docompress -x "/usr/share/doc/${PF}/examples"
-}