diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2021-03-14 15:51:50 -0400 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2021-03-14 15:55:21 -0400 |
commit | 9fc8258024aafc09cb84668d3c1a12a687576fe2 (patch) | |
tree | 9f2de9b244cc659c778911958e7f81fb76b2fcf7 /media-sound | |
parent | app-crypt/veracrypt: remove old (diff) | |
download | gentoo-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')
-rw-r--r-- | media-sound/playerctl/Manifest | 2 | ||||
-rw-r--r-- | media-sound/playerctl/playerctl-2.0.2.ebuild | 42 | ||||
-rw-r--r-- | media-sound/playerctl/playerctl-2.2.1.ebuild | 50 |
3 files changed, 0 insertions, 94 deletions
diff --git a/media-sound/playerctl/Manifest b/media-sound/playerctl/Manifest index e86f3bf9d4a6..1da1ef9c7128 100644 --- a/media-sound/playerctl/Manifest +++ b/media-sound/playerctl/Manifest @@ -1,3 +1 @@ -DIST playerctl-2.0.2.tar.gz 44241 BLAKE2B 3a1d5f59fdb0067f1147f4ef95990ae0755a372469c0f03491b4f3aec8d0cf754bb4d3057063211ee810532967ace0d35fa6a7f3f8cee8d7a5c09031cb5b11c9 SHA512 ad588f81d42c8000ccd2d2dedacfcd82887a958189b354ad6285545f7ed59e885febe0c3f9e3da915ae0fd0af4bfb4cefda54f17f0560fc4c00b1be6e92f3ac0 -DIST playerctl-2.2.1.tar.gz 66255 BLAKE2B 76732d8074b17ca958b7efe08d7be8d4bce3ba1ec65346a219478b4807c600218e1b8fe971892e7df16ad49273721a5b423bced2bd3441e9f89497375d4e0d84 SHA512 9c08a3f1d5517d7f4270ed92f226453618fc9f0688688d1af9ff55f0c77efeb1b67daa4adc481546215491550f8528095d376ab099c8ddca05235bfb34b36eb7 DIST playerctl-2.3.1.tar.gz 73595 BLAKE2B d6d60d82fb0a8951fba4a3de91ff1e3f4bdba7177563b65b2da53525af4ca40f42755c577f652aaa24d2de308f56a495c8f87840ad67d6cda840cba1411abdb0 SHA512 06a10d193c83f60a9a9c50dddfb0a74e00be8cde34ddaa9d75582b7ce487ac564d1ff0675f6cb0c27d968e7d435b6a427818ac14e0cdd94b86af8f5d89661a93 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" -} diff --git a/media-sound/playerctl/playerctl-2.2.1.ebuild b/media-sound/playerctl/playerctl-2.2.1.ebuild deleted file mode 100644 index 1c7dfe34655f..000000000000 --- a/media-sound/playerctl/playerctl-2.2.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 xdg-utils meson - -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" -RESTRICT="test" # Requires dbus-next python package that's not in the tree - -RDEPEND=" - dev-libs/glib:2 - introspection? ( dev-libs/gobject-introspection:= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - doc? ( dev-util/gtk-doc ) - dev-util/gdbus-codegen - dev-util/glib-utils - virtual/pkgconfig -" - -src_configure() { - local emesonargs=( - -Ddatadir=share - -Dbindir=bin - $(meson_use doc gtk-doc) - $(meson_use introspection) - ) - - xdg_environment_reset # 596166 - meson_src_configure -} - -src_install() { - meson_src_install - rm "${ED}"/usr/$(get_libdir)/libplayerctl.a || die - - docinto examples - dodoc -r "${S}"/examples/. - docompress -x "/usr/share/doc/${PF}/examples" - - newbashcomp data/playerctl.bash "${PN}" -} |