diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-25 17:49:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-25 19:26:59 +0200 |
commit | 5f706415ea0037c035adc5acd880904072d76806 (patch) | |
tree | 6e64b72fc481d679a46f906f09748d8bc7d32ae1 /media-sound/xfmpc | |
parent | media-sound/pragha: Drop old (diff) | |
download | gentoo-5f706415ea0037c035adc5acd880904072d76806.tar.gz gentoo-5f706415ea0037c035adc5acd880904072d76806.tar.bz2 gentoo-5f706415ea0037c035adc5acd880904072d76806.zip |
media-sound/xfmpc: Drop old
Diffstat (limited to 'media-sound/xfmpc')
-rw-r--r-- | media-sound/xfmpc/Manifest | 1 | ||||
-rw-r--r-- | media-sound/xfmpc/xfmpc-0.2.2.ebuild | 28 | ||||
-rw-r--r-- | media-sound/xfmpc/xfmpc-0.2.3.ebuild | 28 |
3 files changed, 0 insertions, 57 deletions
diff --git a/media-sound/xfmpc/Manifest b/media-sound/xfmpc/Manifest index b4297af0cd40..c18aecad66f6 100644 --- a/media-sound/xfmpc/Manifest +++ b/media-sound/xfmpc/Manifest @@ -1,2 +1 @@ -DIST xfmpc-0.2.2.tar.bz2 404906 BLAKE2B bdef74eac80451064c2ea8004a329735f26e4f2e4761533a05fd1cb6f83b1d361f27fcef82e90c94c44f76f2fbbcbaf183851b08b301afe69cd02aae83d3a949 SHA512 a90697bcd86e7f3952faa4d37800755a49a09886de7a95ae69b4e8a59b7750b1098d372b1734eadf3bb1d2c74fc5447707fc0203de435cfa51423530c663f6c7 DIST xfmpc-0.2.3.tar.bz2 414680 BLAKE2B 167af8e53d7ddf2a629d585e8ca9f15507e54ee92ceae0f48d3462fc1667b07570d2489cc5058c0521aae2f0b1493a1101655ae702e48b3c4d0c6be493a4ec57 SHA512 3f592fdd559817051f7720bafc07fc66b39f682cc20286c12d54c4bd607e85bb0a722c567264a29224971b4ac14db51b0b44b233a16cccd9d17579a50549a3be diff --git a/media-sound/xfmpc/xfmpc-0.2.2.ebuild b/media-sound/xfmpc/xfmpc-0.2.2.ebuild deleted file mode 100644 index 965667bd7bdc..000000000000 --- a/media-sound/xfmpc/xfmpc-0.2.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xfconf - -DESCRIPTION="Music Player Daemon (MPD) client for the Xfce desktop environment" -HOMEPAGE="https://goodies.xfce.org/projects/applications/xfmpc" -SRC_URI="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -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() { - XFCONF=( $(xfconf_use_debug) ) - DOCS=( AUTHORS ChangeLog IDEAS NEWS README THANKS ) -} diff --git a/media-sound/xfmpc/xfmpc-0.2.3.ebuild b/media-sound/xfmpc/xfmpc-0.2.3.ebuild deleted file mode 100644 index 2b973c294102..000000000000 --- a/media-sound/xfmpc/xfmpc-0.2.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xfconf - -DESCRIPTION="Music Player Daemon (MPD) client for the Xfce desktop environment" -HOMEPAGE="https://goodies.xfce.org/projects/applications/xfmpc" -SRC_URI="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -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() { - XFCONF=( $(xfconf_use_debug) ) - DOCS=( AUTHORS ChangeLog IDEAS NEWS README THANKS ) -} |