diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-20 11:26:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-20 12:23:44 +0200 |
commit | 67b2140460b8ad245885e88f8eaea4a10fe732c5 (patch) | |
tree | b29516d9f4050d60888b4f79370b469c24770f9a /media-sound/xfmpc | |
parent | media-gfx/ristretto: Drop old (diff) | |
download | gentoo-67b2140460b8ad245885e88f8eaea4a10fe732c5.tar.gz gentoo-67b2140460b8ad245885e88f8eaea4a10fe732c5.tar.bz2 gentoo-67b2140460b8ad245885e88f8eaea4a10fe732c5.zip |
media-sound/xfmpc: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-sound/xfmpc')
-rw-r--r-- | media-sound/xfmpc/Manifest | 2 | ||||
-rw-r--r-- | media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild | 35 | ||||
-rw-r--r-- | media-sound/xfmpc/xfmpc-0.2.90.ebuild | 33 |
3 files changed, 0 insertions, 70 deletions
diff --git a/media-sound/xfmpc/Manifest b/media-sound/xfmpc/Manifest index 438fadcb6f42..4d5d9fcf2c31 100644 --- a/media-sound/xfmpc/Manifest +++ b/media-sound/xfmpc/Manifest @@ -1,3 +1 @@ -DIST xfmpc-0.2.3.tar.bz2 414680 BLAKE2B 167af8e53d7ddf2a629d585e8ca9f15507e54ee92ceae0f48d3462fc1667b07570d2489cc5058c0521aae2f0b1493a1101655ae702e48b3c4d0c6be493a4ec57 SHA512 3f592fdd559817051f7720bafc07fc66b39f682cc20286c12d54c4bd607e85bb0a722c567264a29224971b4ac14db51b0b44b233a16cccd9d17579a50549a3be -DIST xfmpc-0.2.90.tar.bz2 449973 BLAKE2B 89b1e0136fdc161857fdf50a47b5dec388f9e999df26a1e3399e2997a95945224a4a500431495c831e131a9831c281606e27f46d5c998cef41bdaeadbc389563 SHA512 3e88eb6b1c1270111981bed51653f4f019bcd72253719ea0751bea48ac13dcf1a3f22fd12d4399b20986348a9c2e41be9b1bd82830c09149ed70fd9facdb2d55 DIST xfmpc-0.3.0.tar.bz2 443234 BLAKE2B ee0f491baadfb6be9148de8060758f788f773bdbc0354d6061889e979fb16eeb7a44357b61e698908c972714616b4268ed443d1d6323cbf0f457cdfd6cdf0fc1 SHA512 6e876aca2c2a6764fe97f061c97dc0fa9ce72b7ab6a2597b5f54bdce39789cc73bd038a0ef69b87d826c225efb9c3a2d19aa9ed7872ce7ee9ac5d7bd275444a3 diff --git a/media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild b/media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild deleted file mode 100644 index 6d1b25a9d567..000000000000 --- a/media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit xdg-utils - -DESCRIPTION="Music Player Daemon (MPD) client for the Xfce desktop environment" -HOMEPAGE="https://goodies.xfce.org/projects/applications/xfmpc" -SRC_URI="https://archive.xfce.org/src/apps/${PN}/0.2/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.18:2= - >=media-libs/libmpd-0.15:= - >=x11-libs/gtk+-2.16:2= - >=xfce-base/libxfce4ui-4.8:= - >=xfce-base/libxfce4util-4.8:=" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - DOCS=( AUTHORS ChangeLog IDEAS NEWS README THANKS ) -} - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} diff --git a/media-sound/xfmpc/xfmpc-0.2.90.ebuild b/media-sound/xfmpc/xfmpc-0.2.90.ebuild deleted file mode 100644 index 9a6ac70cb9df..000000000000 --- a/media-sound/xfmpc/xfmpc-0.2.90.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit xdg-utils - -DESCRIPTION="Music Player Daemon (MPD) client for the Xfce desktop environment" -HOMEPAGE="https://goodies.xfce.org/projects/applications/xfmpc" -SRC_URI="https://archive.xfce.org/src/apps/${PN}/0.2/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.18:2= - >=media-libs/libmpd-0.15:= - >=x11-libs/gtk+-3.22:3= - >=xfce-base/libxfce4ui-4.12:= - >=xfce-base/libxfce4util-4.12:=" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog IDEAS NEWS README THANKS ) - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} |